Lines Matching refs:sljit_u8

174   sljit_u8 notbol;
175 sljit_u8 noteol;
176 sljit_u8 notempty;
177 sljit_u8 notempty_atstart;
342 sljit_u8 *optimized_cbracket;
344 sljit_u8 *then_offsets;
377 const sljit_u8 *fcc;
463 sljit_u8 asbyte;
464 sljit_u8 asuchars[4];
475 sljit_u8 asbyte;
476 sljit_u8 asuchars[4];
2192 static SLJIT_INLINE pcre_uchar *set_then_offsets(compiler_common *common, pcre_uchar *cc, sljit_u8 in set_then_offsets()
2835 static BOOL is_char7_bitset(const sljit_u8 *bitset, BOOL nclass) in is_char7_bitset()
2839 const sljit_u8 value = nclass ? 0xff : 0; in is_char7_bitset()
2840 const sljit_u8 *end = bitset + 32; in is_char7_bitset()
3476 sljit_u8 *bytes, *bytes_end, byte; in scan_prefix()
3595 if (common->utf && !is_char7_bitset((const sljit_u8 *)(cc + 1), FALSE)) in scan_prefix()
3620 …if (common->utf && !is_char7_bitset((const sljit_u8 *)common->ctypes - cbit_length + cbit_digit, F… in scan_prefix()
3629 …if (common->utf && !is_char7_bitset((const sljit_u8 *)common->ctypes - cbit_length + cbit_space, F… in scan_prefix()
3638 …if (common->utf && !is_char7_bitset((const sljit_u8 *)common->ctypes - cbit_length + cbit_word, FA… in scan_prefix()
3710 bytes = (sljit_u8*) (cc + 1); in scan_prefix()
3893 sljit_u8 instruction[8]; in fast_forward_first_char2_sse2()
4323 sljit_u8 *update_table = NULL; in fast_forward_first_n_chars()
4363 update_table = (sljit_u8 *)allocate_read_only_data(common, 256); in fast_forward_first_n_chars()
4639 static BOOL check_class_ranges(compiler_common *common, const sljit_u8 *bits, BOOL nclass, BOOL inv…
4641 static SLJIT_INLINE void fast_forward_start_bits(compiler_common *common, const sljit_u8 *start_bit… in fast_forward_start_bits()
4924 static BOOL check_class_ranges(compiler_common *common, const sljit_u8 *bits, BOOL nclass, BOOL inv… in check_class_ranges()
4929 sljit_u8 bit, cbit, all; in check_class_ranges()
5593 …if (!check_class_ranges(common, (const sljit_u8 *)cc, (((const sljit_u8 *)cc)[31] & 0x80) != 0, TR… in compile_xclass_matchingpath()
5620 if (!check_class_ranges(common, (const sljit_u8 *)cc, FALSE, TRUE, list)) in compile_xclass_matchingpath()
6262 …if (common->utf && is_char7_bitset((const sljit_u8 *)common->ctypes - cbit_length + cbit_digit, FA… in compile_char1_matchingpath()
6277 …if (common->utf && is_char7_bitset((const sljit_u8 *)common->ctypes - cbit_length + cbit_space, FA… in compile_char1_matchingpath()
6291 …if (common->utf && is_char7_bitset((const sljit_u8 *)common->ctypes - cbit_length + cbit_word, FAL… in compile_char1_matchingpath()
6574 bit = (common->utf && is_char7_bitset((const sljit_u8 *)cc, type == OP_NCLASS)) ? 127 : 255; in compile_char1_matchingpath()
6580 if (check_class_ranges(common, (const sljit_u8 *)cc, type == OP_NCLASS, FALSE, backtracks)) in compile_char1_matchingpath()
10809 const sljit_u8 *tables = re->tables; in PRIV()
10921 common->optimized_cbracket = (sljit_u8 *)SLJIT_MALLOC(re->top_bracket + 1, compiler->allocator_data… in PRIV()
11019 common->then_offsets = (sljit_u8 *)(common->private_data_ptrs + total_length); in PRIV()
11409 sljit_u8 local_space[MACHINE_STACK_SIZE]; in jit_machine_stack_exec()