Searched defs:min (Results 1 - 25 of 479) sorted by relevance

1234567891011>>

/macosx-10.9.5/BerkeleyDB-21/db/test/
H A Darchive.tcl249 proc min { a b } { procedure
/macosx-10.9.5/bind9-45.100/bind9/contrib/zkt/
H A Dmisc.h44 # define min(a, b) ((a) < (b) ? (a) : (b)) macro
/macosx-10.9.5/cups-372.4/cups/cups/
H A Draster-private.h46 # define min(a,b) ((a) < (b) ? (a) : (b)) macro
/macosx-10.9.5/Heimdal-323.92.1/lib/hcrypto/
H A Dhash.h46 #define min(a,b) (((a)>(b))?(b):(a)) macro
/macosx-10.9.5/SmartcardCCID-55005/ccid/ccid/src/
H A Dmisc.h56 #define min(a,b) (((a) < (b)) ? (a) : (b)) macro
/macosx-10.9.5/WebCore-7537.78.1/Modules/proximity/
H A DDeviceProximityEvent.cpp34 DeviceProximityEvent::DeviceProximityEvent(const AtomicString& eventType, const double value, const double min, const double max) argument
H A DDeviceProximityController.cpp48 void DeviceProximityController::didChangeDeviceProximity(const double value, const double min, const double max) argument
/macosx-10.9.5/SmartcardCCID-55005/ccid/ccid/src/openct/
H A Dchecksum.c15 #define min( a, b ) ( ( ( a ) < ( b ) ) ? ( a ) : ( b ) ) macro
/macosx-10.9.5/emacs-92/emacs/oldXMenu/
H A DXMenuInt.h28 #define min(x, y) ((x) <= (y) ? (x) : (y)) macro
/macosx-10.9.5/Heimdal-323.92.1/lib/hcrypto/libtommath/
H A Dbn_s_mp_add.c23 int olduse, res, min, max; local
H A Dbn_s_mp_sub.c22 int olduse, res, min, max; local
/macosx-10.9.5/ICU-511.35/icuSources/test/intltest/
H A Dcalcasts.h35 int32_t min; member in struct:CalendarCaseTest::TestCase
/macosx-10.9.5/IOKitUser-907.100.13/hid.subproj/
H A DIOHIDLibPrivate.h39 CFIndex min; member in struct:_IOHIDCalibrationStruct
/macosx-10.9.5/adv_cmds-153/mklocale/
H A Dldef.h51 int32_t min; member in struct:rune_list
/macosx-10.9.5/ksh-20/ksh/src/lib/libast/string/
H A Dfmtre.c38 short min; member in struct:Stack_s
/macosx-10.9.5/postfix-252/postfix/src/global/
H A Dmail_conf_raw.c76 check_mail_conf_raw(const char *name, const char *strval, int min, int max) argument
91 get_mail_conf_raw(const char *name, const char *defval, int min, int max) argument
108 get_mail_conf_raw_fn(const char *name, stupid_indent_str defval, int min, int max) argument
[all...]
/macosx-10.9.5/ruby-104/ruby/lib/xmlrpc/
H A Ddatetime.rb
/macosx-10.9.5/ruby-104/ruby/
H A Dtimev.h9 int min; /* 0..59 */ member in struct:vtm
/macosx-10.9.5/tcl-102/tcl/tcl/libtommath/
H A Dbn_s_mp_add.c23 int olduse, res, min, max; local
H A Dbn_s_mp_sub.c22 int olduse, res, min, max; local
/macosx-10.9.5/top-89.1.2/
H A Dtimestat.c32 unsigned int usec, sec, min, hour, day; local
[all...]
/macosx-10.9.5/BerkeleyDB-21/db/clib/
H A Dqsort.c45 #define min(a, b) (a) < (b) ? a : b macro
/macosx-10.9.5/CPANInternal-140/DBIx-Class/lib/DBIx/Class/
H A DResultSetColumn.pm289 sub min { subroutine
/macosx-10.9.5/OpenSSH-186/openssh/
H A Dkexgexc.c62 int min, max, nbits; local
[all...]
/macosx-10.9.5/OpenSSH-186/openssh/openbsd-compat/
H A Dbsd-arc4random.c125 u_int32_t r, min; local

Completed in 248 milliseconds

1234567891011>>