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

/external/chromium_org/third_party/WebKit/Source/core/html/parser/
H A DHTMLEntitySearch.cpp33 static const HTMLEntityTableEntry* halfway(const HTMLEntityTableEntry* left, const HTMLEntityTableEntry* right) function in namespace:blink
69 const HTMLEntityTableEntry* probe = halfway(left, right);
94 const HTMLEntityTableEntry* probe = halfway(left, right);
/external/chromium_org/tools/cygprofile/
H A Dpatch_orderfile.py51 halfway = start + ((end - start) / 2)
52 (nm_addr, size) = uniqueAddrs[halfway]
56 return binary_search (addr, start, halfway)
58 return binary_search (addr, halfway, end)
H A Dsymbolize.py152 halfway = (start + end) / 2
153 (nm_addr, size) = arr[halfway]
154 # print "nm_addr: " + str(nm_addr) + " halfway: " + str(halfway)
158 return BinarySearchAddresses(addr, start, halfway-1, arr)
161 return BinarySearchAddresses(addr, halfway+1, end, arr)
/external/compiler-rt/lib/builtins/
H A Dfp_trunc_impl.inc56 const src_rep_t halfway = SRC_REP_C(1) << (srcSigBits - dstSigBits - 1);
88 if (roundBits > halfway)
91 else if (roundBits == halfway)
124 if (roundBits > halfway)
127 else if (roundBits == halfway)
/external/chromium_org/third_party/libjpeg_turbo/
H A Dtjunittest.c92 int index, row, col, halfway=16; local
103 if(((row/8)+(col/8))%2==0) buf[index]=(row<halfway)? 255:0;
104 else buf[index]=(row<halfway)? 76:226;
118 if(row<halfway)
128 if(row>=halfway) buf[index*ps+goffset]=255;
165 int halfway=16*sf.num/sf.denom; local
181 if(row<halfway)
194 if(row<halfway)
205 if(row<halfway)
246 int halfway local
[all...]
/external/chromium_org/v8/test/cctest/
H A Dtest-parsing.cc603 unsigned halfway = start + sub_length / 2; local
604 uc16_stream.SeekForward(halfway - i);
605 string_stream.SeekForward(halfway - i);
606 utf8_stream.SeekForward(halfway - i);
607 i = halfway;
/external/valgrind/main/helgrind/tests/
H A Dtc19_shadowmem.c285 if (wot >= 500) goto halfway;
1288 halfway:

Completed in 220 milliseconds