Searched refs:max (Results 501 - 525 of 1104) sorted by relevance

<<21222324252627282930>>

/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/openssl-0.9.8e/crypto/pkcs7/
H A Dexample.c133 c.max=c.p+ASN1_STRING_length(s);
300 c.max=c.p+ASN1_STRING_length(s);
H A Dpk7_doit.c207 int jj,max; local
241 max=0;
254 if (max < jj) max=jj;
256 if ((tmp=(unsigned char *)OPENSSL_malloc(max)) == NULL)
423 int max;
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/drivers/infiniband/hw/mthca/
H A Dmthca_profile.c119 profile[i].log_num = max(ffs(profile[i].num) - 1, 0);
122 profile[i].size = max(profile[i].size, (u64) PAGE_SIZE);
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/arch/arm/mach-sa1100/
H A Dgeneric.c95 if (tmp > policy->max)
96 policy->max = tmp;
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/arch/arm/mm/
H A Dcache-v7.S49 ands r7, r7, r1, lsr #13 @ extract max number of the index size
51 mov r9, r4 @ create working copy of max way size
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/fs/lockd/
H A Dsvc.c434 #define param_set_min_max(name, type, which_strtol, min, max) \
439 if (endp == val || *endp || num < (min) || num > (max)) \
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/samba-3.0.13/packaging/Fedora/
H A Dsmb.conf51 max log size = 50
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/samba-3.0.13/packaging/LSB/
H A Dsmb.conf49 max log size = 50
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/samba-3.0.13/packaging/RedHat/
H A Dsmb.conf51 max log size = 50
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/gettext-0.17/gettext-tools/gnulib-lib/uniname/
H A Dgen-uninames.lisp291 (reduce #'max (mapcar (lambda (uc) (length (unicode-char-name uc))) all-chars))
294 (reduce #'max (mapcar (lambda (uc) (length (unicode-char-word-indices uc))) all-chars))
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/net/ipv4/netfilter/
H A Dnf_nat_pptp.c96 range.min = range.max = exp->saved_proto;
107 range.min = range.max = exp->saved_proto;
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/net/ipv4/
H A Dtcp_cubic.c25 * go to point (max+min)/N
215 /* max increment = Smax * rtt / 0.1 */
318 return max((tp->snd_cwnd * beta) / BICTCP_BETA_SCALE, 2U);
325 return max(tcp_sk(sk)->snd_cwnd, ca->last_max_cwnd);
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/sound/isa/gus/
H A Dgusmax.c109 int loop, max = 5; local
124 } while (loop && --max > 0);
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/router/busybox-1.x/networking/libiproute/
H A Dlibnetlink.c374 int parse_rtattr(struct rtattr *tb[], int max, struct rtattr *rta, int len) argument
377 if (rta->rta_type <= max) {
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/drivers/parisc/
H A Dsba_iommu.c638 * check if mask is >= than the current max IO Virt Address
639 * The max IO Virt address will *always* < 30 bits.
1065 * Since the max IO Pdir size is 2MB, by cleverly allocating the
1305 ** for DMA hints - ergo only 30 bits max.
1625 unsigned long avg = 0, min, max; local
1659 min = max = ioc->avg_search[0];
1662 if (ioc->avg_search[i] > max) max = ioc->avg_search[i];
1666 len += seq_printf(m, " Bitmap search : %ld/%ld/%ld (min/avg/max CPU Cycles)\n",
1667 min, avg, max);
[all...]
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/openssl/crypto/pkcs7/
H A Dpk7_doit.c185 int jj,max; local
211 max=0;
223 if (max < jj) max=jj;
225 if ((tmp=(unsigned char *)OPENSSL_malloc(max)) == NULL)
388 int max;
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/openssl/ssl/
H A Ds3_pkt.c129 static int ssl3_read_n(SSL *s, int n, int max, int extend) argument
135 * (If s->read_ahead is set, 'max' bytes may be stored in rbuf
161 max=n;
166 if (max > max_max)
167 max = max_max;
169 if (n > max) /* does not happen */
190 * to read in more until we have off+n (up to off+max if possible) */
196 i=BIO_read(s->rbio, &(s->s3->rbuf.buf[off+newb]), max-newb);
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/openssl-0.9.8e/ssl/
H A Ds3_pkt.c123 int ssl3_read_n(SSL *s, int n, int max, int extend) argument
129 * (If s->read_ahead is set, 'max' bytes may be stored in rbuf
163 max=n;
168 if (max > max_max)
169 max = max_max;
171 if (n > max) /* does not happen */
192 * to read in more until we have off+n (up to off+max if possible) */
198 i=BIO_read(s->rbio, &(s->s3->rbuf.buf[off+newb]), max-newb);
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/drivers/media/video/saa7134/
H A Dsaa6752hs.c182 .max = 6000,
281 /* set the max bitrate */
288 /* set the target bitrate (no max bitrate for CBR) */
302 /* Note: the total max bitrate is determined by adding the video and audio
389 h->old_params.vi_bitrate.max = params->vi_bitrate.max;
408 if (h->old_params.vi_bitrate.max > MPEG_VIDEO_MAX_BITRATE_MAX)
409 h->old_params.vi_bitrate.max = MPEG_VIDEO_MAX_BITRATE_MAX;
411 h->params.vi_bitrate_peak = params->vi_bitrate.max;
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/arch/ia64/kernel/
H A Dpalinfo.c153 bitregister_process(char *p, u64 *reg_info, int max) argument
160 for(; i < max; i++ ) {
678 u64 max[3], pgm; local
715 max[0] = vm_info_1.pal_vm_info_1_s.max_itr_entry+1;
716 max[1] = vm_info_1.pal_vm_info_1_s.max_dtr_entry+1;
719 for (j=0; j < max[i]; j++) {
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/fs/reiserfs/
H A Dbitmap.c136 int max, int unfm)
185 if (end >= *beg + max || end >= boundary
312 int min, int max, int unfm, unsigned long file_block)
356 min, max, unfm);
366 scan_bitmap_block(th, bm, &off, off_max, min, max, unfm);
372 scan_bitmap_block(th, bm, &off, end_off + 1, min, max, unfm);
134 scan_bitmap_block(struct reiserfs_transaction_handle *th, int bmap_n, int *beg, int boundary, int min, int max, int unfm) argument
310 scan_bitmap(struct reiserfs_transaction_handle *th, b_blocknr_t * start, b_blocknr_t finish, int min, int max, int unfm, unsigned long file_block) argument
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/fs/
H A Dselect.c144 int max; local
152 max = 0;
169 if (max)
173 max++;
176 max += n * __NFDBITS;
179 return max;
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/sound/pci/ice1712/
H A Dphase.c309 uinfo->value.integer.max = WM_VOL_MAX;
439 uinfo->value.integer.max = 0x7F; /* 0dB */
485 uinfo->value.integer.max = 1;
534 uinfo->value.integer.max = 1;
581 uinfo->value.integer.max = PCM_RES; /* 0dB */
624 uinfo->value.integer.max = 1;
H A Dpontis.c120 uinfo->value.integer.max = DAC_RES; /* 0dB, 0.5dB step */
175 uinfo->value.integer.max = ADC_RES; /* 0dB, 0.5dB step */
224 uinfo->value.integer.max = 1;
268 uinfo->value.integer.max = 1;
310 uinfo->value.integer.max = 1;
487 uinfo->value.integer.max = 0xffff; /* 16bit */
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/router/busybox-1.x/e2fsprogs/old_e2fsprogs/
H A Dmke2fs.c327 __u32 max; member in struct:progress_struct
332 const char *label,__u32 max)
343 i = int_log10(max);
349 progress->max = max;
363 printf(progress->format, val, progress->max);
1010 mke2fs_warning_msg(1, "%d-byte blocks too big for system (max %d)",
1149 bb_error_msg_and_die("invalid inode size %d (min %d/max %d)",
331 progress_init(struct progress_struct *progress, const char *label,__u32 max) argument

Completed in 157 milliseconds

<<21222324252627282930>>