OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:REQ_ALIGN
(Results
1 - 2
of
2
) sorted by null
/external/valgrind/VEX/priv/
main_util.h
123
#define
REQ_ALIGN
8
146
vassert(offsetof(struct align,x) <=
REQ_ALIGN
);
main_util.c
57
static HChar temporary[N_TEMPORARY_BYTES] __attribute__((aligned(
REQ_ALIGN
)));
66
static HChar permanent[N_PERMANENT_BYTES] __attribute__((aligned(
REQ_ALIGN
)));
Completed in 2413 milliseconds