Searched refs:n_buf (Results 1 – 2 of 2) sorted by relevance
/external/libxml2/ |
D | testapi.c | 2827 int n_buf; in test_htmlDocContentDumpFormatOutput() local 2835 for (n_buf = 0;n_buf < gen_nb_xmlOutputBufferPtr;n_buf++) { in test_htmlDocContentDumpFormatOutput() 2840 buf = gen_xmlOutputBufferPtr(n_buf, 0); in test_htmlDocContentDumpFormatOutput() 2847 des_xmlOutputBufferPtr(n_buf, buf, 0); in test_htmlDocContentDumpFormatOutput() 2856 printf(" %d", n_buf); in test_htmlDocContentDumpFormatOutput() 2880 int n_buf; in test_htmlDocContentDumpOutput() local 2886 for (n_buf = 0;n_buf < gen_nb_xmlOutputBufferPtr;n_buf++) { in test_htmlDocContentDumpOutput() 2890 buf = gen_xmlOutputBufferPtr(n_buf, 0); in test_htmlDocContentDumpOutput() 2896 des_xmlOutputBufferPtr(n_buf, buf, 0); in test_htmlDocContentDumpOutput() 2904 printf(" %d", n_buf); in test_htmlDocContentDumpOutput() [all …]
|
/external/valgrind/exp-sgcheck/tests/ |
D | bad_percentify.c | 561 void VG_percentify(ULong n, ULong m, UInt d, Int n_buf, HChar buf[]) in VG_percentify() argument 570 VG_(sprintf)(fmt, "%%-%ds", n_buf); in VG_percentify() 599 space = n_buf - len; in VG_percentify()
|