/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_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
|
msg_117.c | 11 unsigned short u16; variable in typeref:typename:unsigned short
|
/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));
|
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) {
|
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
|
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...] |
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";
|
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
|
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);
|
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
|
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);
|