HomeSort by: relevance | last modified time | path
    Searched defs:UNUSED_RETURN (Results 1 - 2 of 2) sorted by relevancy

  /src/sys/external/bsd/sljit/dist/sljit_src/
sljitNativeARM_T2_32.c 516 #define UNUSED_RETURN 0x0200000
601 if (imm <= 0xff && (flags & UNUSED_RETURN))
768 if ((flags & UNUSED_RETURN) && IS_2_LO_REGS(arg1, arg2))
1376 flags |= UNUSED_RETURN;
sljitNativeARM_64.c 515 #define UNUSED_RETURN 0x0100000
523 if (flags & UNUSED_RETURN) \
1410 flags |= UNUSED_RETURN;
1463 flags |= UNUSED_RETURN;

Completed in 32 milliseconds