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

  /external/pcre/dist/sljit/
sljitNativeMIPS_common.c 218 return (flags & IS_BIT26_COND) ? (1 << 26) : (1 << 16);
    [all...]
sljitLir.c 181 # define IS_BIT26_COND 0x020
184 # define IS_COND (IS_BIT26_COND | IS_BIT16_COND)
    [all...]

Completed in 116 milliseconds