Symbol: __
include/math.h
67
? __ ## __name ## f (__arg0) \
include/math.h
69
? __ ## __name ## d (__arg0) \
include/math.h
70
: __ ## __name ## l (__arg0))
include/math.h
75
? __ ## __name ## f (__arg0) \
include/math.h
76
: __ ## __name ## d (__arg0))
include/ssp/string.h
53
__ ## fun ## _ichk(dst, src, len))
include/ssp/string.h
58
__ ## fun ## _ichk(dst, src))
include/ssp/string.h
61
static __inline type1 __ ## fun ## _ichk(type1 __restrict, type2 __restrict, size_t); \
include/ssp/string.h
63
__ ## fun ## _ichk(type1 __restrict dst, type2 __restrict src, size_t len) { \
include/ssp/string.h
68
static __inline type1 __ ## fun ## _ichk(type1, type2, size_t); \
include/ssp/string.h
70
__ ## fun ## _ichk(type1 dst, type2 src, size_t len) { \
include/ssp/string.h
75
static __inline type1 __ ## fun ## _ichk(type1, type2); \
include/ssp/string.h
77
__ ## fun ## _ichk(type1 __restrict dst, type2 __restrict src) { \
lib/libm/noieee_src/mathimpl.h
51
# define vccast(name) (cat3(__,name,x).d)
lib/libm/noieee_src/mathimpl.h
71
const union { uint32_t l[2]; double d; } cat3(__,name,x) = { \
lib/libm/noieee_src/mathimpl.h
75
static const union { uint32_t l[2]; double d; } cat3(__,name,x) = { \
lib/libm/noieee_src/mathimpl.h
79
extern const union { uint32_t l[2]; double d; } cat3(__,name,x);
lib/libm/noieee_src/mathimpl.h
91
const double __CONCAT(__,name) = value;
lib/libm/noieee_src/mathimpl.h
94
static const double __CONCAT(__,name) = value;
lib/libm/noieee_src/mathimpl.h
97
extern const double __CONCAT(__,name);
sys/arch/luna68k/luna68k/machdep.c
410
#define GETC() (*(int (*)())__[6])()
sys/arch/luna68k/luna68k/machdep.c
411
#define PUTC(x) (*(void (*)())__[7])(x)
sys/arch/mips/cavium/dev/octeon_cop2var.h
104
__octeon_cop2_aes_set_key_au_ptr(au, AU, __##au##_t *)
sys/arch/mips/cavium/dev/octeon_cop2var.h
168
__octeon_cop2_aes_ed_16_au_ptr(ed, ED, au, AU, __##au##_t *)
sys/arch/mips/cavium/dev/octeon_cop2var.h
222
__octeon_cop2_aes_ed_block_au_ptr(ed, ED, au, AU, __##au##_t *)
sys/arch/mips/cavium/dev/octeon_cop2var.h
294
__octeon_cop2_aes_ed_64_au_ptr(ed, ED, au, AU, __##au##_t *)
sys/arch/mips/cavium/dev/octeon_cop2var.h
390
__octeon_cop2_des_ed_8_au_ptr(ed, ED, au, AU, __##au##_t *)
sys/arch/mips/cavium/dev/octeon_cop2var.h
439
__octeon_cop2_des_ed_block_au_ptr(ed, ED, au, AU, __##au##_t *)
sys/arch/mips/cavium/dev/octeon_cop2var.h
511
__octeon_cop2_des_ed_64_au_ptr(ed, ED, au, AU, __##au##_t *)