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

/netbsd-6-1-5-RELEASE/external/public-domain/sqlite/dist/
H A Dsqlite3.c15963 #define MX_SMALL 10 macro
16060 u32 aiSmall[MX_SMALL-1]; /* For sizes 2 through MX_SMALL, inclusive */
16061 u32 aiHash[N_HASH]; /* For sizes MX_SMALL+1 and larger */
16098 if( size <= MX_SMALL ){
16132 if( size <= MX_SMALL ){
16296 if( nBlock <= MX_SMALL ){
16338 for(i=0; i<MX_SMALL-1; i++){
16553 for(i=0; i<MX_SMALL-1; i++){
[all...]

Completed in 331 milliseconds