| /NextBSD/crypto/openssh/ |
| HD | blocks.c | 12 typedef unsigned long long uint64; typedef 14 static uint64 load_bigendian(const unsigned char *x) in load_bigendian() 17 (uint64) (x[7]) \ in load_bigendian() 18 | (((uint64) (x[6])) << 8) \ in load_bigendian() 19 | (((uint64) (x[5])) << 16) \ in load_bigendian() 20 | (((uint64) (x[4])) << 24) \ in load_bigendian() 21 | (((uint64) (x[3])) << 32) \ in load_bigendian() 22 | (((uint64) (x[2])) << 40) \ in load_bigendian() 23 | (((uint64) (x[1])) << 48) \ in load_bigendian() 24 | (((uint64) (x[0])) << 56) in load_bigendian() [all …]
|
| HD | PROTOCOL.krl | 10 uint64 KRL_MAGIC 12 uint64 krl_version 13 uint64 generated_date 14 uint64 flags 68 uint64 revoked_cert_serial 69 uint64 ... 78 uint64 serial_min 79 uint64 serial_max 91 uint64 serial_offset
|
| HD | PROTOCOL.certkeys | 69 uint64 serial 73 uint64 valid after 74 uint64 valid before 89 uint64 serial 93 uint64 valid after 94 uint64 valid before 109 uint64 serial 113 uint64 valid after 114 uint64 valid before
|
| HD | PROTOCOL | 309 uint64 f_bsize /* file system block size */ 310 uint64 f_frsize /* fundamental fs block size */ 311 uint64 f_blocks /* number of blocks (unit f_frsize) */ 312 uint64 f_bfree /* free blocks in file system */ 313 uint64 f_bavail /* free blocks for non-root */ 314 uint64 f_files /* total file inodes */ 315 uint64 f_ffree /* free file inodes */ 316 uint64 f_favail /* free file inodes for to non-root */ 317 uint64 f_fsid /* file system id */ 318 uint64 f_flag /* bit mask of f_flag values */ [all …]
|
| HD | hash.c | 28 typedef unsigned long long uint64; typedef
|
| /NextBSD/contrib/llvm/tools/lldb/source/Core/ |
| HD | RegisterValue.cpp | 249 case 8: scalar = m_data.uint64; return true; in GetScalarValue() 255 case eTypeUInt64: scalar = m_data.uint64; return true; in GetScalarValue() 610 if (m_data.uint64 & sign_bit) in SignExtend() 613 m_data.uint64 |= mask; in SignExtend() 655 case eTypeUInt64: m_data.uint64 = rhs.m_data.uint64; break; in CopyValue() 750 case eTypeUInt64: return m_data.uint64; in GetAsUInt64() 753 return m_data.uint64; in GetAsUInt64() 757 return m_data.uint64; in GetAsUInt64() 761 return m_data.uint64; in GetAsUInt64() 771 case 8: return m_data.uint64; in GetAsUInt64() [all …]
|
| /NextBSD/tools/test/testfloat/ |
| HD | random.c | 55 uint64 randomUint64( void ) in randomUint64() 58 return ( ( (uint64) randomUint32() )<<32 ) | randomUint32(); in randomUint64()
|
| HD | random.h | 30 uint64 randomUint64( void );
|
| HD | testCases.c | 312 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; in float128RandomQOutP3() 3026 static const uint64 float128QInfWeightMasks[ float128NumQInfWeightMasks ] = { 3043 static const uint64 float128QInfWeightOffsets[ float128NumQInfWeightMasks ] = { 3063 uint64 sig1Low, sig2Low; in float128RandomQInfP3() 3074 ( ( (uint64) ( randomUint8() & 1 ) )<<63 ) in float128RandomQInfP3() [all …]
|
| /NextBSD/contrib/llvm/tools/lldb/include/lldb/Core/ |
| HD | RegisterValue.h | 79 m_data.uint64 = inst; in RegisterValue() 243 m_data.uint64 = uint; 300 m_data.uint64 = uint; 394 uint64_t uint64; member
|
| /NextBSD/sys/xen/interface/ |
| HD | sysctl.h | 219 XEN_GUEST_HANDLE_64(uint64) trans_pt; /* Px transition table */ 229 XEN_GUEST_HANDLE_64(uint64) triggers; /* Cx trigger counts */ 230 XEN_GUEST_HANDLE_64(uint64) residencies; /* Cx residencies */ 240 XEN_GUEST_HANDLE_64(uint64) pc; 241 XEN_GUEST_HANDLE_64(uint64) cc;
|
| /NextBSD/include/rpcsvc/ |
| HD | nfs_prot.x | 310 typedef unsigned hyper uint64; typedef 316 typedef uint64 fileid3; 317 typedef uint64 cookie3; 323 typedef uint64 size3; 324 typedef uint64 offset3; 409 uint64 fsid; /* device # */
|
| /NextBSD/lib/libnotify/ |
| HD | table.c | 46 uint64_t uint64; member 168 if ((n->key.uint64 != (uint64_t)-1) && (key == n->key.uint64)) return n->datum; in _nc_table_find_64() 265 n->key.uint64 = key; in _nc_table_insert_64() 325 if ((n->key.uint64 != (uint64_t)-1) && (key == n->key.uint64)) in _nc_table_delete_64()
|
| /NextBSD/lib/libsdp/ |
| HD | util.c | 293 uint64_t uint64; in sdp_print() member 325 SDP_GET64(value.uint64, start); in sdp_print() 326 printf("uint64 %ju\n", value.uint64); in sdp_print()
|
| /NextBSD/contrib/libpcap/ |
| HD | pcap-dos.h | 57 typedef unsigned long long uint64; typedef 62 typedef unsigned __int64 uint64; typedef
|
| /NextBSD/tools/test/testfloat/sparc64/ |
| HD | sparc64.h | 55 typedef unsigned long int uint64; typedef
|
| /NextBSD/lib/libc/powerpc64/softfloat/ |
| HD | powerpc-gcc.h | 37 typedef unsigned long long int uint64; typedef
|
| /NextBSD/lib/libc/powerpc/softfloat/ |
| HD | powerpc-gcc.h | 37 typedef unsigned long long int uint64; typedef
|
| /NextBSD/lib/libc/mips/softfloat/ |
| HD | mips-gcc.h | 41 typedef unsigned long long int uint64; typedef
|
| /NextBSD/lib/libc/arm/softfloat/ |
| HD | arm-gcc.h | 41 typedef unsigned long long int uint64; typedef
|
| /NextBSD/contrib/subversion/subversion/libsvn_fs_fs/ |
| HD | structure-indexes | 308 item offset as uint64 309 item size as uint64 310 item type as uint64 311 modified FNV1a checksum as uint64 312 revision as uint64, with SVN_INVALID_REVNUM mapped to 0 314 item index as uint64
|
| /NextBSD/usr.sbin/bluetooth/sdpcontrol/ |
| HD | search.c | 170 uint64_t uint64; in print_protocol_descriptor() member 240 SDP_GET64(value.uint64, start); in print_protocol_descriptor() 241 fprintf(stdout, "u/int64 %ju\n", value.uint64); in print_protocol_descriptor()
|
| /NextBSD/lib/libxpc/ |
| HD | subr_nvlist.c | 1202 NVLIST_EXISTS(uint64, UINT64) in NVLIST_EXISTS() 1246 NVLIST_EXISTSF(uint64) in NVLIST_EXISTSF() 1295 NVLIST_EXISTSV(uint64) in NVLIST_EXISTSV() 2174 NVLIST_GET(uint64_t, uint64, number, UINT64) in NVLIST_GET() 2219 NVLIST_GETF(uint64_t, uint64) in NVLIST_GETF() 2265 NVLIST_GETV(uint64_t, uint64, UINT64) in NVLIST_GETV() 2314 NVLIST_TAKE(uint64_t, uint64, number, UINT64) in NVLIST_TAKE() 2363 NVLIST_TAKEF(uint64_t, uint64) in NVLIST_TAKEF() 2407 NVLIST_TAKEV(uint64_t, uint64, number, UINT64) in NVLIST_TAKEV() 2467 NVLIST_FREE(uint64, UINT64) in NVLIST_FREE() [all …]
|
| /NextBSD/sbin/hastd/ |
| HD | nv.c | 422 NV_DEFINE_ADD(uint64, UINT64) in NV_DEFINE_ADD() 447 NV_DEFINE_ADD_ARRAY(uint64, UINT64) 520 NV_DEFINE_GET(uint64, UINT64) in NV_DEFINE_GET() 551 NV_DEFINE_GET_ARRAY(uint64, UINT64)
|
| /NextBSD/sys/contrib/octeon-sdk/ |
| HD | cvmx-access-native.h | 488 CVMX_BUILD_WRITE64(uint64, "sd"); 503 CVMX_BUILD_READ64(uint64, "ld");
|