HomeSort by relevance Sort by last modified time
    Searched refs:typeIx (Results 1 - 2 of 2) sorted by null

  /external/valgrind/lackey/
lk_main.c 371 const UInt typeIx = type2index(type);
374 tl_assert(typeIx < N_TYPES);
376 argv = mkIRExprVec_1( mkIRExpr_HWord( (HWord)&detailCounts[op][typeIx] ) );
387 Int typeIx;
390 for (typeIx = 0; typeIx < N_TYPES; typeIx++) {
392 nameOfTypeIndex( typeIx ),
393 detailCounts[OpLoad ][typeIx],
394 detailCounts[OpStore][typeIx],
    [all...]
  /frameworks/base/media/java/android/media/
MediaCodecList.java 109 int typeIx = 0;
111 caps[typeIx++] = getCodecCapabilities(index, type);

Completed in 59 milliseconds