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.c2553 int private_count, shared_count, kept_shared_count; in copy_recurse_data() local
2644 kept_shared_count = 0; in copy_recurse_data()
2653 kept_shared_count = 1; in copy_recurse_data()
2665 kept_shared_count = 1; in copy_recurse_data()
2670 kept_shared_srcw[kept_shared_count] = common->mark_ptr; in copy_recurse_data()
2671 kept_shared_count++; in copy_recurse_data()
2869 kept_shared_count = 1; in copy_recurse_data()
2942 for (i = 0; i < kept_shared_count; i++) in copy_recurse_data()
2956 stackptr += sizeof(sljit_sw) * kept_shared_count; in copy_recurse_data()