Searched refs:nGot (Results 1 – 6 of 6) sorted by relevance
/external/valgrind/main/coregrind/m_debuginfo/ |
D | image.c | 994 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_()
|
D | readmacho.c | 650 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/ |
D | build.c | 3110 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/ |
D | sqlite3.c | 79949 int nGot; 79957 nGot = (sqlite3DbMallocSize(db, pNew) - sizeof(*pSrc))/sizeof(pSrc->a[0])+1; 79958 pSrc->nAlloc = (u16)nGot;
|
/external/sqlite/dist/ |
D | sqlite3.c | 89642 int nGot; 89650 nGot = (sqlite3DbMallocSize(db, pNew) - sizeof(*pSrc))/sizeof(pSrc->a[0])+1; 89651 pSrc->nAlloc = nGot;
|
/external/sqlite/dist/orig/ |
D | sqlite3.c | 89622 int nGot; 89630 nGot = (sqlite3DbMallocSize(db, pNew) - sizeof(*pSrc))/sizeof(pSrc->a[0])+1; 89631 pSrc->nAlloc = nGot;
|