Home
last modified time | relevance | path

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

/sqlite-3.40.0/ext/fts5/
H A Dfts5_varint.c96 #define SLOT_4_2_0 0xf01fc07f macro
127 assert( SLOT_4_2_0 == ((0xfU<<28) | (0x7f<<14) | (0x7f)) ); in sqlite3Fts5GetVarint()
212 a &= SLOT_4_2_0; in sqlite3Fts5GetVarint()
229 b &= SLOT_4_2_0; in sqlite3Fts5GetVarint()
/sqlite-3.40.0/src/
H A Dutil.c997 #define SLOT_4_2_0 0xf01fc07f macro
1018 assert( SLOT_4_2_0 == ((0xfU<<28) | (0x7f<<14) | (0x7f)) ); in sqlite3GetVarint()
1105 a &= SLOT_4_2_0; in sqlite3GetVarint()
1122 b &= SLOT_4_2_0; in sqlite3GetVarint()
1259 a &= SLOT_4_2_0; in sqlite3GetVarint32()
1260 b &= SLOT_4_2_0; in sqlite3GetVarint32()