Searched refs:nBuf (Results 1 - 15 of 15) sorted by relevance

/external/valgrind/exp-sgcheck/
H A Dpc_common.h60 /*OUT*/HChar* buf, Int nBuf );
62 /*OUT*/HChar* buf, Int nBuf );
H A Dpc_common.c780 /*OUT*/HChar* buf, Int nBuf )
784 tl_assert(nBuf >= 1);
789 return VG_(snprintf)(buf, nBuf, "%s", errstr);
797 /*OUT*/HChar* buf, Int nBuf )
799 tl_assert(nBuf >= 1);
H A Dsg_main.c944 static void show_Invar( HChar* buf, Word nBuf, Invar* inv, Word depth ) argument
947 tl_assert(nBuf >= 128);
/external/valgrind/helgrind/
H A Dhg_errors.h48 /*OUT*/HChar* buf, Int nBuf );
50 /*OUT*/HChar* buf, Int nBuf );
H A Dhg_errors.c1371 /*OUT*/HChar* buf, Int nBuf )
1373 tl_assert(nBuf >= 1);
1380 /*OUT*/HChar* buf, Int nBuf )
1382 tl_assert(nBuf >= 1);
/external/valgrind/coregrind/
H A Dm_errormgr.c1116 SizeT nBuf = *nBufp; local
1142 if (i > 0 && i == nBuf-1) {
1143 *nBufp = nBuf = nBuf * 2;
1145 vg_assert2(nBuf < RIDICULOUS, // Just a sanity check, really.
1148 *bufpp = buf = VG_(realloc)("errormgr.get_line.1", buf, nBuf);
1258 SizeT nBuf = 200; local
1259 HChar* buf = VG_(malloc)("errormgr.losf.1", nBuf);
1300 eof = get_nbnc_line ( fd, &buf, &nBuf, &lineno );
1308 eof = get_nbnc_line ( fd, &buf, &nBuf,
[all...]
/external/dng_sdk/source/
H A Ddng_string.cpp934 const uint8 *nBuf = (const uint8 *) s; local
936 uint32 aChar = nBuf [0];
959 if ((nBuf [extra] & 0xC0) != 0x80)
1000 aChar = ((aChar << 6) + nBuf [1]) - (uint32) 0x00003080UL;
1009 aChar = ((((aChar << 6) + nBuf [1])
1010 << 6) + nBuf [2]) - (uint32) 0x000E2080UL;
1019 aChar = ((((((aChar << 6) + nBuf [1])
1020 << 6) + nBuf [2])
1021 << 6) + nBuf [3]) - (uint32) 0x03C82080UL;
/external/valgrind/drd/
H A Ddrd_error.c606 /*OUT*/HChar* buf, Int nBuf)
608 tl_assert(nBuf >= 1);
615 /*OUT*/HChar* buf, Int nBuf)
617 tl_assert(nBuf >= 1);
605 drd_get_extra_suppression_info(const Error* e, HChar* buf, Int nBuf) argument
614 drd_print_extra_suppression_use(const Supp* su, HChar* buf, Int nBuf) argument
/external/valgrind/memcheck/
H A Dmc_include.h513 SizeT* nBuf, Int* lineno, Supp *su );
518 /*OUT*/HChar* buf, Int nBuf );
520 /*OUT*/HChar* buf, Int nBuf );
H A Dmc_errors.c1523 /*OUT*/HChar* buf, Int nBuf )
1527 tl_assert(nBuf >= 1);
1532 return VG_(snprintf)(buf, nBuf, "%s", errstr);
1535 return VG_(snprintf) (buf, nBuf, "match-leak-kinds: %s",
1539 return VG_(snprintf) (buf, nBuf, "%s(%s)",
1549 /*OUT*/HChar *buf, Int nBuf )
1551 tl_assert(nBuf >= 1);
1558 return VG_(snprintf) (buf, nBuf,
/external/bzip2/
H A Dbzip2.c299 Int32 nBuf = 0; local
303 buf[nBuf] = q + '0';
304 nBuf++;
306 outbuf[nBuf] = 0;
307 for (i = 0; i < nBuf; i++)
308 outbuf[i] = buf[nBuf-i-1];
/external/valgrind/include/
H A Dpub_tool_tooliface.h336 // This should print into buf[0..nBuf-1] any extra info for the
342 // If the buffer is too small the function shall return nBuf.
344 /*OUT*/HChar* buf, Int nBuf),
350 /*OUT*/HChar* buf, Int nBuf),
/external/sqlite/dist/orig/
H A Dsqlite3.c29874 seekAndWriteFd( int fd, i64 iOff, const void *pBuf, int nBuf, int *piErrno ) argument
32091 unixGetTempname(int nBuf, char *zBuf) argument
32695 unixDlError(sqlite3_vfs *NotUsed, int nBuf, char *zBufOut) argument
32742 unixRandomness(sqlite3_vfs *NotUsed, int nBuf, char *zBuf) argument
35663 sqlite3_win32_write_debug(const char *zBuf, int nBuf) argument
36178 winGetLastErrorMsg(DWORD lastErrno, int nBuf, char *zBuf) argument
38711 winMakeEndInDirSep(int nBuf, char *zBuf) argument
38738 int nMax, nBuf, nDir, nLen; local
39738 winDlError(sqlite3_vfs *pVfs, int nBuf, char *zBufOut) argument
39740 winGetLastErrorMsg(osGetLastError(), nBuf, zBufOut); local
39766 winRandomness(sqlite3_vfs *pVfs, int nBuf, char *zBuf) argument
39935 winGetLastError(sqlite3_vfs *pVfs, int nBuf, char *zBuf) argument
52191 sqlite3WalClose( Wal *pWal, int sync_flags, int nBuf, u8 *zBuf ) argument
53282 sqlite3WalCheckpoint( Wal *pWal, int eMode, int (*xBusy)(void*), void *pBusyArg, int sync_flags, int nBuf, u8 *zBuf, int *pnLog, int *pnCkpt ) argument
81518 vdbePmaWriterInit( sqlite3_file *pFd, PmaWriter *p, int nBuf, i64 iStart ) argument
82843 int nBuf; /* Size of zBuf[] in bytes */ member in struct:JournalFile
176789 const int nBuf = 32; local
182506 int nBuf = *pnBuf; local
182640 int nBuf = *pnBuf; local
182674 int nBuf = *pnBuf; local
182821 int nBuf = *pnBuf; local
182887 int nBuf = *pnBuf; local
182923 int nBuf = *pnBuf; local
182951 int nBuf; local
[all...]
/external/sqlite/dist/
H A Dsqlite3.c29892 seekAndWriteFd( int fd, i64 iOff, const void *pBuf, int nBuf, int *piErrno ) argument
32109 unixGetTempname(int nBuf, char *zBuf) argument
32713 unixDlError(sqlite3_vfs *NotUsed, int nBuf, char *zBufOut) argument
32760 unixRandomness(sqlite3_vfs *NotUsed, int nBuf, char *zBuf) argument
35681 sqlite3_win32_write_debug(const char *zBuf, int nBuf) argument
36196 winGetLastErrorMsg(DWORD lastErrno, int nBuf, char *zBuf) argument
38729 winMakeEndInDirSep(int nBuf, char *zBuf) argument
38756 int nMax, nBuf, nDir, nLen; local
39756 winDlError(sqlite3_vfs *pVfs, int nBuf, char *zBufOut) argument
39758 winGetLastErrorMsg(osGetLastError(), nBuf, zBufOut); local
39784 winRandomness(sqlite3_vfs *pVfs, int nBuf, char *zBuf) argument
39953 winGetLastError(sqlite3_vfs *pVfs, int nBuf, char *zBuf) argument
52209 sqlite3WalClose( Wal *pWal, int sync_flags, int nBuf, u8 *zBuf ) argument
53300 sqlite3WalCheckpoint( Wal *pWal, int eMode, int (*xBusy)(void*), void *pBusyArg, int sync_flags, int nBuf, u8 *zBuf, int *pnLog, int *pnCkpt ) argument
81536 vdbePmaWriterInit( sqlite3_file *pFd, PmaWriter *p, int nBuf, i64 iStart ) argument
82861 int nBuf; /* Size of zBuf[] in bytes */ member in struct:JournalFile
176819 const int nBuf = 32; local
182536 int nBuf = *pnBuf; local
182670 int nBuf = *pnBuf; local
182704 int nBuf = *pnBuf; local
182851 int nBuf = *pnBuf; local
182917 int nBuf = *pnBuf; local
182953 int nBuf = *pnBuf; local
182981 int nBuf; local
[all...]
/external/selinux/libsemanage/src/
H A Ddirect_api.c433 size_t nBuf; local
469 nBuf = BZ2_bzRead ( &bzerror, b, buf, bufsize);
471 if (total + nBuf > size) {
480 memcpy(&uncompress[total], buf, nBuf);
481 total += nBuf;

Completed in 824 milliseconds