Searched defs:max (Results 26 - 50 of 315) sorted by relevance

1234567891011>>

/haiku-fatelf/src/documentation/docbook-xsl/extensions/xalan2/com/nwalsh/xalan/
H A DFormatUnicodeCallout.java36 public FormatUnicodeCallout(String font, int start, int max, boolean fo) { argument
/haiku-fatelf/src/documentation/docbook-xsl/extensions/xalan27/src/com/nwalsh/xalan/
H A DFormatGraphicCallout.java36 public FormatGraphicCallout(String path, String ext, int max, boolean fo) { argument
H A DFormatUnicodeCallout.java36 public FormatUnicodeCallout(String font, int start, int max, boolean fo) { argument
/haiku-fatelf/src/libs/fluidsynth/src/
H A Dfluid_gen.h32 float max; /* The maximum value */ member in struct:_fluid_gen_info_t
/haiku-fatelf/src/libs/print/libprint/
H A DJSDSlider.cpp17 JSDSlider(const char* name, const char* label, BMessage* msg, int32 min, int32 max) argument
/haiku-fatelf/src/tests/add-ons/kernel/file_systems/userlandfs/r5/src/test/ramfs/
H A DMisc.h41 static inline C max(const C &a, const C &b) { return (a > b ? a : b); } function
/haiku-fatelf/src/tests/kits/net/
H A Dselect_test_big.c24 int i, max = 0; local
/haiku-fatelf/src/tests/libs/alm/
H A DComplexButtons.cpp71 BSize max = fLayout->MaxSize(); local
H A DOperatorLayout.cpp48 BSize max = layout->MaxSize(); local
H A DThreeButtons.cpp50 BSize max = fLayout->MaxSize(); local
H A DAreas.cpp54 BSize max = layout->MaxSize(); local
H A DBadLayout.cpp63 BSize max = fLayout->MaxSize(); local
H A DHelloWorld.cpp50 BSize max = fLayout->MaxSize(); local
/haiku-fatelf/src/tests/system/libroot/posix/posixtestsuite/conformance/interfaces/timer_create/speculative/
H A D2-1.c45 int max = TIMER_MAX; local
47 int max = 256; local
/haiku-fatelf/headers/os/interface/
H A DTwoDimensionalLayout.h49 float max; member in struct:BTwoDimensionalLayout::ColumnRowConstraints
/haiku-fatelf/headers/private/binary_compatibility/
H A DInterface.h36 float max; member in struct:perform_data_get_height_for_width
/haiku-fatelf/src/apps/terminal/
H A DTermScrollView.cpp20 TermScrollBar(BRect frame, const char *name, BView *target, float min, float max, orientation direction) argument
/haiku-fatelf/src/bin/gdb/gdb/
H A Denviron.c22 #define max(a, b) ((a) > (b) ? (a) : (b)) macro
/haiku-fatelf/src/bin/gdb/readline/support/
H A Dwcwidth.c18 static int bisearch(wchar_t ucs, const struct interval *table, int max) { argument
/haiku-fatelf/src/kits/network/libbind/nameser/
H A Dns_date.c113 datepart(const char *buf, int size, int min, int max, int *errp) { argument
/haiku-fatelf/src/libs/util/
H A Dhumanize_number.c57 int64_t divisor, max; local
/haiku-fatelf/src/preferences/screen/
H A DRefreshSlider.cpp27 RefreshSlider::RefreshSlider(BRect frame, float min, float max, uint32 resizingMode) argument
H A DRefreshWindow.cpp30 RefreshWindow::RefreshWindow(BPoint position, float current, float min, float max) argument
/haiku-fatelf/src/system/kernel/arch/x86/
H A Darch_timer.cpp68 int max = 0; local
/haiku-fatelf/src/tests/kits/net/sock/
H A Dourhdr.h41 #define max(a,b) ((a) > (b) ? (a) : (b)) macro

Completed in 213 milliseconds

1234567891011>>