Lines Matching refs:table
114 // read unitsPerEm from 'head' table
189 le_uint16 table = 0;
193 table = fDirExtra;
199 if (SWAPL(fDirectory->tableDirectory[table + probe].tag) <= tag) {
200 table += probe;
204 if (SWAPL(fDirectory->tableDirectory[table].tag) == tag) {
205 return &fDirectory->tableDirectory[table];
223 void *table = NEW_ARRAY(char, *length);
225 if (table != NULL) {
227 fread(table, sizeof(char), *length, fFile);
230 return table;