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

  /src/tests/usr.bin/xlint/lint1/
msg_309.c 14 u16_t u16; variable in typeref:typename:u16_t
82 u16 &= (u16_t)~0x0600;
84 u16 = u16 & (u16_t)~0x0600;
86 u16 = (u16_t)(u16 & (u16_t)~0x0600);
msg_117.c 11 unsigned short u16; variable in typeref:typename:unsigned short
queries.c 45 u16_t u16; variable in typeref:typename:u16_t
107 u16 += u8;
110 u32 += u16;
194 u8 = (u8_t)u16;
197 u8 = (u16_t)u16;
199 u16 = (u8_t)u8;
200 u16 = (u8_t)u16;
202 u16 = (u16_t)u8;
205 u16 = (u16_t)u16
    [all...]
msg_132.c 29 u16_t u16; variable in typeref:typename:u16_t
61 u8 = u16;
67 u16 = u8;
69 u16 = u32;
71 u16 = u64;
74 u32 = u16;
79 u64 = u16;
87 s8 = u16;
100 s32 = u16;
105 s64 = u16;
594 unsigned short u16:15; member in struct:compare_bit_field_to_integer_constant::__anonfa9963810108
    [all...]
  /src/tests/lib/libbluetooth/
t_sdp_get.c 153 uuid_t u16 = { local in function:ATF_TC_BODY
185 ATF_CHECK(uuid_equal(&value, &u16, NULL));
t_sdp_put.c 116 const uuid_t u16 = { local in function:ATF_TC_BODY
141 ATF_REQUIRE(sdp_put_uuid(&test, &u16));
  /src/sys/arch/ews4800mips/stand/common/
device_test.c 112 volatile uint16_t u16; local in function:i82589_test
131 if ((u16 = *(volatile uint16_t *)(SCP_ADDR + 6)) == 0)
141 u16 = *(uint16_t *)(SCP_ADDR + 4);
142 printf("SCP_ADDR+4=0x%x\n", u16);
143 if ((u16 & 0x103c) != 0) {
  /src/sys/arch/xen/include/
hypervisor.h 83 #define u16 uint16_t macro
123 #undef u16
  /src/sys/arch/powerpc/powerpc/
fix_unaligned.c 369 #define SIGN_EXT(u16, algebra) \
370 ((u16) | (((algebra) && (u16) >= 0x8000) ? 0xffff0000 : 0))
386 uint16_t u16; local in function:do_lst
393 ret = copyin(dear, &u16, sizeof(u16));
398 u16 = (uint16_t)tf->tf_fixreg[rs];
400 u16 = bswap16(u16);
401 ret = copyout(&u16, dear, sizeof(u16))
    [all...]
  /src/sys/external/gpl2/dts/dist/arch/arm64/boot/dts/xilinx/
zynqmp-zcu102-revA.dts 120 ina226-u16 {
122 io-channels = <&u16 0>, <&u16 1>, <&u16 2>, <&u16 3>;
371 u16: ina226@44 { /* u16 */ label
374 label = "ina226-u16";
zynqmp-zcu106-revA.dts 120 ina226-u16 {
122 io-channels = <&u16 0>, <&u16 1>, <&u16 2>, <&u16 3>;
382 u16: ina226@44 { /* u16 */ label
385 label = "ina226-u16";
  /src/sys/external/bsd/acpica/dist/include/platform/
acwin.h 203 typedef unsigned short u16; typedef in typeref:typename:unsigned short
  /src/lib/libc/resolv/
res_init.c 762 uint16_t u16; local in function:res_rndinit
772 u16 = getpid();
773 memcpy(rnd + 12, &u16, 2);
780 uint16_t u16; local in function:res_nrandomid
785 u16 = (uint16_t) (now.tv_sec ^ now.tv_usec);
786 memcpy(rnd + 14, &u16, 2);
796 memcpy(&u16, rnd + 14, 2);
797 return ((u_int) u16);
  /src/sys/external/bsd/common/include/linux/
types.h 40 typedef uint16_t u16; typedef in typeref:typename:uint16_t
  /src/sys/dev/pci/ixgbe/
ixgbe_osdep.h 149 typedef uint16_t u16; typedef in typeref:typename:uint16_t
191 extern u16 ixgbe_read_pci_cfg(struct ixgbe_hw *, u32);
194 extern void ixgbe_write_pci_cfg(struct ixgbe_hw *, u32, u16);
  /src/sys/net80211/
ieee80211_crypto_tkip.c 91 typedef uint16_t u16; typedef in typeref:typename:uint16_t
98 u16 tx_ttak[5];
102 u16 rx_ttak[5];
428 static __inline u16 RotR1(u16 val)
433 static __inline u8 Lo8(u16 val)
438 static __inline u8 Hi8(u16 val)
443 static __inline u16 Lo16(u32 val)
448 static __inline u16 Hi16(u32 val)
453 static __inline u16 Mk16(u8 hi, u8 lo
    [all...]
  /src/lib/libc/citrus/modules/
citrus_utf7.c 180 uint16_t * __restrict u16, const char ** __restrict s, size_t n,
216 *u16 = (uint16_t)psenc->ch[i];
223 *u16 = (uint16_t)BASE64_IN;
236 *u16 = (uint16_t)psenc->ch[i];
248 *u16 = (psenc->cache >> psenc->bits)
262 *nresult = (size_t)((*u16 == 0) ? 0 : s0 - *s);
342 char * __restrict s, size_t n, uint16_t u16,
353 if (ISSAFE(ei, u16)) {
361 if (u16 == BASE64_OUT || FINDLEN(ei, u16) >= 0
398 uint16_t u16[2]; local in function:_citrus_UTF7_wcrtomb_priv
    [all...]
  /src/sys/external/bsd/compiler_rt/dist/lib/sanitizer_common/
sanitizer_internal_defs.h 151 typedef unsigned short u16; // NOLINT typedef in namespace:__sanitizer
259 typedef ALIGNED(1) u16 uu16;
  /src/sys/arch/arm/xilinx/
zynq_xadc.c 253 uint16_t u16; member in union:zynq_xadc_sensors_refresh::__anon389537e4030a
259 val.u16 = zynq_xadc_read(sc, zynq_xadc_sensors[edata->sensor].reg);
261 if (val.u16 == 0) {
264 temp = ((int64_t)(val.u16 >> 4) * 503975) / 4096;
269 val.u16 = zynq_xadc_read(sc, XADC_STATUS_FLAG);
270 if ((val.u16 & FLAG_OT) != 0) {
277 edata->value_cur = (((val.u16 >> 4) * 1000) / 4096) * 1000;
283 edata->value_cur = (((val.u16 >> 4) * 3000) / 4096) * 1000;
  /src/sys/external/bsd/dwc2/
dwc2.h 60 #define u16 uint16_t macro
  /src/sys/external/bsd/ena-com/
ena_plat.h 257 #define u16 uint16_t macro
  /src/sys/dev/pci/cxgb/
cxgb_osdep.h 332 typedef uint16_t u16; typedef in typeref:typename:uint16_t
  /src/sys/external/bsd/drm/dist/bsd-core/
drmP.h 326 typedef u_int16_t u16; typedef in typeref:typename:u_int16_t
331 typedef uint16_t u16; typedef in typeref:typename:uint16_t
  /src/sys/dev/pci/
xmm7360.c 131 typedef uint16_t u16; typedef in typeref:typename:uint16_t
378 u16 len;
396 u16 length;
397 u16 flags;
411 u16 c_ring_size;
412 u16 unk;
466 u16 page_size;
481 u16 page_size;
618 static int xmm7360_cmd_ring_execute(struct xmm_dev *xmm, u8 cmd, u8 parm, u16 len, dma_addr_t ptr, u32 extra)
710 static void xmm7360_td_ring_create(struct xmm_dev *xmm, u8 ring_id, u8 depth, u16 page_size
    [all...]

Completed in 28 milliseconds