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

/external/valgrind/main/drd/
H A Ddrd_error.c559 SizeT* nBufp, Supp* supp)
558 drd_read_extra_suppression_info(Int fd, Char** bufpp, SizeT* nBufp, Supp* supp) argument
/external/valgrind/main/exp-sgcheck/
H A Dpc_common.c739 SizeT* nBufp, Supp* su )
743 eof = VG_(get_line) ( fd, bufpp, nBufp, NULL );
738 pc_read_extra_suppression_info( Int fd, Char** bufpp, SizeT* nBufp, Supp* su ) argument
/external/valgrind/main/coregrind/
H A Dm_errormgr.c1090 Bool VG_(get_line) ( Int fd, Char** bufpp, SizeT* nBufp, Int* lineno ) argument
1093 SizeT nBuf = *nBufp;
1116 *nBufp = nBuf = nBuf * 2;
/external/valgrind/main/helgrind/
H A Dhg_errors.c1369 Bool HG_(read_extra_suppression_info) ( Int fd, Char** bufpp, SizeT* nBufp, argument
/external/valgrind/main/memcheck/
H A Dmc_errors.c1458 SizeT* nBufp, Supp *su )
1463 eof = VG_(get_line) ( fd, bufpp, nBufp, NULL );
1457 read_extra_suppression_info( Int fd, Char** bufpp, SizeT* nBufp, Supp *su ) argument

Completed in 131 milliseconds