Home
last modified time | relevance | path

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

/external/pcre/dist2/src/
Dpcre2_jit_compile.c379 sljit_s32 *private_data_ptrs; member
592 #define PRIVATE_DATA(cc) (common->private_data_ptrs[(cc) - common->start])
1527 …common->private_data_ptrs[(accelerated_start + 1) - common->start] = ((*private_data_start) << 3) … in detect_early_fail()
1532 …common->private_data_ptrs[(accelerated_start + 1) - common->start] = ((*private_data_start) << 3) … in detect_early_fail()
1546 …common->private_data_ptrs[(accelerated_start + 1) - common->start] = ((*private_data_start) << 3) … in detect_early_fail()
1627 if (common->private_data_ptrs[end - common->start - LINK_SIZE] != 0) in detect_repeat()
1673 common->private_data_ptrs[max_end - common->start - LINK_SIZE] = next_end - max_end; in detect_repeat()
1674 …common->private_data_ptrs[max_end - common->start - LINK_SIZE + 1] = (type == OP_BRAZERO) ? OP_UPT… in detect_repeat()
1676 common->private_data_ptrs[max_end - common->start - LINK_SIZE + 2] = max + 2; in detect_repeat()
1688 common->private_data_ptrs[end - common->start - LINK_SIZE] = max_end - end; in detect_repeat()
[all …]