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

/netbsd-current/external/public-domain/sqlite/dist/
H A Dsqlite3.c15368 ** The number of bits in a Bitmask. "BMS" means "BitMask Size".
15370 #define BMS ((int)(sizeof(Bitmask)*8)) macro
15380 #define TOPBIT (((Bitmask)1)<<(BMS-1))
[all...]

Completed in 403 milliseconds