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

/system/extras/tests/bionic/libc/common/
H A Dtest_clone.c30 char clone_stack[STACK_SIZE] __attribute__ ((aligned (PAGE_SIZE)));
/system/core/adb/
H A Dlog_service.c45 unsigned char buf[LOGGER_ENTRY_MAX_LEN + 1] __attribute__((aligned(4)));
/system/core/libpixelflinger/
H A Dt32cb16blend.S147 beq aligned
158 aligned: label
H A Dscanline.cpp1079 } tc[GGL_TEXTURE_UNIT_COUNT] __attribute__((aligned(16)));
/system/core/include/private/pixelflinger/
H A Dggl_context.h511 generated_vars_t generated_vars __attribute__((aligned(32)));
512 uint8_t ditherMatrix[GGL_DITHER_SIZE] __attribute__((aligned(32)));
/system/core/logcat/
H A Dlogcat.cpp37 unsigned char buf[LOGGER_ENTRY_MAX_LEN + 1] __attribute__((aligned(4)));
38 struct logger_entry entry __attribute__((aligned(4)));
/system/core/libacc/
H A Dacc.cpp3445 // Allocate memory aligned to a given size
3488 size_t alignedOffset = aligned(mOffset, alignment);
3502 return aligned(mSize, alignment) - aligned(mOffset, alignment);
3506 inline size_t aligned(size_t v, size_t alignment) { function in struct:acc::Compiler::Arena::Chunk

Completed in 158 milliseconds