HomeSort by relevance Sort by last modified time
    Searched refs:offsetB (Results 1 - 14 of 14) sorted by null

  /frameworks/av/media/libstagefright/codecs/amrwb/src/
dec_alg_codebook.cpp 352 int16 j, n_1, offsetA, offsetB;
360 offsetA = offsetB = j;
368 offsetB = offset;
380 dec_1p_N1(index, n_1, offsetB, pos + 5);
384 dec_2p_2N1(index, n_1, offsetB, pos + 4);
  /external/valgrind/main/VEX/priv/
host_arm64_defs.c     [all...]
host_arm_defs.c     [all...]
host_ppc_defs.h     [all...]
host_amd64_defs.c     [all...]
host_x86_defs.c     [all...]
host_mips_defs.c     [all...]
host_ppc_defs.c     [all...]
host_s390_defs.c 463 genSpill_S390(HInstr **i1, HInstr **i2, HReg rreg, Int offsetB, Bool mode64)
467 vassert(offsetB >= 0);
472 am = s390_amode_for_guest_state(offsetB);
489 genReload_S390(HInstr **i1, HInstr **i2, HReg rreg, Int offsetB, Bool mode64)
493 vassert(offsetB >= 0);
498 am = s390_amode_for_guest_state(offsetB);
    [all...]
  /external/chromium_org/third_party/WebKit/Source/core/dom/
Range.h 76 static short compareBoundaryPoints(Node* containerA, int offsetA, Node* containerB, int offsetB, ExceptionState&);
Range.cpp 364 short Range::compareBoundaryPoints(Node* containerA, int offsetA, Node* containerB, int offsetB, ExceptionState& exceptionState)
378 if (offsetA == offsetB)
380 if (offsetA < offsetB)
411 while (n != c && offsetC < offsetB) {
416 if (offsetC < offsetB)
    [all...]
  /external/pdfium/core/src/fxcodec/lcms2/lcms2-2.6/src/
cmstypes.c     [all...]
  /external/eigen/Eigen/src/Core/products/
GeneralBlockPanelKernel.h 532 Index strideA=-1, Index strideB=-1, Index offsetA=0, Index offsetB=0, RhsScalar* unpackedB=0);
539 Index strideA, Index strideB, Index offsetA, Index offsetB, RhsScalar* unpackedB)
559 traits.unpackRhs(depth*nr,&blockB[j2*strideB+offsetB*nr],unpackedB);
    [all...]
  /external/chromium_org/third_party/WebKit/Source/core/editing/
htmlediting.cpp 92 int offsetB = hasDescendentB ? 0 : b.computeOffsetInContainerNode();
102 int result = Range::compareBoundaryPoints(nodeA, offsetA, nodeB, offsetB, IGNORE_EXCEPTION);
    [all...]

Completed in 237 milliseconds