Home
last modified time | relevance | path

Searched refs:u64 (Results 1 – 14 of 14) sorted by relevance

/system/ulib/inet6/include/inet6/
A Dinet6.h42 uint64_t u64[IP6_U64_LEN]; member
49 return ((a->u64[0] == b->u64[0]) && (a->u64[1] == b->u64[1])); in ip6_addr_eq()
/system/ulib/inspect/test/
A Dsnapshot_tests.cpp28 header->payload.u64 = 0; in ValidRead()
56 header->payload.u64 = 1; in InvalidWritePending()
79 header->payload.u64 = 1; in ValidPendingSkipCheck()
102 header->payload.u64 = 0; in InvalidGenerationChange()
109 [header] (uint8_t* buffer, size_t buffer_size) { header->payload.u64 += 2; }, &snapshot); in InvalidGenerationChange()
126 header->payload.u64 = 0; in ValidGenerationChangeSkipCheck()
133 [header] (uint8_t* buffer, size_t buffer_size) { header->payload.u64 += 2; }, &snapshot); in ValidGenerationChangeSkipCheck()
150 header->payload.u64 = 0; in InvalidBadMagicNumber()
171 header->payload.u64 = 0; in InvalidBadMagicNumberSkipCheck()
/system/dev/block/zxcrypt/
A Dworker.cpp43 packet->user.u64[0] = op; in MakeRequest()
44 packet->user.u64[1] = reinterpret_cast<uint64_t>(arg); in MakeRequest()
90 switch (packet.user.u64[0]) { in Run()
97 zxlogf(ERROR, "unknown request: 0x%016" PRIx64 "\n", packet.user.u64[0]); in Run()
102 block_op_t* block = reinterpret_cast<block_op_t*>(packet.user.u64[1]); in Run()
/system/utest/core/elf-tls/
A Dtls.cpp17 static thread_local uint64_t u64 = UINT64_MAX; variable
81 ASSERT_EQ(u64, UINT64_MAX, "unexpected initialized value"); in CheckInitializers()
/system/utest/fs-host/
A Dtest-rw-workers.cpp37 uint64_t u64[FBUFSIZE / sizeof(uint64_t)]; member
81 w->u64[n] = rand64(&w->rdata); in worker_rw()
/system/ulib/inspect/include/lib/inspect/
A Dblock.h52 uint64_t u64; member
/system/public/zircon/syscalls/
A Dport.h52 uint64_t u64[4]; member
/system/utest/fs/
A Dtest-rw-workers.c58 uint64_t u64[FBUFSIZE / sizeof(uint64_t)]; member
87 w->u64[n] = rand64(&w->rdata); in worker_rw()
/system/core/devmgr/devhost/
A Ddevhost.cpp133 pkt.u64[0] = static_cast<uint64_t>(Type::Proxy); in QueueProxyConnection()
134 pkt.u64[1] = reinterpret_cast<uintptr_t>(conn); in QueueProxyConnection()
140 pkt.u64[0] = static_cast<uint64_t>(Type::Devcoordinator); in QueueDevcoordinatorConnection()
141 pkt.u64[1] = reinterpret_cast<uintptr_t>(conn); in QueueDevcoordinatorConnection()
147 Type type = static_cast<Type>(data->u64[0]); in Handler()
148 uintptr_t ptr = data->u64[1]; in Handler()
164 ZX_ASSERT_MSG(false, "Unknown IosDestructionType %" PRIu64 "\n", data->u64[0]); in Handler()
/system/ulib/inspect/
A Dsnapshot.cpp103 *out_generation_count = block->payload.u64; in ParseHeader()
/system/host/banjo/examples/
A Dtypes.banjo35 uint64 u64;
50 uint64 u64 = 19835;
/system/host/fidl/examples/
A Dtypes.fidl35 uint64 u64;
50 uint64 u64 = 19835;
/system/utest/async-loop/
A Dloop_tests.cpp826 const zx_packet_user_t data1{.u64 = {11, 12, 13, 14}}; in receiver_test()
827 const zx_packet_user_t data2{.u64 = {21, 22, 23, 24}}; in receiver_test()
828 const zx_packet_user_t data3{.u64 = {31, 32, 33, 34}}; in receiver_test()
/system/utest/thread-state/
A Dthread-state.cpp49 { .user = { .u64 = { 1, 2, 3, 4 } } }

Completed in 27 milliseconds