Home
last modified time | relevance | path

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

/PHP-5.5/ext/pcre/pcrelib/sljit/
H A DsljitNativeARM_32.c74 #define PUSH_POOL 0xff000000 macro
646 else if ((*buf_ptr & 0xff000000) != PUSH_POOL) { in sljit_generate_code()
684 cpool_size = *buf_ptr++ & ~PUSH_POOL; in sljit_generate_code()
690 *code_ptr = B | (((cpool_start_address - code_ptr) + cpool_current_index - 2) & ~PUSH_POOL); in sljit_generate_code()

Completed in 30 milliseconds