OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:max_index
(Results
1 - 10
of
10
) sorted by null
/external/chromium/base/
observer_list.h
98
size_t
max_index
= std::min(max_index_, observers.size());
local
99
while (index_ <
max_index
&& !observers[index_])
101
return index_ <
max_index
? observers[index_++] : NULL;
/external/bluetooth/bluez/plugins/
mgmtops.c
54
static int
max_index
= -1;
variable
104
if (index >
max_index
) {
106
max_index
= index;
151
if (index >
max_index
)
213
if (index >
max_index
) {
290
if (index >
max_index
) {
328
if (index >
max_index
) {
365
if (index >
max_index
) {
395
if (index >
max_index
) {
431
if (index >
max_index
) {
[
all
...]
/external/libvpx/vp8/common/x86/
boolcoder.cxx
40
max_index
= ( ( half_index = 1 << b ) << 1) - 1;
43
max_index
= 255;
58
assert(
max_index
<= 255); /* size of Ctbl */
66
} while( ++i <=
max_index
);
136
return
max_index
;
139
return
max_index
- ( *this)( 1. - p);
184
return 1. - ( *this)( (Index) (
max_index
- i));
/external/chromium/chrome/browser/sessions/
tab_restore_service.cc
596
int
max_index
= static_cast<int>(navigations.size());
local
631
i <
max_index
&& wrote_count < 2 * max_persist_navigation_count; ++i) {
690
int
max_index
= static_cast<int>(navigations.size());
local
704
while (selected_index <
max_index
&&
709
return (selected_index ==
max_index
) ? -1 : selected_index;
[
all
...]
session_service.cc
1070
const int
max_index
= std::min(current_index + max_persist_navigation_count,
local
[
all
...]
/external/chromium/chrome/browser/sync/glue/
session_model_associator.cc
267
const int
max_index
= std::min(current_index + max_sync_navigation_count,
local
280
for (int i = min_index; i <
max_index
; ++i) {
285
if (i ==
max_index
- 1) {
[
all
...]
/external/chromium/third_party/libjingle/source/talk/base/
httpcommon.cc
61
const char* const haystack[], size_t
max_index
) {
62
for (index=0; index<
max_index
; ++index) {
/external/chromium/chrome/browser/tab_contents/
render_view_context_menu.cc
292
int
max_index
=
local
294
if (!extension || *index >=
max_index
)
[
all
...]
/external/chromium/chrome/browser/ui/views/tabs/
dragged_tab_controller.cc
1034
int
max_index
= GetModel(attached_tabstrip_)->count() -
local
[
all
...]
/external/v8/src/
objects.cc
3124
int
max_index
= -1;
local
8303
uint32_t
max_index
= min_index;
local
[
all
...]
Completed in 81 milliseconds