OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:__alignof__
(Results
226 - 230
of
230
) sorted by null
1
2
3
4
5
6
7
8
9
10
/external/bison/lib/
ebitset.c
213
#define
__alignof__
(type) 0
macro
217
__alignof__
(ebitset_elt),
lbitset.c
125
#define
__alignof__
(type) 0
macro
129
__alignof__
(lbitset_elt),
/external/elfutils/lib/
md5.c
240
# define UNALIGNED_P(p) (((md5_uintptr) p) %
__alignof__
(md5_uint32) != 0)
sha1.c
157
# define UNALIGNED_P(p) (((sha1_uintptr) p) %
__alignof__
(sha1_uint32) != 0)
/external/e2fsprogs/intl/
dcigettext.c
114
# define alignof(TYPE)
__alignof__
(TYPE)
[
all
...]
Completed in 42 milliseconds
1
2
3
4
5
6
7
8
9
10