Home
last modified time | relevance | path

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

/sqlite-3.40.0/src/
H A Dpcache1.c280 sz = ROUNDDOWN8(sz); in sqlite3PCacheBufferSetup()
H A Dmain.c767 sz = ROUNDDOWN8(sz); /* IMP: R-33038-09382 */ in setupLookaside()
H A DsqliteInt.h964 #define ROUNDDOWN8(x) ((x)&~7) macro
H A Dvdbeaux.c2521 x.nFree = ROUNDDOWN8(pParse->szOpAlloc - n); /* Bytes of unused memory */ in sqlite3VdbeMakeReady()