Searched refs:byte_alignment (Results 1 - 4 of 4) sorted by relevance

/external/chromium_org/base/
H A Dcompiler_specific.h120 #define ALIGNAS(byte_alignment) __declspec(align(byte_alignment))
122 #define ALIGNAS(byte_alignment) __attribute__((aligned(byte_alignment)))
/external/chromium_org/base/memory/
H A Daligned_memory.h54 #define BASE_DECL_ALIGNED_MEMORY(byte_alignment) \
56 class AlignedMemory<Size, byte_alignment> { \
58 ALIGNAS(byte_alignment) uint8 data_[Size]; \
/external/chromium_org/third_party/jsoncpp/overrides/src/lib_json/
H A Djson_value.cpp33 #define ALIGNAS(byte_alignment) __attribute__((aligned(byte_alignment)))
35 #define ALIGNAS(byte_alignment)
/external/lldb/source/Expression/
H A DIRInterpreter.cpp335 lldb::addr_t Malloc (size_t size, uint8_t byte_alignment) argument
340 ret -= (ret % byte_alignment);

Completed in 552 milliseconds