Home
last modified time | relevance | path

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

/sqlite-3.40.0/src/
H A Dwindow.c462 i64 iSmall = nLarge*(nSize+1); in ntileValueFunc() local
467 if( iRow<iSmall ){ in ntileValueFunc()
470 sqlite3_result_int64(pCtx, 1 + nLarge + (iRow-iSmall)/nSize); in ntileValueFunc()