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

  /external/pcre/dist/sljit/
sljitNativeMIPS_common.c 515 #define UNUSED_DEST 0x01000
523 /* Only these flags are set. UNUSED_DEST is not set when no flags should be set. */
525 (!(flags & UNUSED_DEST) || (op & GET_FLAGS(~(list))))
935 flags |= UNUSED_DEST;
    [all...]
sljitNativeTILEGX_64.c 102 #define UNUSED_DEST 0x01000
110 /* Only these flags are set. UNUSED_DEST is not set when no flags should be set.
112 #define CHECK_FLAGS(list) (!(flags & UNUSED_DEST) || (op & GET_FLAGS(~(list))))
    [all...]

Completed in 196 milliseconds