Searched defs:n_buf (Results 1 - 5 of 5) sorted by relevance

/external/valgrind/main/coregrind/
H A Dm_vkiscnums.c49 HChar* VG_(sysnum_string)(Word sysnum, SizeT n_buf, HChar* buf) argument
51 VG_(snprintf)(buf, n_buf, "%3ld", sysnum);
55 HChar* VG_(sysnum_string_extra)(Word sysnum, SizeT n_buf, HChar* buf) argument
57 return VG_(sysnum_string)(sysnum, n_buf, buf);
64 HChar* VG_(sysnum_string)(Word sysnum, SizeT n_buf, HChar* buf) argument
74 VG_(snprintf)(buf, n_buf, "%s:%3ld",
79 HChar* VG_(sysnum_string_extra)(Word sysnum, SizeT n_buf, HChar* buf) argument
81 return VG_(sysnum_string)(sysnum, n_buf, buf);
H A Dm_libcprint.c292 void VG_(percentify)(ULong n, ULong m, UInt d, Int n_buf, HChar buf[]) argument
301 VG_(sprintf)(fmt, "%%-%ds", n_buf);
302 // fmt is now "%<n_buf>s" where <d> is 1,2,3...
329 space = n_buf - len;
/external/valgrind/main/exp-sgcheck/tests/
H A Dbad_percentify.c561 void VG_percentify(ULong n, ULong m, UInt d, Int n_buf, HChar buf[]) argument
570 VG_(sprintf)(fmt, "%%-%ds", n_buf);
571 // fmt is now "%<n_buf>s" where <d> is 1,2,3...
599 space = n_buf - len;
/external/valgrind/main/coregrind/m_debuginfo/
H A Ddebuginfo.c1821 /* Copy str into buf starting at n, but not going past buf[n_buf-1]
1824 static Int putStr ( Int n, Int n_buf, HChar* buf, const HChar* str ) argument
1826 vg_assert(n_buf > 0);
1827 vg_assert(n >= 0 && n < n_buf);
1828 for (; n < n_buf-1 && *str != 0; n++,str++)
1830 vg_assert(n >= 0 && n < n_buf);
1836 also not adding more than count chars to n_buf. */
1838 static Int putStrEsc ( Int n, Int n_buf, Int count, HChar* buf, HChar* str ) argument
1841 vg_assert(n_buf > 0);
1842 vg_assert(count >= 0 && count < n_buf);
1879 describe_IP(Addr eip, HChar* buf, Int n_buf) argument
[all...]
/external/chromium_org/third_party/libxml/src/
H A Dtestapi.c2831 int n_buf; local
2839 for (n_buf = 0;n_buf < gen_nb_xmlOutputBufferPtr;n_buf++) {
2844 buf = gen_xmlOutputBufferPtr(n_buf, 0);
2851 des_xmlOutputBufferPtr(n_buf, buf, 0);
2860 printf(" %d", n_buf);
2884 int n_buf; local
2890 for (n_buf = 0;n_buf < gen_nb_xmlOutputBufferPt
3228 int n_buf; local
3383 int n_buf; local
3443 int n_buf; local
5507 int n_buf; local
9296 int n_buf; local
9342 int n_buf; local
18370 int n_buf; local
18424 int n_buf; local
18470 int n_buf; local
18516 int n_buf; local
18555 int n_buf; local
18601 int n_buf; local
18677 int n_buf; local
18708 int n_buf; local
18747 int n_buf; local
18779 int n_buf; local
18817 int n_buf; local
18856 int n_buf; local
18894 int n_buf; local
18931 int n_buf; local
18968 int n_buf; local
22095 int n_buf; local
22156 int n_buf; local
22971 int n_buf; local
23123 int n_buf; local
24922 int n_buf; local
24961 int n_buf; local
25007 int n_buf; local
25046 int n_buf; local
25092 int n_buf; local
25131 int n_buf; local
25717 int n_buf; local
25770 int n_buf; local
28415 int n_buf; local
28772 int n_buf; local
32845 int n_buf; local
42907 int n_buf; local
[all...]

Completed in 233 milliseconds