Home
last modified time | relevance | path

Searched defs:SLJIT_CALL (Results 1 – 3 of 3) sorted by relevance

/netbsd-src/sys/external/bsd/sljit/dist/sljit_src/
H A DsljitConfigInternal.h479 #define SLJIT_CALL macro
485 #define SLJIT_CALL __attribute__ ((fastcall)) macro
490 #define SLJIT_CALL __fastcall macro
495 #define SLJIT_CALL __msfastcall macro
501 #define SLJIT_CALL macro
507 #define SLJIT_CALL macro
/netbsd-src/sys/arch/i386/include/
H A Dsljit_machdep.h35 #define SLJIT_CALL macro
/netbsd-src/sys/external/bsd/sljit/dist/regex_src/
H A DregexJIT.c97 …void (SLJIT_CALL *call_continue)(struct regex_match *match, const regex_char_t *input_string, int … member