| /xsrc/external/mit/MesaLib.old/dist/src/mapi/ |
| H A D | mapi_abi.py | 164 raise Exception('recursive alias %s' % ent.name) 180 ent = ABIEntry(cols, attrs, func) 181 entry_dict[ent.name] = ent 202 ent = entries[i] 203 if not handcode and ent.handcode: 204 handcode = ent.handcode 205 elif ent.handcode != handcode: 207 ent.handcode, handcode) 209 if ent [all...] |
| /xsrc/external/mit/MesaLib/dist/src/mapi/ |
| H A D | mapi_abi.py | 162 raise Exception('recursive alias %s' % ent.name) 178 ent = ABIEntry(cols, attrs, func) 179 entry_dict[ent.name] = ent 200 ent = entries[i] 201 if not handcode and ent.handcode: 202 handcode = ent.handcode 203 elif ent.handcode != handcode: 205 ent.handcode, handcode) 207 if ent [all...] |
| /xsrc/external/mit/fontconfig/dist/src/ |
| H A D | fccharset.c | 1090 FcCharLeafEnt *ent; local in function:FcCharSetFreezeLeaf 1092 for (ent = *bucket; ent; ent = ent->next) 1094 if (ent->hash == hash && !memcmp (&ent->leaf, leaf, sizeof (FcCharLeaf))) 1095 return &ent->leaf; 1098 ent = FcCharLeafEntCreate(freezer); 1099 if (!ent) 1127 FcCharSetOrigEnt *ent; local in function:FcCharSetFreezeOrig 1144 FcCharSetEnt *ent; local in function:FcCharSetFreezeBase 1211 FcCharSetOrigEnt *ent; local in function:FcCharSetFindFrozen 1278 FcCharSetEnt *ent, *next; local in function:FcCharSetFreezerDestroy 1288 FcCharSetOrigEnt *ent, *next; local in function:FcCharSetFreezerDestroy [all...] |
| /xsrc/external/mit/MesaLib.old/dist/src/mapi/glapi/gen/ |
| H A D | gl_apitemp.py | 229 normal_ents = [f.static_name(ent) for ent in normal_ents] 230 proto_ents = [f.static_name(ent) for ent in proto_ents] 236 for ent in normal_entries: 237 print(' TABLE_ENTRY(%s),' % (ent)) 240 for ent in proto_entries: 241 print(' TABLE_ENTRY(%s),' % (ent)) 286 for ent in ents: 287 self.printFunction(func, ent) [all...] |
| H A D | remap_helper.py | 52 for ent in func.entry_points: 53 spec.append("gl" + ent)
|
| /xsrc/external/mit/MesaLib/dist/src/mapi/glapi/gen/ |
| H A D | gl_apitemp.py | 231 normal_ents = [f.static_name(ent) for ent in normal_ents] 232 proto_ents = [f.static_name(ent) for ent in proto_ents] 238 for ent in normal_entries: 239 print(' TABLE_ENTRY(%s),' % (ent)) 242 for ent in proto_entries: 243 print(' TABLE_ENTRY(%s),' % (ent)) 288 for ent in ents: 289 self.printFunction(func, ent) [all...] |
| H A D | remap_helper.py | 50 for ent in func.entry_points: 51 spec.append("gl" + ent)
|
| /xsrc/external/mit/xorg-server.old/dist/miext/rootless/ |
| H A D | rootlessCommon.c | 113 Entry *ent = map->red + i; local in function:RootlessResolveColormap 116 if (!ent->refcnt) continue; 117 if (ent->fShared) { 118 red = ent->co.shco.red->color; 119 green = ent->co.shco.green->color; 120 blue = ent->co.shco.blue->color; 122 red = ent->co.local.red; 123 green = ent->co.local.green; 124 blue = ent->co.local.blue;
|
| /xsrc/external/mit/xorg-server/dist/render/ |
| H A D | mipict.h | 39 miIndexType ent[32768]; member in struct:_miIndexed 45 #define miIndexToEnt15(mif,rgb15) ((mif)->ent[rgb15]) 48 #define miIndexToEntY24(mif,rgb24) ((mif)->ent[CvtR8G8B8toY15(rgb24)])
|
| /xsrc/external/mit/xorg-server/dist/dix/ |
| H A D | pixmap.c | 244 xorg_list_add(&dirty_update->ent, &screen->pixmap_dirty_list); 252 PixmapDirtyUpdatePtr ent, safe; local in function:PixmapStopDirtyTracking 254 xorg_list_for_each_entry_safe(ent, safe, &screen->pixmap_dirty_list, ent) { 255 if (ent->src == src && ent->secondary_dst == secondary_dst) { 256 if (ent->damage) 257 DamageDestroy(ent->damage); 258 xorg_list_del(&ent->ent); [all...] |
| /xsrc/external/mit/MesaLib/dist/src/drm-shim/ |
| H A D | drm_shim.c | 528 struct dirent *ent = NULL; local in function:readdir 531 ent = real_readdir(dir); 534 if (!ent) { 539 ent = &render_node_dirent; 545 return ent; 556 struct dirent64 *ent = NULL; local in function:readdir64 558 ent = real_readdir64(dir); 561 if (!ent) { 566 ent = &render_node_dirent; 572 return ent; [all...] |
| /xsrc/external/mit/xorg-server/dist/miext/rootless/ |
| H A D | rootlessCommon.c | 112 Entry *ent = map->red + i; local in function:RootlessResolveColormap 115 if (!ent->refcnt) 117 if (ent->fShared) { 118 red = ent->co.shco.red->color; 119 green = ent->co.shco.green->color; 120 blue = ent->co.shco.blue->color; 123 red = ent->co.local.red; 124 green = ent->co.local.green; 125 blue = ent->co.local.blue;
|
| /xsrc/external/mit/xorg-server.old/dist/render/ |
| H A D | mipict.h | 39 miIndexType ent[32768]; member in struct:_miIndexed 45 #define miIndexToEnt15(mif,rgb15) ((mif)->ent[rgb15]) 48 #define miIndexToEntY24(mif,rgb24) ((mif)->ent[CvtR8G8B8toY15(rgb24)])
|
| /xsrc/external/mit/xedit/dist/ |
| H A D | commands.c | 807 struct dirent *ent; local in function:FileCompletion 816 while ((ent = readdir(dir)) != NULL) { 817 unsigned d_namlen = strlen(ent->d_name); 819 if (strcmp(ent->d_name, ".") == 0 || strcmp(ent->d_name, "..") == 0) 821 if (d_namlen >= len && strncmp(ent->d_name, file_name, len) == 0) { 822 char *tmp = &(ent->d_name[len]), *mat = match; 826 strncpy(pptr, ent->d_name, bytes); 857 strcpy(matches[n_matches], ent->d_name); 862 matches[n_matches] = XtNewString(ent 985 struct dirent *ent; local in function:DirWindowCB [all...] |
| /xsrc/external/mit/xorg-server/dist/include/ |
| H A D | pixmapstr.h | 95 struct xorg_list ent; member in struct:_PixmapDirtyUpdate
|
| /xsrc/external/mit/xf86-video-intel/dist/src/ |
| H A D | intel_module.c | 402 EntityInfoPtr ent; local in function:intel_detect_chipset 405 ent = xf86GetEntityInfo(scrn->entityList[0]); 406 if (ent->device->chipID >= 0) { 409 ent->device->chipID); 410 devid = ent->device->chipID; 412 pci = xf86GetPciInfoForEntity(ent->index);
|
| /xsrc/external/mit/xf86-video-intel-2014/dist/src/ |
| H A D | intel_module.c | 335 EntityInfoPtr ent; local in function:intel_detect_chipset 338 ent = xf86GetEntityInfo(scrn->entityList[0]); 339 if (ent->device->chipID >= 0) { 342 ent->device->chipID); 343 devid = ent->device->chipID; 345 pci = xf86GetPciInfoForEntity(ent->index);
|
| /xsrc/external/mit/pixman/dist/test/utils/ |
| H A D | utils.c | 1052 palette->ent[i] = prng_rand() & mask; 1075 old_idx = palette->ent[i15]; 1083 palette->ent[i15] = i; 1088 assert (palette->ent[CONVERT_15 (palette->rgba[i], is_rgb)] == i); 1341 const format_entry_t *ent = &format_list[i]; local in function:format_from_string 1343 if (strcasecmp (ent->name, s) == 0) 1344 return ent->format; 1377 const format_entry_t *ent = &format_list[i]; local in function:list_formats 1379 if (ent->is_alias) 1382 emit (ent 1399 const operator_entry_t *ent = &op_list[i]; local in function:list_operators 1428 const dither_entry_t *ent = &dither_list[i]; local in function:list_dithers 1446 const operator_entry_t *ent = &op_list[i]; local in function:operator_from_string 1470 const dither_entry_t *ent = &dither_list[i]; local in function:dither_from_string 1486 const operator_entry_t *ent = &op_list[i]; local in function:operator_name 1502 const format_entry_t *ent = &format_list[i]; local in function:format_name 1518 const dither_entry_t *ent = &dither_list[i]; local in function:dither_name [all...] |
| /xsrc/external/mit/libpciaccess/dist/src/ |
| H A D | solx_devfs.c | 530 uint ent = 0; local in function:pci_device_solx_devfs_probe 609 ent = reg->pci_phys_hi & 0xff; 611 if (ent > PCI_CONF_ROM) { 612 fprintf(stderr, "error ent = %d\n", ent); 618 if (ent < PCI_CONF_BASE0) { 623 } else if (ent == PCI_CONF_ROM) { 628 ent = (ent - PCI_CONF_BASE0) >> 2; 638 dev->regions[ent] [all...] |
| /xsrc/external/mit/pixman/dist/test/ |
| H A D | lowlevel-blt-bench.c | 943 const test_entry_t *ent; local in function:parser_self_test 950 ent = &tests_tbl[i]; 952 if (parse_test_pattern (&test, ent->testname) < 0) 954 printf ("parsing failed for '%s'\n", ent->testname); 959 fails += check_format (test.src_fmt, ent->src_fmt, 960 ent->testname, "src_fmt"); 961 fails += check_format (test.mask_fmt, ent->mask_fmt, 962 ent->testname, "mask_fmt"); 963 fails += check_format (test.dst_fmt, ent->dst_fmt, 964 ent [all...] |
| /xsrc/external/mit/xorg-server.old/dist/hw/xwin/ |
| H A D | InitOutput.c | 295 struct mntent *ent; local in function:winCheckMount 308 while ((ent = getmntent(mnt)) != NULL) 310 BOOL system = (winCheckMntOpt(ent, "user") != NULL); 311 BOOL root = (strcmp(ent->mnt_dir, "/") == 0); 312 BOOL tmp = (strcmp(ent->mnt_dir, "/tmp") == 0); 337 if ((winCheckMntOpt(ent, "binary") == NULL) && 338 (winCheckMntOpt(ent, "binmode") == NULL))
|
| /xsrc/external/mit/xorg-server/dist/hw/xwin/ |
| H A D | InitOutput.c | 283 struct mntent *ent; local in function:winCheckMount 295 while ((ent = getmntent(mnt)) != NULL) { 296 BOOL sys = (winCheckMntOpt(ent, "user") != NULL); 297 BOOL root = (strcmp(ent->mnt_dir, "/") == 0); 298 BOOL tmp = (strcmp(ent->mnt_dir, "/tmp") == 0); 321 if ((winCheckMntOpt(ent, "binary") == NULL) && 322 (winCheckMntOpt(ent, "binmode") == NULL))
|
| /xsrc/external/mit/xf86-video-amdgpu/dist/src/ |
| H A D | amdgpu_kms.c | 663 PixmapDirtyUpdatePtr ent; local in function:amdgpu_sync_shared_pixmap 666 xorg_list_for_each_entry(ent, &primary_screen->pixmap_dirty_list, ent) { 667 if (!amdgpu_dirty_src_equals(dirty, ent->secondary_dst)) 670 region = dirty_region(ent); 671 redisplay_dirty(ent, region); 759 xorg_list_for_each_entry(dirty, &screen->pixmap_dirty_list, ent) { 865 amdgpu_prime_scanout_flip(PixmapDirtyUpdatePtr ent) argument 867 ScreenPtr screen = ent->secondary_dst->drawable.pScreen; 870 xf86CrtcPtr crtc = amdgpu_prime_dirty_to_crtc(ent); 935 PixmapDirtyUpdatePtr ent; local in function:amdgpu_dirty_update [all...] |
| /xsrc/external/mit/xf86-video-ati-kms/dist/src/ |
| H A D | radeon_kms.c | 617 PixmapDirtyUpdatePtr ent; local in function:radeon_sync_shared_pixmap 620 xorg_list_for_each_entry(ent, &primary_screen->pixmap_dirty_list, ent) { 621 if (!radeon_dirty_src_equals(dirty, ent->secondary_dst)) 624 region = dirty_region(ent); 625 redisplay_dirty(ent, region); 713 xorg_list_for_each_entry(dirty, &screen->pixmap_dirty_list, ent) { 819 radeon_prime_scanout_flip(PixmapDirtyUpdatePtr ent) argument 821 ScreenPtr screen = ent->secondary_dst->drawable.pScreen; 824 xf86CrtcPtr crtc = radeon_prime_dirty_to_crtc(ent); 889 PixmapDirtyUpdatePtr ent; local in function:radeon_dirty_update [all...] |
| /xsrc/external/mit/libXft/dist/src/ |
| H A D | xftglyphs.c | 1305 FcChar32 ent, offset; local in function:XftCharIndex 1311 ent = ucs4 % (FcChar32)font->hash_value; 1313 while (font->hash_table[ent].ucs4 != ucs4) 1315 if (font->hash_table[ent].ucs4 == (FcChar32) ~0) 1322 font->hash_table[ent].ucs4 = ucs4; 1323 font->hash_table[ent].glyph = FcFreeTypeCharIndex (face, ucs4); 1333 ent = ent + offset; 1334 if (ent >= (FcChar32)font->hash_value) 1335 ent [all...] |