Searched defs:FTC_CacheRec_ (Results 1 – 1 of 1) sorted by relevance
146 typedef struct FTC_CacheRec_ struct148 FT_UFast p; /* hash table counter */149 FT_UFast mask; /* hash table index range */150 FT_Long slack;151 FTC_Node* buckets;153 FTC_CacheClassRec clazz; /* local copy, for speed */155 FTC_Manager manager;156 FT_Memory memory;157 FT_UInt index; /* in manager's table */159 FTC_CacheClass org_class; /* original class pointer */