Home
last modified time | relevance | path

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

/external/pcre/dist2/src/
Dpcre2_jit_compile.c2130 int private_count, shared_count, kept_shared_count; in copy_recurse_data() local
2221 kept_shared_count = 0; in copy_recurse_data()
2230 kept_shared_count = 1; in copy_recurse_data()
2242 kept_shared_count = 1; in copy_recurse_data()
2247 kept_shared_srcw[kept_shared_count] = common->mark_ptr; in copy_recurse_data()
2248 kept_shared_count++; in copy_recurse_data()
2443 kept_shared_count = 1; in copy_recurse_data()
2516 for (i = 0; i < kept_shared_count; i++) in copy_recurse_data()
2530 stackptr += sizeof(sljit_sw) * kept_shared_count; in copy_recurse_data()