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

  /external/jdiff/src/jdiff/
Comments.java 205 int numIdx = endIdx - startIdx + 1;
206 if (numIdx != 1) {
207 System.out.println("Warning: " + numIdx + " identical ids in the existing comments file. Using the first instance.");
  /frameworks/base/libs/rs/
rsMesh.cpp 290 void rsaMeshGetIndexCount(RsContext con, RsMesh mv, int32_t *numIdx) {
292 *numIdx = sm->mHal.state.primitivesCount;

Completed in 68 milliseconds