HomeSort by relevance Sort by last modified time
    Searched defs:halfway (Results 1 - 4 of 4) sorted by null

  /external/chromium_org/third_party/WebKit/Source/core/html/parser/
HTMLEntitySearch.cpp 33 static const HTMLEntityTableEntry* halfway(const HTMLEntityTableEntry* left, const HTMLEntityTableEntry* right) function in namespace:WebCore
68 const HTMLEntityTableEntry* probe = halfway(left, right);
93 const HTMLEntityTableEntry* probe = halfway(left, right);
  /external/compiler-rt/lib/
truncdfsf2.c 85 const src_rep_t halfway = SRC_REP_C(1) << (srcSigBits - dstSigBits - 1); local
116 if (roundBits > halfway)
120 else if (roundBits == halfway)
156 if (roundBits > halfway)
159 else if (roundBits == halfway)
  /external/chromium_org/v8/test/cctest/
test-parsing.cc 510 unsigned halfway = start + sub_length / 2; local
511 uc16_stream.SeekForward(halfway - i);
512 string_stream.SeekForward(halfway - i);
513 utf8_stream.SeekForward(halfway - i);
514 i = halfway;
    [all...]
  /external/v8/test/cctest/
test-parsing.cc 509 unsigned halfway = start + sub_length / 2; local
510 uc16_stream.SeekForward(halfway - i);
511 string_stream.SeekForward(halfway - i);
512 utf8_stream.SeekForward(halfway - i);
513 i = halfway;
    [all...]

Completed in 35 milliseconds