OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:ARRAY_LEN
(Results
1 - 2
of
2
) sorted by null
/external/libvorbis/test/
util.h
18
#define
ARRAY_LEN
(x) (sizeof(x)/sizeof(x[0]))
/ndk/sources/android/support/tests/minitest/
minitest.h
502
#define
ARRAY_LEN
(x) (sizeof(x) / sizeof((x)[0]))
Completed in 213 milliseconds