Searched refs:index1 (Results 1 – 5 of 5) sorted by relevance
162 ssize_t index1 = mMap.indexOfKey(String8(key1)); in compareSetOrder() local164 if (index1 < 0) { in compareSetOrder()172 *order = (index1 == index2) ? 0 : in compareSetOrder()173 (index1 < index2) ? -1 : in compareSetOrder()
166 Word16 index1, /* i : index for first pos in pos_index[] */ in decompress10() argument226 pos_indx[index1] = ib + (ic & 1); in decompress10()
86 index1 RN 10 label236 LDR index1,=0x03020504 240 VDUP dindexRow1,index1
2352 for(int index1 = 0; index1 < first.types.length; index1++) { in apnTypeSameAny()2353 apnType1.append(first.types[index1]); in apnTypeSameAny()2358 for(int index1 = 0; index1 < second.types.length; index1++) { in apnTypeSameAny()2359 apnType2.append(second.types[index1]); in apnTypeSameAny()2366 for(int index1 = 0; index1 < first.types.length; index1++) { in apnTypeSameAny()2368 if(first.types[index1].equals(PhoneConstants.APN_TYPE_ALL) || in apnTypeSameAny()2370 first.types[index1].equals(second.types[index2])) { in apnTypeSameAny()
6247 int index1 = -1, index2 = -1; in compareFormats() local6249 (i < ARRAY_SIZE(sPcmFormatCompareTable)) && ((index1 == -1) || (index2 == -1)); in compareFormats()6252 index1 = i; in compareFormats()6260 return index1 - index2; in compareFormats()