Home
last modified time | relevance | path

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

/PHP-8.2/ext/pcre/pcre2lib/sljit/
H A DsljitNativeARM_32.c88 #define PUSH_POOL 0xff000000 macro
758 else if ((*buf_ptr & 0xff000000) != PUSH_POOL) { in sljit_generate_code()
806 cpool_size = *buf_ptr++ & ~PUSH_POOL; in sljit_generate_code()
812 …de_ptr = B | (((sljit_uw)(cpool_start_address - code_ptr) + cpool_current_index - 2) & ~PUSH_POOL); in sljit_generate_code()

Completed in 16 milliseconds