Searched defs:nBuf (Results 1 - 10 of 10) sorted by relevance

/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/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/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/selinux/libsemanage/src/
H A Ddirect_api.c461 size_t nBuf; local
497 nBuf = BZ2_bzRead ( &bzerror, b, buf, bufsize);
499 if (total + nBuf > size) {
508 memcpy(&uncompress[total], buf, nBuf);
509 total += nBuf;
/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/valgrind/exp-sgcheck/
H A Dsg_main.c944 static void show_Invar( HChar* buf, Word nBuf, Invar* inv, Word depth ) argument
947 tl_assert(nBuf >= 128);
/external/sqlite/dist/orig/
H A Dshell.c3273 int nBuf; local
3278 pBuf = readFile(zName, &nBuf);
3279 if( pBuf ) sqlite3_result_blob(context, pBuf, nBuf, sqlite3_free);
H A Dsqlite3.c33069 seekAndWriteFd( int fd, i64 iOff, const void *pBuf, int nBuf, int *piErrno ) argument
35286 unixGetTempname(int nBuf, char *zBuf) argument
35967 unixDlError(sqlite3_vfs *NotUsed, int nBuf, char *zBufOut) argument
36014 unixRandomness(sqlite3_vfs *NotUsed, int nBuf, char *zBuf) argument
39013 sqlite3_win32_write_debug(const char *zBuf, int nBuf) argument
39631 winGetLastErrorMsg(DWORD lastErrno, int nBuf, char *zBuf) argument
42259 winMakeEndInDirSep(int nBuf, char *zBuf) argument
42286 int nMax, nBuf, nDir, nLen; local
43293 winDlError(sqlite3_vfs *pVfs, int nBuf, char *zBufOut) argument
43295 winGetLastErrorMsg(osGetLastError(), nBuf, zBufOut); local
43342 winRandomness(sqlite3_vfs *pVfs, int nBuf, char *zBuf) argument
43510 winGetLastError(sqlite3_vfs *pVfs, int nBuf, char *zBuf) argument
56327 sqlite3WalClose( Wal *pWal, sqlite3 *db, int sync_flags, int nBuf, u8 *zBuf ) argument
57681 sqlite3WalCheckpoint( Wal *pWal, sqlite3 *db, int eMode, int (*xBusy)(void*), void *pBusyArg, int sync_flags, int nBuf, u8 *zBuf, int *pnLog, int *pnCkpt ) argument
87306 vdbePmaWriterInit( sqlite3_file *pFd, PmaWriter *p, int nBuf, i64 iStart ) argument
174222 int nBuf; /* Size of buffer aBuf */ member in struct:SessionBuffer
194174 const int nBuf = 32; local
200202 int nBuf = *pnBuf; local
200336 int nBuf = *pnBuf; local
200370 int nBuf = *pnBuf; local
200517 int nBuf = *pnBuf; local
200583 int nBuf = *pnBuf; local
200619 int nBuf = *pnBuf; local
200647 int nBuf; local
[all...]
/external/sqlite/dist/
H A Dshell.c3279 int nBuf; local
3284 pBuf = readFile(zName, &nBuf);
3285 if( pBuf ) sqlite3_result_blob(context, pBuf, nBuf, sqlite3_free);
H A Dsqlite3.c33069 seekAndWriteFd( int fd, i64 iOff, const void *pBuf, int nBuf, int *piErrno ) argument
35286 unixGetTempname(int nBuf, char *zBuf) argument
35967 unixDlError(sqlite3_vfs *NotUsed, int nBuf, char *zBufOut) argument
36014 unixRandomness(sqlite3_vfs *NotUsed, int nBuf, char *zBuf) argument
39013 sqlite3_win32_write_debug(const char *zBuf, int nBuf) argument
39631 winGetLastErrorMsg(DWORD lastErrno, int nBuf, char *zBuf) argument
42259 winMakeEndInDirSep(int nBuf, char *zBuf) argument
42286 int nMax, nBuf, nDir, nLen; local
43293 winDlError(sqlite3_vfs *pVfs, int nBuf, char *zBufOut) argument
43295 winGetLastErrorMsg(osGetLastError(), nBuf, zBufOut); local
43342 winRandomness(sqlite3_vfs *pVfs, int nBuf, char *zBuf) argument
43510 winGetLastError(sqlite3_vfs *pVfs, int nBuf, char *zBuf) argument
56327 sqlite3WalClose( Wal *pWal, sqlite3 *db, int sync_flags, int nBuf, u8 *zBuf ) argument
57681 sqlite3WalCheckpoint( Wal *pWal, sqlite3 *db, int eMode, int (*xBusy)(void*), void *pBusyArg, int sync_flags, int nBuf, u8 *zBuf, int *pnLog, int *pnCkpt ) argument
87306 vdbePmaWriterInit( sqlite3_file *pFd, PmaWriter *p, int nBuf, i64 iStart ) argument
174234 int nBuf; /* Size of buffer aBuf */ member in struct:SessionBuffer
194186 const int nBuf = 32; local
200214 int nBuf = *pnBuf; local
200348 int nBuf = *pnBuf; local
200382 int nBuf = *pnBuf; local
200529 int nBuf = *pnBuf; local
200595 int nBuf = *pnBuf; local
200631 int nBuf = *pnBuf; local
200659 int nBuf; local
[all...]

Completed in 9874 milliseconds