Searched refs:uint64 (Results 1 - 25 of 26) sorted by relevance

12

/freebsd-9.3-release/tools/test/testfloat/
H A Drandom.h30 uint64 randomUint64( void );
H A Drandom.c55 uint64 randomUint64( void )
58 return ( ( (uint64) randomUint32() )<<32 ) | randomUint32();
H A DtestCases.c312 static const uint64 int64P1[ int64NumP1 ] = {
625 static const uint64 int64PInfWeightMasks[ int64NumPInfWeightMasks ] = {
689 static const uint64 int64PInfWeightOffsets[ int64NumPInfWeightMasks ] = {
2326 static const uint64 float128QIn[ float128NumQIn ] = {
2351 static const uint64 float128QOut[ float128NumQOut ] = {
2990 uint64 sig1Low, sig2Low;
3026 static const uint64 float128QInfWeightMasks[ float128NumQInfWeightMasks ] = {
3043 static const uint64 float128QInfWeightOffsets[ float128NumQInfWeightMasks ] = {
3063 uint64 sig1Low, sig2Low;
3074 ( ( (uint64) ( randomUint
[all...]
/freebsd-9.3-release/crypto/openssh/
H A Dblocks.c12 typedef unsigned long long uint64; typedef
14 static uint64 load_bigendian(const unsigned char *x)
17 (uint64) (x[7]) \
18 | (((uint64) (x[6])) << 8) \
19 | (((uint64) (x[5])) << 16) \
20 | (((uint64) (x[4])) << 24) \
21 | (((uint64) (x[3])) << 32) \
22 | (((uint64) (x[2])) << 40) \
23 | (((uint64) (x[1])) << 48) \
24 | (((uint64) (
[all...]
H A Dhash.c28 typedef unsigned long long uint64; typedef
/freebsd-9.3-release/tools/test/testfloat/sparc64/
H A Dsparc64.h55 typedef unsigned long int uint64; typedef
/freebsd-9.3-release/lib/libc/mips/softfloat/
H A Dmips-gcc.h41 typedef unsigned long long int uint64; typedef
/freebsd-9.3-release/lib/libc/powerpc/softfloat/
H A Dpowerpc-gcc.h37 typedef unsigned long long int uint64; typedef
/freebsd-9.3-release/lib/libc/powerpc64/softfloat/
H A Dpowerpc-gcc.h37 typedef unsigned long long int uint64; typedef
/freebsd-9.3-release/lib/libc/arm/softfloat/
H A Darm-gcc.h41 typedef unsigned long long int uint64; typedef
/freebsd-9.3-release/sys/xen/interface/
H A Dsysctl.h230 XEN_GUEST_HANDLE_64(uint64) trans_pt; /* Px transition table */
240 XEN_GUEST_HANDLE_64(uint64) triggers; /* Cx trigger counts */
241 XEN_GUEST_HANDLE_64(uint64) residencies; /* Cx residencies */
H A Dplatform.h194 XEN_GUEST_HANDLE(uint64) idletime;
H A Dxen.h610 __DEFINE_XEN_GUEST_HANDLE(uint64, uint64_t);
/freebsd-9.3-release/contrib/libpcap/
H A Dpcap-dos.h59 typedef unsigned long long uint64; typedef
64 typedef unsigned __int64 uint64; typedef
/freebsd-9.3-release/include/rpcsvc/
H A Dnfs_prot.x308 typedef unsigned hyper uint64;
314 typedef uint64 fileid3;
315 typedef uint64 cookie3;
321 typedef uint64 size3;
322 typedef uint64 offset3;
407 uint64 fsid; /* device # */
/freebsd-9.3-release/lib/libsdp/
H A Dutil.c292 uint64_t uint64; member in union:__anon5293
324 SDP_GET64(value.uint64, start);
325 printf("uint64 %ju\n", value.uint64);
/freebsd-9.3-release/usr.sbin/bluetooth/sdpcontrol/
H A Dsearch.c163 uint64_t uint64; member in union:__anon10879
233 SDP_GET64(value.uint64, start);
234 fprintf(stdout, "u/int64 %ju\n", value.uint64);
/freebsd-9.3-release/sys/contrib/octeon-sdk/
H A Dcvmx-access-native.h493 CVMX_BUILD_WRITE64(uint64, "sd");
508 CVMX_BUILD_READ64(uint64, "ld");
/freebsd-9.3-release/cddl/contrib/opensolaris/lib/libnvpair/
H A Dlibnvpair.c212 NVLIST_PRTFUNC(uint64, uint64_t, u_longlong_t, "0x%llx")
439 NVLIST_PRINTCTL_REPLACE(uint64, uint64_t)
647 RENDER(pctl, uint64, nvl, name, val);
849 NVP(elem, uint64, uint64_t, u_longlong_t, "%llu");
/freebsd-9.3-release/sbin/hastd/
H A Dnv.c422 NV_DEFINE_ADD(uint64, UINT64)
447 NV_DEFINE_ADD_ARRAY(uint64, UINT64)
520 NV_DEFINE_GET(uint64, UINT64)
551 NV_DEFINE_GET_ARRAY(uint64, UINT64)
680 printf("(uint64): %ju", swap ?
735 printf("(uint64 array):");
/freebsd-9.3-release/contrib/bind9/lib/isccfg/include/isccfg/
H A Dgrammar.h154 isc_uint64_t uint64; member in union:cfg_obj::__anon284
/freebsd-9.3-release/contrib/bind9/lib/isccfg/
H A Dparser.c116 cfg_rep_t cfg_rep_uint64 = { "uint64", free_noop };
664 * uint64
675 return (obj->value.uint64);
682 obj->value.uint64);
H A Dnamedconf.c1905 obj->value.uint64 = val;
/freebsd-9.3-release/contrib/gdb/gdb/
H A Dgdbtypes.c864 int64_t uint64;
875 append_composite_type_field (t, "uint64", builtin_type_int64);
894 int64_t uint64;
904 append_composite_type_field (t, "uint64", builtin_type_int64);
/freebsd-9.3-release/lib/libc/softfloat/bits64/
H A Dsoftfloat.c1218 uint64 absA;
1274 uint64 absA;
1301 uint64 absA;

Completed in 222 milliseconds

12