Searched defs:nByte (Results 1 – 7 of 7) sorted by relevance
/netbsd-src/external/gpl3/binutils.old/dist/gprofng/src/ |
H A D | IOActivity.cc | 596 int64_t nByte = ioPkts->getLongValue (PROP_IONBYTE, i); in computeData() local 758 int64_t nByte = ioPkts->getLongValue (PROP_IONBYTE, i); in computeCallStack() local
|
H A D | HeapActivity.cc | 345 uint64_t nByte = heapPkts->getULongValue (PROP_HSIZE, i); in computeCallStack() local
|
/netbsd-src/external/gpl3/binutils/dist/gprofng/src/ |
H A D | IOActivity.cc | 596 int64_t nByte = ioPkts->getLongValue (PROP_IONBYTE, i); in computeData() local 758 int64_t nByte = ioPkts->getLongValue (PROP_IONBYTE, i); in computeCallStack() local
|
H A D | HeapActivity.cc | 345 uint64_t nByte = heapPkts->getULongValue (PROP_HSIZE, i); in computeCallStack() local
|
/netbsd-src/external/public-domain/sqlite/dist/ |
H A D | shell.c | 3329 int nByte = sqlite3_value_bytes(argv[0]); in sha3Func() local 7781 sqlite3_int64 nByte = nNew*sizeof(FsdirLevel); in fsdirNext() local 9221 static void apndDlError(sqlite3_vfs *pVfs, int nByte, char *zErrMsg){ in apndDlError() 9230 static int apndRandomness(sqlite3_vfs *pVfs, int nByte, char *zBufOut){ in apndRandomness() 9649 int nByte = sizeof(ZipfileTab) + ZIPFILE_BUFFER_SIZE; in zipfileConnect() local 9990 u16 nByte = zipfileRead16(p); in zipfileScanExtra() local 11244 static int zipfileBufferGrow(ZipfileBuffer *pBuf, int nByte){ in zipfileBufferGrow() 11293 int nByte; in zipfileStep() local 12012 static void *idxMalloc(int *pRc, int nByte){ in idxMalloc() 12539 int nByte; in idxGetTableInfo() local [all …]
|
H A D | sqlite3.c | 24000 int nByte = sqlite3PagerMemUsed(pPager); in sqlite3_db_status() local 24020 int nByte = 0; /* Used to accumulate return value */ in sqlite3_db_status() local 24066 int nByte = 0; /* Used to accumulate return value */ in sqlite3_db_status() local 26021 SQLITE_PRIVATE void sqlite3OsDlError(sqlite3_vfs *pVfs, int nByte, char *zBufOut){ in sqlite3OsDlError() 26031 SQLITE_PRIVATE int sqlite3OsRandomness(sqlite3_vfs *pVfs, int nByte, char *zBufOut){ in sqlite3OsRandomness() 26329 static void *sqlite3MemMalloc(int nByte){ return 0; } in sqlite3MemMalloc() 26331 static void *sqlite3MemRealloc(void *pPrior, int nByte){ return 0; } in sqlite3MemRealloc() 26488 static void *sqlite3MemMalloc(int nByte){ in sqlite3MemMalloc() 26560 static void *sqlite3MemRealloc(void *pPrior, int nByte){ in sqlite3MemRealloc() 26873 static void randomFill(char *pBuf, int nByte){ in randomFill() [all …]
|
/netbsd-src/external/public-domain/sqlite/dist/tea/generic/ |
H A D | tclsqlite3.c | 1396 int nByte; in dbPrepareAndBind() local 2476 int nByte; /* Number of bytes in an SQL string */ in DbObjCmd() local
|