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

1 2 3

  /external/chromium/chrome/browser/autofill/crypto/
rc4_decryptor.h 62 uint8 index1 = 0; local
74 index2 = (key_data[index1] + state[counter] + index2) % kKeyDataSize;
76 index1 = (index1 + 1) % key_data_len;
  /external/apache-xml/src/main/java/org/apache/xml/utils/
DOM2Helper.java 236 int index1 = ((DOMOrder) node1).getUid(); local
239 return index1 <= index2;
  /external/skia/legacy/src/core/
SkLineClipper.cpp 88 int index0, index1; local
92 index1 = 1;
95 index1 = 0;
105 if (tmp[index1].fY > clip.fBottom) {
106 tmp[index1].set(sect_with_horizontal(src, clip.fBottom), clip.fBottom);
111 index1 = 1;
114 index1 = 0;
118 if ((tmp[index1].fX <= clip.fLeft || tmp[index0].fX >= clip.fRight) &&
119 tmp[index0].fX < tmp[index1].fX) {
127 if (tmp[index1].fX > clip.fRight)
153 int index0, index1; local
    [all...]
  /external/skia/src/core/
SkLineClipper.cpp 107 int index0, index1; local
111 index1 = 1;
114 index1 = 0;
124 if (tmp[index1].fY > clip.fBottom) {
125 tmp[index1].set(sect_with_horizontal(src, clip.fBottom), clip.fBottom);
130 index1 = 1;
133 index1 = 0;
137 if ((tmp[index1].fX <= clip.fLeft || tmp[index0].fX >= clip.fRight) &&
138 tmp[index0].fX < tmp[index1].fX) {
146 if (tmp[index1].fX > clip.fRight)
201 int index0, index1; local
    [all...]
  /packages/apps/Dialer/src/com/android/dialer/calllog/
CallLogGroupBuilder.java 135 int index1 = number1.indexOf('@'); local
138 if (index1 != -1) {
139 userinfo1 = number1.substring(0, index1);
140 rest1 = number1.substring(index1);
  /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) {
  /external/dexmaker/src/dx/java/com/android/dx/dex/file/
AnnotationItem.java 71 int index1 = item1.type.getIndex(); local
74 if (index1 < index2) {
76 } else if (index1 > index2) {
  /external/icu4c/common/
utrie2_impl.h 143 int32_t index1[UNEWTRIE2_INDEX_1_LENGTH]; member in struct:UNewTrie2
  /external/libyuv/files/source/
format_conversion.cc 85 int index1 = (selector >> 8) & 0xff; local
89 dst_bayer[1] = src_argb[index1];
  /external/freetype/src/pshinter/
pshrec.c 375 FT_Int index1,
378 PS_Mask mask1 = table->masks + index1;
407 FT_Int index1,
415 /* swap index1 and index2 so that index1 < index2 */
416 if ( index1 > index2 )
418 temp = index1;
419 index1 = index2;
423 if ( index1 < index2 && index1 >= 0 && index2 < (FT_Int)table->num_masks
501 FT_Int index1, index2; local
    [all...]
  /external/skia/src/effects/gradients/
SkLinearGradient.cpp 138 int index1 = index0; local
140 index1 += 1;
142 SkPMColor lerp = SkFastFourByteInterp(cache[index1], cache[index0], remainder);
144 index1 ^= SkGradientShaderBase::kDitherStride32;
145 SkPMColor dlerp = SkFastFourByteInterp(cache[index1], cache[index0], remainder);
  /external/chromium/base/
file_path.cc 1072 int index1 = 0; local
    [all...]
  /external/chromium/chrome/browser/bookmarks/
bookmark_model_unittest.cc 62 int index1,
66 this->index1 = index1;
72 int index1,
76 ASSERT_EQ(index1, this->index1);
82 int index1; member in struct:BookmarkModelTest::ObserverDetails
    [all...]
  /external/freetype/include/freetype/internal/
t1types.h 160 FT_Int index1; member in struct:AFM_KernPairRec_
  /external/icu4c/test/intltest/
transapi.cpp 442 UTransPosition index1[]={ local
449 for(uint32_t i=0; i<sizeof(index1)/sizeof(index1[0]); i++){
451 t->transliterate(rs, index1[i], insertion, status);
    [all...]
  /external/opencv/cv/src/
cvconvhull.cpp 610 int index1, index2, index3; local
615 CV_CALL( index1 = cvSeqElemIdx( ptseq, pos ));
625 index1 = *CV_SEQ_ELEM( hull, int, 0 );
630 sign += (index2 > index1) ? 1 : 0;
632 sign += (index1 > index3) ? 1 : 0;
  /external/quake/quake/src/QW/client/
r_alias.c 60 int index1; member in struct:__anon14207
179 pv1 = &viewpts[aedges[i].index1];
181 pa1 = &viewaux[aedges[i].index1];
  /external/quake/quake/src/WinQuake/
r_alias.cpp 60 int index1; member in struct:__anon14607
179 pv1 = &viewpts[aedges[i].index1];
181 pa1 = &viewaux[aedges[i].index1];
  /frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/arm_neon/vc/m4p10/src/
omxVCM4P10_DequantTransformResidualFromPairAndAdd_s.s 86 index1 RN 10 label
236 LDR index1,=0x03020504
240 VDUP dindexRow1,index1
  /packages/apps/Bluetooth/src/com/android/bluetooth/hfp/
AtPhonebook.java 301 // AT+CPBR=<index1>[,<index2>]
310 int index1; local
322 index1 = Integer.parseInt(indices[0]);
324 index2 = index1;
334 mCpbrIndex1 = index1;
  /development/cmds/monkey/src/com/android/commands/monkey/
MonkeySourceScript.java 780 int index1 = line.indexOf('('); local
783 if (index1 < 0 || index2 < 0) {
787 String[] args = line.substring(index1 + 1, index2).split(",");
    [all...]
  /external/freetype/src/psaux/
afmparse.c 667 FT_ULong index1 = KERN_INDEX( kp1->index1, kp1->index2 ); local
668 FT_ULong index2 = KERN_INDEX( kp2->index1, kp2->index2 );
671 if ( index1 > index2 )
673 else if ( index1 < index2 )
733 kp->index1 = shared_vals[0].u.i;
  /external/libxml2/
xinclude.c 915 int index1, index2; local
932 index1 = range->index;
974 if ((cur == start) && (index1 > 1)) {
975 content += (index1 - 1);
976 len -= (index1 - 1);
1013 if ((cur == start) && (index1 > 1)) {
1014 cur = xmlXIncludeGetNthChild(cur, index1 - 1);
1015 index1 = 0;
1033 if (index1 > 1) {
1034 content += (index1 - 1)
    [all...]
xpointer.c 208 * @index1: the first index
218 xmlXPtrCmpPoints(xmlNodePtr node1, int index1, xmlNodePtr node2, int index2) {
225 if (index1 < index2)
227 if (index1 > index2)
1446 int index1, index2; local
    [all...]

Completed in 762 milliseconds

1 2 3