Searched refs:nTab (Results 1 - 3 of 3) sorted by relevance

/external/valgrind/helgrind/
H A Dlibhb_core.c2894 UWord nSet, nTab, nLive; local
2898 nTab = VG_(sizeXA)( vts_tab );
2912 VG_(printf)(" vts_tab size %4lu\n", nTab);
2962 UWord i, nTab, nLive, nFreed; local
2976 nTab = VG_(sizeXA)( vts_tab );
2979 VG_(printf)("<<GC begins at vts_tab size %lu>>\n", nTab);
2987 for (i = 0; i < nTab; i++) {
3018 tl_assert(nFreed <= nTab);
3019 nLive = nTab - nFreed;
3020 tl_assert(nLive >= 0 && nLive <= nTab);
[all...]
/external/sqlite/dist/orig/
H A Dsqlite3.c13222 int nTab; /* Number of previously allocated VDBE cursors */ member in struct:Parse
183929 int nTab = strlen(zTab)+1; local
[all...]
/external/sqlite/dist/
H A Dsqlite3.c13222 int nTab; /* Number of previously allocated VDBE cursors */ member in struct:Parse
183959 int nTab = strlen(zTab)+1; local
[all...]

Completed in 666 milliseconds