Home
last modified time | relevance | path

Searched refs:uint64 (Results 1 – 25 of 55) sorted by relevance

123

/freebsd-13.1/contrib/bc/tests/bc/
H A Dlib2.txt314 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 DPROTOCOL.krl10 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 DPROTOCOL.certkeys82 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 DPROTOCOL419 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 Dsntrup761.sh38 for t in int8 uint8 int16 uint16 int32 uint32 int64 uint64; do
H A DPROTOCOL.u2f104 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 Dstats.c287 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 Dspa_history.c201 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 Drandom.c55 uint64 randomUint64( void ) in randomUint64()
58 return ( ( (uint64) randomUint32() )<<32 ) | randomUint32(); in randomUint64()
H A Drandom.h30 uint64 randomUint64( void );
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; 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 Dnfs_prot.x310 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 Dsysctl.h216 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 Dcjson2cbor.c31 .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 Dapr_redis.c1471 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 Dutil.c295 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 Dpcap-dos.h57 typedef unsigned long long uint64; typedef
62 typedef unsigned __int64 uint64; typedef
/freebsd-13.1/lib/libc/powerpcspe/softfloat/
H A Dpowerpc-gcc.h37 typedef unsigned long long int uint64; typedef
/freebsd-13.1/lib/libc/powerpc64/softfloat/
H A Dpowerpc-gcc.h37 typedef unsigned long long int uint64; typedef
/freebsd-13.1/lib/libc/riscv/softfloat/
H A Driscv-gcc.h37 typedef unsigned long long int uint64; typedef
/freebsd-13.1/lib/libc/mips/softfloat/
H A Dmips-gcc.h41 typedef unsigned long long int uint64; typedef
/freebsd-13.1/lib/libc/powerpc/softfloat/
H A Dpowerpc-gcc.h41 typedef unsigned long long int uint64; typedef
/freebsd-13.1/lib/libc/arm/softfloat/
H A Darm-gcc.h41 typedef unsigned long long int uint64; typedef
/freebsd-13.1/sys/netpfil/pf/
H A Dpf_nv.h71 PF_NV_DEF_UINT(uint64, uint64_t, UINT64_MAX);
/freebsd-13.1/contrib/subversion/subversion/libsvn_fs_fs/
H A Dstructure-indexes308 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

123