Searched refs:uint16 (Results 1 - 15 of 15) sorted by relevance

/freebsd-9.3-release/tools/test/testfloat/
H A Drandom.h27 uint16 randomUint16( void );
H A Drandom.c40 uint16 randomUint16( void )
H A DtestCases.c1729 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;
2290 z.high |= ( (uint16) ( randomUint8() & 1 ) )<<15;
/freebsd-9.3-release/lib/libsdp/
H A Dutil.c290 uint16_t uint16; member in union:__anon5293
316 SDP_GET16(value.uint16, start);
317 printf("uint16 %u\n", value.uint16);
367 SDP_GET16(value.uint16, start);
368 printf("uuid16 %#4.4x - %s\n", value.uint16,
369 sdp_uuid2desc(value.uint16));
382 SDP_GET16(value.uint16, start);
383 printf("str16 %*.*s\n", value.uint16, value.uint16, star
[all...]
/freebsd-9.3-release/tools/test/testfloat/sparc64/
H A Dsparc64.h50 typedef int uint16; typedef
/freebsd-9.3-release/lib/libc/mips/softfloat/
H A Dmips-gcc.h36 typedef int uint16; typedef
/freebsd-9.3-release/lib/libc/powerpc/softfloat/
H A Dpowerpc-gcc.h32 typedef unsigned int uint16; typedef
/freebsd-9.3-release/lib/libc/powerpc64/softfloat/
H A Dpowerpc-gcc.h32 typedef unsigned int uint16; typedef
/freebsd-9.3-release/lib/libc/arm/softfloat/
H A Darm-gcc.h36 typedef int uint16; typedef
/freebsd-9.3-release/contrib/groff/src/utils/hpftodit/
H A Dhpftodit.cpp137 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 selec
[all...]
/freebsd-9.3-release/usr.sbin/bluetooth/sdpcontrol/
H A Dsearch.c161 uint16_t uint16; member in union:__anon10879
172 SDP_GET16(value.uint16, start);
173 fprintf(stdout, "\t%s (%#4.4x)\n", sdp_uuid2desc(value.uint16),
174 value.uint16);
220 SDP_GET16(value.uint16, start);
221 fprintf(stdout, "u/int/uuid16 %u\n", value.uint16);
/freebsd-9.3-release/sys/contrib/octeon-sdk/
H A Dcvmx-access-native.h495 CVMX_BUILD_WRITE64(uint16, "sh");
510 CVMX_BUILD_READ64(uint16, "lhu");
/freebsd-9.3-release/cddl/contrib/opensolaris/lib/libnvpair/
H A Dlibnvpair.c208 NVLIST_PRTFUNC(uint16, uint16_t, uint16_t, "0x%x")
435 NVLIST_PRINTCTL_REPLACE(uint16, uint16_t)
623 RENDER(pctl, uint16, nvl, name, val);
833 NVP(elem, uint16, uint16_t, int, "%u");
/freebsd-9.3-release/sbin/hastd/
H A Dnv.c418 NV_DEFINE_ADD(uint16, UINT16)
443 NV_DEFINE_ADD_ARRAY(uint16, UINT16)
516 NV_DEFINE_GET(uint16, UINT16)
547 NV_DEFINE_GET_ARRAY(uint16, UINT16)
660 printf("(uint16): %ju", swap ?
703 printf("(uint16 array):");
/freebsd-9.3-release/sys/xen/interface/
H A Dxen.h608 __DEFINE_XEN_GUEST_HANDLE(uint16, uint16_t);

Completed in 296 milliseconds