Home
last modified time | relevance | path

Searched refs:update_table (Results 1 – 1 of 1) sorted by relevance

/external/pcre/dist2/src/
Dpcre2_jit_compile.c4342 sljit_u8 *update_table = NULL; in fast_forward_first_n_chars() local
4382 update_table = (sljit_u8 *)allocate_read_only_data(common, 256); in fast_forward_first_n_chars()
4383 if (update_table == NULL) in fast_forward_first_n_chars()
4385 memset(update_table, IN_UCHARS(range_len), 256); in fast_forward_first_n_chars()
4395 if (update_table[(*char_set) & 0xff] > IN_UCHARS(i)) in fast_forward_first_n_chars()
4396 update_table[(*char_set) & 0xff] = IN_UCHARS(i); in fast_forward_first_n_chars()
4461 OP1(SLJIT_MOV, RETURN_ADDR, 0, SLJIT_IMM, (sljit_sw)update_table); in fast_forward_first_n_chars()
4476 OP1(SLJIT_MOV_U8, TMP1, 0, SLJIT_MEM1(TMP1), (sljit_sw)update_table); in fast_forward_first_n_chars()