Searched refs:max_size (Results 1 - 25 of 38) sorted by relevance

12

/haiku/headers/cpp/
H A Ddefalloc.h83 size_type max_size() const { function in class:allocator
H A Dstl_multiset.h134 size_type max_size() const { return _M_t.max_size(); } function in class:multiset
H A Dstl_set.h128 size_type max_size() const { return _M_t.max_size(); } function in class:set
H A Dstl_hash_map.h148 size_type max_size() const { return _M_ht.max_size(); } function in class:hash_map
331 size_type max_size() const { return _M_ht.max_size(); } function in class:hash_multimap
H A Dstl_hash_set.h146 size_type max_size() const { return _M_ht.max_size(); } function in class:hash_set
325 size_type max_size() const { return _M_ht.max_size(); } function in class:hash_multiset
H A Dstl_map.h149 size_type max_size() const { return _M_t.max_size(); } function in class:map
H A Dstl_multimap.h146 size_type max_size() const { return _M_t.max_size(); } function in class:multimap
H A Dpthread_alloc403 size_type max_size() const __STL_NOTHROW
H A Dstl_alloc.h767 size_type max_size() const __STL_NOTHROW
845 size_type max_size() const __STL_NOTHROW
/haiku/headers/private/graphics/common/
H A Dlog_coll.h64 void log_getcopy( struct log_info_t *li, void *dest, uint32 max_size );
/haiku/headers/private/userlandfs/private/
H A DRequest.h54 int32 max_size; member in struct:UserlandFSUtil::AddressInfo
/haiku/src/add-ons/kernel/drivers/audio/cmedia/
H A Dmidi_driver.h56 /* message. SysX is handled by returning max_size until the end or next initial message */
86 int (*parse)(uint32 * state, uchar byte, size_t max_size);
/haiku/src/add-ons/kernel/file_systems/ntfs/libntfs/
H A Drunlist.h71 const runlist_element *rl, const VCN start_vcn, int max_size);
/haiku/src/kits/media/
H A DRealtimeAlloc.cpp63 size_t max_size; member in struct:rtm_pool
212 && (addr_t)heap_base - 1 + max_size >= (addr_t)buffer;
289 pool->max_size = (totalSize + sizeof(FreeChunk) - 1 + B_PAGE_SIZE)
293 pool->max_size, B_LAZY_LOCK, B_READ_AREA | B_WRITE_AREA);
301 pool->available = pool->max_size - FreeChunk::NextOffset();
307 chunk->SetTo(pool->max_size, NULL);
H A DControllable.cpp267 if (fWeb->FlattenedSize() > request.max_size) {
/haiku/src/add-ons/accelerants/neomagic/
H A DProposeDisplayMode.c342 size_t max_size; local
356 max_size = (((MODE_COUNT * 4) * sizeof(display_mode)) + (B_PAGE_SIZE-1)) & ~(B_PAGE_SIZE-1);
359 create_area("nm accelerant mode info", (void **)&my_mode_list, B_ANY_ADDRESS, max_size,
/haiku/src/add-ons/accelerants/matrox/
H A DProposeDisplayMode.c474 size_t max_size; local
488 max_size = (((MODE_COUNT * 4) * sizeof(display_mode)) + (B_PAGE_SIZE-1)) & ~(B_PAGE_SIZE-1);
491 create_area("MGA accelerant mode info", (void **)&my_mode_list, B_ANY_ADDRESS, max_size,
/haiku/src/add-ons/accelerants/skeleton/
H A DProposeDisplayMode.c524 size_t max_size; local
538 max_size = (((MODE_COUNT * 4) * sizeof(display_mode)) + (B_PAGE_SIZE-1)) & ~(B_PAGE_SIZE-1);
541 create_area("NV accelerant mode info", (void **)&my_mode_list, B_ANY_ADDRESS, max_size,
/haiku/src/add-ons/accelerants/via/
H A DProposeDisplayMode.c526 size_t max_size; local
540 max_size = (((MODE_COUNT * 4) * sizeof(display_mode)) + (B_PAGE_SIZE-1)) & ~(B_PAGE_SIZE-1);
543 create_area("NV accelerant mode info", (void **)&my_mode_list, B_ANY_ADDRESS, max_size,
/haiku/src/add-ons/kernel/drivers/network/ether/ipro1000/dev/e1000/
H A De1000_vf.c462 * @max_size: value to assign to max frame size
464 void e1000_rlpml_set_vf(struct e1000_hw *hw, u16 max_size) argument
469 msgbuf[1] = max_size;
/haiku/headers/cpp/std/
H A Dbastring.cc159 LENGTHERROR (len - n1 > max_size () - n2);
195 LENGTHERROR (len - n1 > max_size () - n2);
220 LENGTHERROR (n > max_size ());
H A Dbastring.h174 size_type max_size () const function in class:basic_string
474 LENGTHERROR (len - n1 > max_size () - n2);
/haiku/src/add-ons/accelerants/nvidia/
H A DProposeDisplayMode.c623 size_t max_size; local
630 max_size = (((MODE_COUNT * 4 * 3) * sizeof(display_mode)) + (B_PAGE_SIZE-1)) & ~(B_PAGE_SIZE-1);
634 (void **)&my_mode_list, B_ANY_ADDRESS, max_size, B_NO_LOCK,
/haiku/src/add-ons/kernel/file_systems/userlandfs/private/
H A DRequests.cpp13 infos[(*count)++].max_size = INT32_MAX; // TODO:...
448 if (offset < 0 || size < 0 || size > infos[i].max_size)
/haiku/src/add-ons/accelerants/radeon/
H A DProposeDisplayMode.c592 size_t max_size; local
600 max_size = (max_num_modes * sizeof(display_mode) + (B_PAGE_SIZE-1)) & ~(B_PAGE_SIZE-1);
604 max_size, B_NO_LOCK, B_READ_AREA | B_WRITE_AREA);

Completed in 119 milliseconds

12