Lines Matching defs:offset
496 /* calculate offset from start of string */
1567 SRE_CODE offset;
1588 offset = 256/SRE_CODE_BITS; /* 256-bit bitmap */
1589 if (offset > (uintptr_t)(end - code))
1591 code += offset;
1596 offset = 256/sizeof(SRE_CODE); /* 256-byte table */
1597 if (offset > (uintptr_t)(end - code))
1604 code += offset;
1605 offset = arg * (256/SRE_CODE_BITS); /* 256-bit bitmap times arg */
1606 if (offset > (uintptr_t)(end - code))
1608 code += offset;