Searched refs:source (Results 51 - 75 of 1136) sorted by relevance

1234567891011>>

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/zlib-1.2.8/
H A Duncompr.c12 Decompresses the source buffer into the destination buffer. sourceLen is
13 the byte length of the source buffer. Upon entry, destLen is the total
24 int ZEXPORT uncompress (dest, destLen, source, sourceLen)
27 const Bytef *source;
33 stream.next_in = (z_const Bytef *)source;
35 /* Check for source > 64K on 16-bit machine: */
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/contrib/src/stc/scintilla/src/
H A DStyle.h1 // Scintilla source code edit control
41 Style(const Style &source);
43 Style &operator=(const Style &source);
50 void ClearTo(const Style &source);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/zlib/
H A Duncompr.c12 Decompresses the source buffer into the destination buffer. sourceLen is
13 the byte length of the source buffer. Upon entry, destLen is the total
26 int ZEXPORT uncompress (dest, destLen, source, sourceLen)
29 const Bytef *source;
35 stream.next_in = (Bytef*)source;
37 /* Check for source > 64K on 16-bit machine: */
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/zlib-1.2.3/
H A Duncompr.c12 Decompresses the source buffer into the destination buffer. sourceLen is
13 the byte length of the source buffer. Upon entry, destLen is the total
26 int ZEXPORT uncompress (dest, destLen, source, sourceLen)
29 const Bytef *source;
35 stream.next_in = (Bytef*)source;
37 /* Check for source > 64K on 16-bit machine: */
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/transmission/zlib-1.2.3/
H A Duncompr.c12 Decompresses the source buffer into the destination buffer. sourceLen is
13 the byte length of the source buffer. Upon entry, destLen is the total
26 int ZEXPORT uncompress (dest, destLen, source, sourceLen)
29 const Bytef *source;
35 stream.next_in = (Bytef*)source;
37 /* Check for source > 64K on 16-bit machine: */
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/zlib-1.2.7/
H A Duncompr.c12 Decompresses the source buffer into the destination buffer. sourceLen is
13 the byte length of the source buffer. Upon entry, destLen is the total
24 int ZEXPORT uncompress (dest, destLen, source, sourceLen)
27 const Bytef *source;
33 stream.next_in = (Bytef*)source;
35 /* Check for source > 64K on 16-bit machine: */
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/sparc/lib/
H A Dmemset.S36 #define ZERO_BIG_BLOCK(base, offset, source) \
37 std source, [base + offset + 0x00]; \
38 std source, [base + offset + 0x08]; \
39 std source, [base + offset + 0x10]; \
40 std source, [base + offset + 0x18]; \
41 std source, [base + offset + 0x20]; \
42 std source, [base + offset + 0x28]; \
43 std source, [base + offset + 0x30]; \
44 std source, [base + offset + 0x38];
46 #define ZERO_LAST_BLOCKS(base, offset, source) \
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/char/rio/
H A Drio_linux.h118 static inline void __iomem *rio_memcpy_toio(void __iomem *dummy, void __iomem *dest, void *source, int n) argument
121 char *src = source;
131 static inline void __iomem *rio_copy_toio(void __iomem *dest, void *source, int n) argument
134 char *src = source;
143 static inline void *rio_memcpy_fromio(void *dest, void __iomem *source, int n) argument
146 char __iomem *src = source;
155 #define rio_memcpy_toio(dummy,dest,source,n) memcpy_toio(dest, source, n)
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/mac/corefoundation/
H A Dgsockosx.cpp24 CFRunLoopSourceRef source; member in struct:MacGSocketData
69 if (data && data->source) return data;
79 CFRunLoopSourceRef source = CFSocketCreateRunLoopSource(NULL, cf, 0); local
80 assert(source);
83 /* Keep the source and the socket around. */
84 data->source = source;
122 data->source = NULL;
133 if ( data->source )
134 CFRelease(data->source);
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/libpcap-1.4.0/
H A Dpcap-snoop.c5 * Redistribution and use in source and binary forms, with or without
6 * modification, are permitted provided that: (1) source code distributions
144 * XXX - libnet overwrites the source address with what I
217 (void)strncpy(sr.sr_ifname, p->opt.source, sizeof(sr.sr_ifname));
237 if (strncmp("et", p->opt.source, 2) == 0 || /* Challenge 10 Mbit */
238 strncmp("ec", p->opt.source, 2) == 0 || /* Indigo/Indy 10 Mbit,
240 strncmp("ef", p->opt.source, 2) == 0 || /* O200/2000 10/100 Mbit */
241 strncmp("eg", p->opt.source, 2) == 0 || /* Octane/O2xxx/O3xxx Gigabit */
242 strncmp("gfe", p->opt.source, 3) == 0 || /* GIO 100 Mbit */
243 strncmp("fxp", p->opt.source,
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/dma/ipu/
H A Dipu_irq.c75 int source; member in struct:ipu_irq_map
91 if (irq_map[i].source == src)
114 reg |= (1UL << (map->source & 31));
137 reg &= ~(1UL << (map->source & 31));
158 ipu_write_reg(bank->ipu, 1UL << (map->source & 31), bank->status);
178 (1UL << (map->source & 31));
185 * ipu_irq_map() - map an IPU interrupt source to an IRQ number
186 * @source: interrupt source bit position (see below)
189 * The source paramete
197 ipu_irq_map(unsigned int source) argument
241 ipu_irq_unmap(unsigned int source) argument
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/l7filter/regexp/
H A Dregexp.h38 void regsub(regexp *prog, char *source, char *dest);
/netgear-R7000-V1.0.7.12_1.2.5/project/gpl/l7filter/regexp/
H A Dregexp.h38 void regsub(regexp *prog, char *source, char *dest);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/include/linux/
H A Dpps_kernel.h31 /* The specific PPS source info */
37 void (*echo)(int source, int event, void *data); /* PPS echo function */
45 struct pps_source_info info; /* PSS source info */
58 unsigned int id; /* PPS source unique ID */
82 struct pps_device *pps_get_source(int source);
86 extern void pps_unregister_source(int source);
89 extern void pps_event(int source, struct pps_ktime *ts, int event, void *data);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/aMule-2.3.1/src/
H A DDeadSourceList.cpp97 CDeadSource source(
107 if ( range.first->second == source ) {
113 // The source is no longer dead, so remove it to reduce the size of the list
125 CDeadSource source(
132 // Set the timeout for the new source
133 source.SetTimeout( client->HasLowID() ? BLOCKTIMEFW : BLOCKTIME );
135 // Check if the source is already listed
138 if ( range.first->second == source ) {
139 range.first->second = source;
144 m_sources.insert( DeadSourceMap::value_type( client->GetUserIDHybrid(), source ) );
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libgpg-error-1.10/lang/cl/
H A Dgpg-error.lisp38 (defcenum gpg-err-source-t
39 "The GPG error source type."
40 (:gpg-err-source-unknown 0)
41 (:gpg-err-source-gcrypt 1)
42 (:gpg-err-source-gpg 2)
43 (:gpg-err-source-gpgsm 3)
44 (:gpg-err-source-gpgagent 4)
45 (:gpg-err-source-pinentry 5)
46 (:gpg-err-source-scd 6)
47 (:gpg-err-source
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/arm/plat-s3c24xx/
H A Dclock-dclk.c128 unsigned long source; local
133 source = S3C2410_MISCCR_CLK0_MPLL;
135 source = S3C2410_MISCCR_CLK0_UPLL;
137 source = S3C2410_MISCCR_CLK0_FCLK;
139 source = S3C2410_MISCCR_CLK0_HCLK;
141 source = S3C2410_MISCCR_CLK0_PCLK;
143 source = S3C2410_MISCCR_CLK0_DCLK0;
145 source = S3C2410_MISCCR_CLK0_DCLK0;
154 source <<= 4;
158 s3c2410_modify_misccr(mask, source);
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/libgpg-error-1.10/lang/cl/
H A Dgpg-error.lisp38 (defcenum gpg-err-source-t
39 "The GPG error source type."
40 (:gpg-err-source-unknown 0)
41 (:gpg-err-source-gcrypt 1)
42 (:gpg-err-source-gpg 2)
43 (:gpg-err-source-gpgsm 3)
44 (:gpg-err-source-gpgagent 4)
45 (:gpg-err-source-pinentry 5)
46 (:gpg-err-source-scd 6)
47 (:gpg-err-source
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/sound/pci/au88x0/
H A Dau88x0_a3d.h49 unsigned int source; /* this_04 */ member in struct:__anon19145
118 #define a3d_addrA(slice,source,reg) (((slice)<<0xd)+((source)*0x3A4)+(reg))
119 #define a3d_addrB(slice,source,reg) (((slice)<<0xd)+((source)*0x2C8)+(reg))
121 //#define a3d_addr(slice,source,reg) (((reg)>=0x19000) ? a3d_addr2((slice),(source),(reg)) : a3d_addr1((slice),(source),(reg)))
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/tre-0.8.0/tests/
H A Dtest-str-source.c2 test-str-source.c - Sample program for using tre_reguexec()
109 tre_str_source *source; local
112 source = make_str_source(str);
113 if (!source)
117 if (tre_reguexec(&preg, source, elementsof(pmatch), pmatch, 0) == 0)
120 free_str_source(source);
/netgear-R7000-V1.0.7.12_1.2.5/src/router/busybox-1.x/libbb/
H A Dcopy_file.c64 int copy_file(const char *source, const char *dest, int flags) argument
76 if ((FLAGS_DEREF ? stat : lstat)(source, &source_stat) < 0) {
81 bb_perror_msg("cannot stat '%s'", source);
94 bb_error_msg("'%s' and '%s' are the same file", source, dest);
103 if (lgetfilecon(source, &con) >= 0) {
112 bb_perror_msg("cannot lgetfilecon %s", source);
125 bb_error_msg("omitting directory '%s'", source);
129 /* Did we ever create source ourself before? */
134 source);
172 dp = opendir(source);
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/curl/curl-7.36.0/lib/
H A Dmemdebug.h42 CURL_EXTERN void *curl_domalloc(size_t size, int line, const char *source);
44 const char *source);
46 const char *source);
47 CURL_EXTERN void curl_dofree(void *ptr, int line, const char *source);
48 CURL_EXTERN char *curl_dostrdup(const char *str, int line, const char *source);
51 const char *source);
60 int line , const char *source);
62 int line , const char *source);
64 int line , const char *source);
66 int line, const char *source);
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/utils/HelpGen/src/
H A Difcontext.cpp88 void spInterFileContext::DoAppendSourceFragment( wxString& source, argument
112 result.append( source, cur, ( (size_t)mark.mFrom - cur ) );
116 if ( cur >= pos + len ) // check if we've overstepped the current source-fragment
119 wxFAIL_MSG("Overstepped the current source fragment in function\nspInterFileContext::DoAppendSourceFragment()");
124 result.append( source, cur, ( pos + len ) - cur );
128 wxString& source,
140 DoAppendSourceFragment( source, result,
173 GenerateContextBody( *lst[i], source, result, lastSavedPos, lastKnownPos );
182 DoAppendSourceFragment( result, source,
210 wxString& source local
127 GenerateContextBody( spContext& ctx, wxString& source, wxString& result, size_t& lastSavedPos, size_t& lastKnownPos ) argument
276 wxString& source = m_Contents[ GetFileNoOfContext( *pCtx ) ]; local
287 wxString& source = m_Contents[ GetFileNoOfContext( *pCtx ) ]; local
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/libxml2-2.7.2/
H A Dtriostr.h45 TRIO_STRING_PUBLIC int trio_copy_max TRIO_PROTO((char *target, size_t max, const char *source));
48 TRIO_STRING_PUBLIC char *trio_duplicate TRIO_PROTO((const char *source));
55 TRIO_STRING_PUBLIC double trio_to_double TRIO_PROTO((const char *source, char **endp));
56 TRIO_STRING_PUBLIC long trio_to_long TRIO_PROTO((const char *source, char **endp, int base));
57 TRIO_STRING_PUBLIC trio_long_double_t trio_to_long_double TRIO_PROTO((const char *source, char **endp));
58 TRIO_STRING_PUBLIC int trio_to_upper TRIO_PROTO((int source));
62 TRIO_STRING_PUBLIC int trio_append TRIO_PROTO((char *target, const char *source));
63 TRIO_STRING_PUBLIC int trio_append_max TRIO_PROTO((char *target, size_t max, const char *source));
65 TRIO_STRING_PUBLIC int trio_copy TRIO_PROTO((char *target, const char *source));
66 TRIO_STRING_PUBLIC char *trio_duplicate_max TRIO_PROTO((const char *source, size_
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/libxml2-2.7.2/source/
H A Dtriostr.h45 TRIO_STRING_PUBLIC int trio_copy_max TRIO_PROTO((char *target, size_t max, const char *source));
48 TRIO_STRING_PUBLIC char *trio_duplicate TRIO_PROTO((const char *source));
55 TRIO_STRING_PUBLIC double trio_to_double TRIO_PROTO((const char *source, char **endp));
56 TRIO_STRING_PUBLIC long trio_to_long TRIO_PROTO((const char *source, char **endp, int base));
57 TRIO_STRING_PUBLIC trio_long_double_t trio_to_long_double TRIO_PROTO((const char *source, char **endp));
58 TRIO_STRING_PUBLIC int trio_to_upper TRIO_PROTO((int source));
62 TRIO_STRING_PUBLIC int trio_append TRIO_PROTO((char *target, const char *source));
63 TRIO_STRING_PUBLIC int trio_append_max TRIO_PROTO((char *target, size_t max, const char *source));
65 TRIO_STRING_PUBLIC int trio_copy TRIO_PROTO((char *target, const char *source));
66 TRIO_STRING_PUBLIC char *trio_duplicate_max TRIO_PROTO((const char *source, size_
[all...]

Completed in 163 milliseconds

1234567891011>>