Searched defs:SLJIT_UNUSED (Results 1 - 1 of 1) sorted by relevance

/external/pcre/dist/sljit/
H A DsljitLir.h159 /* When SLJIT_UNUSED is specified as destination, the result is discarded. */
160 #define SLJIT_UNUSED 0 macro
231 /* Note: SLJIT_UNUSED as destination is not valid for floating point
516 /* Return from machine code. The op argument can be SLJIT_UNUSED which means the
519 is SLJIT_UNUSED, otherwise see below the description about source and
597 For destination, you can use SLJIT_UNUSED as well. */
979 an SLJIT_SUB operation (with SLJIT_UNUSED destination and setting
1024 Src must be SLJIT_UNUSED, and srcw must be 0
1031 Note: sljit_emit_op_flags does nothing, if dst is SLJIT_UNUSED (regardless of op). */

Completed in 37 milliseconds