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

1234567891011>>

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/minidlna/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-WNDR4500v2-V1.0.0.60_1.0.38/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-WNDR4500v2-V1.0.0.60_1.0.38/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-WNDR4500v2-V1.0.0.60_1.0.38/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-WNDR4500v2-V1.0.0.60_1.0.38/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-WNDR4500v2-V1.0.0.60_1.0.38/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...]
H A Drdbmp.c48 /* Private version of data source object */
60 JDIMENSION source_row; /* Current source row number */
122 bmp_source_ptr source = (bmp_source_ptr) sinfo; local
123 register JSAMPARRAY colormap = source->colormap;
130 source->source_row--;
132 ((j_common_ptr) cinfo, source->whole_image,
133 source->source_row, (JDIMENSION) 1, FALSE);
137 outptr = source->pub.buffer[0];
153 bmp_source_ptr source = (bmp_source_ptr) sinfo; local
159 source
189 bmp_source_ptr source = (bmp_source_ptr) sinfo; local
243 bmp_source_ptr source = (bmp_source_ptr) sinfo; local
425 bmp_source_ptr source; local
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/powerpc/sysdev/qe_lib/
H A Ducc.c153 int source = -1; local
170 case QE_BRG1: source = 1; break;
171 case QE_BRG2: source = 2; break;
172 case QE_BRG7: source = 3; break;
173 case QE_BRG8: source = 4; break;
174 case QE_CLK9: source = 5; break;
175 case QE_CLK10: source = 6; break;
176 case QE_CLK11: source = 7; break;
177 case QE_CLK12: source = 8; break;
178 case QE_CLK15: source
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/gettext-0.17/gettext-tools/man/
H A Dxgettext.x2 xgettext \- extract gettext strings from source
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/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-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/curl-7.23.1/source/lib/
H A Dmemdebug.c144 static bool countcheck(const char *func, int line, const char *source) argument
146 /* if source is NULL, then the call is made internally and this check
148 if(memlimit && source) {
150 if(source) {
153 source, line, func);
156 source, line, func);
165 if(source)
167 source, line, memsize);
174 void *curl_domalloc(size_t wantedsize, int line, const char *source) argument
181 if(countcheck("malloc", line, source))
200 curl_docalloc(size_t wanted_elements, size_t wanted_size, int line, const char *source) argument
226 curl_dostrdup(const char *str, int line, const char *source) argument
251 curl_dorealloc(void *ptr, size_t wantedsize, int line, const char *source) argument
289 curl_dofree(void *ptr, int line, const char *source) argument
317 curl_socket(int domain, int type, int protocol, int line, const char *source) argument
333 curl_socketpair(int domain, int type, int protocol, curl_socket_t socket_vector[2], int line, const char *source) argument
350 curl_accept(curl_socket_t s, void *saddr, void *saddrlen, int line, const char *source) argument
368 curl_mark_sclose(curl_socket_t sockfd, int line, const char *source) argument
381 curl_sclose(curl_socket_t sockfd, int line, const char *source) argument
388 curl_fopen(const char *file, const char *mode, int line, const char *source) argument
399 curl_fdopen(int filedes, const char *mode, int line, const char *source) argument
410 curl_fclose(FILE *file, int line, const char *source) argument
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/linux/netfilter_ipv4/
H A Dipt_addrtype.h5 u_int16_t source; /* source-type mask */ member in struct:ipt_addrtype_info
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/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-WNDR4500v2-V1.0.0.60_1.0.38/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
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/db-4.7.25.NC/java/src/com/sleepycat/asm/
H A DLabel.java6 * Redistribution and use in source and binary forms, with or without
9 * 1. Redistributions of source code must retain the above copyright
158 * @param source the position of first byte of the bytecode instruction that
168 final int source,
173 out.putInt(position - source);
175 out.putShort(position - source);
179 addReference(-1 - source, out.length);
182 addReference(source, out.length);
249 int source = srcAndRefPositions[i++];
252 if (source >
165 put( final MethodWriter owner, final ByteVector out, final int source, final boolean wideOffset) argument
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/libxml2-2.7.2/
H A Dtriostr.c167 Append @p source at the end of @p target.
170 @param source Source string.
174 contain the @p target string and @p source string.
181 TRIO_ARGS2((target, source),
183 TRIO_CONST char *source)
186 assert(source);
188 return (strcat(target, source) != NULL);
194 Append at most @p max characters from @p source to @p target.
198 @param source Source string.
202 contain the @p target string and the @p source strin
180 trio_append(target, source), char *target, TRIO_CONST char *source argument
209 trio_append_max(target, max, source), char *target, size_t max, TRIO_CONST char *source argument
268 trio_copy(target, source), char *target, TRIO_CONST char *source argument
297 trio_copy_max(target, max, source), char *target, size_t max, TRIO_CONST char *source argument
317 TrioDuplicateMax(source, size), TRIO_CONST char *source, size_t size argument
346 trio_duplicate(source), TRIO_CONST char *source argument
365 trio_duplicate_max(source, max), TRIO_CONST char *source, size_t max argument
829 trio_span_function(target, source, Function), char *target, TRIO_CONST char *source, int (*Function) TRIO_PROTO((int)) argument
961 trio_to_long_double(source, endp), TRIO_CONST char *source, char **endp argument
1096 trio_to_double(source, endp), TRIO_CONST char *source, char **endp argument
1119 trio_to_float(source, endp), TRIO_CONST char *source, char **endp argument
1162 trio_to_lower(source), int source argument
1211 trio_to_upper(source), int source argument
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/scsi/aic7xxx/aicasm/
H A Daicasm_insformat.h8 * Redistribution and use in source and binary forms, with or without
11 * 1. Redistributions of source code must retain the above copyright
51 source : 9, member in struct:ins_format1
61 source : 9,
70 source : 9, member in struct:ins_format2
80 source : 9,
89 source : 9, member in struct:ins_format3
97 source : 9,
106 source : 9, member in struct:ins_format4
116 source
125 source : 9, member in struct:ins_format5
143 source : 9, member in struct:ins_format6
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/libxml2-2.7.2/python/tests/
H A Dcutnpaste.py11 source = libxml2.parseDoc("""<?xml version="1.0"?>
23 fragment = source.xpathEval("//*[name()='fragment']")[0]
32 # The source tree can be freed at that point
33 source.freeDoc()
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/minidlna/zlib-1.2.3/
H A Dcompress.c12 Compresses the source buffer into the destination buffer. The level
14 length of the source buffer. Upon entry, destLen is the total size of the
22 int ZEXPORT compress2 (dest, destLen, source, sourceLen, level)
25 const Bytef *source;
32 stream.next_in = (Bytef*)source;
35 /* Check for source > 64K on 16-bit machine: */
62 int ZEXPORT compress (dest, destLen, source, sourceLen)
65 const Bytef *source;
68 return compress2(dest, destLen, source, sourceLen, Z_DEFAULT_COMPRESSION);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/zlib-1.2.3/
H A Dcompress.c12 Compresses the source buffer into the destination buffer. The level
14 length of the source buffer. Upon entry, destLen is the total size of the
22 int ZEXPORT compress2 (dest, destLen, source, sourceLen, level)
25 const Bytef *source;
32 stream.next_in = (Bytef*)source;
35 /* Check for source > 64K on 16-bit machine: */
62 int ZEXPORT compress (dest, destLen, source, sourceLen)
65 const Bytef *source;
68 return compress2(dest, destLen, source, sourceLen, Z_DEFAULT_COMPRESSION);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/scsi/aic7xxx_old/
H A Dsequencer.h8 * Redistribution and use in source and binary forms, with or without
11 * 1. Redistributions of source code must retain the above copyright
43 source : 9, member in struct:ins_format1
53 source : 9, member in struct:ins_format2
63 source : 9, member in struct:ins_format3
75 source : 9, member in struct:ins_format1
85 source : 9, member in struct:ins_format2
94 source : 9, member in struct:ins_format3
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/acpi/resources/
H A Drsmisc.c11 * Redistribution and use in source and binary forms, with or without
14 * 1. Redistributions of source code must retain the above copyright
75 void *source; local
109 source = ACPI_ADD_PTR(void, aml, info->aml_offset);
136 ((ACPI_GET8(source) >> info->value) & 0x01);
144 ((ACPI_GET8(source) >> info->value) & 0x03);
149 item_count = ACPI_GET8(source);
181 acpi_rs_move_data(destination, source, item_count,
193 ACPI_MEMCPY(destination, source, ACPI_GET16(target));
235 acpi_rs_decode_bitmask(ACPI_GET8(source),
327 void *source = NULL; local
[all...]

Completed in 139 milliseconds

1234567891011>>