OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:nRight
(Results
1 - 12
of
12
) sorted by null
/external/pdfium/core/src/fpdfdoc/
doc_vt.cpp
166
FX_INT32
nRight
= m_LineArray.GetSize() - 1;
167
FX_INT32 nMid = (nLeft +
nRight
) / 2;
168
while (nLeft <=
nRight
) {
171
nRight
= nMid - 1;
172
nMid = (nLeft +
nRight
) / 2;
175
nMid = (nLeft +
nRight
) / 2;
192
FX_INT32
nRight
= m_LineArray.GetSize() - 1;
196
while (nLeft <=
nRight
) {
207
nRight
= nMid - 1;
208
nMid = (nLeft +
nRight
) / 2;
[
all
...]
/external/chromium_org/third_party/sqlite/src/ext/icu/
icu.c
384
int
nRight
,
389
res = ucol_strcoll(p, (UChar *)zLeft, nLeft/2, (UChar *)zRight,
nRight
/2);
/external/chromium_org/third_party/sqlite/src/ext/fts3/
fts3.c
[
all
...]
fts3_snippet.c
596
int
nRight
; /* Tokens to the right of last highlight */
600
for(
nRight
=0; !(hlmask & ((u64)1 << (nSnippet-1-
nRight
)));
nRight
++);
601
nDesired = (nLeft-
nRight
)/2;
[
all
...]
/external/chromium_org/third_party/sqlite/src/ext/fts2/
fts2.c
[
all
...]
/external/chromium_org/third_party/sqlite/src/ext/rtree/
rtree.c
[
all
...]
/external/chromium_org/third_party/sqlite/src/src/
wal.c
[
all
...]
test1.c
[
all
...]
/external/chromium_org/third_party/sqlite/amalgamation/
sqlite3.c
[
all
...]
/external/sqlite/dist/orig/
sqlite3.c
[
all
...]
/external/sqlite/dist/
sqlite3.c
[
all
...]
/cts/suite/cts/deviceTests/browserbench/assets/octane/
code-load.js
[
all
...]
Completed in 928 milliseconds