Searched refs:u32 (Results 1 - 15 of 15) sorted by relevance

/fuchsia/zircon/third_party/ulib/musl/src/string/
H A Dmemcpy.c21 typedef uint32_t __attribute__((__may_alias__)) u32; typedef
29 *(u32*)(d + 0) = *(u32*)(s + 0);
30 *(u32*)(d + 4) = *(u32*)(s + 4);
31 *(u32*)(d + 8) = *(u32*)(s + 8);
32 *(u32*)(d + 12) = *(u32*)(s + 12);
35 *(u32*)(
[all...]
H A Dmemset.c38 typedef uint32_t __attribute__((__may_alias__)) u32; typedef
41 u32 c32 = ((u32)-1) / 255 * (unsigned char)c;
49 *(u32*)(s + 0) = c32;
50 *(u32*)(s + n - 4) = c32;
53 *(u32*)(s + 4) = c32;
54 *(u32*)(s + 8) = c32;
55 *(u32*)(s + n - 12) = c32;
56 *(u32*)(s + n - 8) = c32;
59 *(u32*)(
[all...]
/fuchsia/zircon/system/ulib/port/
H A Dport.c57 pkt.user.u32[0] = evt;
77 port, port->handle, ph, ph->func, pkt.user.u32[0]);
78 ph->func(ph, 0, pkt.user.u32[0]);
/fuchsia/zircon/third_party/ulib/jemalloc/test/unit/
H A Datomic.c79 TEST_STRUCT(u32, uint32_t)
82 TEST_BODY(u32, uint32_t, uint32_t, u32, "#"FMTx32);
H A Dutil.c42 TEST_POW2_CEIL(uint32_t, u32, FMTu32);
/fuchsia/zircon/system/public/zircon/syscalls/
H A Dhypervisor.h62 uint32_t u32; member in union:zx_vcpu_io::__anon806
H A Dport.h53 uint32_t u32[8]; member in union:zx_packet_user
107 uint32_t u32; member in union:zx_packet_guest_io::__anon811
/fuchsia/zircon/third_party/lib/acpica/source/include/acpica/platform/
H A Dacwin.h68 typedef unsigned int u32; typedef
/fuchsia/zircon/third_party/ulib/ngunwind/src/dwarf/
H A DGexpr.c129 uint32_t u32; local
161 u32 = 0;
162 ret = dwarf_readu32 (as, a, addr, &u32, arg);
165 *val = u32;
204 uint32_t u32; local
401 if ((ret = dwarf_readu32 (as, a, &tmp1, &u32, arg)) < 0)
403 tmp2 = u32;
H A DGparser.c70 uint32_t u32; local
120 if ((ret = dwarf_readu32 (as, a, addr, &u32, arg)) < 0)
122 curr_ip += u32 * dci->code_align;
/fuchsia/zircon/system/utest/core/elf-tls/
H A Dtls.cpp16 static thread_local uint32_t u32 = UINT32_MAX; variable
80 ASSERT_EQ(u32, UINT32_MAX, "unexpected initialized value");
/fuchsia/zircon/third_party/ulib/ngunwind/include/ngunwind/private/
H A Ddwarf_i.h288 uint32_t u32; local
295 ret = dwarf_readu32 (as, a, addr, &u32, arg);
298 *val = u32;
/fuchsia/zircon/system/ulib/inet6/include/inet6/
H A Dinet6.h40 uint32_t u32[IP6_U32_LEN]; member in union:ip6_addr
/fuchsia/zircon/system/utest/vmo/
H A Dvmo.cpp767 volatile uint32_t *u32 = (volatile uint32_t *)(ptr + PAGE_SIZE); local
768 *u32 = 99;
769 EXPECT_EQ(99u, (*u32), "written memory");
780 EXPECT_EQ(99u, (*u32), "written memory");
789 EXPECT_EQ(0u, (*u32), "written memory");
/fuchsia/zircon/third_party/ulib/uboringssl/crypto/cipher_extra/
H A De_aesgcmsiv.c288 uint32_t u32[4]; member in union:__anon1898
292 counter.u32[0] += in_len / 16;

Completed in 174 milliseconds