Searched refs:max (Results 151 - 175 of 1104) sorted by relevance

1234567891011>>

/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/openssl-0.9.8e/crypto/buffer/
H A Dbuffer.h81 int max; /* size of buffer */ member in struct:buf_mem_st
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/openssl-0.9.8e/crypto/pem/
H A Dpem_seal.c76 int i,j,max=0; local
87 if (j > max) max=j;
89 s=(char *)OPENSSL_malloc(max*2);
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/arch/powerpc/kernel/
H A Diomap.c111 void __iomem *pci_iomap(struct pci_dev *dev, int bar, unsigned long max) argument
119 if (max && len > max)
120 len = max;
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/drivers/net/atl1/
H A Datl1_param.c85 int max; member in struct:atl1_option::__anon5176::__anon5177
116 if (*value >= opt->arg.r.min && *value <= opt->arg.r.max) {
173 {.min = MIN_INT_MOD_CNT,.max = MAX_INT_MOD_CNT}}
192 {.min = FLASH_VENDOR_MIN,.max =
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/include/linux/netfilter/
H A Dnfnetlink.h136 #define nfattr_parse_nested(tb, max, nfa) \
137 nfattr_parse((tb), (max), NFA_DATA((nfa)), NFA_PAYLOAD((nfa)))
139 #define nfattr_bad_size(tb, max, cta_min) \
141 for (__i=0; __i<max; __i++) { \
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/fs/xfs/linux-2.6/
H A Dxfs_sysctl.h30 int max; member in struct:xfs_sysctl_val
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/minidlna/flac-1.2.1/src/libFLAC/
H A Dogg_decoder_aspect.c41 #ifdef max
42 #undef max macro
44 #define max(x,y) ((x)>(y)?(x):(y)) macro
213 const size_t ogg_bytes_to_read = max(bytes_requested - *bytes, OGG_BYTES_CHUNK);
235 /* double protection; this will happen if the read callback returns more bytes than the max requested, which would overflow Ogg's internal buffer */
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/iptables-1.4.12.1/extensions/
H A Dlibip6t_frag.c86 print_ids(const char *name, uint32_t min, uint32_t max, argument
91 if (min != 0 || max != 0xFFFFFFFF || invert) {
93 if (min == max)
96 printf("s:%s%u:%u", inv, min, max);
H A Dlibip6t_mh.c122 "Invalid MH type range (min > max)");
157 static void print_types(uint8_t min, uint8_t max, int invert, int numeric) argument
161 if (min != 0 || max != 0xFF || invert) {
163 if (min == max) {
170 print_type(max, numeric);
H A Dlibxt_udp.c86 print_ports(const char *name, uint16_t min, uint16_t max, argument
91 if (min != 0 || max != 0xFFFF || invert) {
93 if (min == max) {
100 print_port(max, numeric);
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/router/busybox-1.x/loginutils/
H A Dadduser.c21 enum { min = 500, max = 65000 }; enumerator in enum:__anon11266
32 if ((p->pw_uid > max) || (p->pw_uid < min))
44 if ((pw.pw_uid >= p->pw_uid) && (pw.pw_uid < max)
64 if ((p->pw_uid > max) || (p->pw_uid < min))
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/router/iptables-1.x/extensions/
H A Dlibip6t_ah.c136 print_spis(const char *name, u_int32_t min, u_int32_t max, argument
141 if (min != 0 || max != 0xFFFFFFFF || invert) {
142 if (min == max)
145 printf("%ss:%s%u:%u ", name, inv, min, max);
H A Dlibip6t_esp.c117 print_spis(const char *name, u_int32_t min, u_int32_t max, argument
122 if (min != 0 || max != 0xFFFFFFFF || invert) {
123 if (min == max)
126 printf("%ss:%s%u:%u ", name, inv, min, max);
H A Dlibip6t_udp.c51 "invalid portrange (min > max)");
137 print_ports(const char *name, u_int16_t min, u_int16_t max, argument
142 if (min != 0 || max != 0xFFFF || invert) {
144 if (min == max) {
151 print_port(max, numeric);
H A Dlibipt_ah.c115 print_spis(const char *name, u_int32_t min, u_int32_t max, argument
120 if (min != 0 || max != 0xFFFFFFFF || invert) {
122 if (min == max) {
129 printf("%u",max);
H A Dlibipt_esp.c118 print_spis(const char *name, u_int32_t min, u_int32_t max, argument
123 if (min != 0 || max != 0xFFFFFFFF || invert) {
125 if (min == max) {
132 printf("%u",max);
H A Dlibipt_udp.c51 "invalid portrange (min > max)");
137 print_ports(const char *name, u_int16_t min, u_int16_t max, argument
142 if (min != 0 || max != 0xFFFF || invert) {
144 if (min == max) {
151 print_port(max, numeric);
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/include/net/netfilter/
H A Dnf_nat.h40 union nf_conntrack_man_proto min, max; member in struct:nf_nat_range
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/include/video/
H A Dmbxfb.h10 unsigned int max; member in struct:mbxfb_val
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/drivers/scsi/
H A Dlibsrp.c47 static int srp_iu_pool_alloc(struct srp_queue *q, size_t max, argument
53 q->pool = kcalloc(max, sizeof(struct iu_entry *), GFP_KERNEL);
56 q->items = kcalloc(max, sizeof(struct iu_entry), GFP_KERNEL);
61 q->queue = kfifo_init((void *) q->pool, max * sizeof(void *),
66 for (i = 0, iue = q->items; i < max; i++) {
87 size_t max, size_t size)
92 ring = kcalloc(max, sizeof(struct srp_buf *), GFP_KERNEL);
96 for (i = 0; i < max; i++) {
108 for (i = 0; i < max && ring[i]; i++) {
118 static void srp_ring_free(struct device *dev, struct srp_buf **ring, size_t max, argument
86 srp_ring_alloc(struct device *dev, size_t max, size_t size) argument
[all...]
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/db-4.7.25.NC/test/
H A Dmpoolscript.tcl55 set max 0
57 if { $i > $max } {
58 set max $i
62 set cache [list 0 [expr $maxprocs * ([lindex $pgsizes 0] + $max)] 1]
H A Dtxn002.tcl9 proc txn002 { {tnum "002" } { max 1024 } { ntxns 50 } } {
14 puts -nonewline "Txn$tnum: Read-only transaction test ($max) ($ntxns)"
24 env -create -mode 0644 -txn -txn_max $max -home $testdir]
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/minidlna/libvorbis-1.2.3/lib/
H A Dos.h78 #ifndef max
79 # define max(x,y) ((x)<(y)?(y):(x)) macro
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/netatalk-2.2.0/etc/psf/
H A Dpsa.c96 #define max(x,y) ((x)>(y)?(x):(y)) macro
97 fpc = max( n, fpc );
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/drivers/infiniband/hw/mthca/
H A Dmthca_allocator.c49 obj = find_next_zero_bit(alloc->table, alloc->max, alloc->last);
50 if (obj >= alloc->max) {
51 alloc->top = (alloc->top + alloc->max) & alloc->mask;
52 obj = find_first_zero_bit(alloc->table, alloc->max);
55 if (obj < alloc->max) {
70 obj &= alloc->max - 1;
76 alloc->top = (alloc->top + alloc->max) & alloc->mask;
92 alloc->max = num;

Completed in 218 milliseconds

1234567891011>>