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

/external/pcre/dist/sljit/
H A DsljitNativeARM_32.c74 #define PUSH_POOL 0xff000000 macro
644 else if ((*buf_ptr & 0xff000000) != PUSH_POOL) {
682 cpool_size = *buf_ptr++ & ~PUSH_POOL;
688 *code_ptr = B | (((cpool_start_address - code_ptr) + cpool_current_index - 2) & ~PUSH_POOL);

Completed in 84 milliseconds