| /src/tests/usr.bin/xlint/lint1/ |
| H A D | 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 [all...] |
| H A D | 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;
|
| H A D | 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 [all...] |
| H A D | 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;
|
| H A D | queries.c | 49 s8_t s8; variable in typeref:typename:s8_t 59 int s8:8; member in struct:__anon7eb985090108 139 s8 = ptr[sz]; 208 u8 = (u8_t)s8; 209 s8 = (s8_t)u8; 213 s16 = (s16_t)s8;
|
| /src/sys/external/bsd/drm2/dist/drm/vmwgfx/device_include/ |
| H A D | vm_basic_types.h | 14 typedef s8 int8;
|
| H A D | svga_types.h | 38 typedef s8 int8;
|
| /src/sys/arch/mips/include/ |
| H A D | regdef.h | 84 #define s8 $30 /* one more callee saved */ macro
|
| /src/sys/external/bsd/drm2/dist/drm/nouveau/include/nvkm/subdev/bios/ |
| H A D | therm.h | 17 s8 offset_constant;
|
| /src/sys/external/bsd/gnu-efi/dist/inc/riscv64/ |
| H A D | efisetjmp_arch.h | 18 UINT64 s8; member in struct:__anon7c1de49b0108
|
| /src/sys/external/bsd/compiler_rt/dist/lib/asan/ |
| H A D | asan_poisoning.cc | 56 s8 offset; // in [0, SHADOW_GRANULARITY) 57 s8 value; // = *chunk; 118 s8 value = beg.value; 158 s8 value = beg.value; 305 s8 end_offset = (s8)(size - aligned_size); 306 s8* shadow_end = (s8*)MemToShadow(addr + aligned_size); 307 s8 end_value = *shadow_end; 312 *shadow_end = (s8)kAsanStackUseAfterScopeMagi [all...] |
| /src/sys/arch/riscv/riscv/ |
| H A D | locore.S | 111 * keep in s8. Store this in kern_vtopdiff once the MMU is on. 114 PTR_L s8, .Lstart 116 sub s8, s8, t0 200 VPRINTXNL(s8) 336 add t0, t0, s8 357 add sp, sp, s8 378 add t2, s4, s8 // PA -> VA 392 PTR_S s8, 0(t0) /* kern_vtopdiff = start(virt) - start(phys) */ 443 * keep in s8 [all...] |
| H A D | cpu_switch.S | 53 REG_S s8, TF_S8(sp) // save callee saved address 99 REG_L s8, TF_S8(sp) // restore callee saved 167 REG_S s8, TF_S8(sp) // save callee saved register 288 REG_S s8, TF_S8(sp) // save s8 339 REG_L s8, TF_S8(sp) // only restore from userland 379 REG_S s8, TF_S8(sp) // only save from userland 409 REG_L s8, TF_S8(sp) // only restore from userland 431 REG_S s8, TF_S8(sp) // only save from userland 474 REG_S s8, FB_S [all...] |
| /src/sys/external/isc/libsodium/dist/src/libsodium/crypto_core/ed25519/ref10/ |
| H A D | 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 1581 int64_t s8 = 2097151 & load_3(s + 21); local in function:sc25519_reduce [all...] |
| /src/sys/arch/mips/pmon/ |
| H A D | pmon32.S | 68 REG_S s8, (8 * SZREG + PMON_CALLFRAME_SIZ)(sp); \ 75 REG_L s8, (8 * SZREG + PMON_CALLFRAME_SIZ)(sp); \
|
| /src/sys/arch/xen/include/ |
| H A D | hypervisor.h | 86 #define s8 int8_t macro 126 #undef s8
|
| /src/sys/external/bsd/gnu-efi/dist/lib/riscv64/ |
| H A D | setjmp.S | 20 REG_ONE(s8, 64); \
|
| /src/lib/libc/arch/riscv/sys/ |
| H A D | __sigtramp2.S | 87 .cfi_offset s8, UC_GREGS_S8
|
| /src/sys/external/bsd/common/include/linux/ |
| H A D | types.h | 49 typedef int8_t s8; typedef in typeref:typename:int8_t
|
| /src/sys/arch/mips/mips/ |
| H A D | 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/lib/libc/arch/riscv/gen/ |
| H A D | __setjmp14.S | 35 REG_S s8, JB_S8(a0) /* save callee saved register */ 77 REG_L s8, JB_S8(a0) /* restore callee saved register */
|
| H A D | _setjmp.S | 63 REG_S s8, JB_S8(a0) /* save callee saved register */ 100 REG_L s8, JB_S8(a0) /* save callee saved register */
|
| /src/usr.bin/hexdump/ |
| H A D | 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/sbin/gpt/ |
| H A D | gpt.c | 131 utf16_to_utf8(const uint16_t *s16, size_t s16len, uint8_t *s8, size_t s8len) argument 155 s8[s8idx++] = (uint8_t)utfchar; 159 s8[s8idx++] = (uint8_t)(0xc0 | (utfchar >> 6)); 160 s8[s8idx++] = (uint8_t)(0x80 | (utfchar & 0x3f)); 164 s8[s8idx++] = (uint8_t)(0xe0 | (utfchar >> 12)); 165 s8[s8idx++] = (uint8_t)(0x80 | ((utfchar >> 6) & 0x3f)); 166 s8[s8idx++] = (uint8_t)(0x80 | (utfchar & 0x3f)); 170 s8[s8idx++] = (uint8_t)(0xf0 | (utfchar >> 18)); 171 s8[s8idx++] = (uint8_t)(0x80 | ((utfchar >> 12) & 0x3f)); 172 s8[s8id 184 utf8_to_utf16(const uint8_t * s8,uint16_t * s16,size_t s16len) argument [all...] |
| /src/sys/arch/evbppc/nintendo/dev/ |
| H A D | gxreg.h | 116 volatile int8_t s8; member in union:gx_wgpipe
|