OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:CRT_ALIAS
(Results
1 - 25
of
64
) sorted by relevancy
1
2
3
/src/common/lib/libc/arch/m68k/atomic/
atomic_op_asm.h
41
#define
CRT_ALIAS
(a,s) STRONG_ALIAS(a,s)
48
#define
CRT_ALIAS
(a,s) STRONG_ALIAS(a,s)
53
#ifndef
CRT_ALIAS
54
#define
CRT_ALIAS
(a,s)
atomic_swap.S
53
CRT_ALIAS
(__sync_lock_test_and_set_4,_atomic_swap_32)
54
CRT_ALIAS
(__atomic_exchange_4,_atomic_swap_32)
67
CRT_ALIAS
(__sync_lock_test_and_set_2,_atomic_swap_16)
68
CRT_ALIAS
(__atomic_exchange_2,_atomic_swap_16)
80
CRT_ALIAS
(__sync_lock_test_and_set_1,_atomic_swap_8)
81
CRT_ALIAS
(__atomic_exchange_1,_atomic_swap_8)
atomic_add.S
69
CRT_ALIAS
(__sync_add_and_fetch_4,_atomic_add_32_nv)
92
CRT_ALIAS
(__sync_add_and_fetch_2,_atomic_add_16_nv)
114
CRT_ALIAS
(__sync_add_and_fetch_1,_atomic_add_8_nv)
126
CRT_ALIAS
(__atomic_fetch_add_1,__sync_fetch_and_add_1)
127
CRT_ALIAS
(__atomic_fetch_add_2,__sync_fetch_and_add_2)
128
CRT_ALIAS
(__atomic_fetch_add_4,__sync_fetch_and_add_4)
atomic_and.S
67
CRT_ALIAS
(__sync_and_and_fetch_4,_atomic_and_32_nv)
91
CRT_ALIAS
(__sync_and_and_fetch_2,_atomic_and_16_nv)
114
CRT_ALIAS
(__sync_and_and_fetch_1,_atomic_and_8_nv)
126
CRT_ALIAS
(__atomic_fetch_and_1,__sync_fetch_and_and_1)
127
CRT_ALIAS
(__atomic_fetch_and_2,__sync_fetch_and_and_2)
128
CRT_ALIAS
(__atomic_fetch_and_4,__sync_fetch_and_and_4)
atomic_or.S
69
CRT_ALIAS
(__sync_or_and_fetch_4, _atomic_or_32_nv)
93
CRT_ALIAS
(__sync_or_and_fetch_2, _atomic_or_16_nv)
115
CRT_ALIAS
(__sync_or_and_fetch_1, _atomic_or_8_nv)
127
CRT_ALIAS
(__atomic_fetch_or_1,__sync_fetch_and_or_1)
128
CRT_ALIAS
(__atomic_fetch_or_2,__sync_fetch_and_or_2)
129
CRT_ALIAS
(__atomic_fetch_or_4,__sync_fetch_and_or_4)
atomic_sub.S
69
CRT_ALIAS
(__sync_sub_and_fetch_4,_atomic_sub_32_nv)
92
CRT_ALIAS
(__sync_sub_and_fetch_2,_atomic_sub_16_nv)
114
CRT_ALIAS
(__sync_sub_and_fetch_1,_atomic_sub_8_nv)
126
CRT_ALIAS
(__atomic_fetch_sub_1,__sync_fetch_and_sub_1)
127
CRT_ALIAS
(__atomic_fetch_sub_2,__sync_fetch_and_sub_2)
128
CRT_ALIAS
(__atomic_fetch_sub_4,__sync_fetch_and_sub_4)
/src/common/lib/libc/arch/or1k/atomic/
atomic_op_asm.h
41
#define
CRT_ALIAS
(a,s) STRONG_ALIAS(a,s)
48
#define
CRT_ALIAS
(a,s) STRONG_ALIAS(a,s)
53
#ifndef
CRT_ALIAS
54
#define
CRT_ALIAS
(a,s)
atomic_and_32.S
47
CRT_ALIAS
(__sync_fetch_and_and_4,_atomic_and_32)
48
CRT_ALIAS
(__atomic_fetch_and_4,_atomic_and_32)
65
CRT_ALIAS
(__sync_and_and_fetch_4,_atomic_and_32_nv)
atomic_or_32.S
46
CRT_ALIAS
(__sync_fetch_and_or_4,_atomic_or_32)
47
CRT_ALIAS
(__atomic_fetch_or_4,_atomic_or_32)
64
CRT_ALIAS
(__sync_or_and_fetch_4,_atomic_or_32_nv)
atomic_xor_32.S
46
CRT_ALIAS
(__sync_fetch_and_xor_4,_atomic_xor_32)
47
CRT_ALIAS
(__atomic_fetch_xor_4,_atomic_xor_32)
64
CRT_ALIAS
(__sync_xor_and_fetch_4,_atomic_xor_32_nv)
/src/common/lib/libc/arch/riscv/atomic/
atomic_op_asm.h
45
#define
CRT_ALIAS
(a,s) STRONG_ALIAS(a,s)
50
#ifndef
CRT_ALIAS
51
#define
CRT_ALIAS
(a,s)
atomic_and_64.S
42
CRT_ALIAS
(__sync_fetch_and_and_8,_atomic_and_64)
43
CRT_ALIAS
(__atomic_fetch_and_8,_atomic_and_64)
53
CRT_ALIAS
(__sync_and_and_fetch_8,_atomic_and_64_nv)
54
CRT_ALIAS
(__atomic_and_fetch_8,_atomic_and_64_nv)
atomic_or_64.S
42
CRT_ALIAS
(__sync_fetch_and_or_8,_atomic_or_64)
43
CRT_ALIAS
(__atomic_fetch_or_8,_atomic_or_64)
54
CRT_ALIAS
(__sync_or_and_fetch_8,_atomic_or_64_nv)
55
CRT_ALIAS
(__atomic_or_fetch_8,_atomic_or_64_nv)
atomic_xor_64.S
42
CRT_ALIAS
(__sync_fetch_and_xor_8,_atomic_xor_64)
43
CRT_ALIAS
(__atomic_fetch_xor_8,_atomic_xor_64)
54
CRT_ALIAS
(__sync_xor_and_fetch_8,_atomic_xor_64_nv)
55
CRT_ALIAS
(__atomic_xor_fetch_8,_atomic_xor_64_nv)
atomic_and_32.S
46
CRT_ALIAS
(__sync_fetch_and_and_4,_atomic_and_32)
47
CRT_ALIAS
(__atomic_fetch_and_4,_atomic_and_32)
61
CRT_ALIAS
(__sync_and_and_fetch_4,_atomic_and_32_nv)
62
CRT_ALIAS
(__atomic_and_fetch_4,_atomic_and_32_nv)
atomic_or_32.S
46
CRT_ALIAS
(__sync_fetch_and_or_4,_atomic_or_32)
47
CRT_ALIAS
(__atomic_fetch_or_4,_atomic_or_32)
62
CRT_ALIAS
(__sync_or_and_fetch_4,_atomic_or_32_nv)
63
CRT_ALIAS
(__atomic_or_fetch_4,_atomic_or_32_nv)
atomic_xor_32.S
46
CRT_ALIAS
(__sync_fetch_and_xor_4,_atomic_xor_32)
47
CRT_ALIAS
(__atomic_fetch_xor_4,_atomic_xor_32)
62
CRT_ALIAS
(__sync_xor_and_fetch_4,_atomic_xor_32_nv)
63
CRT_ALIAS
(__atomic_xor_fetch_4,_atomic_xor_32_nv)
atomic_swap_32.S
45
CRT_ALIAS
(__sync_lock_test_and_set_4,_atomic_swap_32)
46
CRT_ALIAS
(__atomic_exchange_4,_atomic_swap_32)
59
CRT_ALIAS
(__sync_lock_release_4,_atomic_release_32)
atomic_swap_64.S
45
CRT_ALIAS
(__sync_lock_test_and_set_8,_atomic_swap_64)
46
CRT_ALIAS
(__atomic_exchange_8,_atomic_swap_64)
54
CRT_ALIAS
(__sync_lock_release_8,_atomic_release_64)
atomic_add_64.S
47
CRT_ALIAS
(__sync_fetch_and_add_8,_atomic_add_64)
48
CRT_ALIAS
(__atomic_fetch_add_8,_atomic_add_64)
70
CRT_ALIAS
(__sync_add_and_fetch_8,_atomic_add_64_nv)
71
CRT_ALIAS
(__atomic_add_fetch_8,_atomic_add_64_nv)
atomic_nand_32.S
50
CRT_ALIAS
(__sync_fetch_and_nand_4,_atomic_nand_32)
51
CRT_ALIAS
(__atomic_fetch_nand_4,_atomic_nand_32)
70
CRT_ALIAS
(__sync_nand_and_fetch_4,_atomic_nand_32_nv)
71
CRT_ALIAS
(__atomic_nand_fetch_4,_atomic_nand_32_nv)
atomic_nand_64.S
46
CRT_ALIAS
(__sync_fetch_and_nand_8,_atomic_nand_64)
47
CRT_ALIAS
(__atomic_fetch_nand_8,_atomic_nand_64)
62
CRT_ALIAS
(__sync_nand_and_fetch_8,_atomic_nand_64_nv)
63
CRT_ALIAS
(__atomic_nand_fetch_8,_atomic_nand_64_nv)
atomic_add_32.S
51
CRT_ALIAS
(__sync_fetch_and_add_4,_atomic_add_32)
52
CRT_ALIAS
(__atomic_fetch_add_4,_atomic_add_32)
82
CRT_ALIAS
(__sync_add_and_fetch_4,_atomic_add_32_nv)
83
CRT_ALIAS
(__atomic_add_fetch_4,_atomic_add_32_nv)
atomic_sub_32.S
52
CRT_ALIAS
(__sync_fetch_and_sub_4,_atomic_sub_32)
53
CRT_ALIAS
(__atomic_fetch_sub_4,_atomic_sub_32)
84
CRT_ALIAS
(__sync_sub_and_fetch_4,_atomic_sub_32_nv)
85
CRT_ALIAS
(__atomic_sub_fetch_4,_atomic_sub_32_nv)
/src/common/lib/libc/arch/arm/atomic/
atomic_op_asm.h
52
#define
CRT_ALIAS
(a,s) STRONG_ALIAS(a,s)
73
#ifndef
CRT_ALIAS
74
#define
CRT_ALIAS
(a,s)
Completed in 21 milliseconds
1
2
3
Indexes created Sun Oct 19 02:09:48 GMT 2025