HomeSort by relevance Sort by last modified time
    Searched defs:MX_SMALL (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/third_party/sqlite/src/src/
mem3.c 40 #define MX_SMALL 10
137 u32 aiSmall[MX_SMALL-1]; /* For sizes 2 through MX_SMALL, inclusive */
138 u32 aiHash[N_HASH]; /* For sizes MX_SMALL+1 and larger */
175 if( size <= MX_SMALL ){
209 if( size <= MX_SMALL ){
373 if( nBlock <= MX_SMALL ){
415 for(i=0; i<MX_SMALL-1; i++){
630 for(i=0; i<MX_SMALL-1; i++){
  /external/chromium_org/third_party/sqlite/amalgamation/
sqlite3.c     [all...]

Completed in 235 milliseconds