HomeSort by relevance Sort by last modified time
    Searched refs:COUNTOF (Results 1 - 6 of 6) 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)) {
  /dalvik/vm/compiler/codegen/x86/libenc/
enc_base.cpp 110 if (*pargsCount >= COUNTOF(opnds)) {
128 if (memidx >= COUNTOF(opnds) || regidx >= COUNTOF(opnds)) {
465 assert(idx < COUNTOF(curRelOpnd));
748 unsigned key = hash % COUNTOF(subHash);
768 unsigned key = hash % COUNTOF(subHash);
895 for (unsigned i = 0; i<COUNTOF(sizes); i++) {
904 for( unsigned i = 0; i<COUNTOF(sizes); i++ ) {
934 for (unsigned i = 0; i<COUNTOF(kinds); i++) {
945 for (unsigned i = 0; i<COUNTOF(kinds); i++)
    [all...]
enc_base.h 562 assert(m_count < COUNTOF(m_operands));
578 Operand m_operands[COUNTOF( ((OpcodeDesc*)NULL)->opnds )];
enc_tabl.cpp 283 assert(kind<COUNTOF(kind_hash));
284 assert(size<COUNTOF(size_hash));
291 assert(kind<COUNTOF(kind_hash));
292 assert(size<COUNTOF(size_hash));
300 assert(kind<COUNTOF(kind_hash));
301 assert(size<COUNTOF(size_hash));
    [all...]
enc_defs.h 37 #ifndef COUNTOF
41 #define COUNTOF(a) (sizeof(a)/sizeof(a[0]))
  /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 495 milliseconds