OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:diff_index
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/third_party/leveldatabase/src/util/
comparator.cc
34
size_t
diff_index
= 0;
local
35
while ((
diff_index
< min_length) &&
36
((*start)[
diff_index
] == limit[
diff_index
])) {
37
diff_index
++;
40
if (
diff_index
>= min_length) {
43
uint8_t diff_byte = static_cast<uint8_t>((*start)[
diff_index
]);
45
diff_byte + 1 < static_cast<uint8_t>(limit[
diff_index
])) {
46
(*start)[
diff_index
]++;
47
start->resize(
diff_index
+ 1)
[
all
...]
/external/chromium_org/content/browser/accessibility/
dump_accessibility_tree_browsertest.cc
212
for (int line = 0,
diff_index
= 0;
216
if (
diff_index
< static_cast<int>(diff_lines.size()) &&
217
diff_lines[
diff_index
] == line) {
219
++
diff_index
;
Completed in 30 milliseconds