Home
last modified time | relevance | path

Searched refs:halfway (Results 1 – 7 of 7) sorted by relevance

/external/compiler-rt/lib/
Dtruncdfsf2.c85 const src_rep_t halfway = SRC_REP_C(1) << (srcSigBits - dstSigBits - 1); in ARM_EABI_FNALIAS() local
116 if (roundBits > halfway) in ARM_EABI_FNALIAS()
120 else if (roundBits == halfway) in ARM_EABI_FNALIAS()
156 if (roundBits > halfway) in ARM_EABI_FNALIAS()
159 else if (roundBits == halfway) in ARM_EABI_FNALIAS()
/external/webkit/Source/WebCore/html/parser/
DHTMLEntitySearch.cpp35 const HTMLEntityTableEntry* halfway(const HTMLEntityTableEntry* left, const HTMLEntityTableEntry* r… in halfway() function
73 const HTMLEntityTableEntry* probe = halfway(left, right); in findFirst()
98 const HTMLEntityTableEntry* probe = halfway(left, right); in findLast()
/external/v8/test/cctest/
Dtest-parsing.cc509 unsigned halfway = start + sub_length / 2; in TestCharacterStream() local
510 uc16_stream.SeekForward(halfway - i); in TestCharacterStream()
511 string_stream.SeekForward(halfway - i); in TestCharacterStream()
512 utf8_stream.SeekForward(halfway - i); in TestCharacterStream()
513 i = halfway; in TestCharacterStream()
/external/valgrind/main/helgrind/tests/
Dtc19_shadowmem.c285 if (wot >= 500) goto halfway; in steer()
1288 halfway: in steer()
/external/svox/pico_resources/tools/LingwareBuilding/PicoLingware_source_files/textana/en-US/
Den-US_lexpos.utf280 ADJ "halfway" :G2P
/external/srec/config/en.us/dictionary/
Dlarge.ok12674 halfway hafwA
/external/webkit/Source/WebCore/
DChangeLog-2005-08-2323853 …Force tokenizer to run synchronously while parsing document fragments, so it doesn't stop halfway