Searched refs:newsrc (Results 1 - 8 of 8) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/db-4.7.25.NC/dist/
H A Ds_javadoc_merge43 newsrc = classre.sub(mkclass, open(srcfile).read()) variable
44 newsrc = fieldre.sub(mkfield, newsrc) variable
45 sys.stdout.write(newsrc)
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/tile/lib/
H A Dmemcpy_tile64.c64 unsigned long flags, newsrc, newdst; local
93 newsrc = __fix_to_virt(idx) + ((unsigned long)source & (PAGE_SIZE-1));
94 pmdp = pmd_offset(pud_offset(pgd_offset_k(newsrc), newsrc), newsrc);
95 ptep = pte_offset_kernel(pmdp, newsrc);
97 local_flush_tlb_page(NULL, newsrc, PAGE_SIZE);
100 __memcpy_asm((void *)newdst, (const void *)newsrc, len);
110 local_flush_tlb_page(NULL, newsrc, PAGE_SIZE);
116 __inv_buffer((void *)newsrc, le
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/net/ipv4/netfilter/
H A Dipt_MASQUERADE.c54 __be32 newsrc; local
76 newsrc = inet_select_addr(par->out, rt->rt_gateway, RT_SCOPE_UNIVERSE);
77 if (!newsrc) {
87 newsrc, newsrc,
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/include/sound/
H A Dad1843.h31 int ad1843_set_recsrc(struct snd_ad1843 *ad1843, int newsrc);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/sound/mips/
H A Dad1843.c374 * Returns newsrc on success, -errno on failure.
377 int ad1843_set_recsrc(struct snd_ad1843 *ad1843, int newsrc) argument
379 if (newsrc < 0 || newsrc > 2)
382 ad1843_write_multi(ad1843, 2, &ad1843_LSS, newsrc, &ad1843_RSS, newsrc);
383 return newsrc;
H A Dsgio2audio.c229 int newsrc, oldsrc; local
232 newsrc = ad1843_set_recsrc(&chip->ad1843,
235 return newsrc != oldsrc;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/html/
H A Dhtmlwin.cpp400 wxString newsrc(source);
430 newsrc = nodeL->GetData()->Process(newsrc);
436 newsrc = nodeG->GetData()->Process(newsrc);
454 m_Cell = (wxHtmlContainerCell*) m_Parser->Parse(newsrc);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/sound/oss/
H A Dvwsnd.c1158 * Set recording source. Arg newsrc specifies an OSS channel mask.
1164 * Returns newsrc on success, -errno on failure.
1167 static int ad1843_set_recsrc(lithium_t *lith, int newsrc) argument
1172 switch (newsrc) {
1193 if (newsrc == SOUND_MASK_PCM && oldbits != 6) {
1199 } else if (newsrc != SOUND_MASK_PCM && oldbits == 6) {
1207 return newsrc;

Completed in 113 milliseconds