Home
last modified time | relevance | path

Searched refs:nGot (Results 1 – 6 of 6) sorted by relevance

/external/valgrind/main/coregrind/m_debuginfo/
Dimage.c994 SizeT nGot = ML_(img_get_some)(buf, img, curr_off, avail); in ML_() local
995 vg_assert(nGot >= 1 && nGot <= avail); in ML_()
997 for (i = 0; i < (UInt)nGot; i++) in ML_()
999 curr_off += nGot; in ML_()
Dreadmacho.c650 SizeT nGot = ML_(img_get_some)(buf, sli.img, curr_off, avail); in check_uuid_matches() local
651 vg_assert(nGot >= 1 && nGot <= avail); in check_uuid_matches()
654 for (i = 0; i < (UInt)nGot; i++) { in check_uuid_matches()
666 curr_off += nGot; in check_uuid_matches()
/external/chromium_org/third_party/sqlite/src/src/
Dbuild.c3110 int nGot; in sqlite3SrcListEnlarge() local
3118 nGot = (sqlite3DbMallocSize(db, pNew) - sizeof(*pSrc))/sizeof(pSrc->a[0])+1; in sqlite3SrcListEnlarge()
3119 pSrc->nAlloc = (u16)nGot; in sqlite3SrcListEnlarge()
/external/chromium_org/third_party/sqlite/amalgamation/
Dsqlite3.c79949 int nGot;
79957 nGot = (sqlite3DbMallocSize(db, pNew) - sizeof(*pSrc))/sizeof(pSrc->a[0])+1;
79958 pSrc->nAlloc = (u16)nGot;
/external/sqlite/dist/
Dsqlite3.c89642 int nGot;
89650 nGot = (sqlite3DbMallocSize(db, pNew) - sizeof(*pSrc))/sizeof(pSrc->a[0])+1;
89651 pSrc->nAlloc = nGot;
/external/sqlite/dist/orig/
Dsqlite3.c89622 int nGot;
89630 nGot = (sqlite3DbMallocSize(db, pNew) - sizeof(*pSrc))/sizeof(pSrc->a[0])+1;
89631 pSrc->nAlloc = nGot;