Home | History | Annotate | Download | only in dist

Lines Matching refs:x1F

8459 #define SQLITE_OptMask        0x1f        /* Mask of all disablable opts */
13893 #define CTRL_LOGSIZE 0x1f /* Log2 Size of this block */
17956 0x18, 0x19, 0x1a, 0x1b, 0x1c, 0x1d, 0x1e, 0x1f,
17969 *zOut++ = 0xC0 + (u8)((c>>6)&0x1F); \
19207 a &= (0x1f<<28)|(0x7f<<14)|(0x7f);
19224 b &= (0x1f<<28)|(0x7f<<14)|(0x7f);
19362 a &= (0x1f<<28)|(0x7f<<14)|(0x7f);
19363 b &= (0x1f<<28)|(0x7f<<14)|(0x7f);