Home
last modified time | relevance | path

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

123

/freebsd-14.2/crypto/openssl/test/recipes/04-test_params_conversion_data/
H A Dnative_types.txt5 uint64=0
12 uint64=6
19 uint64=invalid
27 uint64=0
34 uint64=6
58 uint64=6
165 type=uint64
169 uint64=6
173 type=uint64
240 uint64=0
[all …]
/freebsd-14.2/contrib/bc/tests/bc/
H A Dlib2.txt315 uint64(0)
326 uint64(1)
338 uint64(127)
350 uint64(128)
362 uint64(129)
374 uint64(255)
386 uint64(256)
395 uint64(32767)
404 uint64(32768)
413 uint64(32769)
[all …]
/freebsd-14.2/contrib/llvm-project/lldb/source/Utility/
H A DTraceIntelPTGDBRemotePackets.cpp25 json::Value toJSON(const JSONUINT64 &uint64, bool hex) { in toJSON() argument
27 return json::Value(formatv("{0:x+}", uint64.value)); in toJSON()
29 return json::Value(formatv("{0}", uint64.value)); in toJSON()
32 bool fromJSON(const json::Value &value, JSONUINT64 &uint64, Path path) { in fromJSON() argument
34 uint64.value = *val; in fromJSON()
37 if (!val->getAsInteger(/*radix=*/0, uint64.value)) in fromJSON()
/freebsd-14.2/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-14.2/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-14.2/crypto/openssh/
H A DPROTOCOL.krl10 uint64 KRL_MAGIC
12 uint64 krl_version
13 uint64 generated_date
14 uint64 flags
76 uint64 revoked_cert_serial
77 uint64 ...
86 uint64 serial_min
87 uint64 serial_max
99 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 DPROTOCOL532 uint64 f_bsize /* file system block size */
537 uint64 f_files /* total file inodes */
538 uint64 f_ffree /* free file inodes */
540 uint64 f_fsid /* file system id */
610 uint64 max-packet-length
611 uint64 max-read-length
612 uint64 max-write-length
613 uint64 max-open-handles
670 uint64 read-from-offset
671 uint64 read-data-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
H A Ded25519.sh39 for t in int8 uint8 int16 uint16 int32 uint32 int64 uint64; do
/freebsd-14.2/sys/contrib/device-tree/Bindings/mmc/
H A Dsdhci-common.yaml18 $ref: /schemas/types.yaml#/definitions/uint64
24 $ref: /schemas/types.yaml#/definitions/uint64
/freebsd-14.2/contrib/llvm-project/lldb/include/lldb/Utility/
H A DTraceIntelPTGDBRemotePackets.h76 llvm::json::Value toJSON(const JSONUINT64 &uint64, bool hex);
78 bool fromJSON(const llvm::json::Value &value, JSONUINT64 &uint64,
/freebsd-14.2/include/rpcsvc/
H A Dnfs_prot.x309 typedef unsigned hyper uint64; typedef
315 typedef uint64 fileid3;
316 typedef uint64 cookie3;
322 typedef uint64 size3;
323 typedef uint64 offset3;
408 uint64 fsid; /* device # */
/freebsd-14.2/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-14.2/sys/contrib/xen/
H A Dsysctl.h223 XEN_GUEST_HANDLE_64(uint64) trans_pt; /* Px transition table */
231 XEN_GUEST_HANDLE_64(uint64) triggers; /* Cx trigger counts */
232 XEN_GUEST_HANDLE_64(uint64) residencies; /* Cx residencies */
242 XEN_GUEST_HANDLE_64(uint64) pc;
243 XEN_GUEST_HANDLE_64(uint64) cc;
/freebsd-14.2/lib/libsdp/
H A Dutil.c294 uint64_t uint64; in sdp_print() member
326 SDP_GET64(value.uint64, start); in sdp_print()
327 printf("uint64 %ju\n", value.uint64); in sdp_print()
/freebsd-14.2/contrib/libpcap/
H A Dpcap-dos.h57 typedef unsigned long long uint64; typedef
62 typedef unsigned __int64 uint64; typedef
/freebsd-14.2/lib/libc/riscv/softfloat/
H A Driscv-gcc.h36 typedef unsigned long long int uint64; typedef
/freebsd-14.2/lib/libc/powerpc64/softfloat/
H A Dpowerpc-gcc.h36 typedef unsigned long long int uint64; typedef
/freebsd-14.2/lib/libc/powerpcspe/softfloat/
H A Dpowerpc-gcc.h36 typedef unsigned long long int uint64; typedef
/freebsd-14.2/lib/libc/powerpc/softfloat/
H A Dpowerpc-gcc.h40 typedef unsigned long long int uint64; typedef
/freebsd-14.2/lib/libc/arm/softfloat/
H A Darm-gcc.h40 typedef unsigned long long int uint64; typedef
/freebsd-14.2/usr.sbin/bluetooth/sdpcontrol/
H A Dsearch.c171 uint64_t uint64; in print_protocol_descriptor() member
241 SDP_GET64(value.uint64, start); in print_protocol_descriptor()
242 fprintf(stdout, "u/int64 %ju\n", value.uint64); in print_protocol_descriptor()
/freebsd-14.2/sys/netpfil/pf/
H A Dpf_nv.h70 PF_NV_DEF_UINT(uint64, uint64_t, UINT64_MAX);

123