| /NextBSD/lib/libsdp/ |
| HD | util.c | 291 uint16_t uint16; in sdp_print() member 317 SDP_GET16(value.uint16, start); in sdp_print() 318 printf("uint16 %u\n", value.uint16); in sdp_print() 368 SDP_GET16(value.uint16, start); in sdp_print() 369 printf("uuid16 %#4.4x - %s\n", value.uint16, in sdp_print() 370 sdp_uuid2desc(value.uint16)); in sdp_print() 383 SDP_GET16(value.uint16, start); in sdp_print() 384 printf("str16 %*.*s\n", value.uint16, value.uint16, start); in sdp_print() 385 start += value.uint16; in sdp_print() 405 SDP_GET16(value.uint16, start); in sdp_print() [all …]
|
| /NextBSD/contrib/llvm/tools/lldb/source/Core/ |
| HD | RegisterValue.cpp | 247 case 2: scalar = m_data.uint16; return true; in GetScalarValue() 253 case eTypeUInt16: scalar = m_data.uint16; return true; in GetScalarValue() 580 if (m_data.uint16 & sign_bit) in SignExtend() 583 m_data.uint16 |= mask; in SignExtend() 653 case eTypeUInt16: m_data.uint16 = rhs.m_data.uint16; break; in CopyValue() 682 case eTypeUInt16: return m_data.uint16; in GetAsUInt16() 689 case 2: return m_data.uint16; in GetAsUInt16() 708 case eTypeUInt16: return m_data.uint16; in GetAsUInt32() 728 case 2: return m_data.uint16; in GetAsUInt32() 748 case eTypeUInt16: return m_data.uint16; in GetAsUInt64() [all …]
|
| /NextBSD/contrib/groff/src/utils/hpftodit/ |
| HD | hpftodit.cpp | 137 typedef unsigned short uint16; typedef 146 uint16 get_uint16(); 158 uint16 type; 166 uint16 charcode; 167 uint16 width; 171 uint16 right_extent; 172 uint16 symbol_set; 176 const uint16 NO_GLYPH = 0xffff; 177 const uint16 NO_SYMBOL_SET = 0; 187 uint16 select; [all …]
|
| /NextBSD/usr.sbin/bluetooth/sdpcontrol/ |
| HD | search.c | 168 uint16_t uint16; in print_protocol_descriptor() member 179 SDP_GET16(value.uint16, start); in print_protocol_descriptor() 180 fprintf(stdout, "\t%s (%#4.4x)\n", sdp_uuid2desc(value.uint16), in print_protocol_descriptor() 181 value.uint16); in print_protocol_descriptor() 227 SDP_GET16(value.uint16, start); in print_protocol_descriptor() 228 fprintf(stdout, "u/int/uuid16 %u\n", value.uint16); in print_protocol_descriptor()
|
| /NextBSD/contrib/llvm/tools/lldb/include/lldb/Core/ |
| HD | RegisterValue.h | 65 m_data.uint16 = inst; in RegisterValue() 229 m_data.uint16 = uint; 286 m_data.uint16 = uint; in SetUInt16() 392 uint16_t uint16; member
|
| /NextBSD/tools/test/testfloat/ |
| HD | random.h | 27 uint16 randomUint16( void );
|
| HD | random.c | 40 uint16 randomUint16( void ) in randomUint16()
|
| HD | testCases.c | 1729 static const uint16 floatx80QIn[ floatx80NumQIn ] = { 1754 static const uint16 floatx80QOut[ floatx80NumQOut ] = { 2226 static const uint16 floatx80QInfWeightMasks[ floatx80NumQInfWeightMasks ] = { 2243 static const uint16 floatx80QInfWeightOffsets[ floatx80NumQInfWeightMasks ] = { 2274 z.high |= ( (uint16) ( randomUint8() & 1 ) )<<15; in floatx80RandomQInfP3() 2290 z.high |= ( (uint16) ( randomUint8() & 1 ) )<<15; in floatx80RandomQInfPInf()
|
| /NextBSD/tools/test/testfloat/sparc64/ |
| HD | sparc64.h | 50 typedef int uint16; typedef
|
| /NextBSD/lib/libc/powerpc64/softfloat/ |
| HD | powerpc-gcc.h | 32 typedef unsigned int uint16; typedef
|
| /NextBSD/lib/libc/powerpc/softfloat/ |
| HD | powerpc-gcc.h | 32 typedef unsigned int uint16; typedef
|
| /NextBSD/lib/libc/mips/softfloat/ |
| HD | mips-gcc.h | 36 typedef int uint16; typedef
|
| /NextBSD/lib/libc/arm/softfloat/ |
| HD | arm-gcc.h | 36 typedef int uint16; typedef
|
| /NextBSD/sbin/hastd/ |
| HD | nv.c | 418 NV_DEFINE_ADD(uint16, UINT16) in NV_DEFINE_ADD() 443 NV_DEFINE_ADD_ARRAY(uint16, UINT16) 516 NV_DEFINE_GET(uint16, UINT16) in NV_DEFINE_GET() 547 NV_DEFINE_GET_ARRAY(uint16, UINT16)
|
| /NextBSD/sys/contrib/octeon-sdk/ |
| HD | cvmx-access-native.h | 490 CVMX_BUILD_WRITE64(uint16, "sh"); 505 CVMX_BUILD_READ64(uint16, "lhu");
|
| /NextBSD/cddl/contrib/opensolaris/lib/libnvpair/ |
| HD | libnvpair.c | 208 NVLIST_PRTFUNC(uint16, uint16_t, uint16_t, "0x%x") 435 NVLIST_PRINTCTL_REPLACE(uint16, uint16_t) 623 RENDER(pctl, uint16, nvl, name, val); in nvlist_print_with_indent() 834 NVP(elem, uint16, uint16_t, int, "%u"); in dump_nvlist()
|
| /NextBSD/sys/xen/interface/ |
| HD | xen.h | 886 __DEFINE_XEN_GUEST_HANDLE(uint16, uint16_t);
|
| /NextBSD/crypto/openssh/ |
| HD | PROTOCOL.agent | 29 1.1 uint16 31 The "uint16" data type is a simple MSB-first 16 bit unsigned integer 39 uint16 bits
|
| /NextBSD/contrib/unbound/doc/ |
| HD | Changelog | 5889 - do not do useless byteswap on query id. Store reply flags in uint16
|