Searched refs:spl (Results 1 - 11 of 11) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/mips/include/asm/mach-jz4740/
H A Djz4740_fb.h57 uint32_t spl; member in struct:jz4740_fb_platform_data::__anon9726
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/isdn/mISDN/
H A Ddsp_audio.c205 u8 spl; local
221 /* spl is the source: the law-sample (converted to alaw) */
222 spl = i;
224 spl = dsp_audio_ulaw_to_alaw[i];
227 if (sorted_alaw[j] == spl)
234 spl = sorted_alaw[i << 1];
236 spl = dsp_audio_alaw_to_ulaw[spl];
237 dsp_audio_seven2law[i] = spl;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/contrib/include/wx/ogl/
H A Dlines.h178 inline void SetSpline(bool spl) { m_isSpline = spl; } argument
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/media/video/cx88/
H A Dcx88-dsp.c235 unsigned int spl = bpl/4; local
236 unsigned int sample_count = spl*(AUD_RDS_LINES-1);
/netgear-R7000-V1.0.7.12_1.2.5/src/router/busybox-1.x/editors/
H A Dawk.c1438 static node *mk_splitter(const char *s, tsplitter *spl) argument
1443 re = &spl->re[0];
1444 ire = &spl->re[1];
1445 n = &spl->n;
1508 static int awk_split(const char *s, node *spl, char **slist) argument
1519 c[0] = c[1] = (char)spl->info;
1524 if ((spl->info & OPCLSMASK) == OC_REGEXP) { /* regex split */
1530 if (regexec(icase ? spl->r.ire : spl->l.re, s, 1, pmatch, 0) == 0
1979 node *spl; local
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/netatalk-2.2.5/sys/netatalk/
H A Dddp_input.c21 #include <net/spl.h>
H A Dddp_usrreq.c28 #include <net/spl.h>
H A Dat_control.c34 #include <net/spl.h>
H A Daarp.c29 #include <net/spl.h>
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/db-4.7.25.NC/test/
H A Dtestutils.tcl562 set spl [expr $len - $n_replace]
564 if { $spl < 0 } {
565 set spl 0
574 [string range $newstr 0 [expr $spl - 1 ] ]$repl]
577 {-partial [list $spl $n_replace] $key [chop_data $method $repl]}]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/video/
H A Djz4740_fb.c448 writel(pdata->special_tft_config.spl, jzfb->base + JZ_REG_LCD_SPL);

Completed in 137 milliseconds