Home | History | Annotate | Download | only in dist

Lines Matching defs:shift

15162       ** Assuming the current time value is UTC (a.k.a. GMT), shift it to
22569 ** (increase exponent by d to shift decimal left) */
22577 ** (decrease exponent by d to shift decimal right) */
44253 ** If an error occurs while trying to sync the journal, shift the pager
65319 /* We want to shift the pointer pSpace up such that it is 8-byte aligned.
65320 ** Thus, we need to calculate a value, nOff, between 0 and 7, to shift
69633 ** Shift the integer value in register P2 to the left by the
69641 ** Shift the integer value in register P2 to the right by the
69672 /* If shifting by a negative amount, shift in the other direction */
69687 /* Sign-extend on a right shift of a negative number */
117714 ** 0 <= N < YYNSTATE Shift N. That is, push the lookahead
119110 ** Perform a shift action.
119114 int yyNewState, /* The new state to shift in */
119115 int yyMajor, /* The major token to shift in */
119116 YYMINORTYPE *yypMinor /* Pointer to the minor token to shift in */
119494 ** Perform a reduce action and the shift that must immediately
120926 ** it is legal to shift the error symbol, then shift
127186 #define GETVARINT_STEP(v, ptr, shift, mask1, mask2, var, ret) \
127187 v = (v & mask1) | ( (*ptr++) << shift ); \
127189 #define GETVARINT_INIT(v, ptr, shift, mask1, mask2, var, ret) \
127202 int shift;
127210 for(shift=28; shift<=63; shift+=7){
127212 b += (c&0x7F) << shift;
142944 int nDesired; /* Ideal number of tokens to shift forward */
142953 ** *pHlMask are updated to shift the snippet nDesired tokens to the
142958 int nShift; /* Number of tokens to shift snippet by */
143072 /* Now that the shift has been done, check if the initial "..." are