Searched refs:max (Results 101 - 125 of 2317) sorted by relevance

1234567891011>>

/macosx-10.10/OpenSSL098-52/src/crypto/des/
H A Ddes_opts.c426 double d,tm[16],max=0; local
506 max=tm[0];
510 if (max < tm[1]) { max=tm[1]; max_idx=1; }
513 if (max < tm[2]) { max=tm[2]; max_idx=2; }
518 if (max < tm[3]) { max=tm[3]; max_idx=3; }
521 if (max < tm[4]) { max
[all...]
/macosx-10.10/srm-7/srm/lib/
H A Dsnprintf.c101 char *value, int flags, int min, int max);
103 long value, int base, int min, int max, int flags);
105 LDOUBLE fvalue, int min, int max, int flags);
146 int max; local
154 max = -1;
226 if (max < 0)
227 max = 0;
228 max = 10*max + char_to_int (ch);
233 max
392 fmtstr(char *buffer, size_t *currlen, size_t maxlen, char *value, int flags, int min, int max) argument
431 fmtint(char *buffer, size_t *currlen, size_t maxlen, long value, int base, int min, int max, int flags) argument
556 fmtfp(char *buffer, size_t *currlen, size_t maxlen, LDOUBLE fvalue, int min, int max, int flags) argument
[all...]
/macosx-10.10/BerkeleyDB-21/db/dbinc_auto/
H A Drepmgr_auto.h26 u_int32_t max; member in struct:___repmgr_version_proposal_args
/macosx-10.10/BerkeleyDB-21/db/docs_src/ref/lock/
H A DMakefile4 intro.html max.html nondb.html notxn.html page.html stdmode.html \
/macosx-10.10/ICU-531.30/icuSources/layout/
H A DGXLayoutEngine.cpp32 le_int32 GXLayoutEngine::computeGlyphs(const LEUnicode chars[], le_int32 offset, le_int32 count, le_int32 max, le_bool rightToLeft, LEGlyphStorage &glyphStorage, LEErrorCode &success) argument
38 if (chars == NULL || offset < 0 || count < 0 || max < 0 || offset >= max || offset + count > max) {
H A DGXLayoutEngine2.cpp29 le_int32 GXLayoutEngine2::computeGlyphs(const LEUnicode chars[], le_int32 offset, le_int32 count, le_int32 max, le_bool rightToLeft, LEGlyphStorage &glyphStorage, LEErrorCode &success) argument
35 if (chars == NULL || offset < 0 || count < 0 || max < 0 || offset >= max || offset + count > max) {
H A DHanLayoutEngine.cpp54 le_int32 HanOpenTypeLayoutEngine::characterProcessing(const LEUnicode chars[], le_int32 offset, le_int32 count, le_int32 max, le_bool /*rightToLeft*/, argument
61 if (chars == NULL || offset < 0 || count < 0 || max < 0 || offset >= max || offset + count > max) {
H A DKhmerLayoutEngine.cpp44 le_int32 KhmerOpenTypeLayoutEngine::characterProcessing(const LEUnicode chars[], le_int32 offset, le_int32 count, le_int32 max, le_bool rightToLeft, argument
51 if (chars == NULL || offset < 0 || count < 0 || max < 0 || offset >= max || offset + count > max) {
H A DTibetanLayoutEngine.cpp50 le_int32 TibetanOpenTypeLayoutEngine::characterProcessing(const LEUnicode chars[], le_int32 offset, le_int32 count, le_int32 max, le_bool rightToLeft, argument
57 if (chars == NULL || offset < 0 || count < 0 || max < 0 || offset >= max || offset + count > max) {
H A DIndicLayoutEngine.cpp56 le_int32 IndicOpenTypeLayoutEngine::glyphProcessing(const LEUnicode chars[], le_int32 offset, le_int32 count, le_int32 max, le_bool rightToLeft, argument
63 if (chars == NULL || offset < 0 || count < 0 || max < 0 || offset >= max || offset + count > max) {
68 le_int32 retCount = OpenTypeLayoutEngine::glyphProcessing(chars, offset, count, max, rightToLeft, glyphStorage, success);
77 OpenTypeLayoutEngine::glyphSubstitution(count,max, rightToLeft, glyphStorage, success);
87 le_int32 IndicOpenTypeLayoutEngine::characterProcessing(const LEUnicode chars[], le_int32 offset, le_int32 count, le_int32 max, le_bool rightToLeft, argument
94 if (chars == NULL || offset < 0 || count < 0 || max < 0 || offset >= max || offset + count > max) {
[all...]
/macosx-10.10/Security-57031.1.35/Security/libsecurity_apple_csp/open_ssl/buffer/
H A Dbuffer.c92 ret->max=0;
104 memset(a->data,0,(unsigned int)a->max);
120 if (str->max >= len)
140 str->max=n;
/macosx-10.10/Security-57031.1.35/Security/libsecurity_apple_csp/open_ssl/openssl/
H A Dbuffer.h88 int max; /* size of buffer */ member in struct:buf_mem_st
/macosx-10.10/WebCore-7600.1.25/Modules/proximity/
H A DDeviceProximityClient.h44 virtual double max() = 0;
H A DDeviceProximityController.cpp43 void DeviceProximityController::didChangeDeviceProximity(const double value, const double min, const double max) argument
45 ASSERT(value >= min && value <= max);
47 dispatchDeviceEvent(DeviceProximityEvent::create(eventNames().webkitdeviceproximityEvent, value, min, max));
62 return DeviceProximityEvent::create(eventNames().webkitdeviceproximityEvent, deviceProximityClient()->value(), deviceProximityClient()->min(), deviceProximityClient()->max());
/macosx-10.10/bind9-45.101/bind9/lib/isc/include/isc/
H A Drandom.h54 isc_random_jitter(isc_uint32_t max, isc_uint32_t jitter);
56 * Get a random value between (max - jitter) and (max).
/macosx-10.10/curl-83.1.2/curl/lib/
H A Drawstr.h36 int Curl_raw_nequal(const char *first, const char *second, size_t max);
/macosx-10.10/dtrace-147/test/tst/common/aggs/
H A Dtst.multiaggs1.d50 @a[pid] = max(new_time);
55 @f[timestamp] = max(new_time);
/macosx-10.10/ntp-92/lib/isc/include/isc/
H A Drandom.h54 isc_random_jitter(isc_uint32_t max, isc_uint32_t jitter);
56 * Get a random value between (max - jitter) and (max).
/macosx-10.10/postfix-255/postfix/src/global/
H A Dcfg_parser.c15 /* char *cfg_get_str(parser, name, defval, min, max)
20 /* int max;
22 /* int cfg_get_int(parser, name, defval, min, max)
27 /* int max;
118 int min, int max)
130 if (max && len > max)
132 parser->name, len, max, name, strval);
140 int min, int max)
147 return ((char *) get_mail_conf_str(vstring_str(buf), defval, min, max));
116 get_dict_str(const struct CFG_PARSER *parser, const char *name, const char *defval, int min, int max) argument
138 get_main_str(const struct CFG_PARSER *parser, const char *name, const char *defval, int min, int max) argument
152 get_dict_int(const struct CFG_PARSER *parser, const char *name, int defval, int min, int max) argument
179 get_main_int(const struct CFG_PARSER *parser, const char *name, int defval, int min, int max) argument
261 cfg_get_str(const CFG_PARSER *parser, const char *name, const char *defval, int min, int max) argument
281 cfg_get_int(const CFG_PARSER *parser, const char *name, int defval, int min, int max) argument
[all...]
/macosx-10.10/tcl-105/tcl_ext/tcllib/tcllib/modules/page/
H A Dgen_peg_hb.tcl33 set max -1
37 if {$l > $max} {set max $l}
44 hb::Rule $chan $sym $mode $rule [expr {$max - $l}]
H A Dgen_tree_text.tcl49 set max -1
53 if {$l > $max} {set max $l}
67 set off [string repeat " " [expr {$max-$l}]]
/macosx-10.10/tcl-105/tcl_ext/tcllib/tcllib/modules/virtchannel_base/
H A Dfifo.tcl44 set max [string length $read]
48 # last+1 <= max
49 # <=> at+n <= max
50 # <=> n <= max-at
52 if {$n <= ($max - $at)} {
71 set max $size
74 if {$n <= $max} {
/macosx-10.10/OpenSSL098-52/src/crypto/buffer/
H A Dbuffer.c79 ret->max=0;
91 memset(a->data,0,(unsigned int)a->max);
112 if (str->max >= len)
137 str->max=n;
160 if (str->max >= len)
176 ret=OPENSSL_realloc_clean(str->data,str->max,n);
185 str->max=n;
/macosx-10.10/apr-32/apr/apr/tables/
H A Dapr_hash.c79 unsigned int count, max, seed; member in struct:apr_hash_t
91 static apr_hash_entry_t **alloc_array(apr_hash_t *ht, unsigned int max) argument
93 return apr_pcalloc(ht->pool, sizeof(*ht->array) * (max + 1));
105 ht->max = INITIAL_MAX;
108 ht->array = alloc_array(ht, ht->max);
131 if (hi->index > hi->ht->max)
176 new_max = ht->max * 2 + 1;
184 ht->max = new_max;
276 for (hep = &ht->array[hash & ht->max], he = *hep;
309 sizeof(*ht->array) * (orig->max
[all...]
/macosx-10.10/OpenSSH-189/openssh/
H A Dkexgexc.c62 int min, max, nbits; local
72 max = DH_GRP_MAX;
78 max = DH_GRP_MAX;
82 packet_put_int(max);
85 min, nbits, max);
88 fprintf(stderr, "\nmin = %d, nbits = %d, max = %d\n",
89 min, nbits, max);
104 if (BN_num_bits(p) < min || BN_num_bits(p) > max)
106 min, BN_num_bits(p), max);
173 min = max
[all...]

Completed in 408 milliseconds

1234567891011>>