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

12

/freebsd-10.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-10.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-10.3-release/tools/test/testfloat/sparc64/
H A Dsparc64.h55 typedef unsigned long int uint64; typedef
/freebsd-10.3-release/lib/libc/mips/softfloat/
H A Dmips-gcc.h41 typedef unsigned long long int uint64; typedef
/freebsd-10.3-release/lib/libc/powerpc/softfloat/
H A Dpowerpc-gcc.h37 typedef unsigned long long int uint64; typedef
/freebsd-10.3-release/lib/libc/powerpc64/softfloat/
H A Dpowerpc-gcc.h37 typedef unsigned long long int uint64; typedef
/freebsd-10.3-release/lib/libc/arm/softfloat/
H A Darm-gcc.h41 typedef unsigned long long int uint64; typedef
/freebsd-10.3-release/contrib/llvm/tools/lldb/source/Core/
H A DRegisterValue.cpp248 case 8: scalar = m_data.uint64; return true;
254 case eTypeUInt64: scalar = m_data.uint64; return true;
609 if (m_data.uint64 & sign_bit)
612 m_data.uint64 |= mask;
654 case eTypeUInt64: m_data.uint64 = rhs.m_data.uint64; break;
749 case eTypeUInt64: return m_data.uint64;
752 return m_data.uint64;
756 return m_data.uint64;
760 return m_data.uint64;
[all...]
/freebsd-10.3-release/contrib/llvm/tools/lldb/include/lldb/Core/
H A DRegisterValue.h79 m_data.uint64 = inst;
243 m_data.uint64 = uint;
300 m_data.uint64 = uint;
388 uint64_t uint64; member in union:lldb_private::RegisterValue::__anon3689
/freebsd-10.3-release/contrib/libpcap/
H A Dpcap-dos.h59 typedef unsigned long long uint64; typedef
64 typedef unsigned __int64 uint64; typedef
/freebsd-10.3-release/sys/xen/interface/
H A Dsysctl.h216 XEN_GUEST_HANDLE_64(uint64) trans_pt; /* Px transition table */
226 XEN_GUEST_HANDLE_64(uint64) triggers; /* Cx trigger counts */
227 XEN_GUEST_HANDLE_64(uint64) residencies; /* Cx residencies */
497 XEN_GUEST_HANDLE_64(uint64) node_to_memsize;
498 XEN_GUEST_HANDLE_64(uint64) node_to_memfree;
H A Ddomctl.h118 XEN_GUEST_HANDLE_64(uint64) buffer;
836 XEN_GUEST_HANDLE_64(uint64) buffer;
H A Dxen.h805 __DEFINE_XEN_GUEST_HANDLE(uint64, uint64_t);
H A Dplatform.h312 XEN_GUEST_HANDLE(uint64) idletime;
/freebsd-10.3-release/lib/libsdp/
H A Dutil.c292 uint64_t uint64; member in union:__anon6047
324 SDP_GET64(value.uint64, start);
325 printf("uint64 %ju\n", value.uint64);
/freebsd-10.3-release/include/rpcsvc/
H A Dnfs_prot.x310 typedef unsigned hyper uint64;
316 typedef uint64 fileid3;
317 typedef uint64 cookie3;
323 typedef uint64 size3;
324 typedef uint64 offset3;
409 uint64 fsid; /* device # */
/freebsd-10.3-release/usr.sbin/bluetooth/sdpcontrol/
H A Dsearch.c169 uint64_t uint64; member in union:__anon12552
239 SDP_GET64(value.uint64, start);
240 fprintf(stdout, "u/int64 %ju\n", value.uint64);
/freebsd-10.3-release/sys/contrib/octeon-sdk/
H A Dcvmx-access-native.h488 CVMX_BUILD_WRITE64(uint64, "sd");
503 CVMX_BUILD_READ64(uint64, "ld");
/freebsd-10.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-10.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);
850 NVP(elem, uint64, uint64_t, u_longlong_t, "%llu");
/freebsd-10.3-release/contrib/apr-util/memcache/
H A Dapr_memcache.c1631 else mc_do_stat(bytes, uint64)
1639 else mc_do_stat(evictions, uint64)
1640 else mc_do_stat(bytes_read, uint64)
1641 else mc_do_stat(bytes_written, uint64)
/freebsd-10.3-release/lib/libc/softfloat/bits64/
H A Dsoftfloat.c1264 uint64 absA;
1320 uint64 absA;
1347 uint64 absA;
4492 uint64 float128_to_uint64_round_to_zero( float128 a )
4497 uint64 z;

Completed in 334 milliseconds

12