Home
last modified time | relevance | path

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

/PHP-7.2/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()
206 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_u8… in sljit_stack_resize()
H A DsljitConfigInternal.h474 #ifndef SLJIT_CALL
479 #define SLJIT_CALL macro
485 #define SLJIT_CALL __attribute__ ((fastcall)) macro
490 #define SLJIT_CALL __fastcall macro
495 #define SLJIT_CALL __msfastcall macro
501 #define SLJIT_CALL macro
507 #define SLJIT_CALL macro
H A DsljitLir.h1265 SLJIT_API_FUNC_ATTRIBUTE void SLJIT_CALL sljit_grab_lock(void);
1266 SLJIT_API_FUNC_ATTRIBUTE void SLJIT_CALL sljit_release_lock(void);
1307 SLJIT_API_FUNC_ATTRIBUTE struct sljit_stack* SLJIT_CALL sljit_allocate_stack(sljit_uw limit, sljit_…
1308 SLJIT_API_FUNC_ATTRIBUTE void SLJIT_CALL sljit_free_stack(struct sljit_stack *stack, void *allocato…
1316 SLJIT_API_FUNC_ATTRIBUTE sljit_sw SLJIT_CALL sljit_stack_resize(struct sljit_stack *stack, sljit_u8…
H A DsljitNativeX86_common.c659 static void SLJIT_CALL sljit_grow_stack(sljit_sw local_size) in sljit_grow_stack()
/PHP-7.2/ext/pcre/pcrelib/
H A Dpcre_jit_compile.c217 typedef int (SLJIT_CALL *jit_function)(jit_arguments *args);
2442 static sljit_sw SLJIT_CALL do_search_mark(sljit_sw *current, const pcre_uchar *skip_arg) in do_search_mark()
5251 static const pcre_uchar * SLJIT_CALL do_utf_caselesscmp(pcre_uchar *src1, jit_arguments *args, pcre… in do_utf_caselesscmp()
7128 static int SLJIT_CALL do_callout(struct jit_arguments *arguments, PUBL(callout_block) *callout_bloc… in do_callout()

Completed in 56 milliseconds