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

  /src/sys/external/bsd/drm2/dist/drm/nouveau/include/nvkm/subdev/bios/
therm.h 13 s16 slope_mult;
14 s16 slope_div;
15 s16 offset_num;
16 s16 offset_den;
volt.h 21 s16 step;
  /src/tests/usr.bin/xlint/lint1/
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...]
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;
  /src/sys/external/bsd/drm2/dist/drm/vmwgfx/device_include/
vm_basic_types.h 12 typedef s16 int16;
svga_types.h 36 typedef s16 int16;
  /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/external/bsd/drm2/dist/drm/vboxvideo/
vboxvideo.h 59 s16 x;
60 s16 y;
vbox_mode.c 314 cmd_hdr.x = (s16)clips->x1;
315 cmd_hdr.y = (s16)clips->y1;
  /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/gpt/
gpt.c 129 utf16_to_utf8(const uint16_t *s16, size_t s16len, uint8_t *s8, size_t s8len)
136 if (s16[s16idx] == 0)
142 utfchar = le16toh(s16[s16idx++]);
144 c = le16toh(s16[s16idx]);
182 utf8_to_utf16(const uint8_t *s8, uint16_t *s16, size_t s16len)
199 s16[s16idx++] = htole16(0xfffd);
201 s16[--s16idx] = 0;
230 s16[s16idx++] = htole16((uint16_t)
232 s16[s16idx++] = htole16((uint16_t)
235 s16[s16idx++] = htole16((uint16_t)utfchar)
    [all...]
  /src/sys/external/bsd/drm2/dist/drm/nouveau/nvkm/subdev/bios/
nouveau_nvkm_subdev_bios_therm.c 89 s16 value = nvbios_rd16(bios, entry + 1);
171 s16 value = nvbios_rd16(bios, entry + 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;
sanitizer_platform_limits_freebsd.h 77 s16 aio_reqprio;
sanitizer_platform_limits_posix.h 136 s16 aio_reqprio;
  /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/tests/usr.bin/indent/
t_misc.sh 115 struct s13 { struct s14 { struct s15 { struct s16 {
141 struct s16 {
  /src/sys/dev/pci/ixgbe/
ixgbe_osdep.h 150 typedef int16_t s16; typedef in typeref:typename:int16_t
ixgbe_common.c 3201 s16 devctl2;
  /src/sys/external/bsd/dwc2/
dwc2.h 61 #define s16 int16_t macro
  /src/sys/external/bsd/dwc2/dist/
dwc2_hcdqueue.c 332 s16 max_claimed_usecs;
  /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
  /src/sys/external/bsd/drm2/dist/drm/i915/display/
intel_sprite.c 741 static const s16 csc_matrix[][9] = {
755 const s16 *csc = csc_matrix[plane_state->hw.color_encoding];

Completed in 32 milliseconds