Searched refs:u64 (Results 1 – 14 of 14) sorted by relevance
| /system/ulib/inet6/include/inet6/ |
| A D | inet6.h | 42 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 D | snapshot_tests.cpp | 28 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 D | worker.cpp | 43 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 D | tls.cpp | 17 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 D | test-rw-workers.cpp | 37 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 D | block.h | 52 uint64_t u64; member
|
| /system/public/zircon/syscalls/ |
| A D | port.h | 52 uint64_t u64[4]; member
|
| /system/utest/fs/ |
| A D | test-rw-workers.c | 58 uint64_t u64[FBUFSIZE / sizeof(uint64_t)]; member 87 w->u64[n] = rand64(&w->rdata); in worker_rw()
|
| /system/core/devmgr/devhost/ |
| A D | devhost.cpp | 133 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 D | snapshot.cpp | 103 *out_generation_count = block->payload.u64; in ParseHeader()
|
| /system/host/banjo/examples/ |
| A D | types.banjo | 35 uint64 u64; 50 uint64 u64 = 19835;
|
| /system/host/fidl/examples/ |
| A D | types.fidl | 35 uint64 u64; 50 uint64 u64 = 19835;
|
| /system/utest/async-loop/ |
| A D | loop_tests.cpp | 826 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 D | thread-state.cpp | 49 { .user = { .u64 = { 1, 2, 3, 4 } } }
|
Completed in 27 milliseconds