Searched refs:endIdx (Results 1 - 4 of 4) sorted by relevance
/external/opencore/fileformats/mp4/parser/src/ |
H A D | moviefragmentrandomaccess.cpp | 355 uint32 startIdx = 0, endIdx = 0; local 378 endIdx = entries; 399 endIdx = entries; 406 endIdx = startIdx + howManyKeySamples; 417 for (idx = startIdx; idx < endIdx; idx++)
|
H A D | sampletableatom.cpp | 2063 uint32 startIdx = 0, endIdx = 0, k = 0, idx = 0; local 2070 endIdx = numSyncSamples; 2076 endIdx = startIdx + howManyKeySamples; 2084 for (idx = startIdx; idx < endIdx; idx++)
|
/external/srec/tools/grxmlcompile/ |
H A D | grxmldoc.cpp | 504 std::string::size_type begIdx, endIdx; local 512 endIdx = cdata.find_first_of (whitespace, begIdx); 513 if (endIdx == string::npos) { 515 endIdx = cdata.length(); 518 // word.assign(cdata,begIdx,endIdx); 519 word.append (cdata, begIdx, endIdx - begIdx); 542 begIdx = cdata.find_first_not_of (whitespace, endIdx);
|
/external/jdiff/src/jdiff/ |
H A D | Comments.java | 204 int endIdx = comments.commentsList_.indexOf(key); 205 int numIdx = endIdx - startIdx + 1;
|
Completed in 139 milliseconds