/src/tests/usr.bin/xlint/lint1/ |
lex_comment.c | 11 signed char s8; variable in typeref:typename:signed char 20 s8 = s64; 23 s8 = s64; 26 s8 = s64; 29 s8 = s64; 35 s8 = s64; 39 s8 = s64; 42 s8 = s64; 44 if (s8 == 0) 47 s8 = s64 [all...] |
msg_306.c | 8 signed char s8; variable in typeref:typename:signed char 30 s8 &= 0xff; 32 s8 &= 0x100; 34 s8 = s8 & 0x100; 35 s8 |= 0xff; 37 s8 |= 0x100; 39 s8 = s8 | 0x100;
|
msg_117.c | 8 signed char s8; variable in typeref:typename:signed char 22 s32 = s8 << 0; 23 s32 = s8 << 23; 25 s32 = s8 << 24; 26 s32 = s8 << 31; 28 s32 = s8 << 32; 30 s64 = s8 << 32;
|
queries.c | 49 s8_t s8; variable in typeref:typename:s8_t 59 int s8:8; member in struct:__anon3b7e37630108 139 s8 = ptr[sz]; 208 u8 = (u8_t)s8; 209 s8 = (s8_t)u8; 213 s16 = (s16_t)s8;
|
msg_132.c | 33 s8_t s8; variable in typeref:typename:s8_t 87 s8 = u16; 89 s8 = u32; 91 s8 = u64; 119 u16 = s8; 125 u32 = s8; 130 u64 = s8; 139 s8 = s16; 141 s8 = s32; 143 s8 = s64 [all...] |
/src/sys/arch/mips/mips/ |
db_trace.c | 142 vaddr_t pc, sp, s8, ra; local in function:db_stack_trace_print 210 s8 = pcb->pcb_context.val[_L_S8]; 216 s8 = label.val[_L_S8]; 220 pc, sp, s8, ra,
|
/src/sys/arch/xen/include/ |
hypervisor.h | 86 #define s8 int8_t macro 126 #undef s8
|
/src/sys/external/bsd/gnu-efi/dist/inc/riscv64/ |
efisetjmp_arch.h | 18 UINT64 s8; member in struct:__anoncf1e21b50108
|
/src/usr.bin/hexdump/ |
display.c | 130 int64_t s8; local in function:print 174 memmove(&s8, bp, sizeof(s8)); 175 (void)printf(pr->fmt, (int64_t)s8);
|
/src/sys/arch/hpcmips/stand/romboot/ |
romboot.S | 63 #define s8 $30 macro
|
/src/sys/arch/mips/include/ |
regdef.h | 84 #define s8 $30 /* one more callee saved */ macro
|
/src/sys/external/bsd/common/include/linux/ |
types.h | 49 typedef int8_t s8; typedef in typeref:typename:int8_t
|
/src/sys/dev/pci/ixgbe/ |
ixgbe_osdep.h | 148 typedef int8_t s8; typedef in typeref:typename:int8_t
|
/src/sys/external/bsd/compiler_rt/dist/lib/sanitizer_common/ |
sanitizer_internal_defs.h | 154 typedef signed char s8; typedef in namespace:__sanitizer
|
/src/lib/libm/ld128/ |
e_lgammal_r.c | 143 s8 = 2.83374000312371199625774129290973648e-04L, variable in typeref:typename:const long double 300 p = y*(s0+y*(s1+y*(s2+y*(s3+y*(s4+y*(s5+y*(s6+y*(s7+y*(s8+
|
/src/sys/external/isc/libsodium/dist/src/libsodium/crypto_core/ed25519/ref10/ |
ed25519_ref10.c | 1134 int64_t s8; local in function:sc25519_muladd 1185 s8 = c8 + a0 * b8 + a1 * b7 + a2 * b6 + a3 * b5 + a4 * b4 + a5 * b3 + 1223 carry8 = (s8 + (int64_t) (1L << 20)) >> 21; 1225 s8 -= carry8 * ((uint64_t) 1L << 21); 1258 s8 += carry7; 1303 s8 += s20 * 666643; 1311 s8 += s19 * 470296; 1319 s8 += s18 * 654183; 1327 carry8 = (s8 + (int64_t) (1L << 20)) >> 21; 1329 s8 -= carry8 * ((uint64_t) 1L << 21) 1581 int64_t s8 = 2097151 & load_3(s + 21); local in function:sc25519_reduce [all...] |