OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:COUNTOF
(Results
1 - 2
of
2
) sorted by null
/hardware/ti/omap3/omx/system/src/openmax_il/omx_core/src/
OMX_Core.c
35
#define
COUNTOF
(x) (sizeof(x)/sizeof(x[0]))
41
static void* pComponents[
COUNTOF
(pModules)] = {0};
199
for(i=0; i<
COUNTOF
(pModules); i++) {
202
if(i ==
COUNTOF
(pModules)) {
346
for(i=0; i<
COUNTOF
(pModules); i++) {
350
if(i ==
COUNTOF
(pModules)) {
/hardware/ti/omap4xxx/domx/omx_core/src/
OMX_Core.c
63
#define
COUNTOF
(x) (sizeof(x)/sizeof(x[0]))
69
static void *pComponents[
COUNTOF
(pModules)] = { 0 };
218
for (i = 0; i <
COUNTOF
(pModules); i++)
223
CORE_assert(i !=
COUNTOF
(pModules), OMX_ErrorInsufficientResources,
372
for (i = 0; i <
COUNTOF
(pModules); i++)
378
CORE_assert(i !=
COUNTOF
(pModules), OMX_ErrorBadParameter, NULL);
Completed in 752 milliseconds