Home
last modified time | relevance | path

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

/freebsd/contrib/sqlite3/
H A Dsqlite3.c36744 #define SLOT_2_0 0x001fc07f macro
36765 assert( SLOT_2_0 == ((0x7f<<14) | (0x7f)) ); in sqlite3GetVarint()
36775 a &= SLOT_2_0; in sqlite3GetVarint()
36784 a &= SLOT_2_0; in sqlite3GetVarint()
36791 b &= SLOT_2_0; in sqlite3GetVarint()
36805 b &= SLOT_2_0; in sqlite3GetVarint()
36839 a &= SLOT_2_0; in sqlite3GetVarint()
36854 b &= SLOT_2_0; in sqlite3GetVarint()
36863 a &= SLOT_2_0; in sqlite3GetVarint()
36887 b &= SLOT_2_0; in sqlite3GetVarint()
[all …]