Home
last modified time | relevance | path

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

/external/pcre/dist/
Dpcre_jit_compile.c173 int offset_count; member
2214 OP1(SLJIT_MOV_SI, SLJIT_R1, 0, SLJIT_MEM1(SLJIT_R0), SLJIT_OFFSETOF(jit_arguments, offset_count)); in copy_ovector()
6311 int offset_count = arguments->offset_count; in do_callout() local
6335 for (i = 2; i < offset_count; i += 2) in do_callout()
6344 if (offset_count > 0) in do_callout()
6346 if (offset_count > 1) in do_callout()
10382 int length, int start_offset, int options, int *offsets, int offset_count) in PRIV()
10417 arguments.real_offset_count = offset_count; in PRIV()
10425 if (offset_count != 2) in PRIV()
10426 offset_count = ((offset_count - (offset_count % 3)) * 2) / 3; in PRIV()
[all …]