Searched refs:shift (Results 1 – 6 of 6) sorted by relevance
134 for (let shift = 0; /* no check */; shift += 7) { variable139 len |= ((val & 0x7f) << shift) >>> 0;
168 const pendingPromise = assertExists(this.pendingParses.shift());176 assertExists(this.pendingEOFs.shift()).resolve();179 assertExists(this.pendingResetTraceProcessors.shift()).resolve();182 assertExists(this.pendingRestoreTables.shift()).resolve();189 this.pendingQueries.shift();197 assertExists(this.pendingComputeMetrics.shift());
115 const source = sources.shift();
122 parts.shift();
270 int shift = (size -1) * 8; in appendLongInteger() local273 append((int)((longInt >>> shift) & 0xff)); in appendLongInteger()274 shift = shift - 8; in appendLongInteger()
494 setTimeout(() => this.lastMoves.shift(), 1000);