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

  /src/sys/arch/i386/include/
sljit_machdep.h 35 #define SLJIT_CALL
  /src/sys/external/bsd/sljit/dist/sljit_src/
sljitConfigInternal.h 69 SLJIT_CALL : C calling convention define for both calling JIT form C and C callbacks for JIT
474 #ifndef SLJIT_CALL
479 #define SLJIT_CALL
485 #define SLJIT_CALL __attribute__ ((fastcall))
490 #define SLJIT_CALL __fastcall
495 #define SLJIT_CALL __msfastcall
501 #define SLJIT_CALL
507 #define SLJIT_CALL
511 #endif /* !SLJIT_CALL */
  /src/sys/external/bsd/sljit/dist/regex_src/
regexJIT.c 64 sljit_sw (SLJIT_CALL *call_init)(void *next, void* match);
97 void (SLJIT_CALL *call_continue)(struct regex_match *match, const regex_char_t *input_string, int length);

Completed in 16 milliseconds