Searched refs:max (Results 351 - 375 of 1104) sorted by relevance

<<11121314151617181920>>

/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/openssl-0.9.8e/demos/engines/rsaref/
H A Drsaref.c310 /* unsigned char *to: [max] */
311 static int RSAref_bn2bin(BIGNUM *from, unsigned char *to, int max) argument
316 if (i > max)
322 memset(to,0,(unsigned int)max);
323 if (!BN_bn2bin(from,&(to[max-i])))
329 /* unsigned char *from: [max] */
330 static BIGNUM *RSAref_bin2bn(unsigned char *from, BIGNUM *to, int max) argument
335 for (i=0; i<max; i++)
338 ret=BN_bin2bn(&(from[i]),max-i,to);
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/iproute2/lib/
H A Dlibnetlink.c482 fprintf(stderr,"addattr32: Error! max allowed bound %d exceeded\n",maxlen);
530 fprintf(stderr,"rta_addattr32: Error! max allowed bound %d exceeded\n",maxlen);
548 fprintf(stderr,"rta_addattr_l: Error! max allowed bound %d exceeded\n",maxlen);
559 int parse_rtattr(struct rtattr *tb[], int max, struct rtattr *rta, int len) argument
561 memset(tb, 0, sizeof(struct rtattr *) * (max + 1));
563 if (rta->rta_type <= max)
572 int parse_rtattr_byindex(struct rtattr *tb[], int max, struct rtattr *rta, int len) argument
576 memset(tb, 0, sizeof(struct rtattr *) * max);
578 if (rta->rta_type <= max && i < max)
[all...]
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/samba-3.0.13/source/lib/
H A Dutil_unistr.c382 Count up to max number of characters in a smb_ucs2_t string.
384 size_t strnlen_w(const smb_ucs2_t *src, size_t max) argument
388 for(len = 0; *src++ && (len < max); len++) ;
606 copy a string with max len
609 smb_ucs2_t *strncpy_w(smb_ucs2_t *dest, const smb_ucs2_t *src, const size_t max) argument
615 for (len = 0; (src[len] != 0) && (len < max); len++)
617 while (len < max)
628 smb_ucs2_t *strncat_w(smb_ucs2_t *dest, const smb_ucs2_t *src, const size_t max) argument
636 len = strnlen_w(src, max);
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/db-4.7.25.NC/env/
H A Denv_recover.c40 * to synchronize this system up with another system that has a max
480 * recovery, ignore any application max-write configuration.
637 * we are moving backward, we are computing high - current. max is
641 __lsn_diff(low, high, current, max, is_forward)
643 u_int32_t max;
657 nf = (double)(current->offset - low->offset) / max;
660 (double)((max - low->offset) + current->offset) /
661 max;
664 (double)(current->offset - low->offset) / max;
667 nf = (double)(high->offset - current->offset) / max;
[all...]
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/db-4.7.25.NC/java/src/com/sleepycat/db/internal/
H A DDbEnv.java359 public void set_tx_max(int max) throws com.sleepycat.db.DatabaseException { db_javaJNI.DbEnv_set_tx_max(swigCPtr, this, max); } argument
400 public void set_lk_max_lockers(int max) throws com.sleepycat.db.DatabaseException { db_javaJNI.DbEnv_set_lk_max_lockers(swigCPtr, this, max); } argument
402 public void set_lk_max_locks(int max) throws com.sleepycat.db.DatabaseException { db_javaJNI.DbEnv_set_lk_max_locks(swigCPtr, this, max); } argument
404 public void set_lk_max_objects(int max) throws com.sleepycat.db.DatabaseException { db_javaJNI.DbEnv_set_lk_max_objects(swigCPtr, this, max); } argument
558 public void rep_set_request(int min, int max) throws com.sleepycat.db.DatabaseException { db_javaJNI.DbEnv_rep_set_request(swigCPtr, this, min, max); } argument
[all...]
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/minidlna/libvorbis-1.2.3/lib/
H A Dres0.c108 fprintf(stderr,"min/max residue: %g::%g\n",look->tmin,look->tmax);
425 float max=0.; local
428 if(fabs(in[j][offset+k])>max)max=fabs(in[j][offset+k]);
434 if(max<=info->classmetric1[k] &&
648 int max=vb->pcmend>>1; local
649 int end=(info->end<max?info->end:max);
868 int max=(vb->pcmend*ch)>>1; local
869 int end=(info->end<max
[all...]
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/iptables-1.4.12.1/iptables/
H A Dxtoptions.c180 if (cb->entry->max != 0)
181 lmax = cb->entry->max;
219 (entry->min != entry->max &&
220 (value < entry->min || value > entry->max)))
224 cb->ext_name, entry->name, entry->min, entry->max);
279 * do not have a range[2] field, but {min, max}, and which cannot use
305 "components for option \"--%s\" (max: %u)\n",
341 if (entry->max != 0 && z > entry->max)
344 "%u characters\n", entry->max);
373 tos_parse_numeric(const char *str, struct xt_option_call *cb, unsigned int max) argument
[all...]
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/mm/
H A Dswapfile.c146 si->lowest_bit = si->max;
249 if (offset >= p->max)
648 unsigned int max = si->max; local
659 if (++i >= max) {
668 max = prev + 1;
1071 ret = add_swap_extent(sis, 0, sis->max, 0);
1087 page_no < sis->max) {
1141 sis->max = page_no;
1259 p->max
[all...]
H A Dpage_alloc.c1880 return max(size, 4UL);
1887 * The max wait table size = 4096 x sizeof(wait_queue_head_t). ie:
2012 pcp->batch = max(1UL, 1 * batch);
2018 pcp->batch = max(1UL, batch/2);
2034 pcp->batch = max(1UL, high/4);
2400 * @nid: The nid to return the range for. If MAX_NUMNODES, the min and max PFN are returned.
2418 *end_pfn = max(*end_pfn, early_node_map[i].end_pfn);
2452 zone_start_pfn = max(zone_start_pfn, node_start_pfn);
2490 prev_end_pfn = max(prev_end_pfn, range_start_pfn);
2503 max(range_start_pf
3038 unsigned long max = 0; local
3316 unsigned long long max = limit; local
[all...]
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/sound/ppc/
H A Dtumbler.c258 uinfo->value.integer.max = ARRAY_SIZE(master_volume_table) - 1;
399 uinfo->value.integer.max =
475 unsigned int max; member in struct:tumbler_mono_vol
490 if (vol >= info->max)
491 vol = info->max - 1;
511 uinfo->value.integer.max = info->max - 1;
550 .max = ARRAY_SIZE(mixer_volume_table),
558 .max = ARRAY_SIZE(bass_volume_table),
566 .max
[all...]
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/openssl/ssl/
H A Ds2_pkt.c118 static int read_n(SSL *s,unsigned int n,unsigned int max,unsigned int extend);
317 static int read_n(SSL *s, unsigned int n, unsigned int max, argument
338 if (!s->read_ahead) max=n;
339 if (max > (unsigned int)(SSL2_MAX_RECORD_LENGTH_2_BYTE_HEADER+2))
340 max=SSL2_MAX_RECORD_LENGTH_2_BYTE_HEADER+2;
379 max-newb);
555 /* set k to the max number of bytes with 2
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/openssl-0.9.8e/ssl/
H A Ds2_pkt.c118 static int read_n(SSL *s,unsigned int n,unsigned int max,unsigned int extend);
317 static int read_n(SSL *s, unsigned int n, unsigned int max, argument
338 if (!s->read_ahead) max=n;
339 if (max > (unsigned int)(SSL2_MAX_RECORD_LENGTH_2_BYTE_HEADER+2))
340 max=SSL2_MAX_RECORD_LENGTH_2_BYTE_HEADER+2;
379 max-newb);
555 /* set k to the max number of bytes with 2
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/drivers/md/
H A Draid0.c275 int max; local
279 max = (chunk_sectors - ((sector & (chunk_sectors - 1)) + bio_sectors)) << 9;
280 if (max < 0) max = 0; /* bio_add cannot handle a negative return */
281 if (max <= biovec->bv_len && bio_sectors == 0)
284 return max;
368 /* calculate the max read-ahead size.
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/drivers/media/video/
H A Dw9966.c163 static int w9966_calcscale(int size, int min, int max, int* beg, int* end, unsigned char* factor);
400 static int w9966_calcscale(int size, int min, int max, int* beg, int* end, unsigned char* factor) argument
402 int maxlen = max - min;
427 if (*end > max) {
428 *beg -= *end - max;
429 *end -= *end - max;
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/drivers/char/ipmi/
H A Dipmi_bt_sm.c50 buffer (with a documented message of 160 bytes) so go for the max.
358 int max = bt->read_count; local
361 max, bt->read_data[2]);
362 if (max > 16)
363 max = 16;
364 for (i = 0; i < max; i++)
366 printk ("%s\n", bt->read_count == max ? "" : " ...");
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/arch/i386/kernel/cpu/cpufreq/
H A Dspeedstep-centrino.c71 unsigned max_freq; /* max clock in kHz */
203 #define _BANIAS(cpuid, max, name) \
206 .max_freq = (max)*1000, \
207 .op_points = banias_##max, \
209 #define BANIAS(max) _BANIAS(&cpu_ids[CPU_BANIAS], max, #max)
268 dprintk("found \"%s\": max frequency: %dkHz\n",
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/minidlna/ffmpeg-0.5.1/libavcodec/
H A Delbg.c162 int max[elbg->dim]; local
167 max[i]=0;
173 max[i]=FFMAX(max[i], elbg->points[tempcell->index*elbg->dim + i]);
177 newcentroid_i[i] = min[i] + (max[i] - min[i])/3;
178 newcentroid_p[i] = min[i] + (2*(max[i] - min[i]))/3;
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/security/keys/
H A Dkeyring.c670 unsigned max; local
753 max = 4;
755 max += klist->maxkeys;
758 if (max > 65535)
760 size = sizeof(*klist) + sizeof(struct key *) * max;
768 nklist->maxkeys = max;
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/prebuilt/WW/www/
H A Dutility.js603 function checkIPMain(ip,max) {
604 if( isNumeric(ip, max) ) {
611 function checkIP(ip1, ip2, ip3, ip4,max) {
615 if(checkIPMain(ip4,max)) return true;
673 function isNumeric(str, max) {
681 if(i>max) {
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/db-4.7.25.NC/rep/
H A Drep_stub.c326 __rep_set_request(dbenv, min, max)
328 u_int32_t min, max;
331 COMPQUIET(max, 0);
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/db-4.7.25.NC/test/
H A Dtest095.tcl127 set max [expr 4096 * $noverflows]
129 to database (max item size $max)"
135 # size $max.
138 t95_gettest $db $tnum k [expr $max * $noverflows * 2] 0
143 t95_cgettest $db $tnum m [expr ($max + 512) * 2] 0
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/openssl/crypto/pkcs7/
H A Dbio_ber.c165 long max; local
198 max=ctx->buf_len;
200 ret=ASN1_get_object(&p,&length,&tag,&class,max);
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/openssl-0.9.8e/crypto/pkcs7/
H A Dbio_ber.c165 long max; local
198 max=ctx->buf_len;
200 ret=ASN1_get_object(&p,&length,&tag,&class,max);
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/zebra/lib/
H A Dlog.c485 mes_lookup (struct message *meslist, int max, int index)
487 if (index < 0 || index >= max)
489 zlog_err ("message index out of bound: %d", max);
480 mes_lookup(struct message *meslist, int max, int index) argument
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/arch/alpha/kernel/
H A Dtime.c193 unsigned int min, max; member in struct:bounds
228 if (cpu_hz[index].max == 0)
232 || cc > cpu_hz[index].max + deviation)

Completed in 405 milliseconds

<<11121314151617181920>>