| /xsrc/external/mit/bdftopcf/dist/ |
| pcfwrite.c | 218 int ntables; local 270 ntables = 0; 362 ntables = table - tables; 364 header_size = S32 + S32 + ntables * (4 * S32); 367 cur_table < ntables; cur_table++, table++) { 372 pcfWriteTOC(file, tables, ntables); 374 cur_table < ntables; cur_table++, table++) {
|
| /xsrc/external/mit/libXfont/dist/src/bitmap/ |
| pcfread.c | 202 pcfSeekToType(FontFilePtr file, PCFTablePtr tables, int ntables, 207 for (i = 0; i < ntables; i++) 222 pcfHasType (PCFTablePtr tables, int ntables, CARD32 type) 226 for (i = 0; i < ntables; i++) 241 PCFTablePtr tables, int ntables) 254 if (!pcfSeekToType(file, tables, ntables, PCF_PROPERTIES, &format, &size)) 350 PCFTablePtr tables, int ntables, CARD32 type) 355 if (!pcfSeekToType(file, tables, ntables, type, &format, &size) || 405 int ntables; local 424 if (!(tables = pcfReadTOC(file, &ntables))) 707 int ntables; local [all...] |
| pcfwrite.c | 205 int ntables; local 255 ntables = 0; 342 ntables = table - tables; 344 header_size = S32 + S32 + ntables * (4 * S32); 347 cur_table < ntables; 353 pcfWriteTOC(file, tables, ntables); 355 cur_table < ntables;
|
| /xsrc/external/mit/libXfont2/dist/src/bitmap/ |
| pcfwrite.c | 207 int ntables; local 257 ntables = 0; 344 ntables = table - tables; 346 header_size = S32 + S32 + ntables * (4 * S32); 349 cur_table < ntables; 355 pcfWriteTOC(file, tables, ntables); 357 cur_table < ntables;
|
| pcfread.c | 204 pcfSeekToType(FontFilePtr file, PCFTablePtr tables, int ntables, 209 for (i = 0; i < ntables; i++) 224 pcfHasType (PCFTablePtr tables, int ntables, CARD32 type) 228 for (i = 0; i < ntables; i++) 243 PCFTablePtr tables, int ntables) 256 if (!pcfSeekToType(file, tables, ntables, PCF_PROPERTIES, &format, &size)) 353 PCFTablePtr tables, int ntables, CARD32 type) 358 if (!pcfSeekToType(file, tables, ntables, type, &format, &size) || 408 int ntables; local 427 if (!(tables = pcfReadTOC(file, &ntables))) 763 int ntables; local [all...] |
| /src/external/gpl3/gcc.old/dist/gcc/ |
| attribs.cc | 2611 const size_t ntables = ARRAY_SIZE (attribute_tables); 2617 for (size_t ti0 = 0; ti0 != ntables; ++ti0) 2609 const size_t ntables = ARRAY_SIZE (attribute_tables); local
|