Home
last modified time | relevance | path

Searched refs:index2 (Results 1 – 25 of 157) sorted by relevance

1234567

/external/protobuf/java/src/main/java/com/google/protobuf/nano/
DInternalNano.java199 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/chromium_org/third_party/webrtc/modules/audio_coding/codecs/isac/fix/source/
Dpitch_filter_c.c28 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()
Dpitch_filter_armv6.S31 @ int* index2) {
39 ldr r6, [sp, #60] @ index2
40 ldr r7, [r6] @ *index2
45 str r4, [r6] @ Store return value to index2.
48 add r12, r10 @ &outputBuf[*index2]
49 add r8, r10 @ &inputBuf[*index2]
51 add r4, r7, #PITCH_BUFFSIZE @ *index2 + PITCH_BUFFSIZE
52 add r6, r3, r4, lsl #1 @ &outputBuf2[*index2 + PITCH_BUFFSIZE]
54 sub r4, #2 @ *index2 + PITCH_BUFFSIZE - index - 2
55 add r3, r4, lsl #1 @ &ubufQQpos2[*index2]
[all …]
Dpitch_filter_mips.c22 int* index2) { in WebRtcIsacfix_PitchFilterCore() argument
23 int ind2t = *index2; in WebRtcIsacfix_PitchFilterCore()
132 (*index2) += loopNumber; in WebRtcIsacfix_PitchFilterCore()
/external/webrtc/src/modules/audio_coding/codecs/isac/fix/source/
Dpitch_filter_c.c28 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()
Dpitch_filter_armv6.S32 @ 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/
DCodeAnalyzer.java108 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/chromium_org/chrome/browser/
Dmemory_details_win.cc103 for (unsigned int index2 = 0; index2 < process_data_.size(); index2++) { in CollectProcessData() local
104 if (_wcsicmp(process_data_[index2].process_name.c_str(), in CollectProcessData()
107 if (index2 == IE_BROWSER && is_64bit_process) in CollectProcessData()
125 if (index2 == CHROME_BROWSER || index2 == CHROME_NACL_PROCESS) { in CollectProcessData()
150 if (index2 == CHROME_NACL_PROCESS) { in CollectProcessData()
154 process_data_[index2].processes.push_back(info); in CollectProcessData()
/external/chromium_org/third_party/sqlite/src/test/
Dindex2.test14 # $Id: index2.test,v 1.3 2006/03/03 19:12:30 drh Exp $
21 do_test index2-1.1 {
29 do_test index2-1.2 {
37 do_test index2-1.3 {
40 do_test index2-1.4 {
53 do_test index2-1.5 {
59 do_test index2-2.1 {
67 do_test index2-2.2 {
/external/lzma/CPP/7zip/Archive/7z/
D7zHandler.cpp193 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 …]
D7zFolderInStream.cpp109 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/chromium_org/third_party/icu/source/common/
Dutrie2_builder.cpp164 newTrie->index2[i]=j; in utrie2_open()
192 newTrie->index2[i]=UNEWTRIE2_DATA_NULL_OFFSET; in utrie2_open()
200 newTrie->index2[UNEWTRIE2_INDEX_GAP_OFFSET+i]=-1; in utrie2_open()
205 newTrie->index2[UNEWTRIE2_INDEX_2_NULL_OFFSET+i]=UNEWTRIE2_DATA_NULL_OFFSET; in utrie2_open()
253 uprv_memcpy(trie->index2, other->index2, other->index2Length*4); in cloneBuilder()
469 block=trie->index2[i2]; in isInNullBlock()
479 if(newTop>LENGTHOF(trie->index2)) { in allocIndex2Block()
488 …uprv_memcpy(trie->index2+newBlock, trie->index2+trie->index2NullOffset, UTRIE2_INDEX_2_BLOCK_LENGT… in allocIndex2Block()
574 oldBlock=trie->index2[i2]; in setIndex2Entry()
578 trie->index2[i2]=block; in setIndex2Entry()
[all …]
/external/icu/icu4c/source/common/
Dutrie2_builder.cpp164 newTrie->index2[i]=j; in utrie2_open()
192 newTrie->index2[i]=UNEWTRIE2_DATA_NULL_OFFSET; in utrie2_open()
200 newTrie->index2[UNEWTRIE2_INDEX_GAP_OFFSET+i]=-1; in utrie2_open()
205 newTrie->index2[UNEWTRIE2_INDEX_2_NULL_OFFSET+i]=UNEWTRIE2_DATA_NULL_OFFSET; in utrie2_open()
253 uprv_memcpy(trie->index2, other->index2, other->index2Length*4); in cloneBuilder()
469 block=trie->index2[i2]; in isInNullBlock()
479 if(newTop>LENGTHOF(trie->index2)) { in allocIndex2Block()
488 …uprv_memcpy(trie->index2+newBlock, trie->index2+trie->index2NullOffset, UTRIE2_INDEX_2_BLOCK_LENGT… in allocIndex2Block()
574 oldBlock=trie->index2[i2]; in setIndex2Entry()
578 trie->index2[i2]=block; in setIndex2Entry()
[all …]
/external/pdfium/core/src/fxge/fx_freetype/fxft2.5.01/src/pshinter/
Dpshrec.c376 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/chromium_org/third_party/freetype/src/pshinter/
Dpshrec.c376 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/
Dpshrec.c376 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/chromium_org/components/autofill/core/browser/crypto/
Drc4_decryptor.h68 uint8 index2 = 0; in PrepareKey() local
79 index2 = (key_data[index1] + state[counter] + index2) % kKeyDataSize; in PrepareKey()
80 SwapByte(&state[counter], &state[index2]); in PrepareKey()
/external/chromium_org/net/tools/balsa/
Dbalsa_headers_test.cc60 size_t index1, index2; in TEST_F() local
62 StringPiece sp2 = buffer_->Write(StringPiece(", world"), &index2); in TEST_F()
68 ASSERT_EQ(1u, index2); in TEST_F()
74 size_t index1, index2, index3; in TEST_F() local
80 StringPiece sp2 = buffer_->Write(bs, &index2); in TEST_F()
88 ASSERT_EQ(2u, index2); in TEST_F()
109 size_t index1, index2; in TEST_F() local
112 StringPiece sp2 = buffer_->Write(StringPiece(", world"), &index2); in TEST_F()
118 ASSERT_EQ(0u, index2); in TEST_F()
/external/opencv/cvaux/src/
Ddecomppoly.cpp150 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/core/src/fxge/fx_freetype/fxft2.5.01/src/type1/
Dt1afm.c92 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/proguard/src/proguard/
DInputReader.java159 for (int index2 = 0; index2 < outputClassPath.size(); index2++) in checkInputOutput()
161 ClassPathEntry entry2 = outputClassPath.get(index2); in checkInputOutput()
/external/chromium_org/chrome/browser/ui/toolbar/
Dwrench_menu_model_unittest.cc181 int index2 = model.GetIndexOfCommandId(command2); in TEST_F() local
182 EXPECT_GT(index2, -1); in TEST_F()
189 EXPECT_TRUE(model.IsEnabledAt(index2)); in TEST_F()
191 model.ActivatedAt(index2); in TEST_F()
/external/chromium_org/third_party/freetype/
DThirdPartyProject.prop6 feedurl=http\://freetype.sourceforge.net/index2.html
10 homepage=http\://freetype.sourceforge.net/index2.html
/external/chromium_org/chrome/browser/sync/test/integration/
Dsync_app_list_helper.cc79 size_t index2; in AppListMatchesVerifier() local
81 &index2)) { in AppListMatchesVerifier()
86 << " Has different verifier index: " << index2; in AppListMatchesVerifier()
87 item2 = verifier->model()->top_level_item_list()->item_at(index2); in AppListMatchesVerifier()
88 LOG(ERROR) << " Verifier Item(" << index2 in AppListMatchesVerifier()
/external/chromium_org/third_party/libxml/src/
Dxpointer.c218 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 …]

1234567