Home
last modified time | relevance | path

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

/PHP-7.4/ext/pcre/pcre2lib/sljit/
H A DsljitNativeARM_32.c83 #define PUSH_POOL 0xff000000 macro
675 else if ((*buf_ptr & 0xff000000) != PUSH_POOL) { in sljit_generate_code()
723 cpool_size = *buf_ptr++ & ~PUSH_POOL; in sljit_generate_code()
729 *code_ptr = B | (((cpool_start_address - code_ptr) + cpool_current_index - 2) & ~PUSH_POOL); in sljit_generate_code()

Completed in 10 milliseconds