Searched refs:range (Results 101 - 125 of 337) sorted by relevance

1234567891011>>

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/net/wireless/
H A Dnetwave_cs.c173 /* Scramble key, range from 0x0 to 0xffff.
574 * Wireless Handler : get range info
581 struct iw_range *range = (struct iw_range *) extra; local
588 memset(range, 0, sizeof(struct iw_range));
591 range->we_version_compiled = WIRELESS_EXT;
592 range->we_version_source = 9; /* Nothing for us in v10 and v11 */
594 /* Set information in the range struct */
595 range->throughput = 450 * 1000; /* don't argue on this ! */
596 range->min_nwid = 0x0000;
597 range
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/include/
H A Dhnddma.h30 /* range param for dma_getnexttxp() and dma_txreclaim */
73 typedef void (*di_txreclaim_t)(hnddma_t *dmah, txd_range_t range);
76 typedef void* (*di_getnexttxp_t)(hnddma_t *dmah, txd_range_t range);
79 typedef void* (*di_peekntxp_t)(hnddma_t *dmah, int *len, void *txps[], txd_range_t range);
204 #define dma_txreclaim(di, range) ((di)->di_fn->txreclaim(di, range))
207 #define dma_getnexttxp(di, range) ((di)->di_fn->getnexttxp(di, range))
260 #define dma_txreclaim(di, range) (dma64proc.txreclaim(di, range))
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/minidlna/libvorbis-1.2.3/doc/
H A D07-floor1.tex28 full range of the spectral floor to be computed.
116 3) iterate [i] over the range 0 ... [floor1_partitions]-1 \{
123 6) iterate [i] over the range 0 ... [maximum_class] \{
133 11) iterate [j] over the range 0 ... (2 exponent [floor1_class_subclasses] element [i]) - 1 \{
145 18) iterate [i] over the range 0 ... [floor1_partitions]-1 \{
148 20) iterate [j] over the range 0 ... ([floor1_class_dimensions] element [current_class_number])-1 \{
186 1) [range] = vector \{ 256, 128, 86, 64 \} element ([floor1_multiplier]-1)
187 2) vector [floor1_Y] element [0] = read \link{vorbis:spec:ilog}{ilog}([range]-1) bits as unsigned integer
188 3) vector [floor1_Y] element [1] = read \link{vorbis:spec:ilog}{ilog}([range]-1) bits as unsigned integer
190 5) iterate [i] over the range
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/net/mac80211/
H A Dieee80211_ioctl.c347 struct iw_range *range = (struct iw_range *) extra; local
350 memset(range, 0, sizeof(struct iw_range));
352 range->we_version_compiled = WIRELESS_EXT;
353 range->we_version_source = 21;
354 range->retry_capa = IW_RETRY_LIMIT;
355 range->retry_flags = IW_RETRY_LIMIT;
356 range->min_retry = 0;
357 range->max_retry = 255;
358 range->min_rts = 0;
359 range
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/db-4.7.25.NC/java/src/com/sleepycat/persist/
H A DBasicIndex.java252 KeyRange range = emptyRange.subRange
254 return cursor(txn, range, adapter, config);
258 KeyRange range,
265 new RangeCursor(range, null/*pkRange*/, sortedDups, cursor);
257 cursor(Transaction txn, KeyRange range, ValueAdapter<V> adapter, CursorConfig config) argument
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/db-4.7.25.NC/test/
H A Dtxn012.tcl38 set truncname [string range $longtxnname 0 49]
H A Dupdate.tcl70 [string range $errorInfo 0 [expr $fnl - 1]]
H A Dupgrade.tcl89 set dbendianness [string range $version end-1 end]
615 set basename [string range $dbfile \
678 set lognum [string range $logfile \
699 set basename [string range $dumpfile \
814 set a [string range $a 0 [expr $an - 1]]
817 set b [string range $b 0 [expr $bn - 1]]
828 set termchar [string range $str $last $last]
830 set ret [string range $str 0 [expr $last - 1]]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/curl-7.23.1/source/docs/examples/
H A Drtsp.c118 static void rtsp_play(CURL *curl, const char *uri, const char *range) argument
123 my_curl_easy_setopt(curl, CURLOPT_RANGE, range);
179 const char *range = "0.000-"; local
246 rtsp_play(curl, uri, range);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/powerpc/boot/
H A Ddevtree.c159 * range, then the whole reg block fits.
161 static int compare_reg(u32 *reg, u32 *range, u32 *rangesize) argument
167 if (reg[i] < range[i])
169 if (reg[i] > range[i])
174 end = range[i] + rangesize[i];
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/sound/usb/caiaq/
H A Dcaiaq-input.c38 #define DEG90 (range/2)
39 #define DEG180 (range)
54 int range = HIGH_PEAK - LOW_PEAK; local
57 weight_b = abs(mid_value-a) - (range/2 - 100)/2;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/minidlna/libvorbis-1.2.3/vq/
H A Dmake_residue_books.pl50 my($name,$datafile,$bookname,$interval,$range)=split(' ',$1);
69 my $command="huffbuild $bookname.tmp 0-$range";
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/minidlna/ffmpeg-0.5.1/libavcodec/
H A Dzmbvenc.c47 int range; member in struct:ZmbvEncContext
96 for(ty = FFMAX(y - c->range, 0); ty < FFMIN(y + c->range, c->avctx->height - bh); ty++){
97 for(tx = FFMAX(x - c->range, 0); tx < FFMIN(x + c->range, c->avctx->width - bw); tx++){
257 c->range = 8;
259 c->range = FFMIN(avctx->me_range, 127);
H A Djpeglsenc.c50 err += state->range;
51 if(err >= ((state->range + 1) >> 1)) {
52 err -= state->range;
167 err += state->range;
168 if(err >= ((state->range + 1) >> 1))
169 err -= state->range;
H A Dcabac.c121 c->range= 0x1FE;
146 c->range= 0x1FE;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/samba-3.0.13/source/modules/
H A Dcharset_macosxfs.c212 CFRange range; local
263 range = CFRangeMake(0,outsize);
284 CFStringDelete(cfstring, range);
293 CFStringGetCharacters(cfstring, range, (UniChar*)*outbuf);
294 CFStringDelete(cfstring, range);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/libxml2-2.7.2/
H A Dregressions.py41 for i in range(len(res)):
50 for i in range(len(exp)):
79 for i in range(min(el, rl)):
84 for i in range(rl, el):
88 for i in range (el, rl):
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/router/netconf/
H A Dnetconf_linux.c298 /* We added 8 bytes of day range at the end */
328 struct ip_nat_range *range = (struct ip_nat_range *) &mr->range[0]; local
331 nat->ipaddr.s_addr = range->min_ip;
335 nat->ports[0] = range->min.tcp.port;
336 nat->ports[1] = range->max.tcp.port;
341 nat->ports[0] = range->min.udp.port;
342 nat->ports[1] = range->max.udp.port;
559 /* We added 8 bytes of day range at the end */
589 struct ip_nat_range *range local
989 struct ip_nat_range *range = (struct ip_nat_range *) &mr->range[0]; local
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/net/netfilter/
H A Dnf_conntrack_netlink.c575 struct nf_nat_range *range)
593 if (npt->nfattr_to_range(tb, range) > 0)
594 range->flags |= IP_NAT_RANGE_PROTO_SPECIFIED;
608 const struct nf_conn *ct, struct nf_nat_range *range)
613 memset(range, 0, sizeof(*range));
621 range->min_ip = *(__be32 *)NFA_DATA(tb[CTA_NAT_MINIP-1]);
624 range->max_ip = range->min_ip;
626 range
573 nfnetlink_parse_nat_proto(struct nfattr *attr, const struct nf_conn *ct, struct nf_nat_range *range) argument
607 nfnetlink_parse_nat(struct nfattr *nat, const struct nf_conn *ct, struct nf_nat_range *range) argument
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/iptables-1.4.12.1/extensions/
H A Dlibxt_multiport.c109 char *buffer, *cp, *next, *range; local
122 range = strchr(cp, ':');
123 if (range) {
127 *range++ = '\0';
130 if (range) {
132 multiinfo->ports[++i] = xtables_parse_port(range, proto);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/connector/
H A Dconnector.c273 id->idx < req->first + req->range) {
281 id->val < req->first + req->range) {
364 if (req1->first != req2->first || req1->range != req2->range)
371 if (req1->first != req2->first || req1->range != req2->range)
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/fs/ocfs2/
H A Dextent_map.c62 unsigned int range; local
68 range = emi->ei_cpos + emi->ei_clusters;
70 if (cpos >= emi->ei_cpos && cpos < range) {
117 unsigned int range; local
131 range = emi->ei_cpos + emi->ei_clusters;
132 if (range > cpos) {
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/sparc64/kernel/
H A Dof_device.c246 int (*map)(u32 *addr, const u32 *range,
261 /* Make sure the least significant 64-bits are in-range. Even
280 static int of_bus_default_map(u32 *addr, const u32 *range, argument
291 if (of_out_of_range(addr, range, range + na + pna, na, ns))
294 /* Start with the parent range base. */
295 memcpy(result, range + na, pna * 4);
301 range[na - 1 - i]);
358 static int of_bus_simba_map(u32 *addr, const u32 *range, argument
373 static int of_bus_pci_map(u32 *addr, const u32 *range, argument
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/samba-3.0.13/source/python/examples/tdbpack/
H A Doldtdbutil.py122 for i in range(0,addon):
136 for i in range(size-1,-1,-1):
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/macintosh/
H A Dvia-pmu-backlight.c25 unsigned int i, flat, count, range = (max - min); local
34 bl_curve[flat + i] = min + (range * (i + 1) / count);

Completed in 456 milliseconds

1234567891011>>