/src/tests/usr.bin/xlint/lint1/ |
msg_381.c | 8 int s32; variable in typeref:typename:int 17 s32 = -2147483649.0; 18 s32 = -2147483648.0; 20 s32 = 3.141; 21 s32 = 2147483647.0; 23 s32 = 2147483648.0;
|
msg_218.c | 10 signed int s32; variable in typeref:typename:signed int 38 cond = s32 < 3000000000L; 41 cond = 3000000000L < s32;
|
platform_ilp32_int.c | 12 int s32; variable in typeref:typename:int 25 s32 = sl32; 26 sl32 = s32;
|
platform_ilp32_long.c | 16 int s32; variable in typeref:typename:int 34 s32 = sl32; 35 sl32 = s32;
|
msg_117.c | 12 int s32; variable in typeref:typename:int 22 s32 = s8 << 0; 23 s32 = s8 << 23; 25 s32 = s8 << 24; 26 s32 = s8 << 31; 28 s32 = s8 << 32; 47 u32 = s32 << 0; 48 u32 = s32 << 23; 49 u32 = s32 << 24; 50 u32 = s32 << 31 [all...] |
platform_lp64.c | 12 int s32; variable in typeref:typename:int 23 s32 = sl32; 24 sl32 = s32; 43 s32 = s128;
|
msg_141.c | 11 signed int s32; variable in typeref:typename:signed int 20 s32 = ~(-0x7fffffff - 1); 21 s32 = ~-1; 22 s32 = ~0; 23 s32 = ~1; 24 s32 = ~0x7fffffff; 57 s32 = +(-0x7fffffff - 1); 58 s32 = +-1; 59 s32 = +0; 60 s32 = +0x7fffffff [all...] |
queries.c | 51 s32_t s32; variable in typeref:typename:s32_t 62 int s32:32; member in struct:__anon3b7e37630108 126 u32 = u32 & s32; 132 u32 &= s32; 508 f32 = s32; 512 f64 = s32;
|
msg_132.c | 35 s32_t s32; variable in typeref:typename:s32_t 99 s32 = u8; 100 s32 = u16; 102 s32 = u64; 115 u8 = s32; 121 u16 = s32; 132 u64 = s32; 141 s8 = s32; 147 s16 = s32; 151 s32 = s8 595 int s32:15; member in struct:compare_bit_field_to_integer_constant::__anonfa9963810108 [all...] |
/src/sys/compat/netbsd32/ |
netbsd32_compat_20.c | 161 struct netbsd32_statfs s32; local in function:compat_20_netbsd32_statfs 174 compat_20_netbsd32_from_statvfs(sb, &s32); 175 error = copyout(&s32, SCARG_P32(uap, buf), sizeof(s32)); 191 struct netbsd32_statfs s32; local in function:compat_20_netbsd32_fstatfs 201 compat_20_netbsd32_from_statvfs(sb, &s32); 202 error = copyout(&s32, SCARG_P32(uap, buf), sizeof(s32));
|
netbsd32_compat_30.c | 215 struct netbsd32_statvfs *s32; local in function:compat_30_netbsd32_fhstatvfs1 223 s32 = kmem_alloc(sizeof(*s32), KM_SLEEP); 224 netbsd32_from_statvfs(sbuf, s32); 225 error = copyout(s32, SCARG_P32(uap, buf), sizeof *s32); 226 kmem_free(s32, sizeof(*s32));
|
/src/sys/arch/xen/include/ |
hypervisor.h | 88 #define s32 int32_t macro 128 #undef s32
|
/src/sys/external/bsd/acpica/dist/include/platform/ |
acwin.h | 201 typedef int s32; typedef in typeref:typename:int
|
/src/sys/external/bsd/common/include/linux/ |
types.h | 51 typedef int32_t s32; typedef in typeref:typename:int32_t
|
/src/sys/dev/pci/ixgbe/ |
ixgbe_osdep.h | 152 typedef int32_t s32; typedef in typeref:typename:int32_t
|
/src/sys/external/bsd/compiler_rt/dist/lib/sanitizer_common/ |
sanitizer_internal_defs.h | 156 typedef signed int s32; typedef in namespace:__sanitizer 263 typedef ALIGNED(1) s32 us32;
|
/src/sys/arch/luna68k/dev/ |
omrasops.c | 714 uint32_t *s32 = (uint32_t *)src; local in function:om_rascopy_single 717 *d32++ = *s32++; 718 *d32++ = *s32++; 720 src = (uint8_t *)s32 + step8;
|
/src/sbin/resize_ffs/ |
resize_ffs.c | 1696 #define s32(x) (needswap?bswap32((x)):(x)) macro 1701 if (inomove[s32(d->d_ino)] != s32(d->d_ino)) { 1703 d->d_ino = s32(inomove[s32(d->d_ino)]); 1710 #undef s32
|