Lines Matching refs:sljit_u8
356 sljit_u8 *optimized_cbracket;
358 sljit_u8 *then_offsets;
391 const sljit_u8 *fcc;
476 sljit_u8 asbyte;
477 sljit_u8 asuchars[4];
488 sljit_u8 asbyte;
489 sljit_u8 asuchars[4];
2226 static SLJIT_INLINE PCRE2_SPTR set_then_offsets(compiler_common *common, PCRE2_SPTR cc, sljit_u8 *c… in set_then_offsets()
2842 static BOOL is_char7_bitset(const sljit_u8 *bitset, BOOL nclass) in is_char7_bitset()
2846 const sljit_u8 value = nclass ? 0xff : 0; in is_char7_bitset()
2847 const sljit_u8 *end = bitset + 32; in is_char7_bitset()
3487 sljit_u8 *bytes, *bytes_end, byte; in scan_prefix()
3606 if (common->utf && !is_char7_bitset((const sljit_u8 *)(cc + 1), FALSE)) in scan_prefix()
3631 …if (common->utf && !is_char7_bitset((const sljit_u8 *)common->ctypes - cbit_length + cbit_digit, F… in scan_prefix()
3640 …if (common->utf && !is_char7_bitset((const sljit_u8 *)common->ctypes - cbit_length + cbit_space, F… in scan_prefix()
3649 …if (common->utf && !is_char7_bitset((const sljit_u8 *)common->ctypes - cbit_length + cbit_word, FA… in scan_prefix()
3721 bytes = (sljit_u8*) (cc + 1); in scan_prefix()
3904 sljit_u8 instruction[8]; in fast_forward_first_char2_sse2()
4342 sljit_u8 *update_table = NULL; in fast_forward_first_n_chars()
4382 update_table = (sljit_u8 *)allocate_read_only_data(common, 256); in fast_forward_first_n_chars()
4657 static BOOL check_class_ranges(compiler_common *common, const sljit_u8 *bits, BOOL nclass, BOOL inv…
4659 static SLJIT_INLINE void fast_forward_start_bits(compiler_common *common, const sljit_u8 *start_bit… in fast_forward_start_bits()
4942 static BOOL check_class_ranges(compiler_common *common, const sljit_u8 *bits, BOOL nclass, BOOL inv… in check_class_ranges()
4947 sljit_u8 bit, cbit, all; in check_class_ranges()
5612 …if (!check_class_ranges(common, (const sljit_u8 *)cc, (((const sljit_u8 *)cc)[31] & 0x80) != 0, TR… in compile_xclass_matchingpath()
5639 if (!check_class_ranges(common, (const sljit_u8 *)cc, FALSE, TRUE, list)) in compile_xclass_matchingpath()
6270 …if (common->utf && is_char7_bitset((const sljit_u8*)common->ctypes - cbit_length + cbit_digit, FAL… in compile_char1_matchingpath()
6285 …if (common->utf && is_char7_bitset((const sljit_u8*)common->ctypes - cbit_length + cbit_space, FAL… in compile_char1_matchingpath()
6299 …if (common->utf && is_char7_bitset((const sljit_u8*)common->ctypes - cbit_length + cbit_word, FALS… in compile_char1_matchingpath()
6579 bit = (common->utf && is_char7_bitset((const sljit_u8 *)cc, type == OP_NCLASS)) ? 127 : 255; in compile_char1_matchingpath()
6585 if (check_class_ranges(common, (const sljit_u8 *)cc, type == OP_NCLASS, FALSE, backtracks)) in compile_char1_matchingpath()
10838 const sljit_u8 *tables = re->tables; in jit_compile()
10935 common->optimized_cbracket = (sljit_u8 *)SLJIT_MALLOC(re->top_bracket + 1, allocator_data); in jit_compile()
11033 common->then_offsets = (sljit_u8 *)(common->private_data_ptrs + total_length); in jit_compile()