Home
last modified time | relevance | path

Searched refs:SLJIT_CALL (Results 1 – 5 of 5) sorted by relevance

/PHP-5.6/ext/pcre/pcrelib/sljit/
H A DsljitUtils.c51 SLJIT_API_FUNC_ATTRIBUTE void SLJIT_CALL sljit_grab_lock(void) in sljit_grab_lock()
56 SLJIT_API_FUNC_ATTRIBUTE void SLJIT_CALL sljit_release_lock(void) in sljit_release_lock()
91 SLJIT_API_FUNC_ATTRIBUTE void SLJIT_CALL sljit_grab_lock(void) in sljit_grab_lock()
100 SLJIT_API_FUNC_ATTRIBUTE void SLJIT_CALL sljit_release_lock(void) in sljit_release_lock()
133 SLJIT_API_FUNC_ATTRIBUTE void SLJIT_CALL sljit_grab_lock(void) in sljit_grab_lock()
138 SLJIT_API_FUNC_ATTRIBUTE void SLJIT_CALL sljit_release_lock(void) in sljit_release_lock()
203 SLJIT_API_FUNC_ATTRIBUTE struct sljit_stack* SLJIT_CALL sljit_allocate_stack(sljit_uw limit, sljit_… in sljit_allocate_stack()
279 SLJIT_API_FUNC_ATTRIBUTE void SLJIT_CALL sljit_free_stack(struct sljit_stack* stack, void *allocato… in sljit_free_stack()
290 SLJIT_API_FUNC_ATTRIBUTE sljit_sw SLJIT_CALL sljit_stack_resize(struct sljit_stack* stack, sljit_uw… in sljit_stack_resize()
H A DsljitConfigInternal.h469 #ifndef SLJIT_CALL
474 #define SLJIT_CALL macro
480 #define SLJIT_CALL __attribute__ ((fastcall)) macro
485 #define SLJIT_CALL __fastcall macro
490 #define SLJIT_CALL __msfastcall macro
496 #define SLJIT_CALL macro
502 #define SLJIT_CALL macro
H A DsljitLir.h1114 SLJIT_API_FUNC_ATTRIBUTE void SLJIT_CALL sljit_grab_lock(void);
1115 SLJIT_API_FUNC_ATTRIBUTE void SLJIT_CALL sljit_release_lock(void);
1151 SLJIT_API_FUNC_ATTRIBUTE struct sljit_stack* SLJIT_CALL sljit_allocate_stack(sljit_uw limit, sljit_…
1152 SLJIT_API_FUNC_ATTRIBUTE void SLJIT_CALL sljit_free_stack(struct sljit_stack *stack, void *allocato…
1160 SLJIT_API_FUNC_ATTRIBUTE sljit_sw SLJIT_CALL sljit_stack_resize(struct sljit_stack *stack, sljit_uw…
H A DsljitNativeX86_common.c634 static void SLJIT_CALL sljit_grow_stack(sljit_sw local_size) in sljit_grow_stack()
/PHP-5.6/ext/pcre/pcrelib/
H A Dpcre_jit_compile.c217 typedef int (SLJIT_CALL *jit_function)(jit_arguments *args);
2228 static sljit_sw SLJIT_CALL do_search_mark(sljit_sw *current, const pcre_uchar *skip_arg) in do_search_mark()
4574 static const pcre_uchar * SLJIT_CALL do_utf_caselesscmp(pcre_uchar *src1, jit_arguments *args, pcre… in do_utf_caselesscmp()
6359 static int SLJIT_CALL do_callout(struct jit_arguments *arguments, PUBL(callout_block) *callout_bloc… in do_callout()

Completed in 54 milliseconds