HomeSort by relevance Sort by last modified time
    Searched refs:offsetB (Results 1 - 10 of 10) 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/webkit/Source/WebCore/dom/
Range.h 72 static short compareBoundaryPoints(Node* containerA, int offsetA, Node* containerB, int offsetB, ExceptionCode&);
Range.cpp 458 short Range::compareBoundaryPoints(Node* containerA, int offsetA, Node* containerB, int offsetB, ExceptionCode& ec)
472 if (offsetA == offsetB)
474 if (offsetA < offsetB)
505 while (n != c && offsetC < offsetB) {
510 if (offsetC < offsetB)
    [all...]
  /external/valgrind/main/VEX/priv/
host_arm_defs.c     [all...]
host_ppc_defs.h 856 HReg rreg, Int offsetB, Bool mode64 );
858 HReg rreg, Int offsetB, Bool mode64 );
host_x86_defs.c     [all...]
host_amd64_defs.c     [all...]
host_s390_defs.c 452 genSpill_S390(HInstr **i1, HInstr **i2, HReg rreg, Int offsetB, Bool mode64)
456 vassert(offsetB >= 0);
457 vassert(offsetB <= (1 << 12)); /* because we use b12 amode */
462 am = s390_amode_for_guest_state(offsetB);
479 genReload_S390(HInstr **i1, HInstr **i2, HReg rreg, Int offsetB, Bool mode64)
483 vassert(offsetB >= 0);
484 vassert(offsetB <= (1 << 12)); /* because we use b12 amode */
489 am = s390_amode_for_guest_state(offsetB);
    [all...]
host_ppc_defs.c     [all...]
  /external/webkit/Source/WebCore/editing/
htmlediting.cpp 102 int offsetB = b.deprecatedEditingOffset();
120 offsetB = 0;
126 int result = Range::compareBoundaryPoints(nodeA, offsetA, nodeB, offsetB, ec);
    [all...]

Completed in 215 milliseconds