Searched defs:halfway (Results 1 - 3 of 3) 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/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;

Completed in 323 milliseconds