Searched refs:cpool_size (Results 1 - 1 of 1) sorted by relevance

/external/pcre/dist/sljit/
H A DsljitNativeARM_32.c266 static sljit_uw patch_pc_relative_loads(sljit_uw *last_pc_patch, sljit_uw *code_ptr, sljit_uw* const_pool, sljit_uw cpool_size) argument
272 sljit_uw* clear_const_pool_end = const_pool + cpool_size;
288 SLJIT_ASSERT(ind < cpool_size && !(*last_pc_patch & (1 << 25)) && (*last_pc_patch & (1 << 20)));
564 sljit_uw cpool_size; local
593 cpool_size = 0;
620 if (cpool_size > 0) {
632 if (++cpool_current_index >= cpool_size) {
634 cpool_size = 0;
682 cpool_size = *buf_ptr++ & ~PUSH_POOL;
683 SLJIT_ASSERT(cpool_size >
[all...]

Completed in 1187 milliseconds