OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:FLEXSIZEOF
(Results
1 - 2
of
2
) sorted by relevancy
/src/external/gpl3/gdb/dist/gnulib/import/
flexmember.h
25
/* Nonzero multiple of alignment of TYPE, suitable for
FLEXSIZEOF
below.
42
struct s *p = malloc (
FLEXSIZEOF
(struct s, d, n * sizeof (char)));
44
FLEXSIZEOF
(TYPE, MEMBER, N) is not simply (sizeof (TYPE) + N),
52
whereas malloc (
FLEXSIZEOF
(struct s, d, 3 * sizeof (char))) is
58
#define
FLEXSIZEOF
(type, member, n) \
/src/external/gpl3/gdb.old/dist/gnulib/import/
flexmember.h
25
/* Nonzero multiple of alignment of TYPE, suitable for
FLEXSIZEOF
below.
42
struct s *p = malloc (
FLEXSIZEOF
(struct s, d, n * sizeof (char)));
44
FLEXSIZEOF
(TYPE, MEMBER, N) is not simply (sizeof (TYPE) + N),
52
whereas malloc (
FLEXSIZEOF
(struct s, d, 3 * sizeof (char))) is
58
#define
FLEXSIZEOF
(type, member, n) \
Completed in 15 milliseconds
Indexes created Mon Mar 23 00:23:30 UTC 2026