Symbol: __s
lib/libm/src/math_private.h
399
__typeof(a) __s, __w; \
lib/libm/src/math_private.h
402
__s = __w - (a); \
lib/libm/src/math_private.h
403
(b) = ((a) - (__w - __s)) + ((b) - __s); \
lib/libm/src/math_private.h
501
void _scan_nan(uint32_t *__words, int __num_words, const char *__s);
sys/altq/altq_rmclass_debug.h
89
int __s = LOCK_TRACE(); \
sys/altq/altq_rmclass_debug.h
99
UNLOCK_TRACE(__s); \
sys/arch/dreamcast/dev/g2/g2bus_bus_mem.c
172
int __s
sys/arch/dreamcast/dev/g2/g2bus_bus_mem.c
176
__s = _cpu_intr_suspend(); \
sys/arch/dreamcast/dev/g2/g2bus_bus_mem.c
185
_cpu_intr_resume(__s); \
sys/arch/hpc/stand/hpcboot/sh3/dev/sh.h
236
char *__s =(char *)(s); \
sys/arch/hpc/stand/hpcboot/sh3/dev/sh.h
238
for (__i = 0; __s[__i] != '\0'; __i++) { \
sys/arch/hpc/stand/hpcboot/sh3/dev/sh.h
239
char __c = __s[__i]; \
sys/arch/hpc/stand/hpcboot/sh3/dev/sh.h
351
char *__s =(char *)(s); \
sys/arch/hpc/stand/hpcboot/sh3/dev/sh.h
353
for (__i = 0; __s[__i] != '\0'; __i++) { \
sys/arch/hpc/stand/hpcboot/sh3/dev/sh.h
354
char __c = __s[__i]; \
sys/arch/hpcsh/dev/hd64461/hd64461uartvar.h
49
char *__s = (char *)(s); \
sys/arch/hpcsh/dev/hd64461/hd64461uartvar.h
51
for (__i = 0; __s[__i] != '\0'; __i++) { \
sys/arch/hpcsh/dev/hd64461/hd64461uartvar.h
52
char __c = __s[__i]; \
sys/arch/hpcsh/dev/hd64465/hd64465uartvar.h
48
char *__s =(char *)(s); \
sys/arch/hpcsh/dev/hd64465/hd64465uartvar.h
50
for (__i = 0; __s[__i] != '\0'; __i++) { \
sys/arch/hpcsh/dev/hd64465/hd64465uartvar.h
51
char __c = __s[__i]; \
sys/arch/m68k/include/fenv.h
102
__asm__ __volatile__ ("fetox" __s "; fnop" : "=f" (d) : "0" (d)); \
sys/arch/m68k/include/fenv.h
87
#define __fmul(__s, __t, __d) \
sys/arch/m68k/include/fenv.h
90
__asm__ __volatile__ ("fmul" __s "; fnop" : "=f" (d) : "0" (d)); \
sys/arch/m68k/include/fenv.h
93
#define __fdiv(__s, __t, __d) \
sys/arch/m68k/include/fenv.h
96
__asm__ __volatile__ ("fdiv" __s "; fnop" : "=f" (d) : "0" (d)); \
sys/arch/m68k/include/fenv.h
99
#define __fetox(__s, __t, __d) \
sys/arch/mips/cavium/dev/octeon_cop2var.h
38
#define CNASM_MT2(r, n, o) "dmtc2 %["#r"], ("__s(n)" + "#o") \n\t"
sys/arch/mips/cavium/dev/octeon_cop2var.h
39
#define CNASM_MF2(r, n, o) "dmfc2 %["#r"], ("__s(n)" + "#o") \n\t"
sys/arch/mips/cavium/dev/octeon_cop2var.h
40
#define CNASM_MT2ZERO(n, o) "dmtc2 $0, ("__s(n)" + "#o") \n\t"
sys/arch/mips/cavium/dev/octeon_cop2var.h
41
#define CNASM_MT2ZERO(n, o) "dmtc2 $0, ("__s(n)" + "#o") \n\t"
sys/arch/newsmips/dev/scsi_1185.c
174
int __s = splscsi(); \
sys/arch/newsmips/dev/scsi_1185.c
176
splx(__s); \
sys/net/if_bridge.c
218
#define DECLARE_LOCK_VARIABLE int __s
sys/net/if_bridge.c
222
__s = splsoftnet(); \
sys/net/if_bridge.c
225
splx(__s); \
sys/net/if_pppoe.c
159
#define DECLARE_SPLNET_VARIABLE int __s
sys/net/if_pppoe.c
161
__s = splnet(); \
sys/net/if_pppoe.c
164
splx(__s); \
sys/netipsec/ipsec_private.h
81
#define IPSEC_DECLARE_LOCK_VARIABLE int __s
sys/netipsec/ipsec_private.h
84
__s = splsoftnet(); \
sys/netipsec/ipsec_private.h
90
splx(__s); \
sys/sys/bitops.h
297
#define __BITMAP_TYPE(__s, __t, __n) struct __s { \
sys/sys/pmf.h
101
#define pmf_device_register(__d, __s, __r) \
sys/sys/pmf.h
102
pmf_device_register1((__d), (__s), (__r), NULL)