OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:ALIGNAS
(Results
1 - 7
of
7
) sorted by null
/system/connectivity/shill/
eap_protocol.h
26
struct
ALIGNAS
(1) Ieee8021xHdr {
45
struct
ALIGNAS
(1) EapHeader {
eap_listener.cc
99
struct
ALIGNAS
(1) {
/external/libchrome/base/
compiler_specific.h
105
// class
ALIGNAS
(16) MyClass { ... }
106
//
ALIGNAS
(16) int array[4];
108
#define
ALIGNAS
(byte_alignment) __declspec(align(byte_alignment))
110
#define
ALIGNAS
(byte_alignment) __attribute__((aligned(byte_alignment)))
/external/libweave/third_party/chromium/base/
compiler_specific.h
105
// class
ALIGNAS
(16) MyClass { ... }
106
//
ALIGNAS
(16) int array[4];
108
#define
ALIGNAS
(byte_alignment) __declspec(align(byte_alignment))
110
#define
ALIGNAS
(byte_alignment) __attribute__((aligned(byte_alignment)))
/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/memory/
aligned_memory.h
60
ALIGNAS
(byte_alignment) uint8_t data_[Size]; \
78
// does not understand
ALIGNAS
(ALIGNOF(Type)) or
ALIGNAS
(template_param).
/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
...]
Completed in 2241 milliseconds