Home
last modified time | relevance | path

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

/freebsd-12-stable/crypto/heimdal/lib/sqlite/
Dsqlite3.c21276 #define SLOT_4_2_0 0xf01fc07f macro
21308 assert( SLOT_4_2_0 == ((0xfU<<28) | (0x7f<<14) | (0x7f)) ); in sqlite3GetVarint()
21393 a &= SLOT_4_2_0; in sqlite3GetVarint()
21410 b &= SLOT_4_2_0; in sqlite3GetVarint()
21548 a &= SLOT_4_2_0; in sqlite3GetVarint32()
21549 b &= SLOT_4_2_0; in sqlite3GetVarint32()
/freebsd-12-stable/contrib/sqlite3/
Dsqlite3.c35602 #define SLOT_4_2_0 0xf01fc07f macro
35623 assert( SLOT_4_2_0 == ((0xfU<<28) | (0x7f<<14) | (0x7f)) ); in sqlite3GetVarint()
35710 a &= SLOT_4_2_0; in sqlite3GetVarint()
35727 b &= SLOT_4_2_0; in sqlite3GetVarint()
251211 #define SLOT_4_2_0 0xf01fc07f
251242 assert( SLOT_4_2_0 == ((0xfU<<28) | (0x7f<<14) | (0x7f)) );
251327 a &= SLOT_4_2_0;
251344 b &= SLOT_4_2_0;