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

/freebsd-10-stable/crypto/heimdal/lib/sqlite/
H A Dsqlite3.c15539 #define MX_SMALL 10 macro
15636 u32 aiSmall[MX_SMALL-1]; /* For sizes 2 through MX_SMALL, inclusive */
15637 u32 aiHash[N_HASH]; /* For sizes MX_SMALL+1 and larger */
15674 if( size <= MX_SMALL ){
15708 if( size <= MX_SMALL ){
15872 if( nBlock <= MX_SMALL ){
15914 for(i=0; i<MX_SMALL-1; i++){
16129 for(i=0; i<MX_SMALL-1; i++){
[all...]
/freebsd-10-stable/contrib/sqlite3/
H A Dsqlite3.c21130 #define MX_SMALL 10 macro
21227 u32 aiSmall[MX_SMALL-1]; /* For sizes 2 through MX_SMALL, inclusive */
21228 u32 aiHash[N_HASH]; /* For sizes MX_SMALL+1 and larger */
21265 if( size <= MX_SMALL ){
21299 if( size <= MX_SMALL ){
21463 if( nBlock <= MX_SMALL ){
21505 for(i=0; i<MX_SMALL-1; i++){
21720 for(i=0; i<MX_SMALL-1; i++){
[all...]

Completed in 743 milliseconds