HomeSort by: relevance | last modified time | path
    Searched defs:SLJIT_CALL (Results 1 - 2 of 2) 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 */

Completed in 19 milliseconds