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

1 2

  /src/tests/usr.bin/xlint/lint1/
msg_117.c 10 short s16; variable
msg_132.c 35 s16_t s16; variable
94 s16 = u8;
96 s16 = u32;
98 s16 = u64;
114 u8 = s16;
127 u32 = s16;
132 u64 = s16;
140 s8 = s16;
146 s16 = s8;
148 s16 = s32
594 short s16:15; member in struct:__anon8072
    [all...]
queries.c 50 s16_t s16; variable
211 s16 = (s16_t)u8;
213 s16 = (s16_t)s8;
583 // No warning since the promoted s16 cannot be INT_MIN.
584 s16 = -s16;
  /src/sys/arch/xen/include/
hypervisor.h 87 #define s16 int16_t macro
127 #undef s16 macro
  /src/external/apache2/llvm/dist/llvm/lib/Target/ARM/
ARMLegalizerInfo.cpp 73 const LLT s16 = LLT::scalar(16); local
85 .legalForCartesianProduct({s8, s16, s32}, {s1, s8, s16});
152 {s16, p0, 16, 8},
  /src/external/apache2/llvm/dist/llvm/lib/Target/X86/
X86LegalizerInfo.cpp 105 const LLT s16 = LLT::scalar(16); local
110 for (auto Ty : {p0, s1, s8, s16, s32})
113 for (auto Ty : {s8, s16, s32, p0})
117 for (auto Ty : {s8, s16, s32})
126 for (auto Ty : {s8, s16, s32, p0})
142 .legalForCartesianProduct({s1, s8, s16, s32}, {p0})
150 .legalFor({s8, s16, s32})
155 .legalFor({{s8, s8}, {s16, s8}, {s32, s8}})
161 .legalForCartesianProduct({s8}, {s8, s16, s32, p0})
169 for (auto Ty : {s8, s16, s32, p0}
200 const LLT s16 = LLT::scalar(16); local
    [all...]
  /src/sys/external/bsd/common/include/linux/
types.h 50 typedef int16_t s16; typedef
  /src/sys/arch/arm/xilinx/
zynq_xadc.c 254 int16_t s16; member in union:__anon1181
280 edata->value_cur = (((val.s16 >> 4) * 3000) / 4096) * 1000;
  /src/sys/arch/evbppc/nintendo/dev/
gxreg.h 118 volatile int16_t s16; member in union:gx_wgpipe
  /src/sys/dev/pci/ixgbe/
ixgbe_osdep.h 150 typedef int16_t s16; typedef
  /src/external/bsd/dhcpcd/dist/src/
dhcp-common.c 640 int16_t s16; local
798 s16 = (int16_t)ntohs(u16);
799 if (fprintf(fp, "%d", s16) == -1)
  /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/external/apache2/llvm/dist/llvm/lib/Target/AArch64/GISel/
AArch64LegalizerInfo.cpp 44 const LLT s16 = LLT::scalar(16); local
76 // Some instructions only support s16 if the subtarget has full 16-bit FP
79 const LLT &MinFPScalar = HasFP16 ? s16 : s32;
82 .legalFor({p0, s1, s8, s16, s32, s64})
99 getActionDefinitionsBuilder(G_PHI).legalFor({p0, s16, s32, s64})
101 .clampScalar(0, s16, s64)
164 .lowerFor({s1, s8, s16, s32, s64});
194 return Ty.isVector() && Ty.getElementType() == s16 &&
197 [=](const LegalityQuery &Query) { return std::make_pair(0, s16); })
198 // If we don't have full FP16 support, then widen s16 to s32 if w
    [all...]
  /src/external/bsd/wpa/dist/src/utils/
common.h 99 typedef INT16 s16; typedef
111 typedef INT16 s16; typedef
128 typedef int16_t s16; typedef
  /src/sys/external/bsd/dwc2/
dwc2.h 61 #define s16 int16_t macro
  /src/external/gpl3/gcc/dist/libsanitizer/sanitizer_common/
sanitizer_internal_defs.h 159 typedef signed short s16; typedef in namespace:__sanitizer
280 typedef ALIGNED(1) s16 us16;
  /src/external/gpl3/gcc.old/dist/libsanitizer/sanitizer_common/
sanitizer_internal_defs.h 165 typedef signed short s16; typedef in namespace:__sanitizer
277 typedef ALIGNED(1) s16 us16;
  /src/external/gpl3/gdb.old/dist/sim/aarch64/
cpustate.h 136 int16_t s16; member in union:GRegisterValue
145 struct { int64_t :48; int16_t s16; };
  /src/external/gpl3/gdb/dist/sim/aarch64/
cpustate.h 136 int16_t s16; member in union:GRegisterValue
145 struct { int64_t :48; int16_t s16; };
  /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 macro
  /src/sys/external/isc/libsodium/dist/src/libsodium/crypto_core/ed25519/ref10/
ed25519_ref10.c 1142 int64_t s16; local
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
    [all...]
  /src/crypto/external/apache2/openssl/dist/crypto/ec/
curve25519.c 4792 int64_t s16 = kBottom21Bits & load_3(s + 42); local
4823 s16 -= s23 * 683901;
4881 carry16 = (s16 + (1 << 20)) >> 21;
4883 s16 -= carry16 * (1 << 21);
4898 s16 += carry15;
4909 s4 += s16 * 666643;
4910 s5 += s16 * 470296;
4911 s6 += s16 * 654183;
4912 s7 -= s16 * 997805;
4913 s8 += s16 * 136657
5173 int64_t s16; local
    [all...]
  /src/crypto/external/bsd/openssl/dist/crypto/ec/
curve25519.c 4643 int64_t s16 = kBottom21Bits & load_3(s + 42); local
4674 s16 -= s23 * 683901;
4732 carry16 = (s16 + (1 << 20)) >> 21;
4734 s16 -= carry16 * (1 << 21);
4749 s16 += carry15;
4760 s4 += s16 * 666643;
4761 s5 += s16 * 470296;
4762 s6 += s16 * 654183;
4763 s7 -= s16 * 997805;
4764 s8 += s16 * 136657
5024 int64_t s16; local
    [all...]
  /src/crypto/external/bsd/openssl.old/dist/crypto/ec/
curve25519.c 4633 int64_t s16 = kBottom21Bits & load_3(s + 42); local
4664 s16 -= s23 * 683901;
4722 carry16 = (s16 + (1 << 20)) >> 21;
4724 s16 -= carry16 * (1 << 21);
4739 s16 += carry15;
4750 s4 += s16 * 666643;
4751 s5 += s16 * 470296;
4752 s6 += s16 * 654183;
4753 s7 -= s16 * 997805;
4754 s8 += s16 * 136657
5014 int64_t s16; local
    [all...]
  /src/external/gpl3/gdb.old/dist/gdb/testsuite/gdb.cp/
nested-types.cc 87 struct S16 {
583 S10::S11::S12::S13::S14::S15::S16 s16; local
584 S10::S11::S12::S13::S14::S15::S16::S17 s17;
585 S10::S11::S12::S13::S14::S15::S16::S17::S18 s18;
586 S10::S11::S12::S13::S14::S15::S16::S17::S18::S19 s19;

Completed in 74 milliseconds

1 2