/external/protobuf/java/src/main/java/com/google/protobuf/nano/ |
D | InternalNano.java | 199 int index2 = 0; in equals() local 205 while (index2 < length2 && field2[index2] == null) { in equals() 206 index2++; in equals() 209 boolean atEndOf2 = index2 >= length2; in equals() 216 } else if (!Arrays.equals(field1[index1], field2[index2])) { in equals() 221 index2++; in equals() 234 int index2 = 0; in equals() local 240 while (index2 < length2 && field2[index2] == null) { in equals() 241 index2++; in equals() 244 boolean atEndOf2 = index2 >= length2; in equals() [all …]
|
/external/webrtc/src/modules/audio_coding/codecs/isac/fix/source/ |
D | pitch_filter_c.c | 28 int* index2) { in WebRtcIsacfix_PitchFilterCore() argument 38 tmpW32 += WEBRTC_SPL_MUL_16_16(ubufQQpos2[*index2 + j], coefficient[j]); in WebRtcIsacfix_PitchFilterCore() 66 tmpW32 = inputBuf[*index2] - WEBRTC_SPL_MUL_16_16(sign, tmpW16); in WebRtcIsacfix_PitchFilterCore() 67 outputBuf[*index2] = WebRtcSpl_SatW32ToW16(tmpW32); in WebRtcIsacfix_PitchFilterCore() 68 tmpW32 = inputBuf[*index2] + outputBuf[*index2]; in WebRtcIsacfix_PitchFilterCore() 69 outputBuf2[*index2 + PITCH_BUFFSIZE] = WebRtcSpl_SatW32ToW16(tmpW32); in WebRtcIsacfix_PitchFilterCore() 71 (*index2)++; in WebRtcIsacfix_PitchFilterCore()
|
D | pitch_filter_armv6.S | 32 @ int* index2) { 42 ldr r6, [sp, #60] @ index2 43 ldr r7, [r6] @ *index2 48 str r4, [r6] @ Store return value to index2. 51 add r12, r10 @ &outputBuf[*index2] 52 add r8, r10 @ &inputBuf[*index2] 54 add r4, r7, #PITCH_BUFFSIZE @ *index2 + PITCH_BUFFSIZE 55 add r6, r3, r4, lsl #1 @ &outputBuf2[*index2 + PITCH_BUFFSIZE] 57 sub r4, #2 @ *index2 + PITCH_BUFFSIZE - index - 2 58 add r3, r4, lsl #1 @ &ubufQQpos2[*index2] [all …]
|
/external/javassist/src/main/javassist/bytecode/ |
D | CodeAnalyzer.java | 108 int target, index2; in processBranch() local 156 index2 = (index & ~3) + 4; in processBranch() 157 target = index + ci.s32bitAt(index2); in processBranch() 160 int npairs = ci.s32bitAt(index2 + 4); in processBranch() 161 index2 += 12; in processBranch() 163 target = index + ci.s32bitAt(index2); in processBranch() 166 index2 += 8; in processBranch() 170 int low = ci.s32bitAt(index2 + 4); in processBranch() 171 int high = ci.s32bitAt(index2 + 8); in processBranch() 173 index2 += 12; in processBranch() [all …]
|
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/ |
D | Trie2Writable.java | 65 index2[i]=j; in init() 95 index2[i]=UNEWTRIE2_DATA_NULL_OFFSET; in init() 103 index2[UNEWTRIE2_INDEX_GAP_OFFSET+i]=-1; in init() 108 index2[UNEWTRIE2_INDEX_2_NULL_OFFSET+i]=UNEWTRIE2_DATA_NULL_OFFSET; in init() 162 block=index2[i2]; in isInNullBlock() 171 if(newTop > index2.length) { in allocIndex2Block() 180 System.arraycopy(index2, index2NullOffset, index2, newBlock, UTRIE2_INDEX_2_BLOCK_LENGTH); in allocIndex2Block() 256 oldBlock=index2[i2]; in setIndex2Entry() 260 index2[i2]=block; in setIndex2Entry() 275 oldBlock=index2[i2]; in getDataBlock() [all …]
|
/external/lzma/CPP/7zip/Archive/7z/ |
D | 7zHandler.cpp | 193 bool CHandler::IsEncrypted(UInt32 index2) const in IsEncrypted() 195 CNum folderIndex = _db.FileIndexToFolderIndexMap[index2]; in IsEncrypted() 214 UInt32 index2 = index; in GetProperty() local 233 CNum folderIndex = _db.FileIndexToFolderIndexMap[index2]; in GetProperty() 236 if (_db.FolderStartFileIndex[folderIndex] == (CNum)index2) in GetProperty() 248 case kpidPosition: { UInt64 v; if (_db.StartPos.GetItem(index2, v)) prop = v; break; } in GetProperty() 249 case kpidCTime: SetPropFromUInt64Def(_db.CTime, index2, prop); break; in GetProperty() 250 case kpidATime: SetPropFromUInt64Def(_db.ATime, index2, prop); break; in GetProperty() 251 case kpidMTime: SetPropFromUInt64Def(_db.MTime, index2, prop); break; in GetProperty() 254 case kpidEncrypted: prop = IsEncrypted(index2); break; in GetProperty() [all …]
|
D | 7zFolderInStream.cpp | 109 int index2 = (int)subStream; in GetSubStreamSize() local 110 if (index2 < 0 || subStream > Sizes.Size()) in GetSubStreamSize() 112 if (index2 < Sizes.Size()) in GetSubStreamSize() 114 *value = Sizes[index2]; in GetSubStreamSize()
|
/external/icu/icu4c/source/common/ |
D | utrie2_builder.cpp | 162 newTrie->index2[i]=j; in utrie2_open() 190 newTrie->index2[i]=UNEWTRIE2_DATA_NULL_OFFSET; in utrie2_open() 198 newTrie->index2[UNEWTRIE2_INDEX_GAP_OFFSET+i]=-1; in utrie2_open() 203 newTrie->index2[UNEWTRIE2_INDEX_2_NULL_OFFSET+i]=UNEWTRIE2_DATA_NULL_OFFSET; in utrie2_open() 251 uprv_memcpy(trie->index2, other->index2, other->index2Length*4); in cloneBuilder() 467 block=trie->index2[i2]; in isInNullBlock() 477 if(newTop>UPRV_LENGTHOF(trie->index2)) { in allocIndex2Block() 486 …uprv_memcpy(trie->index2+newBlock, trie->index2+trie->index2NullOffset, UTRIE2_INDEX_2_BLOCK_LENGT… in allocIndex2Block() 572 oldBlock=trie->index2[i2]; in setIndex2Entry() 576 trie->index2[i2]=block; in setIndex2Entry() [all …]
|
/external/pdfium/third_party/freetype/src/pshinter/ |
D | pshrec.c | 376 FT_Int index2 ) in ps_mask_table_test_intersect() argument 379 PS_Mask mask2 = table->masks + index2; in ps_mask_table_test_intersect() 408 FT_Int index2, in ps_mask_table_merge() argument 416 if ( index1 > index2 ) in ps_mask_table_merge() 419 index1 = index2; in ps_mask_table_merge() 420 index2 = temp; in ps_mask_table_merge() 423 if ( index1 < index2 && index1 >= 0 && index2 < (FT_Int)table->num_masks ) in ps_mask_table_merge() 428 PS_Mask mask2 = table->masks + index2; in ps_mask_table_merge() 471 delta = table->num_masks - 1 - index2; /* number of masks to move */ in ps_mask_table_merge() 487 index1, index2 )); in ps_mask_table_merge() [all …]
|
/external/freetype/src/pshinter/ |
D | pshrec.c | 373 FT_UInt index2 ) in ps_mask_table_test_intersect() argument 376 PS_Mask mask2 = table->masks + index2; in ps_mask_table_test_intersect() 405 FT_UInt index2, in ps_mask_table_merge() argument 412 if ( index1 > index2 ) in ps_mask_table_merge() 418 index1 = index2; in ps_mask_table_merge() 419 index2 = temp; in ps_mask_table_merge() 422 if ( index1 < index2 && index2 < table->num_masks ) in ps_mask_table_merge() 427 PS_Mask mask2 = table->masks + index2; in ps_mask_table_merge() 471 delta = (FT_Int)( table->num_masks - 1 - index2 ); in ps_mask_table_merge() 489 index1, index2 )); in ps_mask_table_merge() [all …]
|
/external/proguard/src/proguard/ |
D | ConfigurationChecker.java | 184 for (int index2 = 0; index2 < classPath2.size(); index2++) in checkConflicts() 186 if (classPath1 != classPath2 || index1 != index2) in checkConflicts() 188 ClassPathEntry entry2 = classPath2.get(index2); in checkConflicts()
|
/external/skia/tests/ |
D | PathOpsAngleTest.cpp | 435 for (int index2 = 0; index2 < dataSize - 2; ++index2) { in DEF_TEST() local 439 IntersectData& data = dataArray[index2 + index3]; in DEF_TEST() 457 … seg1->debugAddAngle(dataArray[index2 + 0].fTStart, dataArray[index2 + 0].fTEnd, &allocator); in DEF_TEST() 459 … seg2->debugAddAngle(dataArray[index2 + 1].fTStart, dataArray[index2 + 1].fTEnd, &allocator); in DEF_TEST() 461 … seg3->debugAddAngle(dataArray[index2 + 2].fTStart, dataArray[index2 + 2].fTEnd, &allocator); in DEF_TEST()
|
/external/opencv/cvaux/src/ |
D | decomppoly.cpp | 150 int index1, index2, index3; 183 index2 = 1; 187 x2 = contour[ index2 ].x; 188 y2 = contour[ index2 ].y; 243 pointExist[ index2 ] = 0; 244 index2 = index3; 266 index1 = index2; 269 index2 = index3; 295 index1 = index2; 298 index2 = index3;
|
/external/pdfium/third_party/freetype/src/type1/ |
D | t1afm.c | 92 FT_ULong index1 = KERN_INDEX( pair1->index1, pair1->index2 ); in compare_kern_pairs() 93 FT_ULong index2 = KERN_INDEX( pair2->index1, pair2->index2 ); in compare_kern_pairs() local 96 if ( index1 > index2 ) in compare_kern_pairs() 98 else if ( index1 < index2 ) in compare_kern_pairs() 203 kp->index2 = FT_Get_Char_Index( t1_face, p[1] ); in T1_Read_PFM() 337 midi = KERN_INDEX( mid->index1, mid->index2 ); in T1_Get_Kerning()
|
/external/libxml2/ |
D | xpointer.c | 218 xmlXPtrCmpPoints(xmlNodePtr node1, int index1, xmlNodePtr node2, int index2) { in xmlXPtrCmpPoints() argument 225 if (index1 < index2) in xmlXPtrCmpPoints() 227 if (index1 > index2) in xmlXPtrCmpPoints() 281 range->user2, range->index2); in xmlXPtrRangeCheckOrder() 287 range->index = range->index2; in xmlXPtrRangeCheckOrder() 288 range->index2 = tmp; in xmlXPtrRangeCheckOrder() 317 if (range1->index2 != range2->index2) in xmlXPtrRangesEqual() 357 ret->index2 = endindex; in xmlXPtrNewRange() 394 ret->index2 = end->index; in xmlXPtrNewRangePoints() 429 ret->index2 = -1; in xmlXPtrNewRangePointNode() [all …]
|
/external/dexmaker/src/dx/java/com/android/dx/dex/file/ |
D | AnnotationItem.java | 72 int index2 = item2.type.getIndex(); in compare() local 74 if (index1 < index2) { in compare() 76 } else if (index1 > index2) { in compare()
|
/external/webrtc/src/modules/audio_coding/codecs/isac/fix/test/QA/ |
D | runiSACLongtest.txt | 23 index2=0 37 $ISAC $INDIR/$channel $INDIR/"$file" $OUTDIR/a$index2"$file" >> $LOGFILE
|
/external/llvm/test/CodeGen/SystemZ/ |
D | fp-mul-07.ll | 83 %index2 = add i64 %index, 511 84 %ptr = getelementptr double, double *%base, i64 %index2 97 %index2 = add i64 %index, 512 98 %ptr = getelementptr double, double *%base, i64 %index2
|
D | fp-mul-06.ll | 83 %index2 = add i64 %index, 1023 84 %ptr = getelementptr float, float *%base, i64 %index2 97 %index2 = add i64 %index, 1024 98 %ptr = getelementptr float, float *%base, i64 %index2
|
D | fp-mul-08.ll | 89 %index2 = add i64 %index, 1023 90 %ptr = getelementptr float, float *%base, i64 %index2 104 %index2 = add i64 %index, 1024 105 %ptr = getelementptr float, float *%base, i64 %index2
|
D | fp-mul-09.ll | 89 %index2 = add i64 %index, 511 90 %ptr = getelementptr double, double *%base, i64 %index2 104 %index2 = add i64 %index, 512 105 %ptr = getelementptr double, double *%base, i64 %index2
|
/external/apache-xml/src/main/java/org/apache/xml/utils/ |
D | DOM2Helper.java | 237 int index2 = ((DOMOrder) node2).getUid(); in isNodeAfter() local 239 return index1 <= index2; in isNodeAfter()
|
/external/freetype/src/psaux/ |
D | afmparse.c | 676 FT_ULong index1 = KERN_INDEX( kp1->index1, kp1->index2 ); in afm_compare_kern_pairs() 677 FT_ULong index2 = KERN_INDEX( kp2->index1, kp2->index2 ); in afm_compare_kern_pairs() local 680 if ( index1 > index2 ) in afm_compare_kern_pairs() 682 else if ( index1 < index2 ) in afm_compare_kern_pairs() 750 kp->index2 = shared_vals[1].u.u; in afm_parse_kern_pairs()
|
/external/pdfium/third_party/freetype/src/psaux/ |
D | afmparse.c | 670 FT_ULong index1 = KERN_INDEX( kp1->index1, kp1->index2 ); in afm_compare_kern_pairs() 671 FT_ULong index2 = KERN_INDEX( kp2->index1, kp2->index2 ); in afm_compare_kern_pairs() local 674 if ( index1 > index2 ) in afm_compare_kern_pairs() 676 else if ( index1 < index2 ) in afm_compare_kern_pairs() 737 kp->index2 = shared_vals[1].u.i; in afm_parse_kern_pairs()
|
/external/libexif/libexif/pentax/ |
D | mnote-pentax-entry.c | 271 int index1, index2; member 379 for (j = 0; items2[i].elem[j].string && ((items2[i].elem[j].index2 < vs2) in mnote_pentax_entry_get_value() 380 || ((items2[i].elem[j].index2 == vs2) && (items2[i].elem[j].index1 < vs))); j++); in mnote_pentax_entry_get_value() 381 if ((items2[i].elem[j].index1 != vs) || (items2[i].elem[j].index2 != vs2)) { in mnote_pentax_entry_get_value()
|