OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:DEFINE_SIZE_ARRAY
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/third_party/harfbuzz-ng/src/
hb-open-type-private.hh
119
#define
DEFINE_SIZE_ARRAY
(size, array) \
852
DEFINE_SIZE_ARRAY
(sizeof (LenType), array);
949
DEFINE_SIZE_ARRAY
(sizeof (USHORT), array);
/external/harfbuzz_ng/src/
hb-open-type-private.hh
119
#define
DEFINE_SIZE_ARRAY
(size, array) \
846
DEFINE_SIZE_ARRAY
(sizeof (LenType), array);
943
DEFINE_SIZE_ARRAY
(sizeof (USHORT), array);
Completed in 178 milliseconds