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

  /src/tests/usr.bin/xlint/lint1/
msg_117.c 10 short s16; variable in typeref:typename:short
queries.c 50 s16_t s16; variable in typeref:typename:s16_t
211 s16 = (s16_t)u8;
213 s16 = (s16_t)s8;
msg_132.c 34 s16_t s16; variable in typeref:typename:s16_t
93 s16 = u8;
95 s16 = u32;
97 s16 = u64;
113 u8 = s16;
126 u32 = s16;
131 u64 = s16;
139 s8 = s16;
145 s16 = s8;
147 s16 = s32
593 short s16:15; member in struct:compare_bit_field_to_integer_constant::__anonfa9963810108
    [all...]
  /src/sys/arch/xen/include/
hypervisor.h 87 #define s16 int16_t macro
127 #undef s16
  /src/sys/external/bsd/common/include/linux/
types.h 50 typedef int16_t s16; typedef in typeref:typename:int16_t
  /src/sys/dev/pci/ixgbe/
ixgbe_osdep.h 150 typedef int16_t s16; typedef in typeref:typename:int16_t
  /src/sys/external/bsd/compiler_rt/dist/lib/sanitizer_common/
sanitizer_internal_defs.h 155 typedef signed short s16; // NOLINT typedef in namespace:__sanitizer
262 typedef ALIGNED(1) s16 us16;
  /src/sys/arch/arm/xilinx/
zynq_xadc.c 254 int16_t s16; member in union:zynq_xadc_sensors_refresh::__anon389537e4030a
280 edata->value_cur = (((val.s16 >> 4) * 3000) / 4096) * 1000;
  /src/sys/external/bsd/dwc2/
dwc2.h 61 #define s16 int16_t macro
  /src/sys/external/isc/libsodium/dist/src/libsodium/crypto_core/ed25519/ref10/
ed25519_ref10.c 1142 int64_t s16; local in function:sc25519_muladd
1201 s16 =
1235 carry16 = (s16 + (int64_t) (1L << 20)) >> 21;
1237 s16 -= carry16 * ((uint64_t) 1L << 21);
1270 s16 += carry15;
1287 s16 -= s23 * 683901;
1339 carry16 = (s16 + (int64_t) (1L << 20)) >> 21;
1341 s16 -= carry16 * ((uint64_t) 1L << 21);
1356 s16 += carry15;
1366 s4 += s16 * 666643
1589 int64_t s16 = 2097151 & load_3(s + 42); local in function:sc25519_reduce
    [all...]
  /src/sbin/resize_ffs/
resize_ffs.c 1697 #define s16(x) (needswap?bswap16((x)):(x)) macro
1705 nb -= s16(d->d_reclen);
1706 buf += s16(d->d_reclen);
1711 #undef s16

Completed in 19 milliseconds