HomeSort by relevance Sort by last modified time
    Searched refs:offsetB (Results 1 - 12 of 12) 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/chromium_org/third_party/WebKit/Source/core/dom/
Range.h 80 static short compareBoundaryPoints(Node* containerA, int offsetA, Node* containerB, int offsetB, ExceptionState&);
Range.cpp 453 short Range::compareBoundaryPoints(Node* containerA, int offsetA, Node* containerB, int offsetB, ExceptionState& es)
467 if (offsetA == offsetB)
469 if (offsetA < offsetB)
500 while (n != c && offsetC < offsetB) {
505 if (offsetC < offsetB)
    [all...]
  /external/valgrind/main/VEX/priv/
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_s390_defs.c 455 genSpill_S390(HInstr **i1, HInstr **i2, HReg rreg, Int offsetB, Bool mode64)
459 vassert(offsetB >= 0);
460 vassert(offsetB <= (1 << 12)); /* because we use b12 amode */
465 am = s390_amode_for_guest_state(offsetB);
482 genReload_S390(HInstr **i1, HInstr **i2, HReg rreg, Int offsetB, Bool mode64)
486 vassert(offsetB >= 0);
487 vassert(offsetB <= (1 << 12)); /* because we use b12 amode */
492 am = s390_amode_for_guest_state(offsetB);
    [all...]
host_ppc_defs.c     [all...]
  /external/chromium_org/third_party/WebKit/Source/core/editing/
htmlediting.cpp 90 int offsetB = hasDescendentB ? 0 : b.computeOffsetInContainerNode();
100 int result = Range::compareBoundaryPoints(nodeA, offsetA, nodeB, offsetB, IGNORE_EXCEPTION);
    [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)
552 traits.unpackRhs(depth*nr,&blockB[j2*strideB+offsetB*nr],unpackedB);
    [all...]

Completed in 1893 milliseconds