Lines Matching defs:offset
142 The offset into the array is calculated for the three indices with the first
167 calculations for offset and bit in been_here() for the details.
314 size_t offset = (mem >> 3) + rem;
315 offset = ((offset * (offset + 1)) >> 1) + rem;
320 if (offset < length && (g.done[index].vec[offset] & bit) != 0)
326 if (length <= offset) {
332 } while (length <= offset);
341 while (length <= offset)
353 g.done[index].vec[offset] |= bit;