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

  /external/pcre/dist2/src/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)
206 SLJIT_API_FUNC_ATTRIBUTE struct sljit_stack* SLJIT_CALL sljit_allocate_stack(sljit_uw limit, sljit_uw max_limit, void *allocator_data)
282 SLJIT_API_FUNC_ATTRIBUTE void SLJIT_CALL sljit_free_stack(struct sljit_stack* stack, void *allocator_data)
293 SLJIT_API_FUNC_ATTRIBUTE sljit_sw SLJIT_CALL sljit_stack_resize(struct sljit_stack* stack, sljit_uw new_limit)
sljitConfigInternal.h 67 SLJIT_CALL : C calling convention define for both calling JIT form C and C callbacks for JIT
480 #ifndef SLJIT_CALL
485 #define SLJIT_CALL
491 #define SLJIT_CALL __attribute__ ((fastcall))
496 #define SLJIT_CALL __fastcall
501 #define SLJIT_CALL __msfastcall
507 #define SLJIT_CALL
513 #define SLJIT_CALL
517 #endif /* !SLJIT_CALL */
sljitLir.h     [all...]
sljitNativeX86_common.c 657 static void SLJIT_CALL sljit_grow_stack(sljit_sw local_size)
    [all...]
  /external/pcre/dist2/src/
pcre2_jit_compile.c 231 typedef int (SLJIT_CALL *jit_function)(jit_arguments *args);
    [all...]

Completed in 144 milliseconds