Searched refs:max_size (Results 276 - 300 of 382) sorted by relevance

<<111213141516

/external/valgrind/main/coregrind/m_coredump/
H A Dcoredump-elf.c516 void make_elf_coredump(ThreadId tid, const vki_siginfo_t *si, ULong max_size) argument
654 (seg->end - seg->start + off) < max_size);
691 void VG_(make_coredump)(ThreadId tid, const vki_siginfo_t *si, ULong max_size) argument
693 make_elf_coredump(tid, si, max_size);
/external/webp/include/webp/
H A Dencode.h225 uint8_t* mem; // final buffer (of size 'max_size', larger than 'size').
227 size_t max_size; // total capacity member in struct:WebPMemoryWriter
/external/chromium_org/third_party/webrtc/system_wrappers/source/spreadsortlib/
H A Dspreadsort.hpp1122 const unsigned max_size = bin_count; local
1181 if(count < max_size)
1210 const unsigned max_size = bin_count; local
1271 if(count < max_size)
1298 const unsigned max_size = bin_count; local
1358 if(count < max_size)
1385 const unsigned max_size = bin_count; local
1445 if(count < max_size)
1474 const unsigned max_size = bin_count; local
1536 if(count < max_size)
[all...]
/external/webrtc/src/system_wrappers/source/spreadsortlib/
H A Dspreadsort.hpp1122 const unsigned max_size = bin_count; local
1181 if(count < max_size)
1210 const unsigned max_size = bin_count; local
1271 if(count < max_size)
1298 const unsigned max_size = bin_count; local
1358 if(count < max_size)
1385 const unsigned max_size = bin_count; local
1445 if(count < max_size)
1474 const unsigned max_size = bin_count; local
1536 if(count < max_size)
[all...]
/external/chromium_org/net/disk_cache/blockfile/
H A Dbackend_impl_v3.cc1240 int max_size = max_size_ / (1024 * 1024); local
1243 CACHE_UMA(COUNTS_10000, "MaxSize", max_size);
1244 if (!max_size)
1245 max_size++;
1246 CACHE_UMA(PERCENTAGE, "UsedSpace", current_size * 100 / max_size);
H A Deviction.cc65 bool FallingBehind(int current_size, int max_size) { argument
66 return current_size > max_size - kCleanUpMargin * 20;
/external/fio/
H A Dio_u.c57 uint64_t max_size; local
64 max_size = f->io_size;
65 if (max_size > f->real_file_size)
66 max_size = f->real_file_size;
69 max_size = td->o.zone_range;
71 max_blocks = max_size / (uint64_t) td->o.ba[ddir];
/external/chromium_org/base/files/
H A Dfile_util_win.cc596 int ReadFile(const FilePath& filename, char* data, int max_size) { argument
609 if (::ReadFile(file.Get(), data, max_size, &read, NULL))
/external/chromium_org/content/shell/renderer/
H A Dwebkit_test_runner.cc372 const WebSize& max_size) {
373 content::EnableAutoResizeMode(render_view(), min_size, max_size); local
371 EnableAutoResizeMode(const WebSize& min_size, const WebSize& max_size) argument
/external/chromium_org/third_party/tcmalloc/vendor/src/
H A Dheap-profile-table.cc269 size_t max_size,
273 alloc_address_map_->FindInside(&AllocValueSize, max_size, ptr, object_ptr);
268 FindInsideAlloc(const void* ptr, size_t max_size, const void** object_ptr, size_t* object_size) const argument
/external/chromium_org/ui/views/controls/button/
H A Dlabel_button.cc171 void LabelButton::SetMaxSize(const gfx::Size& max_size) { argument
172 max_size_ = max_size;
/external/opencv/cxcore/src/
H A Dcxswitcher.cpp234 int max_size = sizeof(buffer)-1; local
238 const char* ptr = fgets( buffer, max_size, file );
/external/stlport/stlport/stl/
H A D_sstream.c235 size_t __app_size = sizeof(streamsize) > sizeof(size_t) ? __STATIC_CAST(size_t, (min)(__n, __STATIC_CAST(streamsize, _M_str.max_size())))
279 _M_str.reserve(sizeof(streamsize) > sizeof(size_t) ? __STATIC_CAST(size_t, (min)(__n, __STATIC_CAST(streamsize, _M_str.max_size())))
H A D_cwchar.h102 extern "C" size_t wcsftime(wchar_t * str, size_t max_size, const wchar_t * format_str, const struct tm * timeptr);
H A D_vector.c64 if (max_size() < __n) {
/external/stlport/stlport/stl/debug/
H A D_list.h176 size_type max_size() const { return _M_non_dbg_impl.max_size(); } function in class:list
/external/stlport/stlport/stl/pointers/
H A D_deque.h155 size_type max_size() const { return _M_impl.max_size(); } function in class:deque
H A D_slist.h196 size_type max_size() const { return _M_impl.max_size(); } function in class:slist
/external/chromium_org/chrome/browser/sync/glue/
H A Dfavicon_cache.cc86 int max_size = local
90 if (max_size > 64)
92 else if (max_size > 32)
94 else if (max_size > 16)
/external/chromium_org/content/browser/renderer_host/
H A Drender_view_host_impl.cc303 params.max_size = max_size_for_auto_resize();
1417 const gfx::Size& max_size) {
1418 SetAutoResize(true, min_size, max_size);
1419 Send(new ViewMsg_EnableAutoResize(GetRoutingID(), min_size, max_size));
1416 EnableAutoResize(const gfx::Size& min_size, const gfx::Size& max_size) argument
H A Drender_view_host_impl.h174 const gfx::Size& max_size) OVERRIDE;
/external/chromium_org/extensions/browser/app_window/
H A Dapp_window.h309 const gfx::Size& max_size);
/external/libnfc-nci/src/nfc/include/
H A Drw_api.h181 UINT32 max_size; /* max number of bytes available for NDEF data */ member in struct:__anon24329
/external/bison/examples/calc++/
H A Dcalc++-scanner.cc696 #define YY_INPUT(buf,result,max_size) \
702 for ( n = 0; n < max_size && \
714 while ( (result = fread(buf, 1, max_size, yyin))==0 && ferror(yyin)) \
/external/bison/src/
H A Dscan-skel.c783 #define YY_INPUT(buf,result,max_size) \
789 for ( n = 0; n < max_size && \
801 while ( (result = fread(buf, 1, max_size, skel_in))==0 && ferror(skel_in)) \

Completed in 895 milliseconds

<<111213141516