Lines Matching refs:skipunits
5006 uint32_t skipunits; in compile_branch() local
5080 skipunits = 0; /* Default value for most subgroups */ in compile_branch()
5835 skipunits = 1+IMM2_SIZE; in compile_branch()
5877 skipunits = 1+IMM2_SIZE; in compile_branch()
5898 skipunits = 1+2*IMM2_SIZE; in compile_branch()
5912 skipunits = 1; in compile_branch()
5930 skipunits = 1+IMM2_SIZE; in compile_branch()
5945 skipunits = 1; in compile_branch()
6027 skipunits, /* Skip over bracket number */ in compile_branch()
7297 skipunits = IMM2_SIZE; in compile_branch()
7520 int *errorcodeptr, uint32_t skipunits, uint32_t *firstcuptr, in compile_regex() argument
7564 length = 2 + 2*LINK_SIZE + skipunits; in compile_regex()
7595 code += 1 + LINK_SIZE + skipunits; in compile_regex()
7768 code = *codeptr + 1 + LINK_SIZE + skipunits; in compile_regex()