Home
last modified time | relevance | path

Searched refs:biasRight (Results 1 – 1 of 1) sorted by relevance

/freebsd/contrib/sqlite3/
H A Dsqlite3.c78917 int biasRight, /* If true, bias the search to the high end */ argument
78996 assert( biasRight==0 || biasRight==1 );
78997 idx = upr>>(1-biasRight); /* idx = biasRight ? upr : (lwr+upr)/2; */