Searched refs:uint8 (Results 1 - 25 of 28) sorted by relevance

12

/freebsd-11.0-release/tools/test/testfloat/
H A Drandom.h26 uint8 randomUint8( void );
H A Drandom.c33 uint8 randomUint8( void )
H A DwriteHex.h41 void writeHex_float_flags( uint8, FILE * );
H A DtestLoops.c236 flag trueZ, uint8 trueFlags, flag testZ, uint8 testFlags )
256 int32 trueZ, uint8 trueFlags, int32 testZ, uint8 testFlags )
278 int64 trueZ, uint8 trueFlags, int64 testZ, uint8 testFlags )
300 float32 trueZ, uint8 trueFlags, float32 testZ, uint8 testFlags )
320 float64 trueZ, uint8 trueFlags, float64 testZ, uint8 testFlag
[all...]
H A DtestFunction.h134 void testFunction( uint8, int8, int8 );
H A DtestFunction.c573 uint8 functionCode, int8 roundingPrecision, int8 roundingMode )
575 uint8 roundingCode;
1110 uint8 functionCode, int8 roundingPrecisionIn, int8 roundingModeIn )
H A Dtestfloat.c53 uint8 functionCode;
H A Dtestsoftfloat.c328 uint8 functionCode,
334 uint8 roundingCode;
743 uint8 functionCode,
818 uint8 functionCode;
H A DwriteHex.c173 void writeHex_float_flags( uint8 flags, FILE *stream )
/freebsd-11.0-release/lib/libsdp/
H A Dutil.c290 uint8_t uint8; member in union:__anon6847
313 SDP_GET8(value.uint8, start);
314 printf("uint8 %u\n", value.uint8);
378 SDP_GET8(value.uint8, start);
379 printf("str8 %*.*s\n", value.uint8, value.uint8, start);
380 start += value.uint8;
394 SDP_GET8(value.uint8, start);
395 printf("bool %d\n", value.uint8);
[all...]
/freebsd-11.0-release/tools/test/testfloat/sparc64/
H A Dsparc64.h41 | integers of at least as many bits as specified. For example, `uint8' should
44 | implementations of C, `flag', `uint8', and `int8' should all be `typedef'ed
48 typedef int uint8; typedef
/freebsd-11.0-release/lib/libc/mips/softfloat/
H A Dmips-gcc.h26 integers of at least as many bits as specified. For example, `uint8' should
29 implementations of C, `flag', `uint8', and `int8' should all be `typedef'ed
34 typedef int uint8; typedef
/freebsd-11.0-release/lib/libc/powerpc/softfloat/
H A Dpowerpc-gcc.h22 integers of at least as many bits as specified. For example, `uint8' should
25 implementations of C, `flag', `uint8', and `int8' should all be `typedef'ed
30 typedef unsigned int uint8; typedef
/freebsd-11.0-release/lib/libc/powerpc64/softfloat/
H A Dpowerpc-gcc.h22 integers of at least as many bits as specified. For example, `uint8' should
25 implementations of C, `flag', `uint8', and `int8' should all be `typedef'ed
30 typedef unsigned int uint8; typedef
/freebsd-11.0-release/lib/libc/arm/softfloat/
H A Darm-gcc.h26 integers of at least as many bits as specified. For example, `uint8' should
29 implementations of C, `flag', `uint8', and `int8' should all be `typedef'ed
34 typedef int uint8; typedef
/freebsd-11.0-release/crypto/heimdal/lib/hx509/
H A Dks_keychain.c139 in.Data = (uint8 *)from;
142 sig.Data = (uint8 *)to;
198 in.Data = (uint8 *)from;
201 out.Data = (uint8 *)to;
204 rem.Data = (uint8 *)remdata;
/freebsd-11.0-release/sys/xen/interface/
H A Dxen.h885 __DEFINE_XEN_GUEST_HANDLE(uint8, uint8_t);
912 XEN_GUEST_HANDLE_64(uint8) bitmap;
H A Dphysdev.h112 XEN_GUEST_HANDLE(uint8) bitmap;
H A Ddomctl.h229 XEN_GUEST_HANDLE_64(uint8) dirty_bitmap;
421 XEN_GUEST_HANDLE_64(uint8) buffer; /* IN/OUT: data, or call
686 XEN_GUEST_HANDLE_64(uint8) buffer; /* OUT: buffer to write record into */
H A Dplatform.h272 XEN_GUEST_HANDLE(uint8) edid;
350 XEN_GUEST_HANDLE(uint8) cpumap_bitmap;
/freebsd-11.0-release/usr.sbin/bluetooth/sdpcontrol/
H A Dsearch.c167 uint8_t uint8; member in union:__anon13920
220 SDP_GET8(value.uint8, start);
221 fprintf(stdout, "u/int8/bool %u\n", value.uint8);
/freebsd-11.0-release/sys/contrib/octeon-sdk/
H A Dcvmx-access-native.h491 CVMX_BUILD_WRITE64(uint8, "sb");
506 CVMX_BUILD_READ64(uint8, "lbu");
/freebsd-11.0-release/cddl/contrib/opensolaris/lib/libnvpair/
H A Dlibnvpair.c206 NVLIST_PRTFUNC(uint8, uint8_t, uint8_t, "0x%x")
433 NVLIST_PRINTCTL_REPLACE(uint8, uint8_t)
611 RENDER(pctl, uint8, nvl, name, val);
826 NVP(elem, uint8, uint8_t, int, "%u");
/freebsd-11.0-release/sbin/hastd/
H A Dnv.c416 NV_DEFINE_ADD(uint8, UINT8)
441 NV_DEFINE_ADD_ARRAY(uint8, UINT8)
514 NV_DEFINE_GET(uint8, UINT8)
545 NV_DEFINE_GET_ARRAY(uint8, UINT8)
652 printf("(uint8): %ju", (uintmax_t)(*(uint8_t *)data));
690 printf("(uint8 array):");
/freebsd-11.0-release/sys/xen/interface/hvm/
H A Dhvm_op.h103 XEN_GUEST_HANDLE_64(uint8) dirty_bitmap;

Completed in 206 milliseconds

12