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

/netbsd-current/external/public-domain/sqlite/dist/
H A Dsqlite3.c15016 ** ROUND8P() assumes that the argument is already an integer number of
15022 # define ROUND8P(x) (x) macro
15024 # define ROUND8P(x) (((x)+7)&~7) macro
[all...]

Completed in 488 milliseconds