HomeSort by relevance Sort by last modified time
    Searched refs:SLJIT_CALL (Results 1 - 5 of 5) sorted by null

  /external/pcre/dist/sljit/
sljitUtils.c 51 SLJIT_API_FUNC_ATTRIBUTE void SLJIT_CALL sljit_grab_lock(void)
56 SLJIT_API_FUNC_ATTRIBUTE void SLJIT_CALL sljit_release_lock(void)
91 SLJIT_API_FUNC_ATTRIBUTE void SLJIT_CALL sljit_grab_lock(void)
100 SLJIT_API_FUNC_ATTRIBUTE void SLJIT_CALL sljit_release_lock(void)
133 SLJIT_API_FUNC_ATTRIBUTE void SLJIT_CALL sljit_grab_lock(void)
138 SLJIT_API_FUNC_ATTRIBUTE void SLJIT_CALL sljit_release_lock(void)
203 SLJIT_API_FUNC_ATTRIBUTE struct sljit_stack* SLJIT_CALL sljit_allocate_stack(sljit_uw limit, sljit_uw max_limit)
278 SLJIT_API_FUNC_ATTRIBUTE void SLJIT_CALL sljit_free_stack(struct sljit_stack* stack)
288 SLJIT_API_FUNC_ATTRIBUTE sljit_sw SLJIT_CALL sljit_stack_resize(struct sljit_stack* stack, sljit_uw new_limit)
sljitConfigInternal.h 66 SLJIT_CALL : C calling convention define for both calling JIT form C and C callbacks for JIT
407 #ifndef SLJIT_CALL
414 #define SLJIT_CALL __attribute__ ((fastcall))
419 #define SLJIT_CALL __fastcall
424 #define SLJIT_CALL __msfastcall
430 #define SLJIT_CALL
436 #define SLJIT_CALL
440 #endif /* !SLJIT_CALL */
sljitLir.h     [all...]
sljitNativeX86_common.c 631 static void SLJIT_CALL sljit_grow_stack(sljit_sw local_size)
    [all...]
  /external/pcre/dist/
pcre_jit_compile.c 217 typedef int (SLJIT_CALL *jit_function)(jit_arguments *args);
    [all...]

Completed in 1293 milliseconds