| /freebsd-13.1/contrib/bc/tests/bc/ |
| H A D | lib2.txt | 314 uint64(0) 325 uint64(1) 337 uint64(127) 349 uint64(128) 361 uint64(129) 373 uint64(255) 385 uint64(256) 394 uint64(32767) 403 uint64(32768) 412 uint64(32769) [all …]
|
| /freebsd-13.1/crypto/openssh/ |
| H A D | PROTOCOL.krl | 10 uint64 KRL_MAGIC 12 uint64 krl_version 13 uint64 generated_date 14 uint64 flags 74 uint64 revoked_cert_serial 75 uint64 ... 84 uint64 serial_min 85 uint64 serial_max 97 uint64 serial_offset
|
| H A D | PROTOCOL.certkeys | 82 uint64 serial 86 uint64 valid after 87 uint64 valid before 102 uint64 serial 106 uint64 valid after 107 uint64 valid before 122 uint64 serial 126 uint64 valid after 127 uint64 valid before 139 uint64 serial [all …]
|
| H A D | PROTOCOL | 419 uint64 f_bsize /* file system block size */ 423 uint64 f_bavail /* free blocks for non-root */ 424 uint64 f_files /* total file inodes */ 425 uint64 f_ffree /* free file inodes */ 427 uint64 f_fsid /* file system id */ 428 uint64 f_flag /* bit mask of f_flag values */ 429 uint64 f_namemax /* maximum filename length */ 497 uint64 max-packet-length 498 uint64 max-read-length 499 uint64 max-write-length [all …]
|
| H A D | sntrup761.sh | 38 for t in int8 uint8 int16 uint16 int32 uint32 int64 uint64; do
|
| H A D | PROTOCOL.u2f | 104 uint64 serial 108 uint64 valid after 109 uint64 valid before 122 uint64 serial 126 uint64 valid after 127 uint64 valid before
|
| /freebsd-13.1/contrib/jemalloc/src/ |
| H A D | stats.c | 287 COL_HDR(row, allocated, NULL, right, 13, uint64) in stats_arena_bins_print() 288 COL_HDR(row, nmalloc, NULL, right, 13, uint64) in stats_arena_bins_print() 290 COL_HDR(row, ndalloc, NULL, right, 13, uint64) in stats_arena_bins_print() 303 COL_HDR(row, nfills, NULL, right, 13, uint64) in stats_arena_bins_print() 305 COL_HDR(row, nflushes, NULL, right, 13, uint64) in stats_arena_bins_print() 307 COL_HDR(row, nslabs, NULL, right, 13, uint64) in stats_arena_bins_print() 308 COL_HDR(row, nreslabs, NULL, right, 13, uint64) in stats_arena_bins_print() 485 COL_HDR(row, nmalloc, NULL, right, 13, uint64) in stats_arena_lextents_print() 487 COL_HDR(row, ndalloc, NULL, right, 13, uint64) in stats_arena_lextents_print() 872 GET_AND_EMIT_ALLOC_STAT(small, nfills, uint64) in stats_arena_print() [all …]
|
| /freebsd-13.1/sys/contrib/openzfs/module/zfs/ |
| H A D | spa_history.c | 201 uint64_t uint64; in spa_history_log_notify() local 228 if (nvlist_lookup_uint64(nvl, ZPOOL_HIST_DSID, &uint64) == 0) in spa_history_log_notify() 229 fnvlist_add_uint64(hist_nvl, ZFS_EV_HIST_DSID, uint64); in spa_history_log_notify() 231 if (nvlist_lookup_uint64(nvl, ZPOOL_HIST_TXG, &uint64) == 0) in spa_history_log_notify() 232 fnvlist_add_uint64(hist_nvl, ZFS_EV_HIST_TXG, uint64); in spa_history_log_notify() 234 if (nvlist_lookup_uint64(nvl, ZPOOL_HIST_TIME, &uint64) == 0) in spa_history_log_notify() 235 fnvlist_add_uint64(hist_nvl, ZFS_EV_HIST_TIME, uint64); in spa_history_log_notify() 237 if (nvlist_lookup_uint64(nvl, ZPOOL_HIST_WHO, &uint64) == 0) in spa_history_log_notify() 238 fnvlist_add_uint64(hist_nvl, ZFS_EV_HIST_WHO, uint64); in spa_history_log_notify() 240 if (nvlist_lookup_uint64(nvl, ZPOOL_HIST_INT_EVENT, &uint64) == 0) in spa_history_log_notify() [all …]
|
| /freebsd-13.1/tools/test/testfloat/ |
| H A D | random.c | 55 uint64 randomUint64( void ) in randomUint64() 58 return ( ( (uint64) randomUint32() )<<32 ) | randomUint32(); in randomUint64()
|
| H A D | random.h | 30 uint64 randomUint64( void );
|
| H A D | 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() 3063 uint64 sig1Low, sig2Low; in float128RandomQInfP3() 3074 ( ( (uint64) ( randomUint8() & 1 ) )<<63 ) in float128RandomQInfP3() 3075 | ( ( ( ( (uint64) randomUint16() )<<48 ) in float128RandomQInfP3() 3097 ( ( (uint64) ( randomUint8() & 1 ) )<<63 ) in float128RandomQInfPInf() [all …]
|
| /freebsd-13.1/include/rpcsvc/ |
| H A D | 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 # */
|
| /freebsd-13.1/sys/xen/interface/ |
| H A D | sysctl.h | 216 XEN_GUEST_HANDLE_64(uint64) trans_pt; /* Px transition table */ 224 XEN_GUEST_HANDLE_64(uint64) triggers; /* Cx trigger counts */ 225 XEN_GUEST_HANDLE_64(uint64) residencies; /* Cx residencies */ 235 XEN_GUEST_HANDLE_64(uint64) pc; 236 XEN_GUEST_HANDLE_64(uint64) cc;
|
| /freebsd-13.1/contrib/libcbor/examples/ |
| H A D | cjson2cbor.c | 31 .uint64 = &cbor_builder_uint64_callback, in cjson_cbor_load() 77 callbacks->uint64(context, source->valueint); in cjson_cbor_stream_decode()
|
| /freebsd-13.1/contrib/apr-util/redis/ |
| H A D | apr_redis.c | 1471 rc_do_stat(maxmemory, uint64); in update_stats() 1472 rc_do_stat(used_memory, uint64); in update_stats() 1473 rc_do_stat(total_system_memory, uint64); in update_stats() 1474 rc_do_stat(total_connections_received, uint64); in update_stats() 1475 rc_do_stat(total_commands_processed, uint64); in update_stats() 1476 rc_do_stat(rejected_connections, uint64); in update_stats() 1477 rc_do_stat(total_net_input_bytes, uint64); in update_stats() 1478 rc_do_stat(total_net_output_bytes, uint64); in update_stats() 1479 rc_do_stat(keyspace_hits, uint64); in update_stats() 1480 rc_do_stat(keyspace_misses, uint64); in update_stats()
|
| /freebsd-13.1/lib/libsdp/ |
| H A D | util.c | 295 uint64_t uint64; in sdp_print() member 327 SDP_GET64(value.uint64, start); in sdp_print() 328 printf("uint64 %ju\n", value.uint64); in sdp_print()
|
| /freebsd-13.1/contrib/libpcap/ |
| H A D | pcap-dos.h | 57 typedef unsigned long long uint64; typedef 62 typedef unsigned __int64 uint64; typedef
|
| /freebsd-13.1/lib/libc/powerpcspe/softfloat/ |
| H A D | powerpc-gcc.h | 37 typedef unsigned long long int uint64; typedef
|
| /freebsd-13.1/lib/libc/powerpc64/softfloat/ |
| H A D | powerpc-gcc.h | 37 typedef unsigned long long int uint64; typedef
|
| /freebsd-13.1/lib/libc/riscv/softfloat/ |
| H A D | riscv-gcc.h | 37 typedef unsigned long long int uint64; typedef
|
| /freebsd-13.1/lib/libc/mips/softfloat/ |
| H A D | mips-gcc.h | 41 typedef unsigned long long int uint64; typedef
|
| /freebsd-13.1/lib/libc/powerpc/softfloat/ |
| H A D | powerpc-gcc.h | 41 typedef unsigned long long int uint64; typedef
|
| /freebsd-13.1/lib/libc/arm/softfloat/ |
| H A D | arm-gcc.h | 41 typedef unsigned long long int uint64; typedef
|
| /freebsd-13.1/sys/netpfil/pf/ |
| H A D | pf_nv.h | 71 PF_NV_DEF_UINT(uint64, uint64_t, UINT64_MAX);
|
| /freebsd-13.1/contrib/subversion/subversion/libsvn_fs_fs/ |
| H A D | 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
|