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

1 2

  /external/dropbear/libtomcrypt/src/math/fp/
ltc_ecc_fp_mulmod.c 1114 int idx1, idx2, err; local
    [all...]
  /external/eigen/unsupported/Eigen/src/BVH/
KdBVH.h 208 int idx2 = (int)boxes.size() - 1; local
209 boxes.push_back(boxes[idx1].merged(boxes[idx2]));
211 children.push_back(idx2);
  /external/jdiff/src/jdiff/
CommentsHandler.java 71 int idx2 = JDiff.newFileName.lastIndexOf('.'); local
73 "_to_" + JDiff.newFileName.substring(0, idx2);
Comments.java 113 int idx2 = xsdFileName.lastIndexOf('/'); local
114 if (idx == -1 && idx2 == -1) {
116 } else if (idx == -1 && idx2 != -1) {
117 xsdFileName = xsdFileName.substring(0, idx2+1);
118 } else if (idx != -1 && idx2 == -1) {
120 } else if (idx != -1 && idx2 != -1) {
121 int max = idx2 > idx ? idx2 : idx;
RootDocToXML.java 71 int idx2 = xsdFileName.lastIndexOf('/'); local
72 if (idx == -1 && idx2 == -1) {
74 } else if (idx == -1 && idx2 != -1) {
75 xsdFileName = xsdFileName.substring(0, idx2);
76 } else if (idx != -1 && idx2 == -1) {
78 } else if (idx != -1 && idx2 != -1) {
79 int max = idx2 > idx ? idx2 : idx;
    [all...]
  /dalvik/libdex/
DexProto.cpp 297 u4 idx2 = dexTypeListGetIdx(typeList2, i); local
300 dexStringByTypeIdx(dexFile2, idx2));
DexSwapVerify.cpp 1041 u4 idx2 = dexTypeListGetIdx(interfaces, j); local
    [all...]
  /external/bouncycastle/bcprov/src/main/java/org/bouncycastle/asn1/
DERObjectIdentifier.java 381 int idx2 = enc[enc.length - 1] & 0x7f; local
393 possibleMatch = first[idx2];
396 return first[idx2] = new ASN1ObjectIdentifier(enc);
411 possibleMatch = first[idx2];
414 return first[idx2] = new ASN1ObjectIdentifier(enc);
422 idx2 = (idx2 + 1) & 0x7f;
423 possibleMatch = first[idx2];
426 return first[idx2] = new ASN1ObjectIdentifier(enc);
  /external/chromium_org/third_party/libwebp/enc/
histogram.c 398 const uint32_t idx2 = (idx1 + diff + 1) % out_size; local
399 if (idx1 == idx2) {
404 out->histograms[idx2],
414 best_idx2 = idx2;
  /external/skia/tests/
PathOpsCubicIntersectionTest.cpp 530 int idx2; local
533 for (idx2 = 0; idx2 < ts; ++idx2) {
534 SkDebugf("%s max[%d]=%1.9g (%1.9g, %1.9g)\n", __FUNCTION__, idx2,
535 max[idx2], cubic.ptAtT(max[idx2]).fX, cubic.ptAtT(max[idx2]).fY);
540 for (idx2 = 0; idx2 < ts1.count(); ++idx2)
    [all...]
  /external/webp/src/enc/
histogram.c 398 const uint32_t idx2 = (idx1 + diff + 1) % out_size; local
399 if (idx1 == idx2) {
404 out->histograms[idx2],
414 best_idx2 = idx2;
  /external/opencv/cv/src/
cvemd.cpp 100 int* idx2; member in struct:CvEMDState
309 int cj = state.idx2[j];
361 sizeof( int ) + sizeof(CvNode2D*)) + /* idx1 & idx2 */
388 state->idx2 = (int*) buffer;
421 state->idx2[dsize++] = i;
443 state->idx2[dsize++] = -1;
517 int cj = state->idx2[j];
    [all...]
cvtemplmatch.cpp 342 int idx = 0, idx2 = 0; local
482 idx2 = i * sqsum_step;
484 for( j = 0; j < result->cols; j++, idx += cn, idx2 += cn )
505 t = q0[idx2+k] - q1[idx2+k] - q2[idx2+k] + q3[idx2+k];
  /art/runtime/
dex_file_verifier.cc 1610 uint32_t idx2 = interfaces->GetTypeItem(j).type_idx_; local
    [all...]
  /external/aac/libAACenc/src/
aacenc_tns.cpp 626 int i, idx0, idx1, idx2, idx3, idx4, lag; local
642 idx2 = idx0 + i / 2;
652 idx2 = idx1 + i;
653 idx3 = idx2 + i;
659 INT sc2 = FDKaacEnc_ScaleUpSpectrum(pSpectrum, spectrum, idx1, idx2);
660 INT sc3 = FDKaacEnc_ScaleUpSpectrum(pSpectrum, spectrum, idx2, idx3);
666 for (nsc2=1; (1<<nsc2)<(idx2-idx1); nsc2++);
667 for (nsc3=1; (1<<nsc3)<(idx3-idx2); nsc3++);
672 rxx2_0 = FDKaacEnc_CalcAutoCorrValue(pSpectrum, idx1, idx2, 0, nsc2);
673 rxx3_0 = FDKaacEnc_CalcAutoCorrValue(pSpectrum, idx2, idx3, 0, nsc3)
    [all...]
  /external/chromium_org/third_party/icu/source/tools/gencnval/
gencnval.c 646 uint32_t idx, idx2; local
692 for (idx2 = 0; idx2 < tags[standard].aliasList[idx].aliasCount; idx2++) {
693 uint16_t aliasNum = tags[standard].aliasList[idx].aliases[idx2];
795 uint16_t idx, idx2, idx3; local
798 for (idx2 = 0; idx2 < converterCount; idx2++) {
799 for (idx3 = 0; idx3 < tags[idx].aliasList[idx2].aliasCount; idx3++)
    [all...]
  /external/chromium_org/third_party/mesa/src/src/gallium/drivers/llvmpipe/
lp_state_setup.c 216 LLVMValueRef idx2 = lp_build_const_int32(gallivm, bcolor_slot); local
221 a0_back = LLVMBuildLoad(b, LLVMBuildGEP(b, args->v0, &idx2, 1, ""), "v0a_back");
222 a1_back = LLVMBuildLoad(b, LLVMBuildGEP(b, args->v1, &idx2, 1, ""), "v1a_back");
223 a2_back = LLVMBuildLoad(b, LLVMBuildGEP(b, args->v2, &idx2, 1, ""), "v2a_back");
  /external/icu4c/tools/gencnval/
gencnval.c 656 uint32_t idx, idx2; local
701 for (idx2 = 0; idx2 < tags[standard].aliasList[idx].aliasCount; idx2++) {
702 uint16_t aliasNum = tags[standard].aliasList[idx].aliases[idx2];
803 uint16_t idx, idx2, idx3; local
806 for (idx2 = 0; idx2 < converterCount; idx2++) {
807 for (idx3 = 0; idx3 < tags[idx].aliasList[idx2].aliasCount; idx3++)
    [all...]
  /external/mesa3d/src/gallium/drivers/llvmpipe/
lp_state_setup.c 216 LLVMValueRef idx2 = lp_build_const_int32(gallivm, bcolor_slot); local
221 a0_back = LLVMBuildLoad(b, LLVMBuildGEP(b, args->v0, &idx2, 1, ""), "v0a_back");
222 a1_back = LLVMBuildLoad(b, LLVMBuildGEP(b, args->v1, &idx2, 1, ""), "v1a_back");
223 a2_back = LLVMBuildLoad(b, LLVMBuildGEP(b, args->v2, &idx2, 1, ""), "v2a_back");
  /external/opencv/cxcore/src/
cxutils.cpp 876 int idx1 = pair_buf[j], idx2 = pair_buf[j+1], row1, row2; local
878 row1 = idx1/step; row2 = idx2/step;
880 q = idata + row2*step + (idx2 - row2*cols)*elem_size;
888 int idx1 = pair_buf[j], idx2 = pair_buf[j+1], row1, row2; local
890 row1 = idx1/step; row2 = idx2/step;
892 q = data + row2*step + (idx2 - row2*cols)*elem_size;
    [all...]
  /external/openssh/
key.c 424 u_int idx0, idx1, idx2, idx3, idx4; local
429 idx2 = ((((u_int)(dgst_raw[2 * i])) & 3) +
433 retval[j++] = vowels[idx2];
447 idx2 = seed / 6;
450 retval[j++] = vowels[idx2];
    [all...]
  /packages/apps/Camera/jni/feature_mos/src/mosaic/
Blend.cpp 469 unsigned char idx2 = imgMos.Y.ptr[y][x+1]; local
474 imgMos.V.ptr[y][x - o] = idx2;
522 unsigned char idx2 = imgMos.Y.ptr[y+1][x]; local
527 imgMos.V.ptr[y - o][x] = idx2;
    [all...]
  /packages/apps/Camera2/jni/feature_mos/src/mosaic/
Blend.cpp 469 unsigned char idx2 = imgMos.Y.ptr[y][x+1]; local
474 imgMos.V.ptr[y][x - o] = idx2;
522 unsigned char idx2 = imgMos.Y.ptr[y+1][x]; local
527 imgMos.V.ptr[y - o][x] = idx2;
    [all...]
  /packages/apps/LegacyCamera/jni/feature_mos/src/mosaic/
Blend.cpp 469 unsigned char idx2 = imgMos.Y.ptr[y][x+1]; local
474 imgMos.V.ptr[y][x - o] = idx2;
522 unsigned char idx2 = imgMos.Y.ptr[y+1][x]; local
527 imgMos.V.ptr[y - o][x] = idx2;
    [all...]
  /external/iptables/libiptc/
libiptc.c 613 unsigned int idx, idx2; local
631 iptcc_bsearch_chain_index(c2->name, &idx2, h);
632 if (idx != idx2) {
    [all...]

Completed in 612 milliseconds

1 2