Searched refs:source (Results 351 - 375 of 1136) sorted by relevance

<<11121314151617181920>>

/netgear-R7000-V1.0.7.12_1.2.5/src/router/squashfs-4.2/
H A Dread_fs.c375 struct compressor *read_super(int fd, struct squashfs_super_block *sBlk, char *source) argument
390 " to this is unsupported\n", source);
393 source);
403 "SQUASHFS 4 filesystem\n", source,
409 source, sBlk->s_major, sBlk->s_minor);
417 "unsupported by this version\n", source, comp->name);
448 SQUASHFS_EXPORTABLE(sBlk->flags) ? "exportable " : "", source);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/common/
H A Ddcgraph.cpp781 wxDC *source, wxCoord xsrc, wxCoord ysrc, int logical_func , bool WXUNUSED(useMask),
785 wxCHECK_MSG( source->Ok(), false, wxT("wxGCDC(cg)::DoBlit - invalid source DC") );
802 wxRect subrect(source->LogicalToDeviceX(xsrc),
803 source->LogicalToDeviceY(ysrc),
804 source->LogicalToDeviceXRel(width),
805 source->LogicalToDeviceYRel(height));
807 // if needed clip the subrect down to the size of the source DC
809 source->GetSize(&sw, &sh);
810 sw = source
779 DoBlit( wxCoord xdest, wxCoord ydest, wxCoord width, wxCoord height, wxDC *source, wxCoord xsrc, wxCoord ysrc, int logical_func , bool WXUNUSED(useMask), wxCoord xsrcMask, wxCoord ysrcMask ) argument
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/docs/latex/wx/
H A Ddatabase.tex72 and disconnects from the current data source.
90 Returns the name of the connected data source.
211 Connect to a data source. {\it datasource} contains the name of the ODBC data
212 source. The parameters exclusive and readOnly are not used.
236 Sets the name of the data source. Not implemented.
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/openssl-0.9.8e/util/
H A Dmkerr.pl47 @source = (<crypto/*.c>, <crypto/*/*.c>, <ssl/*.c>);
49 @source = @ARGV;
239 # Scan each C source file and look for function and reason codes
251 foreach $file (@source) {
252 # Don't parse the error source file.
255 open(IN, "<$file") || die "Can't open source file $file\n";
317 " * Redistribution and use in source and binary forms, with or without\n",
321 " * 1. Redistributions of source code must retain the above copyright\n",
448 # Rewrite the C source file containing the error details.
491 * Redistribution and use in source an
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/ppp-2.4.4/pppd/
H A Doptions.c6 * Redistribution and use in source and binary forms, with or without
10 * 1. Redistributions of source code must retain the above copyright
86 const char *source; member in struct:option_value
664 opt->name, optopt, mainopt->source);
789 ovp->source = option_source;
810 mainopt->source = option_source;
820 * and source of the option value. Otherwise returns 0.
823 override_value(option, priority, source)
826 const char *source;
838 opt->source
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/sound/soc/codecs/
H A Dwm9713.c102 SOC_ENUM_SINGLE(AC97_PCI_SVID, 14, 4, wm9713_alc_select), /* alc source select 6*/
108 SOC_ENUM_SINGLE(AC97_REC_GAIN, 2, 4, wm9713_out3_pga), /* out 3 source 12 */
109 SOC_ENUM_SINGLE(AC97_REC_GAIN, 0, 4, wm9713_out4_pga), /* out 4 source 13 */
384 /* Capture source left */
388 /* Capture source right */
392 /* mic source */
396 /* mic source B virtual control */
703 static void pll_factors(struct _pll_div *pll_div, unsigned int source) argument
712 if (source > 14400000) {
713 source >>
829 wm9713_set_dai_pll(struct snd_soc_dai *codec_dai, int pll_id, int source, unsigned int freq_in, unsigned int freq_out) argument
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/src/router/ppp/pppd/
H A Doptions.c7 * Redistribution and use in source and binary forms are permitted
50 const char *source; member in struct:option_value
590 opt->name, optopt, mainopt->source);
709 ovp->source = option_source;
730 mainopt->source = option_source;
740 * and source of the option value. Otherwise returns 0.
743 override_value(option, priority, source)
746 const char *source;
758 opt->source = source;
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/src/router/busybox-1.x/networking/
H A Dtraceroute.c8 * Redistribution and use in source and binary forms, with or without
9 * modification, are permitted provided that: (1) source code distributions
139 * network or protocol unreachable, respectively), !S or !F (source
155 * file that came with the source to this program for a description
170 * source port (the high bit is set to move the port number out
191 * sending a loose-source-routed udp datagram through the destination
192 * back to yourself. Unfortunately, SO many gateways botch source
243 struct in_addr ih_src; /* source internet address */
356 /* loose source route gateway list (including room for final destination) */
479 * Return the source addres
907 char *source; local
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/html/
H A Dhtmlpars.cpp104 wxObject* wxHtmlParser::Parse(const wxString& source) argument
106 InitParser(source);
113 void wxHtmlParser::InitParser(const wxString& source) argument
115 SetSource(source);
446 void wxHtmlTagHandler::ParseInnerSource(const wxString& source) argument
448 // It is safe to temporarily change the source being parsed,
450 m_Parser->SetSourceAndSaveState(source);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/aMule-2.3.1/src/utils/plasmamule/
H A Dplasma-applet-plasmamule.cpp227 void PlasmaMuleApplet::onSourceAdded(const QString& source) argument
229 kDebug(m_debugChannel) << "New Source: " << source << " added";
230 m_aMuleEngine->connectSource(source, this, 0);
233 void PlasmaMuleApplet::onSourceRemoved(const QString& source) argument
235 kDebug(m_debugChannel) << "Source: " << source << " removed";
239 void PlasmaMuleApplet::dataUpdated(const QString& source, const Plasma::DataEngine::Data &data) argument
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/libcryptoxx-5.6.0/
H A Deccrypto.cpp464 void DL_GroupParameters_EC<EC>::AssignFrom(const NameValuePairs &source) argument
467 if (source.GetValue(Name::GroupOID(), oid))
475 source.GetRequiredParameter("DL_GroupParameters_EC<EC>", Name::Curve(), ec);
476 source.GetRequiredParameter("DL_GroupParameters_EC<EC>", Name::SubgroupGenerator(), G);
477 source.GetRequiredParameter("DL_GroupParameters_EC<EC>", Name::SubgroupOrder(), n);
478 Integer k = source.GetValueWithDefault(Name::Cofactor(), Integer::Zero());
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/scsi/
H A Dscript_asm.pl496 $source = $2;
498 print STDERR "Parsing MOVE MEMORY $count, $source, $dest\n" if ($debug);
500 &parse_value ($source, 1, 0, 4);
510 expected <count>, <source>, <destination>
524 print STDERR "Forcing register source \n" if ($force && $debug);
528 print STDERR "register operand data8 source\n" if ($debug);
537 print STDERR "register source\n" if ($debug);
546 print STDERR "data8 source\n" if ($debug);
594 print STDERR "source = $src_reg, data = $data8 , destination = $dst_reg\n"
610 Either source an
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/mm/
H A Dmemory_hotplug.c684 LIST_HEAD(source);
698 list_add_tail(&page->lru, &source);
717 if (!list_empty(&source))
718 putback_lru_pages(&source);
722 if (list_empty(&source))
725 ret = migrate_pages(&source, hotremove_migrate_alloc, 0, 1);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/lua/source/src/
H A Dldebug.c180 ar->source = "=[C]";
187 ar->source = p->source ? getstr(p->source) : "=?";
192 luaO_chunkid(ar->short_src, ar->source, LUA_IDSIZE);
549 TString *src = ci_func(ci)->p->source;
552 else { /* no source available; use "?" instead */
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libantlr3c-3.2/include/
H A Dantlr3defs.h14 // Redistribution and use in source and binary forms, with or without
17 // 1. Redistributions of source code must retain the above copyright
467 #define ANTLR3_MEMCPY(target, source, size) memcpy((void *)(target), (const void *)(source), (size_t)(size))
473 #define ANTLR3_MEMMOVE(target, source, size) memmove((void *)(target), (const void *)(source), (size_t)(size))
550 ANTLR3_API pANTLR3_COMMON_TOKEN_STREAM antlr3CommonTokenStreamSourceNew (ANTLR3_UINT32 hint, pANTLR3_TOKEN_SOURCE source);
553 (ANTLR3_UINT32 hint, pANTLR3_TOKEN_SOURCE source, pANTLR3_DEBUG_EVENT_LISTENER debugger);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavcodec/
H A Dlibstagefright.cpp67 sp<MediaSource> *source; member in struct:StagefrightContext
294 s->source = new sp<MediaSource>();
295 *s->source = new CustomSource(avctx, meta);
301 if (s->source == NULL || !s->in_queue || !s->out_queue || !s->client ||
315 false, *s->source, NULL,
556 delete s->source;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/zip30/win32/
H A Dlm32_lcc.asm26 ; The TAB characters in this source file are required by the parser of
31 ; Do NOT assemble this source if external crc32 routine from zlib gets used.
36 ; * Warning: it uses the AT&T syntax: mov source,dest
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/arm/mach-s3c64xx/
H A Ddma.c149 switch (chan->source) {
418 enum s3c2410_dmasrc source,
425 pr_debug("%s: channel %d, source %d, dev %08lx, chan %p\n",
426 __func__, channel, source, devaddr, chan);
433 chan->source = source;
438 switch (source) {
448 printk(KERN_ERR "%s: bad source\n", __func__);
417 s3c2410_dma_devconfig(unsigned int channel, enum s3c2410_dmasrc source, unsigned long devaddr) argument
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/arm/plat-omap/
H A Ddmtimer.c554 int omap_dm_timer_set_source(struct omap_dm_timer *timer, int source) argument
560 l |= source << n;
569 int omap_dm_timer_set_source(struct omap_dm_timer *timer, int source) argument
573 if (source < 0 || source >= 3)
577 ret = clk_set_parent(timer->fclk, dm_source_clocks[source]);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/alpha/lib/
H A Dev6-strncpy_from_user.S56 /* Are source and destination co-aligned? */
76 * t1 == the first source word.
96 * t0 == a source quad not containing a null.
98 * a1 - current aligned source address
131 * t0 == the source word containing the null
139 our source and original destination words. */
162 /* The source and destination are not co-aligned. Align the destination
169 full source word. We can still find a zero at the end of it
174 t1 == the shifted low bits of the first source word
206 EX( ldq_u t2, 8(a1) ) # L : read next high-order source wor
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl-1.0.2h/util/pl/
H A DVC-32.pl54 my ($target,$source,$bname)=@_;
59 \$(TMP_D)$o$bname.asm: $source
61 \$(PERL) $source \$\@
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/include/wx/html/
H A Dhtmlwin.h262 // Set HTML page and display it. !! source is HTML document itself,
266 virtual bool SetPage(const wxString& source);
269 bool AppendToPage(const wxString& source);
463 bool DoSetPage(const wxString& source);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl/util/pl/
H A DVC-32.pl54 my ($target,$source,$bname)=@_;
59 \$(TMP_D)$o$bname.asm: $source
61 \$(PERL) $source \$\@
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/wget-1.12/src/
H A Dres.c27 Corresponding Source for a non-source form of such a combination
28 shall include the source code for the parts of OpenSSL used as well
221 res_parse (const char *source, int length)
225 const char *p = source;
226 const char *end = source + length;
220 res_parse(const char *source, int length) argument
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/net/ipv6/
H A Dsyncookies.c134 return secure_tcp_syn_cookie(&iph->saddr, &iph->daddr, th->source,
145 th->source, th->dest, seq,
200 ireq->rmt_port = th->source;

Completed in 329 milliseconds

<<11121314151617181920>>