OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:OPUS_ARG_NONNULL
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/third_party/opus/src/include/
opus_defines.h
122
# define
OPUS_ARG_NONNULL
(_x) __attribute__ ((__nonnull__(_x)))
124
# define
OPUS_ARG_NONNULL
(_x)
/external/libopus/include/
opus_defines.h
122
# define
OPUS_ARG_NONNULL
(_x) __attribute__ ((__nonnull__(_x)))
124
# define
OPUS_ARG_NONNULL
(_x)
Completed in 574 milliseconds