Home
last modified time | relevance | path

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

12

/freebsd-12-stable/contrib/bc/tests/bc/
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-12-stable/crypto/openssh/
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
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 …]
DPROTOCOL453 uint64 f_bsize /* file system block size */
454 uint64 f_frsize /* fundamental fs block size */
455 uint64 f_blocks /* number of blocks (unit f_frsize) */
456 uint64 f_bfree /* free blocks in file system */
457 uint64 f_bavail /* free blocks for non-root */
458 uint64 f_files /* total file inodes */
459 uint64 f_ffree /* free file inodes */
460 uint64 f_favail /* free file inodes for to non-root */
461 uint64 f_fsid /* file system id */
462 uint64 f_flag /* bit mask of f_flag values */
[all …]
DPROTOCOL.u2f104 uint64 serial
108 uint64 valid after
109 uint64 valid before
122 uint64 serial
126 uint64 valid after
127 uint64 valid before
Dsntrup761.sh38 for t in int8 uint8 int16 uint16 int32 uint32 int64 uint64; do
/freebsd-12-stable/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/
Dspa_history.c212 uint64_t uint64; in spa_history_log_notify() local
239 if (nvlist_lookup_uint64(nvl, ZPOOL_HIST_DSID, &uint64) == 0) in spa_history_log_notify()
240 fnvlist_add_uint64(hist_nvl, ZFS_EV_HIST_DSID, uint64); in spa_history_log_notify()
242 if (nvlist_lookup_uint64(nvl, ZPOOL_HIST_TXG, &uint64) == 0) in spa_history_log_notify()
243 fnvlist_add_uint64(hist_nvl, ZFS_EV_HIST_TXG, uint64); in spa_history_log_notify()
245 if (nvlist_lookup_uint64(nvl, ZPOOL_HIST_TIME, &uint64) == 0) in spa_history_log_notify()
246 fnvlist_add_uint64(hist_nvl, ZFS_EV_HIST_TIME, uint64); in spa_history_log_notify()
248 if (nvlist_lookup_uint64(nvl, ZPOOL_HIST_WHO, &uint64) == 0) in spa_history_log_notify()
249 fnvlist_add_uint64(hist_nvl, ZFS_EV_HIST_WHO, uint64); in spa_history_log_notify()
251 if (nvlist_lookup_uint64(nvl, ZPOOL_HIST_INT_EVENT, &uint64) == 0) in spa_history_log_notify()
[all …]
/freebsd-12-stable/tools/test/testfloat/
Drandom.c55 uint64 randomUint64( void ) in randomUint64()
58 return ( ( (uint64) randomUint32() )<<32 ) | randomUint32(); in randomUint64()
Drandom.h30 uint64 randomUint64( void );
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()
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 …]
/freebsd-12-stable/contrib/jemalloc/src/
Dstats.c248 COL(allocated, right, 13, uint64) in stats_arena_bins_print()
249 COL(nmalloc, right, 13, uint64) in stats_arena_bins_print()
250 COL(ndalloc, right, 13, uint64) in stats_arena_bins_print()
251 COL(nrequests, right, 13, uint64) in stats_arena_bins_print()
259 COL(nfills, right, 13, uint64) in stats_arena_bins_print()
260 COL(nflushes, right, 13, uint64) in stats_arena_bins_print()
261 COL(nslabs, right, 13, uint64) in stats_arena_bins_print()
262 COL(nreslabs, right, 13, uint64) in stats_arena_bins_print()
440 COL(nmalloc, right, 13, uint64) in stats_arena_lextents_print()
441 COL(ndalloc, right, 13, uint64) in stats_arena_lextents_print()
[all …]
/freebsd-12-stable/contrib/amd/amd/
Dreaddir.c520 static uint64 last_cookie = (uint64) 2; /* monotonically increasing */ in make_entry_chain3()
643 uint64 gen = *(uint64 *) (uintptr_t) cookie; in amfs_readdir3_browsable()
800 uint64 gen = *(uint64 *) (uintptr_t) cookie; in amfs_readdir3()
859 if (gen == (uint64) DOT_DOT_COOKIE) { in amfs_readdir3()
884 ep->cookie = (uint64) dotdotcookie; in amfs_readdir3()
/freebsd-12-stable/sys/xen/interface/
Dsysctl.h219 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;
/freebsd-12-stable/include/rpcsvc/
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-12-stable/contrib/apr-util/redis/
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-12-stable/lib/libsdp/
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-12-stable/contrib/libpcap/
Dpcap-dos.h57 typedef unsigned long long uint64; typedef
62 typedef unsigned __int64 uint64; typedef
/freebsd-12-stable/tools/test/testfloat/sparc64/
Dsparc64.h55 typedef unsigned long int uint64; typedef
/freebsd-12-stable/lib/libc/powerpcspe/softfloat/
Dpowerpc-gcc.h37 typedef unsigned long long int uint64; typedef
/freebsd-12-stable/lib/libc/powerpc/softfloat/
Dpowerpc-gcc.h37 typedef unsigned long long int uint64; typedef
/freebsd-12-stable/lib/libc/riscv/softfloat/
Driscv-gcc.h37 typedef unsigned long long int uint64; typedef
/freebsd-12-stable/lib/libc/powerpc64/softfloat/
Dpowerpc-gcc.h37 typedef unsigned long long int uint64; typedef
/freebsd-12-stable/lib/libc/mips/softfloat/
Dmips-gcc.h41 typedef unsigned long long int uint64; typedef
/freebsd-12-stable/lib/libc/arm/softfloat/
Darm-gcc.h41 typedef unsigned long long int uint64; typedef
/freebsd-12-stable/contrib/subversion/subversion/libsvn_fs_fs/
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

12