Searched refs:n_table (Results 1 – 2 of 2) sorted by relevance
/external/harfbuzz_ng/src/ |
D | main.cc | 99 for (int n_table = 0; n_table < num_tables; n_table++) { in main() local 100 const OpenTypeTable &table = font.get_table (n_table); in main() 101 printf (" Table %2d of %2d: %.4s (0x%08x+0x%08x)\n", n_table, num_tables, in main()
|
/external/libxml2/ |
D | testapi.c | 9342 int n_table; in test_xmlDumpEntitiesTable() local 9345 for (n_table = 0;n_table < gen_nb_xmlEntitiesTablePtr;n_table++) { in test_xmlDumpEntitiesTable() 9348 table = gen_xmlEntitiesTablePtr(n_table, 1); in test_xmlDumpEntitiesTable() 9353 des_xmlEntitiesTablePtr(n_table, table, 1); in test_xmlDumpEntitiesTable() 9360 printf(" %d", n_table); in test_xmlDumpEntitiesTable() 9778 int n_table; in test_xmlHashAddEntry() local 9784 for (n_table = 0;n_table < gen_nb_xmlHashTablePtr;n_table++) { in test_xmlHashAddEntry() 9788 table = gen_xmlHashTablePtr(n_table, 0); in test_xmlHashAddEntry() 9795 des_xmlHashTablePtr(n_table, table, 0); in test_xmlHashAddEntry() 9803 printf(" %d", n_table); in test_xmlHashAddEntry() [all …]
|