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

1 2

  /external/strace/
kcmp.c 36 kernel_ulong_t idx1 = tcp->u_arg[3]; local
44 tprintf(", %u, %u", (unsigned) idx1, (unsigned) idx2);
54 tprintf(", %#" PRI_klx ", %#" PRI_klx, idx1, idx2);
  /libcore/ojluni/src/main/java/sun/reflect/
Reflection.java 158 int idx1 = 0; local
162 if (name1.charAt(idx1) == '[') {
164 idx1++;
165 } while (name1.charAt(idx1) == '[');
166 if (name1.charAt(idx1) != 'L') {
182 int length1 = lastDot1 - idx1;
188 return name1.regionMatches(false, idx1, name2, idx2, length1);
  /external/eigen/test/
visitor.cpp 107 Index idx1 = eigen_minidx; local
110 v1(idx0) = v1(idx1);
114 VERIFY(eigen_minidx == (std::min)(idx0,idx1));
  /external/eigen/unsupported/Eigen/src/BVH/
KdBVH.h 196 int idx1 = (int)boxes.size() - 1; local
197 boxes.push_back(boxes[idx1].merged(objBoxes[objCenters[mid].second]));
198 children.push_back(idx1);
206 int idx1 = (int)boxes.size() - 1; local
209 boxes.push_back(boxes[idx1].merged(boxes[idx2]));
210 children.push_back(idx1);
  /external/jdiff/src/jdiff/
CommentsHandler.java 70 int idx1 = JDiff.oldFileName.lastIndexOf('.'); local
72 String filename2 = JDiff.oldFileName.substring(0, idx1) +
  /dalvik/libdex/
DexProto.cpp 296 u4 idx1 = dexTypeListGetIdx(typeList1, i); local
299 strcmp(dexStringByTypeIdx(dexFile1, idx1),
DexSwapVerify.cpp 718 u4 idx1 = dexParameterIteratorNextIndex(&iterator); local
720 if (idx1 == kDexNoIndex) {
729 if (idx0 < idx1) {
731 } else if (idx0 > idx1) {
1022 u4 idx1 = dexTypeListGetIdx(interfaces, i); local
    [all...]
  /external/compiler-rt/lib/sanitizer_common/
sanitizer_bitvector.h 147 uptr i1 = idx1(idx);
162 uptr i1 = idx1(idx);
176 uptr i1 = idx1(idx);
333 uptr idx1(uptr idx) const { function in class:__sanitizer::TwoLevelBitVector
  /external/eigen/unsupported/Eigen/CXX11/src/Tensor/
TensorContractionMapper.h 159 const Index idx1 = nocontract_val[1] / m_ij_strides[i]; local
161 linidx[1] += idx1 * m_nocontract_strides[i];
163 nocontract_val[1] -= idx1 * m_ij_strides[i];
179 const Index idx1 = contract_val[1] / m_k_strides[i]; local
181 linidx[1] += idx1 * m_contract_strides[i];
183 contract_val[1] -= idx1 * m_k_strides[i];
TensorStriding.h 175 const Index idx1 = indices[1] / m_outputStrides[i]; local
177 inputIndices[1] += idx1 * m_inputStrides[i];
179 indices[1] -= idx1 * m_outputStrides[i];
186 const Index idx1 = indices[1] / m_outputStrides[i]; local
188 inputIndices[1] += idx1 * m_inputStrides[i];
190 indices[1] -= idx1 * m_outputStrides[i];
300 const Index idx1 = indices[1] / this->m_outputStrides[i]; local
302 inputIndices[1] += idx1 * this->m_inputStrides[i];
304 indices[1] -= idx1 * this->m_outputStrides[i];
311 const Index idx1 = indices[1] / this->m_outputStrides[i] local
    [all...]
TensorMorphing.h 420 const Index idx1 = indices[1] / m_fastOutputStrides[i]; local
422 inputIndices[1] += (idx1 + m_offsets[i]) * m_inputStrides[i];
424 indices[1] -= idx1 * m_outputStrides[i];
431 const Index idx1 = indices[1] / m_fastOutputStrides[i]; local
433 inputIndices[1] += (idx1 + m_offsets[i]) * m_inputStrides[i];
435 indices[1] -= idx1 * m_outputStrides[i];
570 const Index idx1 = indices[1] / this->m_fastOutputStrides[i]; local
572 inputIndices[1] += (idx1 + this->m_offsets[i]) * this->m_inputStrides[i];
574 indices[1] -= idx1 * this->m_outputStrides[i];
581 const Index idx1 = indices[1] / this->m_fastOutputStrides[i] local
    [all...]
TensorConvolution.h 414 const Index idx1 = indices[1] / m_outputStride[i]; local
416 startInputs[1] += idx1 * m_inputStride[i];
418 indices[1] -= idx1 * m_outputStride[i];
423 const Index idx1 = indices[1] / m_outputStride[i]; local
425 startInputs[1] += idx1 * m_inputStride[i];
427 indices[1] -= idx1 * m_outputStride[i];
    [all...]
  /external/icu/android_icu4j/src/main/java/android/icu/impl/coll/
TailoredSet.java 197 int idx1 = Collation.indexFromCE32(baseCE32); local
200 if (data.ce32s[idx0 + i] != baseData.ce32s[idx1 + i]) {
215 int idx1 = Collation.indexFromCE32(baseCE32); local
218 if (data.ces[idx0 + i] != baseData.ces[idx1 + i]) {
  /external/icu/icu4j/main/classes/collate/src/com/ibm/icu/impl/coll/
TailoredSet.java 195 int idx1 = Collation.indexFromCE32(baseCE32); local
198 if (data.ce32s[idx0 + i] != baseData.ce32s[idx1 + i]) {
213 int idx1 = Collation.indexFromCE32(baseCE32); local
216 if (data.ces[idx0 + i] != baseData.ces[idx1 + i]) {
  /system/core/adb/
bugreport.cpp 147 size_t idx1 = line.rfind(BUGZ_PROGRESS_PREFIX) + strlen(BUGZ_PROGRESS_PREFIX); local
149 int progress = std::stoi(line.substr(idx1, (idx2 - idx1)));
  /external/aac/libAACenc/src/
aacenc_tns.cpp 597 int i, idx0, idx1, idx2, idx3, idx4, lag; local
607 idx0 = idx1 = idx2 = idx3 = idx4 = 0;
614 idx1 = idx0 + i / 4;
624 idx1 = lpcStartLine[HIFILT];
625 idx2 = idx1 + i;
631 INT sc1 = FDKaacEnc_ScaleUpSpectrum(pSpectrum, spectrum, idx0, idx1);
632 INT sc2 = FDKaacEnc_ScaleUpSpectrum(pSpectrum, spectrum, idx1, idx2);
638 for (nsc1=1; (1<<nsc1)<(idx1-idx0); nsc1++);
639 for (nsc2=1; (1<<nsc2)<(idx2-idx1); nsc2++);
644 rxx1_0 = FDKaacEnc_CalcAutoCorrValue(pSpectrum, idx0, idx1, 0, nsc1)
    [all...]
  /external/opencv/cv/src/
cvemd.cpp 99 int* idx1; member in struct:CvEMDState
308 int ci = state.idx1[i];
361 sizeof( int ) + sizeof(CvNode2D*)) + /* idx1 & idx2 */
385 state->idx1 = (int*) buffer;
406 state->idx1[ssize++] = i;
438 state->idx1[ssize++] = -1;
508 int ci = state->idx1[i];
    [all...]
  /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;
879 p = idata + row1*step + (idx1 - row1*cols)*elem_size;
888 int idx1 = pair_buf[j], idx2 = pair_buf[j+1], row1, row2; local
890 row1 = idx1/step; row2 = idx2/step;
891 p = data + row1*step + (idx1 - row1*cols)*elem_size;
    [all...]
  /external/webp/src/enc/
histogram_enc.c 610 // Pair of histograms. Negative idx1 value means that pair is out-of-date.
612 int idx1; member in struct:__anon36790
674 static void PreparePair(VP8LHistogram** histograms, int idx1, int idx2,
680 if (idx1 > idx2) {
682 idx2 = idx1;
683 idx1 = tmp;
685 pair->idx1 = idx1;
687 h1 = histograms[idx1];
724 const int idx1 = histo_queue.queue[0].idx1 local
820 uint32_t idx1, idx2; local
    [all...]
  /packages/apps/LegacyCamera/jni/feature_mos/src/mosaic/
Blend.cpp 468 unsigned char idx1 = imgMos.Y.ptr[y][x]; local
482 imgMos.V.ptr[y][x + o] = idx1;
521 unsigned char idx1 = imgMos.Y.ptr[y][x]; local
535 imgMos.V.ptr[y + o][x] = idx1;
    [all...]
  /art/runtime/
dex_file_verifier.cc 2360 dex::TypeIndex idx1 = interfaces->GetTypeItem(i).type_idx_; local
    [all...]
  /external/openssh/
sshkey.c 986 u_int idx0, idx1, idx2, idx3, idx4; local
990 idx1 = (((u_int)(dgst_raw[2 * i])) >> 2) & 15;
994 retval[j++] = consonants[idx1];
1008 idx1 = 16;
1011 retval[j++] = consonants[idx1];
    [all...]
  /external/elfutils/src/
ldgeneric.c 3858 size_t idx1 = *(size_t *) p1; local
    [all...]
  /external/guava/guava/lib/
jdiff.jar 
  /external/guice/lib/build/jdiff/
jdiff.jar 

Completed in 2781 milliseconds

1 2