/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/asn1/ |
H A D | DERObjectIdentifier.java | 330 int idx2 = enc[enc.length - 1] & 0xff; 332 ASN1ObjectIdentifier possibleMatch = first[idx2]; 336 possibleMatch = first[idx2] = new ASN1ObjectIdentifier(enc); 353 possibleMatch = first[idx2]; 357 possibleMatch = first[idx2] = new ASN1ObjectIdentifier(enc); 366 idx2 = (idx2 + 1) % 256; 367 possibleMatch = first[idx2]; 371 possibleMatch = first[idx2] = new ASN1ObjectIdentifier(enc);
|
/external/icu4c/tools/gencnval/ |
H A D | 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] [all...] |
/external/jdiff/src/jdiff/ |
H A D | Comments.java | 113 int idx2 = xsdFileName.lastIndexOf('/'); 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;
|
H A D | CommentsHandler.java | 71 int idx2 = JDiff.newFileName.lastIndexOf('.'); 73 "_to_" + JDiff.newFileName.substring(0, idx2);
|
H A D | RootDocToXML.java | 71 int idx2 = xsdFileName.lastIndexOf('/'); 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;
|
/external/dropbear/libtomcrypt/src/math/fp/ |
H A D | ltc_ecc_fp_mulmod.c | 902 static int accel_fp_mul2add(int idx1, int idx2, argument 1073 if ((err = ltc_mp.ecc_ptadd(R, fp_cache[idx2].LUT[zB], R, modulus, mp)) != CRYPT_OK) { 1086 if ((err = ltc_mp.ecc_ptadd(R, fp_cache[idx2].LUT[zB], R, modulus, mp)) != CRYPT_OK) { 1091 if ((mp_copy(fp_cache[idx2].LUT[zB]->x, R->x) != CRYPT_OK) || 1092 (mp_copy(fp_cache[idx2].LUT[zB]->y, R->y) != CRYPT_OK) || 1093 (mp_copy(fp_cache[idx2].mu, R->z) != CRYPT_OK)) { return CRYPT_MEM; } 1114 int idx1, idx2, err; local 1137 idx2 = find_base(B); 1140 if (idx2 == -1) { 1142 idx2 [all...] |
/external/valgrind/tsan/ |
H A D | suppressions.cc | 172 size_t idx2; local 173 while ((idx2 = s1.find(',')) != string::npos) { 174 supp->tools.insert(s1.substr(0, idx2)); 175 s1.erase(0, idx2 + 1);
|
/external/eigen/unsupported/Eigen/src/BVH/ |
H A D | 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/webp/src/enc/ |
H A D | histogram.c | 285 const uint32_t idx2 = (idx1 + diff + 1) % out_size; local 286 if (idx1 == idx2) { 290 VP8LHistogramAdd(cur_combo, out->histograms[idx2]); 295 - out->histograms[idx2]->bit_cost_; 304 best_idx2 = idx2;
|
/external/aac/libAACenc/src/ |
H A D | aacenc_tns.cpp | 628 int i, idx0, idx1, idx2, idx3, idx4, lag; local 644 idx2 = idx0 + i / 2; 654 idx2 = idx1 + i; 655 idx3 = idx2 + i; 661 INT sc2 = FDKaacEnc_ScaleUpSpectrum(pSpectrum, spectrum, idx1, idx2); 662 INT sc3 = FDKaacEnc_ScaleUpSpectrum(pSpectrum, spectrum, idx2, idx3); 668 for (nsc2=1; (1<<nsc2)<(idx2-idx1); nsc2++); 669 for (nsc3=1; (1<<nsc3)<(idx3-idx2); nsc3++); 674 rxx2_0 = FDKaacEnc_CalcAutoCorrValue(pSpectrum, idx1, idx2, 0, nsc2); 675 rxx3_0 = FDKaacEnc_CalcAutoCorrValue(pSpectrum, idx2, idx [all...] |
/external/opencv/cv/src/ |
H A D | 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];
|
H A D | 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];
|
/external/opencv/cxcore/src/ |
H A D | 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;
|
/external/opencv/cv/include/ |
H A D | cvcompat.h | 483 #define cvQueryHistValue_3D( hist, idx0, idx1, idx2 ) \ 484 ((float)cvGetReal3D( (hist)->bins, (idx0), (idx1), (idx2))) 494 #define cvGetHistValue_3D( hist, idx0, idx1, idx2 ) \ 495 ((float*)cvPtr3D( (hist)->bins, (idx0), (idx1), (idx2), 0))
|
/external/jmonkeyengine/engine/src/core/com/jme3/effect/ |
H A D | ParticleEmitter.java | 938 private void swap(int idx1, int idx2) { argument 940 particles[idx1] = particles[idx2]; 941 particles[idx2] = p1;
|
/external/opencv/cxcore/include/ |
H A D | cxcore.h | 340 CVAPI(uchar*) cvPtr3D( const CvArr* arr, int idx0, int idx1, int idx2, 354 CVAPI(CvScalar) cvGet3D( const CvArr* arr, int idx0, int idx1, int idx2 ); 360 CVAPI(double) cvGetReal3D( const CvArr* arr, int idx0, int idx1, int idx2 ); 366 CVAPI(void) cvSet3D( CvArr* arr, int idx0, int idx1, int idx2, CvScalar value ); 373 int idx1, int idx2, double value );
|
/external/openssh/ |
H A D | 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];
|
/external/guava/guava/lib/ |
H A D | jdiff.jar | META-INF/ META-INF/MANIFEST.MF jdiff/ jdiff/API.class API.java package jdiff ... |
/external/iptables/libiptc/ |
H A D | libiptc.c | 613 unsigned int idx, idx2; local 631 iptcc_bsearch_chain_index(c2->name, &idx2, h); 632 if (idx != idx2) {
|
/external/elfutils/src/ |
H A D | ldgeneric.c | 3869 size_t idx2 = *(size_t *) p2; local 3872 int def2 = ndxtosym[idx2]->defined && !ndxtosym[idx2]->in_dso; 3883 Elf32_Word hval2 = (global_hashcodes[ndxtosym[idx2]->outdynsymidx]
|
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/ |
H A D | org.eclipse.pde.api.tools_1.0.202.v20100820_r361.jar | META-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ... |