Searched defs:nTab (Results 1 - 5 of 5) sorted by relevance

/external/valgrind/main/helgrind/
H A Dlibhb_core.c2676 UWord nSet, nTab, nLive; local
2680 nTab = VG_(sizeXA)( vts_tab );
2694 VG_(printf)(" vts_tab size %4lu\n", nTab);
2744 UWord i, nTab, nLive, nFreed; local
2758 nTab = VG_(sizeXA)( vts_tab );
2761 VG_(printf)("<<GC begins at vts_tab size %lu>>\n", nTab);
2769 for (i = 0; i < nTab; i++) {
2800 tl_assert(nFreed <= nTab);
2801 nLive = nTab - nFreed;
2802 tl_assert(nLive >= 0 && nLive <= nTab);
[all...]
/external/chromium_org/third_party/sqlite/src/src/
H A DsqliteInt.h2184 int nTab; /* Number of previously allocated VDBE cursors */ member in struct:Parse
/external/chromium_org/third_party/sqlite/amalgamation/
H A Dsqlite3.c10529 int nTab; /* Number of previously allocated VDBE cursors */ member in struct:Parse
[all...]
/external/sqlite/dist/orig/
H A Dsqlite3.c11924 int nTab; /* Number of previously allocated VDBE cursors */ member in struct:Parse
[all...]
/external/sqlite/dist/
H A Dsqlite3.c11924 int nTab; /* Number of previously allocated VDBE cursors */ member in struct:Parse
[all...]

Completed in 674 milliseconds