OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:SLJIT_CALL
(Results
1 - 15
of
15
) sorted by relevancy
/src/sys/arch/i386/include/
sljit_machdep.h
35
#define
SLJIT_CALL
/src/sys/external/bsd/sljit/dist/sljit_src/
sljitUtils.c
53
SLJIT_API_FUNC_ATTRIBUTE void
SLJIT_CALL
sljit_grab_lock(void)
58
SLJIT_API_FUNC_ATTRIBUTE void
SLJIT_CALL
sljit_release_lock(void)
93
SLJIT_API_FUNC_ATTRIBUTE void
SLJIT_CALL
sljit_grab_lock(void)
102
SLJIT_API_FUNC_ATTRIBUTE void
SLJIT_CALL
sljit_release_lock(void)
157
SLJIT_API_FUNC_ATTRIBUTE void
SLJIT_CALL
sljit_grab_lock(void)
162
SLJIT_API_FUNC_ATTRIBUTE void
SLJIT_CALL
sljit_release_lock(void)
172
SLJIT_API_FUNC_ATTRIBUTE void
SLJIT_CALL
sljit_grab_lock(void)
177
SLJIT_API_FUNC_ATTRIBUTE void
SLJIT_CALL
sljit_release_lock(void)
249
SLJIT_API_FUNC_ATTRIBUTE struct sljit_stack*
SLJIT_CALL
sljit_allocate_stack(sljit_uw limit, sljit_uw max_limit, void *allocator_data)
335
SLJIT_API_FUNC_ATTRIBUTE void
SLJIT_CALL
sljit_free_stack(struct sljit_stack *stack, void *allocator_data
[
all
...]
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
*/
sljitLir.h
1232
SLJIT_API_FUNC_ATTRIBUTE void
SLJIT_CALL
sljit_grab_lock(void);
1233
SLJIT_API_FUNC_ATTRIBUTE void
SLJIT_CALL
sljit_release_lock(void);
1274
SLJIT_API_FUNC_ATTRIBUTE struct sljit_stack*
SLJIT_CALL
sljit_allocate_stack(sljit_uw limit, sljit_uw max_limit, void *allocator_data);
1275
SLJIT_API_FUNC_ATTRIBUTE void
SLJIT_CALL
sljit_free_stack(struct sljit_stack *stack, void *allocator_data);
1283
SLJIT_API_FUNC_ATTRIBUTE sljit_sw
SLJIT_CALL
sljit_stack_resize(struct sljit_stack *stack, sljit_u8 *new_limit);
sljitNativeX86_common.c
619
static void
SLJIT_CALL
sljit_grow_stack(sljit_sw local_size)
/src/sys/external/bsd/sljit/dist/doc/tutorial/
array_access.c
6
typedef long
SLJIT_CALL
(*func_arr_t)(long *arr, long narr);
8
static long
SLJIT_CALL
print_num(long a)
func_call.c
6
typedef long
SLJIT_CALL
(*func3_t)(long a, long b, long c);
8
static long
SLJIT_CALL
print_num(long a)
first_program.c
6
typedef long
SLJIT_CALL
(*func3_t)(long a, long b, long c);
brainfuck.c
114
static
SLJIT_CALL
void *my_alloc(long size, long n)
119
static
SLJIT_CALL
void my_putchar(long c)
124
static
SLJIT_CALL
long my_getchar(void)
129
static
SLJIT_CALL
void my_free(void *mem)
branch.c
6
typedef long
SLJIT_CALL
(*func3_t)(long a, long b, long c);
struct_access.c
16
static long
SLJIT_CALL
print_num(long a)
temp_var.c
8
static long
SLJIT_CALL
print_arr(long *a, long n)
/src/sys/external/bsd/sljit/dist/test_src/
sljitMain.c
45
sljit_sw (
SLJIT_CALL
*func)(sljit_sw* a);
sljitTest.c
50
sljit_sw (
SLJIT_CALL
*func0)(void);
51
sljit_sw (
SLJIT_CALL
*func1)(sljit_sw a);
52
sljit_sw (
SLJIT_CALL
*func2)(sljit_sw a, sljit_sw b);
53
sljit_sw (
SLJIT_CALL
*func3)(sljit_sw a, sljit_sw b, sljit_sw c);
1168
static sljit_sw
SLJIT_CALL
func(sljit_sw a, sljit_sw b, sljit_sw c)
/src/sys/external/bsd/sljit/dist/regex_src/
regexJIT.c
64
sljit_sw (
SLJIT_CALL
*call_init)(void *next, void* match);
97
void (
SLJIT_CALL
*call_continue)(struct regex_match *match, const regex_char_t *input_string, int length);
Completed in 23 milliseconds
Indexes created Wed Oct 22 13:09:56 GMT 2025