HomeSort by relevance Sort by last modified time
    Searched defs:index1 (Results 1 - 25 of 402) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Objects/
unicodetype_db.h 175 static unsigned char index1[] = { variable
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Objects/
unicodetype_db.h 175 static unsigned char index1[] = { variable
    [all...]
  /external/python/cpython2/Objects/
unicodetype_db.h 175 static unsigned char index1[] = { variable
    [all...]
  /external/libexif/libexif/pentax/
mnote-pentax-entry.c 271 int index1, index2; member in struct:__anon23370::__anon23371
380 || ((items2[i].elem[j].index2 == vs2) && (items2[i].elem[j].index1 < vs))); j++);
381 if ((items2[i].elem[j].index1 != vs) || (items2[i].elem[j].index2 != vs2)) {
  /external/apache-xml/src/main/java/org/apache/xml/utils/
DOM2Helper.java 236 int index1 = ((DOMOrder) node1).getUid(); local
239 return index1 <= index2;
  /external/libldac/src/
mdct_fixp_ldac.c 29 INT32 coef, index0, index1, offset; local
79 index1 = 1 << (i+1);
84 g0 = mul_rsftrnd_ldac(a_work[index1], p_c[coef], LDAC_Q_MDCT_COS+1);
85 g1 = mul_rsftrnd_ldac(a_work[index1+1], p_s[coef], LDAC_Q_MDCT_SIN+1);
88 g0 = mul_rsftrnd_ldac(a_work[index1], p_s[coef], LDAC_Q_MDCT_SIN+1);
89 g1 = mul_rsftrnd_ldac(a_work[index1+1], p_c[coef], LDAC_Q_MDCT_COS+1);
97 a_work[index1] = g0 - g2;
98 a_work[index1+1] = g1 - g3;
101 index1 += 2;
105 index1 += offset
    [all...]
mdct_ldac.c 29 int coef, index0, index1, offset; local
57 index1 = 1 << (i+1);
66 c = p_work[index1+0] * cc + p_work[index1+1] * cs;
67 d = p_work[index1+0] * cs - p_work[index1+1] * cc;
71 p_work[index1+0] = a - c;
72 p_work[index1+1] = b - d;
74 index1 += offset;
77 index1 += 2 - nsmpl
    [all...]
  /external/skia/src/core/
SkLineClipper.cpp 97 int index0, index1; local
101 index1 = 1;
104 index1 = 0;
114 if (tmp[index1].fY > clip.fBottom) {
115 tmp[index1].set(sect_with_horizontal(src, clip.fBottom), clip.fBottom);
120 index1 = 1;
123 index1 = 0;
127 if ((tmp[index1].fX <= clip.fLeft || tmp[index0].fX >= clip.fRight) &&
128 tmp[index0].fX < tmp[index1].fX) {
136 if (tmp[index1].fX > clip.fRight)
162 int index0, index1; local
    [all...]
  /dalvik/dexgen/src/com/android/dexgen/dex/file/
AnnotationItem.java 73 int index1 = item1.type.getIndex(); local
76 if (index1 < index2) {
78 } else if (index1 > index2) {
  /dalvik/dx/src/com/android/dx/dex/file/
AnnotationItem.java 71 int index1 = item1.type.getIndex(); local
74 if (index1 < index2) {
76 } else if (index1 > index2) {
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Modules/
unicodedata_db.h 667 static unsigned char index1[] = { variable
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Modules/
unicodedata_db.h 667 static unsigned char index1[] = { variable
    [all...]
  /external/icu/icu4c/source/common/
utrie2_impl.h 145 int32_t index1[UNEWTRIE2_INDEX_1_LENGTH]; member in struct:UNewTrie2
  /external/pdfium/third_party/freetype/src/type1/
t1afm.c 92 FT_ULong index1 = KERN_INDEX( pair1->index1, pair1->index2 ); local
93 FT_ULong index2 = KERN_INDEX( pair2->index1, pair2->index2 );
96 if ( index1 > index2 )
98 else if ( index1 < index2 )
202 kp->index1 = FT_Get_Char_Index( t1_face, p[0] );
337 midi = KERN_INDEX( mid->index1, mid->index2 );
  /external/python/cpython2/Modules/
unicodedata_db.h 667 static unsigned char index1[] = { variable
    [all...]
  /packages/services/Car/tests/carservice_test/src/com/android/car/test/
GarageModeTest.java 37 final int index1 = garageMode.getGarageModeIndex(); local
48 assertEquals(1, index2 - index1);
  /art/compiler/optimizing/
stack_map_test.cc 113 size_t index1 = dex_register_map.GetLocationCatalogEntryIndex( local
116 ASSERT_EQ(1u, index1);
118 DexRegisterLocation location1 = location_catalog.GetDexRegisterLocation(index1);
228 size_t index1 = dex_register_map.GetLocationCatalogEntryIndex( local
231 ASSERT_EQ(1u, index1);
233 DexRegisterLocation location1 = location_catalog.GetDexRegisterLocation(index1);
288 size_t index1 = dex_register_map.GetLocationCatalogEntryIndex( local
291 ASSERT_EQ(3u, index1);
293 DexRegisterLocation location1 = location_catalog.GetDexRegisterLocation(index1);
342 size_t index1 = dex_register_map.GetLocationCatalogEntryIndex local
396 size_t index1 = dex_register_map.GetLocationCatalogEntryIndex( local
485 const size_t index1 = local
567 size_t index1 = dex_register_map.GetLocationCatalogEntryIndex( local
    [all...]
  /external/protobuf/javanano/src/main/java/com/google/protobuf/nano/
InternalNano.java 206 int index1 = 0; local
211 while (index1 < length1 && field1[index1] == null) {
212 index1++;
217 boolean atEndOf1 = index1 >= length1;
225 } else if (!Arrays.equals(field1[index1], field2[index2])) {
229 index1++;
241 int index1 = 0; local
246 while (index1 < length1 && field1[index1] == null)
    [all...]
  /frameworks/av/media/libmediaplayerservice/tests/
DrmSessionManager_test.cpp 106 ssize_t index1 = map.indexOfKey(kTestPid1); local
107 ASSERT_GE(index1, 0);
108 const SessionInfos& infos1 = map[index1];
  /frameworks/av/services/audiopolicy/common/managerdefinitions/src/
AudioPort.cpp 257 int index1 = -1, index2 = -1; local
259 (i < ARRAY_SIZE(sPcmFormatCompareTable)) && ((index1 == -1) || (index2 == -1));
262 index1 = i;
268 // format1 not found => index1 < 0 => format2 > format1
270 return index1 - index2;
  /frameworks/av/services/mediadrm/tests/
DrmSessionManager_test.cpp 102 ssize_t index1 = map.indexOfKey(kTestPid1); local
103 ASSERT_GE(index1, 0);
104 const SessionInfos& infos1 = map[index1];
  /frameworks/av/services/mediaresourcemanager/test/
ResourceManagerService_test.cpp 177 ssize_t index1 = map.indexOfKey(kTestPid1); local
178 ASSERT_GE(index1, 0);
179 const ResourceInfos &infos1 = map[index1];
  /packages/apps/Dialer/java/com/android/dialer/app/calllog/
CallLogGroupBuilder.java 191 int index1 = number1.indexOf('@'); local
194 if (index1 != -1) {
195 userinfo1 = number1.substring(0, index1);
196 rest1 = number1.substring(index1);
  /external/dng_sdk/source/
dng_pixel_buffer.cpp 176 uint32 index1; local
185 index1 = 1;
192 index1 = 0;
199 index1 = 2;
211 index1 = 0;
218 index1 = 1;
225 index1 = 2;
238 count1 = count [index1];
248 sStep1 = step [index1];
256 dStep1 = step [index1];
    [all...]
  /external/freetype/src/pshinter/
pshrec.c 372 FT_UInt index1,
375 PS_Mask mask1 = table->masks + index1;
404 FT_UInt index1,
411 /* swap index1 and index2 so that index1 < index2 */
412 if ( index1 > index2 )
417 temp = index1;
418 index1 = index2;
422 if ( index1 < index2 && index2 < table->num_masks )
424 /* we need to merge the bitsets of index1 and index2 with a *
503 FT_Int index1, index2; local
    [all...]

Completed in 1757 milliseconds

1 2 3 4 5 6 7 8 91011>>