HomeSort by relevance Sort by last modified time
    Searched refs:IS_BIT26_COND (Results 1 - 2 of 2) sorted by null

  /external/pcre/dist2/src/sljit/
sljitNativeMIPS_common.c 237 return (flags & IS_BIT26_COND) ? (1 << 26) : (1 << 16);
    [all...]
sljitLir.c 202 # define IS_BIT26_COND 0x020
205 # define IS_COND (IS_BIT26_COND | IS_BIT16_COND)
    [all...]

Completed in 196 milliseconds