HomeSort by: relevance | last modified time | path
    Searched defs:s8 (Results 1 - 17 of 17) sorted by relevancy

  /src/tests/usr.bin/xlint/lint1/
lex_comment.c 11 signed char s8; variable
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
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
22 s32 = s8 << 0;
23 s32 = s8 << 23;
25 s32 = s8 << 24;
26 s32 = s8 << 31;
28 s32 = s8 << 32;
30 s64 = s8 << 32;
msg_132.c 34 s8_t s8; variable
88 s8 = u16;
90 s8 = u32;
92 s8 = u64;
120 u16 = s8;
126 u32 = s8;
131 u64 = s8;
140 s8 = s16;
142 s8 = s32;
144 s8 = s64
    [all...]
queries.c 49 s8_t s8; variable
59 int s8:8; member in struct:__anon8116
139 s8 = ptr[sz];
208 u8 = (u8_t)s8;
209 s8 = (s8_t)u8;
213 s16 = (s16_t)s8;
  /src/sys/arch/mips/mips/
db_trace.c 142 vaddr_t pc, sp, s8, ra; local
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 macro
  /src/sys/external/bsd/gnu-efi/dist/inc/riscv64/
efisetjmp_arch.h 18 UINT64 s8; member in struct:__anon6281
  /src/usr.bin/hexdump/
display.c 130 int64_t s8; local
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 define
  /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
  /src/sys/arch/evbppc/nintendo/dev/
gxreg.h 116 volatile int8_t s8; member in union:gx_wgpipe
  /src/sys/dev/pci/ixgbe/
ixgbe_osdep.h 148 typedef int8_t s8; typedef
  /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
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
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
    [all...]

Completed in 47 milliseconds