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

/external/oprofile/pp/
H A Dopreport.cpp61 count_type subtotal = 0; local
69 subtotal += count;
77 return subtotal;
/external/chromium_org/third_party/sqlite/src/src/
H A Dbtree.c5844 int subtotal; /* Subtotal of bytes in cells on one page */ local
6064 for(subtotal=k=i=0; i<nCell; i++){
6066 subtotal += szCell[i] + 2;
6067 if( subtotal > usableSpace ){
6068 szNew[k] = subtotal - szCell[i];
6071 subtotal = 0;
6076 szNew[k] = subtotal;
/external/chromium_org/third_party/sqlite/amalgamation/
H A Dsqlite3.c52963 int subtotal; /* Subtotal of bytes in cells on one page */ local
[all...]
/external/sqlite/dist/orig/
H A Dsqlite3.c57668 int subtotal; /* Subtotal of bytes in cells on one page */ local
[all...]
/external/sqlite/dist/
H A Dsqlite3.c57688 int subtotal; /* Subtotal of bytes in cells on one page */ local
[all...]

Completed in 587 milliseconds