Symbol: uint64
crypto/krb5/src/util/support/ipc_stream.c
437
uint64_t uint64 = 0;
crypto/krb5/src/util/support/ipc_stream.c
443
err = krb5int_ipc_stream_read (io_stream, &uint64, sizeof (uint64));
crypto/krb5/src/util/support/ipc_stream.c
447
*out_uint64 = ntohll (uint64);
crypto/krb5/src/util/support/ipc_stream.c
459
int64_t uint64 = htonll (in_uint64);
crypto/krb5/src/util/support/ipc_stream.c
464
err = krb5int_ipc_stream_write (io_stream, &uint64, sizeof (uint64));
lib/libc/softfloat/bits64/softfloat.c
1261
uint64 absA;
lib/libc/softfloat/bits64/softfloat.c
1317
uint64 absA;
lib/libc/softfloat/bits64/softfloat.c
1344
uint64 absA;
lib/libc/softfloat/bits64/softfloat.c
4489
uint64 float128_to_uint64_round_to_zero( float128 a )
lib/libc/softfloat/bits64/softfloat.c
4494
uint64 z;
lib/libsdp/util.c
294
uint64_t uint64;
lib/libsdp/util.c
326
SDP_GET64(value.uint64, start);
lib/libsdp/util.c
327
printf("uint64 %ju\n", value.uint64);
lib/libutil/tests/expand_number_test.c
252
uint64_t uint64;
lib/libutil/tests/expand_number_test.c
259
ATF_REQUIRE_EQ(0, expand_number("18446744073709551615", &uint64));
lib/libutil/tests/expand_number_test.c
260
ATF_REQUIRE_EQ(UINT64_MAX, uint64);
lib/libutil/tests/expand_number_test.c
261
ATF_REQUIRE_EQ(-1, expand_number("-1", &uint64));
sbin/hastd/nv.c
417
NV_DEFINE_ADD(uint64, UINT64)
sbin/hastd/nv.c
442
NV_DEFINE_ADD_ARRAY(uint64, UINT64)
sbin/hastd/nv.c
515
NV_DEFINE_GET(uint64, UINT64)
sbin/hastd/nv.c
546
NV_DEFINE_GET_ARRAY(uint64, UINT64)
sys/dev/bhnd/nvram/bhnd_nvram_value.h
253
BHND_NVRAM_VAL_FMT_DECL(uint64);
sys/dev/bhnd/nvram/bhnd_nvram_value_fmts.c
206
BHND_NVRAM_VAL_FMT_NATIVE(uint64, UINT64);
sys/netpfil/pf/pf_nv.c
135
PF_NV_IMPL_UINT(uint64, uint64_t, UINT64_MAX);
sys/netpfil/pf/pf_nv.h
70
PF_NV_DEF_UINT(uint64, uint64_t, UINT64_MAX);
usr.sbin/bluetooth/sdpcontrol/search.c
172
uint64_t uint64;
usr.sbin/bluetooth/sdpcontrol/search.c
242
SDP_GET64(value.uint64, start);
usr.sbin/bluetooth/sdpcontrol/search.c
243
fprintf(stdout, "u/int64 %ju\n", value.uint64);