Searched refs:source (Results 1 - 25 of 1136) sorted by relevance

1234567891011>>

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/zlib-1.2.3/contrib/puff/
H A Dpuff.h17 2. Altered source versions must be plainly marked as such, and must not be
19 3. This notice may not be removed or altered from any source distribution.
30 unsigned char *source, /* pointer to source data pointer */
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/transmission/zlib-1.2.3/contrib/puff/
H A Dpuff.h17 2. Altered source versions must be plainly marked as such, and must not be
19 3. This notice may not be removed or altered from any source distribution.
30 unsigned char *source, /* pointer to source data pointer */
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/gettext-0.17/gettext-runtime/gnulib-lib/
H A Dmemmove.c14 char const *source = source0; local
15 if (source < dest)
17 for (source += length, dest += length; length; --length)
18 *--dest = *--source;
19 else if (source != dest)
23 *dest++ = *source++;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libiconv-1.10/srclib/
H A Dmemmove.c11 memmove (char *dest, const char *source, unsigned length) argument
14 if (source < dest)
16 for (source += length, dest += length; length; --length)
17 *--dest = *--source;
18 else if (source != dest)
22 *dest++ = *source++;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/gettext-0.17/gettext-tools/gnulib-lib/
H A Dmemmove.c14 char const *source = source0; local
15 if (source < dest)
17 for (source += length, dest += length; length; --length)
18 *--dest = *--source;
19 else if (source != dest)
23 *dest++ = *source++;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/libiconv-1.11/srclib/
H A Dmemmove.c16 char const *source = source0; local
17 if (source < dest)
19 for (source += length, dest += length; length; --length)
20 *--dest = *--source;
21 else if (source != dest)
25 *dest++ = *source++;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/zlib-1.2.8/contrib/puff/
H A Dpuff.h17 2. Altered source versions must be plainly marked as such, and must not be
19 3. This notice may not be removed or altered from any source distribution.
34 const unsigned char *source, /* pointer to source data pointer */
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/zlib-1.2.7/contrib/puff/
H A Dpuff.h17 2. Altered source versions must be plainly marked as such, and must not be
19 3. This notice may not be removed or altered from any source distribution.
34 const unsigned char *source, /* pointer to source data pointer */
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/contrib/src/stc/scintilla/src/
H A DStyle.cxx1 // Scintilla source code edit control
22 Style::Style(const Style &source) { argument
26 fore.desired = source.fore.desired;
27 back.desired = source.back.desired;
28 characterSet = source.characterSet;
29 bold = source.bold;
30 italic = source.italic;
31 size = source.size;
32 eolFilled = source.eolFilled;
33 underline = source
48 operator =(const Style &source) argument
93 ClearTo(const Style &source) argument
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/jpeg-7/
H A Drdrle.c83 rle_source_ptr source = (rle_source_ptr) sinfo; local
90 source->header = *rle_hdr_init(NULL);
91 source->header.rle_file = source->pub.input_file;
92 switch (rle_get_setup(&(source->header))) {
115 width = source->header.xmax - source->header.xmin + 1;
116 height = source->header.ymax - source->header.ymin + 1;
117 source
189 rle_source_ptr source = (rle_source_ptr) sinfo; local
207 rle_source_ptr source = (rle_source_ptr) sinfo; local
243 rle_source_ptr source = (rle_source_ptr) sinfo; local
373 rle_source_ptr source; local
[all...]
H A Drdppm.c70 /* Private version of data source object */
145 ppm_source_ptr source = (ppm_source_ptr) sinfo; local
146 FILE * infile = source->pub.input_file;
148 register JSAMPLE *rescale = source->rescale;
151 ptr = source->pub.buffer[0];
163 ppm_source_ptr source = (ppm_source_ptr) sinfo; local
164 FILE * infile = source->pub.input_file;
166 register JSAMPLE *rescale = source->rescale;
169 ptr = source->pub.buffer[0];
183 ppm_source_ptr source local
204 ppm_source_ptr source = (ppm_source_ptr) sinfo; local
230 ppm_source_ptr source = (ppm_source_ptr) sinfo; local
242 ppm_source_ptr source = (ppm_source_ptr) sinfo; local
266 ppm_source_ptr source = (ppm_source_ptr) sinfo; local
299 ppm_source_ptr source = (ppm_source_ptr) sinfo; local
446 ppm_source_ptr source; local
[all...]
H A Drdtarga.c44 /* Private version of data source object */
177 tga_source_ptr source = (tga_source_ptr) sinfo; local
181 ptr = source->pub.buffer[0];
183 (*source->read_pixel) (source); /* Load next pixel into tga_pixel */
184 *ptr++ = (JSAMPLE) UCH(source->tga_pixel[0]);
193 tga_source_ptr source = (tga_source_ptr) sinfo; local
197 register JSAMPARRAY colormap = source->colormap;
199 ptr = source->pub.buffer[0];
201 (*source
214 tga_source_ptr source = (tga_source_ptr) sinfo; local
242 tga_source_ptr source = (tga_source_ptr) sinfo; local
275 tga_source_ptr source = (tga_source_ptr) sinfo; local
302 tga_source_ptr source = (tga_source_ptr) sinfo; local
335 tga_source_ptr source = (tga_source_ptr) sinfo; local
486 tga_source_ptr source; local
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/transmission/transmission-2.73/libtransmission/
H A DConvertUTF.c6 * This source code is provided as is by Unicode, Inc. No claims are
31 source sequences, enhanced error detection, added casts
66 const UTF32* source = *sourceStart; local
68 while (source < sourceEnd) {
73 ch = *source++;
78 --source; /* return to the illegal value itself */
96 --source; /* Back up source pointer! */
104 *sourceStart = source;
115 const UTF16* source local
219 const UTF16* source = *sourceStart; local
296 isLegalUTF8(const UTF8 *source, int length) argument
328 isLegalUTF8Sequence(const UTF8 *source, const UTF8 *sourceEnd) argument
355 const UTF8* source = (const UTF8*) str; local
404 const UTF8* source = *sourceStart; local
477 const UTF32* source = *sourceStart; local
530 const UTF8* source = *sourceStart; local
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/gettext-0.17/gettext-tools/man/
H A Dxgettext.x2 xgettext \- extract gettext strings from source
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libgpg-error-1.10/src/
H A Dstrsource.c1 /* strsource.c - Describing an error source.
31 source in the error value ERR. */
35 gpg_err_source_t source = gpg_err_source (err); local
36 return dgettext (PACKAGE, msgstr + msgidx[msgidxof (source)]);
H A Dstrsource-sym.c1 /* strsource-sym.c - Describing an error source with its symbol name.
32 the error source in the error value ERR. Returns NULL if the error
37 gpg_err_source_t source = gpg_err_source (err); local
39 if (msgidxof (source) == msgidxof (GPG_ERR_SOURCE_DIM))
42 return msgstr + msgidx[msgidxof (source)];
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/libgpg-error-1.10/src/
H A Dstrsource.c1 /* strsource.c - Describing an error source.
31 source in the error value ERR. */
35 gpg_err_source_t source = gpg_err_source (err); local
36 return dgettext (PACKAGE, msgstr + msgidx[msgidxof (source)]);
H A Dstrsource-sym.c1 /* strsource-sym.c - Describing an error source with its symbol name.
32 the error source in the error value ERR. Returns NULL if the error
37 gpg_err_source_t source = gpg_err_source (err); local
39 if (msgidxof (source) == msgidxof (GPG_ERR_SOURCE_DIM))
42 return msgstr + msgidx[msgidxof (source)];
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libantlr3c-3.2/src/
H A Dantlr3convertutf.c6 * This source code is provided as is by Unicode, Inc. No claims are
31 source sequences, enhanced error detection, added casts
66 const UTF32* source = *sourceStart; local
68 while (source < sourceEnd) {
73 ch = *source++;
78 --source; /* return to the illegal value itself */
96 --source; /* Back up source pointer! */
104 *sourceStart = source;
115 const UTF16* source local
219 const UTF16* source = *sourceStart; local
297 isLegalUTF8(const UTF8 *source, int length) argument
329 isLegalUTF8Sequence(const UTF8 *source, const UTF8 *sourceEnd) argument
343 const UTF8* source = *sourceStart; local
416 const UTF32* source = *sourceStart; local
469 const UTF8* source = *sourceStart; local
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libav-0.8.8/libavcodec/
H A Ddirac.c34 // defaults for source parameters
109 dirac_source_params *source)
116 source->width = svq3_get_ue_golomb(gb);
117 source->height = svq3_get_ue_golomb(gb);
122 source->chroma_format = svq3_get_ue_golomb(gb);
123 if (source->chroma_format > 2) {
125 source->chroma_format);
130 source->interlaced = svq3_get_ue_golomb(gb);
131 if (source->interlaced > 1)
136 source
108 parse_source_parameters(AVCodecContext *avctx, GetBitContext *gb, dirac_source_params *source) argument
245 avpriv_dirac_parse_sequence_header(AVCodecContext *avctx, GetBitContext *gb, dirac_source_params *source) argument
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavcodec/
H A Ddirac.c36 /* defaults for source parameters */
118 dirac_source_params *source)
128 source->width = svq3_get_ue_golomb(gb); /* [DIRAC_STD] FRAME_WIDTH */
129 source->height = svq3_get_ue_golomb(gb); /* [DIRAC_STD] FRAME_HEIGHT */
137 source->chroma_format = svq3_get_ue_golomb(gb);
138 if (source->chroma_format > 2U) {
140 source->chroma_format);
148 source->interlaced = svq3_get_ue_golomb(gb);
149 if (source->interlaced > 1U)
154 source
117 parse_source_parameters(AVCodecContext *avctx, GetBitContext *gb, dirac_source_params *source) argument
289 avpriv_dirac_parse_sequence_header(AVCodecContext *avctx, GetBitContext *gb, dirac_source_params *source) argument
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/curl/curl-7.36.0/lib/
H A Dmemdebug.c137 static bool countcheck(const char *func, int line, const char *source) argument
139 /* if source is NULL, then the call is made internally and this check
141 if(memlimit && source) {
143 if(source) {
146 source, line, func);
149 source, line, func);
158 if(source)
160 source, line, memsize);
167 void *curl_domalloc(size_t wantedsize, int line, const char *source) argument
174 if(countcheck("malloc", line, source))
195 curl_docalloc(size_t wanted_elements, size_t wanted_size, int line, const char *source) argument
223 curl_dostrdup(const char *str, int line, const char *source) argument
247 curl_dowcsdup(const wchar_t *str, int line, const char *source) argument
274 curl_dorealloc(void *ptr, size_t wantedsize, int line, const char *source) argument
313 curl_dofree(void *ptr, int line, const char *source) argument
342 curl_socket(int domain, int type, int protocol, int line, const char *source) argument
360 curl_socketpair(int domain, int type, int protocol, curl_socket_t socket_vector[2], int line, const char *source) argument
379 curl_accept(curl_socket_t s, void *saddr, void *saddrlen, int line, const char *source) argument
400 curl_mark_sclose(curl_socket_t sockfd, int line, const char *source) argument
413 curl_sclose(curl_socket_t sockfd, int line, const char *source) argument
420 curl_fopen(const char *file, const char *mode, int line, const char *source) argument
433 curl_fdopen(int filedes, const char *mode, int line, const char *source) argument
446 curl_fclose(FILE *file, int line, const char *source) argument
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/unzip60/macos/source/
H A Dmacbin3.h17 This source is copyrighted by Christopher Evans (cevans@poppybank.com)
32 INCLUDE_ENCODE_MACBINARY -> include the encode-part of the source
33 INCLUDE_DECODE_MACBINARY -> include the decode-part of the source
36 * changed the source layout to fit into a 80 col window
148 OSErr DecodeMacBinaryFile(FSSpec *source);
/netgear-R7000-V1.0.7.12_1.2.5/src/router/iptables-1.x/include/linux/netfilter_ipv4/
H A Dipt_addrtype.h5 u_int16_t source; /* source-type mask */ member in struct:ipt_addrtype_info
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iptables-1.4.12.1/include/linux/netfilter_ipv4/
H A Dipt_addrtype.h12 u_int16_t source; /* source-type mask */ member in struct:ipt_addrtype_info_v1
19 u_int16_t source; /* source-type mask */ member in struct:ipt_addrtype_info

Completed in 205 milliseconds

1234567891011>>