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

/external/chromium_org/third_party/sqlite/amalgamation/
H A Dsqlite3.c20876 ** SLOT_2_0 A mask for (0x7f<<14) | 0x7f
20878 ** SLOT_4_2_0 A mask for (0x7f<<28) | SLOT_2_0
20880 #define SLOT_2_0 0x001fc07f macro
20912 assert( SLOT_2_0 == ((0x7f<<14) | (0x7f)) );
20921 a &= SLOT_2_0;
20930 a &= SLOT_2_0;
20937 b &= SLOT_2_0;
20951 b &= SLOT_2_0;
20984 a &= SLOT_2_0;
20999 b &= SLOT_2_0;
[all...]
/external/sqlite/dist/orig/
H A Dsqlite3.c22992 ** SLOT_2_0 A mask for (0x7f<<14) | 0x7f
22994 ** SLOT_4_2_0 A mask for (0x7f<<28) | SLOT_2_0
22996 #define SLOT_2_0 0x001fc07f macro
23028 assert( SLOT_2_0 == ((0x7f<<14) | (0x7f)) );
23037 a &= SLOT_2_0;
23046 a &= SLOT_2_0;
23053 b &= SLOT_2_0;
23067 b &= SLOT_2_0;
23100 a &= SLOT_2_0;
23115 b &= SLOT_2_0;
[all...]
/external/sqlite/dist/
H A Dsqlite3.c22992 ** SLOT_2_0 A mask for (0x7f<<14) | 0x7f
22994 ** SLOT_4_2_0 A mask for (0x7f<<28) | SLOT_2_0
22996 #define SLOT_2_0 0x001fc07f macro
23028 assert( SLOT_2_0 == ((0x7f<<14) | (0x7f)) );
23037 a &= SLOT_2_0;
23046 a &= SLOT_2_0;
23053 b &= SLOT_2_0;
23067 b &= SLOT_2_0;
23100 a &= SLOT_2_0;
23115 b &= SLOT_2_0;
[all...]

Completed in 446 milliseconds