Searched refs:strong (Results 1 - 23 of 23) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/hid/
H A Dhid-lg2ff.c41 int weak, strong; local
43 strong = effect->u.rumble.strong_magnitude;
46 if (weak || strong) {
48 strong = strong * 0xff / 0xffff;
52 lg2ff->report->field[0]->value[4] = strong;
H A Dhid-drff.c49 int strong, weak; local
51 strong = effect->u.rumble.strong_magnitude;
54 dbg_hid("called with 0x%04x 0x%04x", strong, weak);
56 if (strong || weak) {
57 strong = strong * 0xff / 0xffff;
61 this value is set, it causes the strong rumble to function
69 drff->report->field[0]->value[4] = strong;
81 dbg_hid("running with 0x%02x 0x%02x", strong, weak);
H A Dhid-pl.c53 s32 *strong; member in struct:plff_device
71 *plff->strong = left;
89 s32 *strong; local
129 strong = &report->field[0]->value[2];
136 strong = &report->field[2]->value[0];
159 plff->strong = strong;
162 *strong = 0x00;
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/media/dvb/frontends/
H A Dau8522_dig.c660 * led = 2 | signal strong
804 u16 strong; local
813 strong = led_config->qam256_strong;
815 strong = led_config->qam64_strong;
817 strong = led_config->vsb8_strong;
819 if (*snr >= strong)
825 (((strong < *snr) ? (*snr - strong) : (strong - *snr)) <= 10))
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/input/
H A Dff-memless.c248 unsigned int strong, weak, i; local
272 strong = (u32)new->u.rumble.strong_magnitude * gain / 0xffff;
275 if (effect->u.rumble.strong_magnitude + strong)
279 new->direction, strong);
288 min(strong + effect->u.rumble.strong_magnitude,
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/wget-1.12/doc/
H A Dtexi2pod.pl275 $ic =~ s/\@(?:samp|strong|key|gcctabopt|env)/B/;
354 s/\@(?:gccoptlist|samp|strong|key|option|env|command|b)\{([^\}]*)\}/B<$1>/g;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libav-0.8.8/doc/
H A Dtexi2pod.pl267 $ic =~ s/\@(?:samp|strong|key|gcctabopt|option|env)/B/;
340 s/\@(?:gccoptlist|samp|strong|key|option|env|command|b)\{([^\}]*)\}/B<$1>/g;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/doc/
H A Dtexi2pod.pl277 $ic =~ s/\@(?:samp|strong|key|gcctabopt|option|env|command)/B/;
376 s/\@(?:gccoptlist|samp|strong|key|option|env|command|b)\{([^\}]*)\}/B<$1>/g;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavcodec/x86/
H A Dhevc_deblock.asm381 ;weak / strong decision compare to beta_2
386 ;end weak / strong decision
420 ;decide between strong and weak filtering
454 and r14, r2; strong mask , beta_2 and beta_3 comparisons
465 and r14, r2; strong mask, beta_2, beta_3 and tc25 comparisons
469 and r14, r2; strong mask, bits 2 and 0
475 mov r2, r14; strong mask
481 or r14, r2; final strong mask, bits 1 and 0
485 pcmpeqd m10, [pd_1]; strong mask
488 pand m11, m10; combine filtering mask and strong mas
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libav-0.8.8/libavcodec/
H A Drv40.c304 int strong; local
307 strong = rdsp->rv40_loop_filter_strength[dir](src, stride, beta, beta2,
312 if (strong) {
338 * flags indicating that macroblock can be filtered with strong filter
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavcodec/
H A Drv40.c310 int strong; local
313 strong = rdsp->rv40_loop_filter_strength[dir](src, stride, beta, beta2,
318 if (strong) {
344 * flags indicating that macroblock can be filtered with strong filter
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/media/dvb/dvb-usb/
H A Daf9005-fe.c57 int strong; member in struct:af9005_fe_state
484 if (temp != state->strong) {
485 deb_info("adjust for strong signal %d\n", temp);
486 state->strong = temp;
1213 state->strong = -1;
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/input/joystick/
H A Dxpad.c602 __u16 strong = effect->u.rumble.strong_magnitude; local
611 xpad->odata[3] = strong / 256; /* left actuator */
622 xpad->odata[3] = strong / 256; /* left actuator? */
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/dhcp6/
H A Dcommon.c386 getifaddr(addr, ifnam, prefix, plen, strong, ignoreflags)
391 int strong; /* if strong host model is required or not */
406 if (strong && strcmp(ifnam, ifa->ifa_name) != 0)
/netgear-R7000-V1.0.7.12_1.2.5/src/router/dhcp6/
H A Dcommon.c386 getifaddr(addr, ifnam, prefix, plen, strong, ignoreflags)
391 int strong; /* if strong host model is required or not */
406 if (strong && strcmp(ifnam, ifa->ifa_name) != 0)
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/tests/fate/
H A Dfilter-video.mak309 #fate-filter-pixfmts-histeq: CMD = pixfmts "antibanding=strong"
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libunistring-0.9.3/build-aux/
H A Dtexi2html2148 $about .= &$I(' where the @strong{ Example } assumes that the current position is at @strong{ Subsubsection One-Two-Three } of a document of the following structure:') . "\n";
2150 # where the <strong> Example </strong> assumes that the current position
2151 # is at <strong> Subsubsection One-Two-Three </strong> of a document of
2173 ' <strong>&lt;== ' . &$I('Current Position') . " </strong></li>\n" .
2212 $result .= '<strong> ' . $author . " </strong><b
[all...]
H A Dtexinfo.tex186 stand-alone strong-est time-stamp time-stamps which-ever white-space
2405 \let\strong=\b
4111 \definedummyword\strong
/netgear-R7000-V1.0.7.12_1.2.5/src/router/arm-uclibc/target/www/cgi-bin/
H A Dhighcharts.js95 this.box=f.element;this.boxWrapper=f;this.alignedObjects=[];this.url=Ac?"":e.href.replace(/#.*?$/,"");this.defs=this.createElement("defs").add();this.forExport=d;this.setSize(b,c,false)},createElement:function(a){var b=new this.Element;b.init(this,a);return b},buildText:function(a){for(var b=a.element,c=y(a.textStr,"").toString().replace(/<(b|strong)>/g,'<span style="font-weight:bold">').replace(/<(i|em)>/g,'<span style="font-style:italic">').replace(/<a/g,"<span").replace(/<\/(b|strong|i|em|a)>/g,
/netgear-R7000-V1.0.7.12_1.2.5/src/router/arm-uclibc/target/www/script/
H A Dhighcharts.js95 this.box=f.element;this.boxWrapper=f;this.alignedObjects=[];this.url=Ac?"":e.href.replace(/#.*?$/,"");this.defs=this.createElement("defs").add();this.forExport=d;this.setSize(b,c,false)},createElement:function(a){var b=new this.Element;b.init(this,a);return b},buildText:function(a){for(var b=a.element,c=y(a.textStr,"").toString().replace(/<(b|strong)>/g,'<span style="font-weight:bold">').replace(/<(i|em)>/g,'<span style="font-style:italic">').replace(/<a/g,"<span").replace(/<\/(b|strong|i|em|a)>/g,
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/mtools-4.0.10/
H A Dtexinfo.tex189 stand-alone strong-est time-stamp time-stamps which-ever white-space
2534 % @b, explicit bold. Also @strong.
2536 \let\strong=\b
4323 \definedummyword\strong
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/gettext-0.17/build-aux/
H A Dtexinfo.tex185 stand-alone strong-est time-stamp time-stamps which-ever white-space
2383 \let\strong=\b
4081 \definedummyword\strong
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/gperf-3.0.4/doc/
H A Dtexinfo.tex186 stand-alone strong-est time-stamp time-stamps which-ever white-space
2405 \let\strong=\b
4111 \definedummyword\strong

Completed in 245 milliseconds