Lines Matching defs:end
62 uint8_t start, mid, end;
106 if (sscanf(c, "%2hhd.%2hhd.%2hhd]", &start, &mid, &end) != 3)
125 start, mid, end, rdev->vce.fb_version);
127 rdev->vce.fw_version = (start << 24) | (mid << 16) | (end << 8);
474 uint64_t start, end, offset;
482 DRM_ERROR("Relocs at %d after relocations chunk end %d !\n",
489 end = start + radeon_bo_size(reloc->robj);
495 if (end <= start) {
499 if ((end - start) < size) {
501 (unsigned)(end - start), size);