Searched refs:min (Results 26 - 50 of 2156) sorted by relevance

1234567891011>>

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavcodec/x86/
H A Daudiodsp_init.c34 int32_t min, int32_t max, unsigned int len);
36 int32_t min, int32_t max, unsigned int len);
38 int32_t min, int32_t max, unsigned int len);
40 int32_t min, int32_t max, unsigned int len);
42 float min, float max, int len);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openvpn-2.3.1/src/openvpn/
H A Dinteger.h31 * min/max functions
53 constrain_int (int x, int min, int max) argument
55 if (min > max)
56 return min;
57 if (x < min)
58 return min;
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/Documentation/s390/
H A Dconfig3270.sh52 while read devno maj min;do
53 if [ $min = 0 ]; then
61 echo mknod $D/$TUB$devno c $fsmaj $min >> $SCR
65 echo mknod $D/$TTY$devno c $maj $min >>$SCR
66 echo mknod $D/$TUB$devno c $fsmaj $min >> $SCR
68 echo "echo t$min$GETTYLINE $TTY$devno >> $NINITTAB" >> $SCRTMP
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/net/sfc/
H A Dbitfield.h109 * which contains bits [min,max).
122 #define EFX_EXTRACT_NATIVE(native_element, min, max, low, high) \
123 (((low > max) || (high < min)) ? 0 : \
124 ((low > min) ? \
125 ((native_element) >> (low - min)) : \
126 ((native_element) << (min - low))))
130 * element which contains bits [min,max)
132 #define EFX_EXTRACT64(element, min, max, low, high) \
133 EFX_EXTRACT_NATIVE(le64_to_cpu(element), min, max, low, high)
137 * element which contains bits [min,ma
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/libvorbis-1.2.3/vq/
H A Ddistribution.c36 float min; local
79 max=min=_float32_unpack(c->q_min);
83 float val=c->quantlist[i]*delta+min;
87 printf("Minimum scalar value: %f\n",min);
145 printf("%+08f (%8ld) |",c->quantlist[ptr]*delta+min,countarray[ptr]);
169 sprintf(buf,"getting min/max (%.2f::%.2f). lines...",min,max);
174 min=max=code;
181 if(code<min)min
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/db-4.7.25.NC/test/
H A Dtest109.tcl83 puts "\tTest$tnum.a: Max must be greater than min."
86 -init 0 -min 100 -max 0 $db $key]} res
87 error_check_good max>min [is_substr $errorCode EINVAL] 1
89 puts "\tTest$tnum.b: Init can't be out of the min-max range."
92 -init 101 -min 0 -max 100 $db $key]} res
96 set min 0
98 foreach { init inc } { $min -inc $max -dec } {
100 test_sequence $env $db $key $min $max $init $inc
106 set min 0
115 $min
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/avahi-0.6.25/avahi-common/
H A Dutf8.c56 unsigned min = 0; local
80 min = (1 << 11);
86 min = (1 << 16);
100 if ( (val < min))
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/avahi-0.6.25/avahi-common/
H A Dutf8.c56 unsigned min = 0; local
80 min = (1 << 11);
86 min = (1 << 16);
100 if ( (val < min))
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/db-4.7.25.NC/dbinc_auto/
H A Drepmgr_auto.h25 u_int32_t min; member in struct:___repmgr_version_proposal_args
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/curl/curl-7.36.0/lib/
H A Dkrb5.c91 OM_uint32 maj, min; local
99 maj = gss_unseal(&min, *context, &enc, &dec, NULL, NULL);
108 gss_release_buffer(&min, &dec);
129 OM_uint32 maj, min; local
141 maj = gss_seal(&min, *context,
156 gss_release_buffer(&min, &enc);
172 OM_uint32 maj, min; local
211 maj = gss_import_name(&min, &input_buffer, GSS_C_NT_HOSTBASED_SERVICE,
214 gss_release_name(&min, &gssname);
224 gss_display_name(&min, gssnam
317 OM_uint32 min; local
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/aMule-2.3.1/src/utils/wxCas/src/
H A Dlinuxmon.cpp79 wxInt32 day, hour, min, sec; local
82 min = ( wxInt32 ) ( ( uptime - day * 86400 - hour * 3600 ) / 60 );
83 sec = ( wxInt32 ) ( uptime - day * 86400 - hour * 3600 - min * 60 );
86 m_uptime.Format ( _( "%i day(s) %i hour(s) %i min %i s" ), day, hour, min,
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/staging/wlan-ng/
H A Dp80211meta.h69 u32 min; /* min value of a BOUNDEDint */ member in struct:p80211meta
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/m68k/include/asm/
H A Dmachdep_no.h14 int *min, int *sec);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/m68knommu/kernel/
H A Dtime.c62 unsigned int year, mon, day, hour, min, sec; local
65 mach_gettod(&year, &mon, &day, &hour, &min, &sec);
67 year = mon = day = hour = min = sec = 0;
72 return mktime(year, mon, day, hour, min, sec);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/forked-daapd-0.19/src/
H A Drng.h19 rng_rand_range(struct rng_ctx *ctx, int32_t min, int32_t max);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/h8300/kernel/
H A Dtime.c46 unsigned int year, mon, day, hour, min, sec; local
53 hour = min = sec = 0;
55 h8300_gettod (&year, &mon, &day, &hour, &min, &sec);
59 ts->tv_sec = mktime(year, mon, day, hour, min, sec);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/net/ipv4/netfilter/
H A Dnf_nat_proto_gre.c48 unsigned int min, i, range_size; local
62 min = 1;
65 min = ntohs(range->min.gre.key);
66 range_size = ntohs(range->max.gre.key) - min + 1;
69 pr_debug("min = %u, range_size = %u\n", min, range_size);
72 *keyptr = htons(min + key % range_size);
/netgear-R7000-V1.0.7.12_1.2.5/src/router/iptables-1.x/extensions/
H A Dlibip6t_length.c41 /* If a single value is provided, min and max are both set to the value */
50 info->min = info->max = parse_length(buffer);
55 info->min = buffer[0] ? parse_length(buffer) : 0;
60 if (info->min > info->max)
62 "length min. range value `%u' greater than max. "
63 "range value `%u'", info->min, info->max);
112 if (info->max == info->min)
113 printf("%u ", info->min);
115 printf("%u:%u ", info->min, info->max);
H A Dlibipt_length.c39 /* If a single value is provided, min and max are both set to the value */
48 info->min = info->max = parse_length(buffer);
53 info->min = buffer[0] ? parse_length(buffer) : 0;
58 if (info->min > info->max)
60 "length min. range value `%u' greater than max. "
61 "range value `%u'", info->min, info->max);
110 if (info->max == info->min)
111 printf("%u ", info->min);
113 printf("%u:%u ", info->min, info->max);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/zlib-1.2.8/
H A Dinftrees.c42 unsigned min, max; /* minimum and maximum code lengths */ local
126 for (min = 1; min < max; min++)
127 if (count[min] != 0) break;
128 if (root < min) root = min;
202 len = min; /* starting code length */
235 min = fill; /* save offset to next table */
266 next += min; /* her
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/include/wx/generic/
H A Dspinctlg.h43 int min = 0, int max = 100, int initial = 0,
47 Create(parent, id, value, pos, size, style, min, max, initial, name);
56 int min = 0, int max = 100, int initial = 0,
64 void SetRange(int min, int max);
127 int min = 0, int max = 100, int initial = 0,
130 Create(parent, id, value, pos, size, style, min, max, initial, name);
139 int min = 0, int max = 100, int initial = 0,
142 SetRange(min, max);
167 void SetRange(int min, int max) { m_min = min; m_ma argument
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/include/wx/mac/carbon/
H A Dspinctrl.h47 int min = 0, int max = 100, int initial = 0,
51 Create(parent, id, value, pos, size, style, min, max, initial, name);
60 int min = 0, int max = 100, int initial = 0,
71 void SetRange(int min, int max);
139 int min = 0, int max = 100, int initial = 0,
142 Create(parent, id, value, pos, size, style, min, max, initial, name);
151 int min = 0, int max = 100, int initial = 0,
154 SetRange(min, max);
179 void SetRange(int min, int max) { m_min = min; m_ma argument
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/include/wx/mac/classic/
H A Dspinctrl.h43 int min = 0, int max = 100, int initial = 0,
47 Create(parent, id, value, pos, size, style, min, max, initial, name);
56 int min = 0, int max = 100, int initial = 0,
67 void SetRange(int min, int max);
128 int min = 0, int max = 100, int initial = 0,
131 Create(parent, id, value, pos, size, style, min, max, initial, name);
140 int min = 0, int max = 100, int initial = 0,
143 SetRange(min, max);
168 void SetRange(int min, int max) { m_min = min; m_ma argument
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/lib/zlib_inflate/
H A Dinftrees.c28 unsigned min, max; /* minimum and maximum code lengths */ local
112 for (min = 1; min <= MAXBITS; min++)
113 if (count[min] != 0) break;
114 if (root < min) root = min;
189 len = min; /* starting code length */
221 min = fill; /* save offset to next table */
252 next += min; /* her
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/zlib-1.2.7/
H A Dinftrees.c42 unsigned min, max; /* minimum and maximum code lengths */ local
126 for (min = 1; min < max; min++)
127 if (count[min] != 0) break;
128 if (root < min) root = min;
202 len = min; /* starting code length */
235 min = fill; /* save offset to next table */
266 next += min; /* her
[all...]

Completed in 524 milliseconds

1234567891011>>