Lines Matching defs:shift

24222       ** Assuming the current time value is UTC (a.k.a. GMT), shift it to
34092 ** (increase exponent by d to shift decimal left) */
34103 ** (decrease exponent by d to shift decimal right) */
59705 ** If an error occurs while trying to sync the journal, shift the pager
75859 ** entries, shift down. The end result is that each ixNx[] entry should
92264 /* If shifting by a negative amount, shift in the other direction */
92279 /* Sign-extend on a right shift of a negative number */
166691 ** YY_MAX_SHIFT Maximum value for shift actions
166692 ** YY_MIN_SHIFTREDUCE Minimum value for shift-reduce actions
166693 ** YY_MAX_SHIFTREDUCE Maximum value for shift-reduce actions
167654 ** After the "shift" half of a SHIFTREDUCE action, the stateno field
168920 ** Perform a shift action.
168924 YYACTIONTYPE yyNewState, /* The new state to shift in */
168925 YYCODETYPE yyMajor, /* The major token to shift in */
168926 sqlite3ParserTOKENTYPE yyMinor /* The minor token to shift in */
169784 ** Perform a reduce action and the shift that must immediately
171354 yyTraceShift(yypParser, yyact, "... then shift");
171567 ** it is legal to shift the error symbol, then shift
179990 #define GETVARINT_STEP(v, ptr, shift, mask1, mask2, var, ret) \
179991 v = (v & mask1) | ( (*(const unsigned char*)(ptr++)) << shift ); \
179993 #define GETVARINT_INIT(v, ptr, shift, mask1, mask2, var, ret) \
180002 int shift;
180010 for(shift=28; shift<=63; shift+=7){
180012 b += (c&0x7F) << shift;
180043 int shift;
180044 for(shift=0; shift<=63; shift+=7){
180047 b += (c&0x7F) << shift;
196371 int nDesired; /* Ideal number of tokens to shift forward */
196381 ** *pHlMask are updated to shift the snippet nDesired tokens to the
196386 int nShift; /* Number of tokens to shift snippet by */
196500 /* Now that the shift has been done, check if the initial "..." are
211407 /* Search for an existing statement. If one is found, shift it to the front
222922 ** fts5YY_MAX_SHIFT Maximum value for shift actions
222923 ** fts5YY_MIN_SHIFTREDUCE Minimum value for shift-reduce actions
222924 ** fts5YY_MAX_SHIFTREDUCE Maximum value for shift-reduce actions
223123 ** After the "shift" half of a SHIFTREDUCE action, the stateno field
223656 ** Perform a shift action.
223660 fts5YYACTIONTYPE fts5yyNewState, /* The new state to shift in */
223661 fts5YYCODETYPE fts5yyMajor, /* The major token to shift in */
223662 sqlite3Fts5ParserFTS5TOKENTYPE fts5yyMinor /* The minor token to shift in */
223766 ** Perform a reduce action and the shift that must immediately
223962 fts5yyTraceShift(fts5yypParser, fts5yyact, "... then shift");
224173 ** it is legal to shift the error symbol, then shift