Searched refs:orig_hash_table (Results 1 - 1 of 1) sorted by relevance

/xsrc/external/mit/fontconfig/dist/src/
H A Dfccharset.c1043 FcCharSetOrigEnt *orig_hash_table[FC_CHAR_SET_HASH_SIZE]; member in struct:_FcCharSetFreezer
1126 FcCharSetOrigEnt **bucket = &freezer->orig_hash_table[((uintptr_t) orig) % FC_CHAR_SET_HASH_SIZE];
1210 FcCharSetOrigEnt **bucket = &freezer->orig_hash_table[((uintptr_t) orig) % FC_CHAR_SET_HASH_SIZE];
1289 for (ent = freezer->orig_hash_table[i]; ent; ent = next)

Completed in 3 milliseconds