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

/xsrc/external/mit/fontconfig/dist/src/
H A Dfccharset.c1036 #define FC_CHAR_SET_HASH_SIZE 67 macro
1042 FcCharSetEnt *set_hash_table[FC_CHAR_SET_HASH_SIZE];
1043 FcCharSetOrigEnt *orig_hash_table[FC_CHAR_SET_HASH_SIZE];
1126 FcCharSetOrigEnt **bucket = &freezer->orig_hash_table[((uintptr_t) orig) % FC_CHAR_SET_HASH_SIZE];
1143 FcCharSetEnt **bucket = &freezer->set_hash_table[hash % FC_CHAR_SET_HASH_SIZE];
1210 FcCharSetOrigEnt **bucket = &freezer->orig_hash_table[((uintptr_t) orig) % FC_CHAR_SET_HASH_SIZE];
1276 for (i = 0; i < FC_CHAR_SET_HASH_SIZE; i++)
1286 for (i = 0; i < FC_CHAR_SET_HASH_SIZE; i++)

Completed in 3 milliseconds