HomeSort by relevance Sort by last modified time
    Searched refs:max_index (Results 1 - 13 of 13) sorted by null

  /system/extras/tests/bionic/libc/common/
bench_pthread.c 103 int max_index = count - min_index; local
104 if (max_index >= count)
105 max_index = count-1;
107 count = (max_index - min_index)+1;
110 median = stats[(min_index+max_index)/2];
114 max = stats[max_index];
119 for (nn = min_index; nn <= max_index; nn++) {
129 for (nn = min_index; nn <= max_index; nn++) {
  /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/aac/libAACdec/src/
block.cpp 259 int max_index = BandOffsets[band+1]; local
260 for (int index = BandOffsets[band]; index < max_index; index++)
  /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/mdnsresponder/mDNSShared/
dnssd_clientstub.c 136 uint32_t max_index; // Largest assigned record index - 0 if no additional records registered member in struct:_DNSServiceRef_t
395 x->max_index = 0;
462 sdr->max_index = 0;
    [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 4233 int max_index = -1; local
10262 uint32_t max_index = min_index; local
    [all...]

Completed in 200 milliseconds