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

/external/pcre/dist/sljit/
H A DsljitConfigInternal.h58 SLJIT_WORD_SHIFT : the shift required to apply when accessing a sljit_sw/sljit_uw array by index
359 #define SLJIT_WORD_SHIFT 0 macro
368 #define SLJIT_WORD_SHIFT 2 macro
373 #define SLJIT_WORD_SHIFT 3 macro
390 #define SLJIT_POINTER_SHIFT SLJIT_WORD_SHIFT
/external/pcre/dist/
H A Dpcre_jit_compile.c10306 SLJIT_ASSERT(common->read_only_data + (common->read_only_data_size >> SLJIT_WORD_SHIFT) == common->read_only_data_ptr);

Completed in 61 milliseconds