Home
last modified time | relevance | path

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

/external/valgrind/coregrind/m_debuginfo/
Dreadmacho.c657 SizeT nGot = ML_(img_get_some)(buf, sli.img, curr_off, avail); in check_uuid_matches() local
658 vg_assert(nGot >= 1 && nGot <= avail); in check_uuid_matches()
661 for (i = 0; i < (UInt)nGot; i++) { in check_uuid_matches()
673 curr_off += nGot; in check_uuid_matches()
Dimage.c1271 SizeT nGot = ML_(img_get_some)(buf, img, curr_off, avail); in ML_() local
1272 vg_assert(nGot >= 1 && nGot <= avail); in ML_()
1274 for (i = 0; i < (UInt)nGot; i++) in ML_()
1276 curr_off += nGot; in ML_()
/external/python/cpython2/Doc/library/
Durllib2.rst986 print 'Content-type: text-plain\n\nGot Data: "%s"' % data
/external/python/cpython3/Doc/library/
Durllib.request.rst1213 print('Content-type: text/plain\n\nGot Data: "%s"' % data)
/external/sqlite/dist/orig/
Dsqlite3.c105302 int nGot;
105310 nGot = (sqlite3DbMallocSize(db, pNew) - sizeof(*pSrc))/sizeof(pSrc->a[0])+1;
105311 pSrc->nAlloc = nGot;
/external/sqlite/dist/
Dsqlite3.c105302 int nGot;
105310 nGot = (sqlite3DbMallocSize(db, pNew) - sizeof(*pSrc))/sizeof(pSrc->a[0])+1;
105311 pSrc->nAlloc = nGot;