Searched refs:aligned (Results 1 - 13 of 13) sorted by relevance

/fuchsia/zircon/third_party/uapp/dash/src/
H A Dmemalloc.c117 size_t aligned; local
119 aligned = SHELL_ALIGN(nbytes);
120 if (aligned > stacknleft) {
125 blocksize = aligned;
141 stacknxt += aligned;
142 stacknleft -= aligned;
/fuchsia/zircon/third_party/ulib/ngunwind/include/ngunwind/private/
H A Dcompiler.h43 # define ALIGNED(x) __attribute__((aligned(x)))
/fuchsia/zircon/third_party/ulib/backtrace/
H A Dmmap.c175 /* If we are freeing a large aligned block, just release it back to
290 size_t aligned; local
292 /* Make sure that the block that we free is aligned on an 8-byte
296 aligned = (size + 7) & ~ (size_t) 7;
297 alc -= aligned - size;
299 backtrace_free (state, (char *) vec->base + aligned, alc,
/fuchsia/zircon/third_party/ulib/jemalloc/include/jemalloc/
H A Djemalloc_macros.h87 # define JEMALLOC_ALIGNED(s) JEMALLOC_ATTR(aligned(s))
H A Djemalloc.h171 # define JEMALLOC_ALIGNED(s) JEMALLOC_ATTR(aligned(s))
/fuchsia/zircon/system/public/zircon/
H A Dcompiler.h18 #define __ALIGNED(x) __attribute__((aligned(x)))
/fuchsia/zircon/system/utest/core/elf-tls/
H A Dtls.cpp72 __attribute__((aligned(0x1000))) thread_local int aligned_var = 123;
/fuchsia/zircon/third_party/lib/acpica/source/include/acpica/
H A Dactbl.h124 * Note: Since this structure is used in the ACPI tables, it is byte aligned.
242 } __attribute__((aligned(8))) ACPI_TABLE_FACS;
/fuchsia/zircon/kernel/arch/x86/
H A Drules.mk125 # Newer binutils complains about over-aligned SHT_NOTE sections.
/fuchsia/zircon/third_party/ulib/jemalloc/test/unit/
H A DSFMT.c1454 uint32_t array32[BLOCK_SIZE] JEMALLOC_ATTR(aligned(16));
1455 uint32_t array32_2[BLOCK_SIZE] JEMALLOC_ATTR(aligned(16));
1489 uint32_t array32[BLOCK_SIZE] JEMALLOC_ATTR(aligned(16));
1490 uint32_t array32_2[BLOCK_SIZE] JEMALLOC_ATTR(aligned(16));
1525 uint64_t array64[BLOCK_SIZE64] JEMALLOC_ATTR(aligned(16));
1526 uint64_t array64_2[BLOCK_SIZE64] JEMALLOC_ATTR(aligned(16));
1561 uint64_t array64[BLOCK_SIZE64] JEMALLOC_ATTR(aligned(16));
1562 uint64_t array64_2[BLOCK_SIZE64] JEMALLOC_ATTR(aligned(16));
/fuchsia/zircon/third_party/ulib/uboringssl/crypto/
H A Dinternal.h124 #define alignas(x) __attribute__ ((aligned (x)))
/fuchsia/zircon/system/host/zbi/
H A Dzbi.cpp1079 uint32_t aligned = ZBI_ALIGN(wrote); local
1080 if (aligned > wrote) {
1082 out->Write(Iovec(padding, aligned - wrote));
/fuchsia/zircon/third_party/ulib/chromiumos-platform-ec/include/chromiumos-platform-ec/
H A Dec_commands.h379 #define __aligned(x) __attribute__((aligned(x)))
385 * 32-bit aligned, as it should be for all buffers.
412 * Packed structures where offset and size are always aligned to 1, 2, or 4
420 * Packed structure which must be under-aligned, because its size is not a
422 * of all multi-byte fields in it, even though they are themselves aligned.
430 * Packed structure which must be under-aligned, because its offset inside a
1200 * aligned, and a slower word-at-a-time write mode.
1283 * EC_RES_INVALID_PARAM : offset/size are not aligned on a erase boundary.
4082 * TODO(rspangler) but it's not aligned!

Completed in 185 milliseconds