Searched refs:max (Results 401 - 424 of 424) sorted by relevance

<<11121314151617

/haiku/src/add-ons/kernel/file_systems/cdda/
H A Dkernel_interface.cpp1877 uint32 max = *_num; local
1880 while (count < max && bufferSize > sizeof(dirent)) {
/haiku/src/kits/tracker/
H A DFindPanel.cpp981 width = std::max(width, menuField->StringWidth(item->Label()));
990 width = std::max(width,
H A DContainerWindow.cpp1005 scroll.x = std::max(fPreviousBounds.Width() - Bounds().Width(),
1011 scroll.y = std::max(fPreviousBounds.Height() - Bounds().Height(),
/haiku/src/system/kernel/arch/x86/
H A Darch_cpu.cpp739 maxCacheLevel = std::max(maxCacheLevel, cacheLevel);
870 maxCacheLevel = std::max(maxCacheLevel, cacheLevel);
/haiku/src/kits/debugger/source_language/c_family/
H A DCLanguageExpressionEvaluator.cpp1386 size_t byteSize = std::max(BVariant::SizeOfType(lhs),
/haiku/src/apps/icon-o-matic/
H A DMainWindow.cpp1073 splitWidth = std::max(splitWidth, minSize.width);
/haiku/src/system/boot/loader/
H A Dmenu.cpp887 size_t newCapacity = std::max(fCapacity, size_t(32));
/haiku/src/kits/debugger/debug_info/
H A DDwarfImageDebugInfo.cpp843 // statementColumn = std::max(state.column - 1, (int32)0);
939 // statementColumn = std::max(state.column - 1, (int32)0);
1063 // statementColumn = std::max(state.column - 1, (int32)0);
1427 SourceLocation(line, std::max(column, (int32)0)));
/haiku/src/kits/interface/
H A DHaikuControlLook.cpp470 float inset = std::max(2.0f, roundf(font.Size() / 6));
473 float penSize = std::max(1.0f, ceilf(rect.Width() / 3.5f));
1535 int32 hashMarkCount = std::max(count, (int32)2);
1536 // draw at least two hashmarks at min/max if
2362 height = std::max(height, textHeight);
/haiku/headers/private/file_systems/
H A DQueryParser.h555 // just to make sure; since that's the max. attribute name length and
556 // the max. string in an index, it make sense to have it that way
/haiku/src/system/kernel/cache/
H A Dblock_cache.cpp286 size_t max = SIZE_MAX);
1095 BlockWriter::BlockWriter(block_cache* cache, size_t max) argument
1102 fMax(max),
1881 panic("put_cached_block: invalid block number %" B_PRIdOFF " (max %" B_PRIdOFF ")",
1912 panic("get_cached_block: invalid block number %" B_PRIdOFF " (max %" B_PRIdOFF ")",
1989 panic("get_writable_cached_block: invalid block number %" B_PRIdOFF " (max %" B_PRIdOFF ")",
3507 " (max %" B_PRIdOFF ")",
/haiku/src/add-ons/control_look/BeControlLook/
H A DBeControlLook.cpp277 float penSize = std::max(1, 2);
1276 int32 hashMarkCount = std::max(count, (int32)2);
1277 // draw at least two hashmarks at min/max if
2365 height = std::max(height, textHeight);
/haiku/headers/cpp/
H A Dropeimpl.h853 size_t __right_start = max(__left_len, __begin);
H A Dstl_rope.h597 _S_concat, max(__l->_M_depth, __r->_M_depth) + 1, false,
/haiku/headers/cpp/std/
H A Dvalarray_meta.h738 max (const _Expr<_Dom,_Tp>& __e) function
/haiku/src/add-ons/kernel/drivers/network/wlan/atheroswifi/contrib/ath_hal/ar9300/
H A Dar9300.h47 #define INIT_RSSI_THR 0x7 /* Missed beacon counter initialized to 0x7 (max is 0xff) */
396 int16_t max; member in struct:ar9300NfLimits
674 * Upper limit after factoring in the regulatory max, antenna gain and
H A Dar9300_reset.c492 } else if (nf > AH9300(ah)->nfp->max) {
493 return AH9300(ah)->nfp->max;
2297 /* Changed the max delay 250us back to 10000us, since 250us often
2328 * by the median we just loaded. This will be initial (and max) value
4702 * on the nominal, max allowable, and min allowable noise floor values.
5814 * reset max/min variable to min/max values so that
5832 * find max/min and phase/mag mismatch across all calibrated gains
5857 /* find average (exclude max abs value) */
5880 /* max i
[all...]
/haiku/src/build/libbe/interface/
H A DBitmap.cpp1234 int32 x = max((int32)0,
/haiku/src/system/kernel/debug/
H A Ddebug.cpp1999 ~(addr_t)0 - std::max((addr_t)from, (addr_t)to) + 1);
/haiku/src/apps/showimage/
H A DShowImageWindow.cpp269 SetSizeLimits(std::max(menuBarMinWidth, toolBarMinWidth), 100000,
/haiku/src/system/libroot/posix/glibc/regex/
H A Dregexec.c2394 int max = mctx->state_log_top;
2399 if (++cur_str_idx > max)
2390 int max = mctx->state_log_top; local
/haiku/src/add-ons/kernel/bus_managers/firewire/
H A Dfwohci.cpp2407 uint32_t ch, uint32_t max)
2430 for( i = 0 ; (uint)i <= max ; i ++){
2406 print_db(struct fwohcidb_tr *db_tr, struct fwohcidb *db, uint32_t ch, uint32_t max) argument
/haiku/src/add-ons/translators/raw/
H A DRAW.cpp30 #define LIM(x,min,max) MAX(min,MIN(x,max))
/haiku/src/add-ons/kernel/file_systems/userlandfs/server/fuse/
H A DFUSEVolume.cpp60 uint32 newCapacity = std::max(fEntryCapacity * 2, (uint32)8);
73 size_t newCapacity = std::max(fNamesCapacity * 2, (size_t)256);

Completed in 576 milliseconds

<<11121314151617