Searched refs:n_dtd (Results 1 – 2 of 2) sorted by relevance
/external/adhd/cras/src/common/ |
D | edid_utils.c | 462 int n_dtd; in show_cea_timing() local 470 n_dtd = (CEA_LAST_PAD - off_dtd)/DTD_SIZE; in show_cea_timing() 474 fprintf(outfile, "There is space for %d DTDs in extension\n", n_dtd); in show_cea_timing() 545 for (i = 0; i < n_dtd; i++) { in show_cea_timing()
|
/external/libxml2/ |
D | testapi.c | 7117 int n_dtd; in test_xmlDebugDumpDTD() local 7120 for (n_dtd = 0;n_dtd < gen_nb_xmlDtdPtr;n_dtd++) { in test_xmlDebugDumpDTD() 7123 dtd = gen_xmlDtdPtr(n_dtd, 1); in test_xmlDebugDumpDTD() 7128 des_xmlDtdPtr(n_dtd, dtd, 1); in test_xmlDebugDumpDTD() 7135 printf(" %d", n_dtd); in test_xmlDebugDumpDTD() 8013 int n_dtd; in test_xmlShellValidate() local 8020 for (n_dtd = 0;n_dtd < gen_nb_char_ptr;n_dtd++) { in test_xmlShellValidate() 8025 dtd = gen_char_ptr(n_dtd, 1); in test_xmlShellValidate() 8033 des_char_ptr(n_dtd, dtd, 1); in test_xmlShellValidate() 8042 printf(" %d", n_dtd); in test_xmlShellValidate() [all …]
|