OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:halfway
(Results
1 - 3
of
3
) 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:blink
69
const HTMLEntityTableEntry* probe =
halfway
(left, right);
94
const HTMLEntityTableEntry* probe =
halfway
(left, right);
/external/chromium_org/third_party/libjpeg_turbo/
tjunittest.c
92
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
=16
local
[
all
...]
/external/chromium_org/v8/test/cctest/
test-parsing.cc
603
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
;
[
all
...]
Completed in 103 milliseconds