HomeSort by relevance Sort by last modified time
    Searched refs:ALIGNAS (Results 1 - 7 of 7) sorted by null

  /system/extras/perfprofd/quipper/base/
compiler_specific.h 117 // class ALIGNAS(16) MyClass { ... }
118 // ALIGNAS(16) int array[4];
120 #define ALIGNAS(byte_alignment) __declspec(align(byte_alignment))
122 #define ALIGNAS(byte_alignment) __attribute__((aligned(byte_alignment)))
  /external/libchrome/base/
compiler_specific.h 110 // class ALIGNAS(16) MyClass { ... }
111 // ALIGNAS(16) int array[4];
113 #define ALIGNAS(byte_alignment) __declspec(align(byte_alignment))
115 #define ALIGNAS(byte_alignment) __attribute__((aligned(byte_alignment)))
  /external/libchrome/base/memory/
aligned_memory.h 60 ALIGNAS(byte_alignment) uint8_t data_[Size]; \
78 // does not understand ALIGNAS(ALIGNOF(Type)) or ALIGNAS(template_param).
  /external/libchrome/sandbox/linux/services/
credentials.cc 97 char stack_buf[PTHREAD_STACK_MIN] ALIGNAS(16);
  /external/jsoncpp/src/lib_json/
json_value.cpp 32 #define ALIGNAS(byte_alignment) __attribute__((aligned(byte_alignment)))
34 #define ALIGNAS(byte_alignment)
36 static const unsigned char ALIGNAS(8) kNull[sizeof(Value)] = { 0 };
    [all...]
  /external/libchrome/base/process/
launch_posix.cc 700 char stack_buf[PTHREAD_STACK_MIN] ALIGNAS(16);
  /external/protobuf/conformance/third_party/jsoncpp/
jsoncpp.cpp     [all...]

Completed in 687 milliseconds