Searched refs:comp (Results 101 - 125 of 599) sorted by relevance

1234567891011>>

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl-1.0.2h/crypto/comp/
H A Dc_rle.c5 #include <openssl/comp.h>
H A DMakefile2 # OpenSSL/crypto/comp/Makefile
5 DIR= comp
28 EXHEADER= comp.h
83 c_rle.o: ../../include/openssl/comp.h ../../include/openssl/crypto.h
90 c_zlib.o: ../../include/openssl/comp.h ../../include/openssl/crypto.h
97 comp_err.o: ../../include/openssl/bio.h ../../include/openssl/comp.h
105 comp_lib.o: ../../include/openssl/comp.h ../../include/openssl/crypto.h
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/ppp-2.4.4/solaris/
H A DMakefile.sol2-6418 COMP_OBJS = $(LP64DIR)/ppp_comp.o $(LP64DIR)/bsd-comp.o \
40 $(LP64DIR)/bsd-comp.o: ../modules/bsd-comp.c
77 ppp_comp.c ../modules/bsd-comp.c ../modules/deflate.c \
H A DMakefile.sol2-64x19 COMP_OBJS = $(LP64DIR)/ppp_comp.o $(LP64DIR)/bsd-comp.o \
41 $(LP64DIR)/bsd-comp.o: ../modules/bsd-comp.c
78 ppp_comp.c ../modules/bsd-comp.c ../modules/deflate.c \
H A DMakefile.sol2gcc-6418 COMP_OBJS = $(LP64DIR)/ppp_comp.o $(LP64DIR)/bsd-comp.o \
40 $(LP64DIR)/bsd-comp.o: ../modules/bsd-comp.c
77 ppp_comp.c ../modules/bsd-comp.c ../modules/deflate.c \
/netgear-R7000-V1.0.7.12_1.2.5/src/router/ppp/solaris/
H A DMakefile.sol2-6418 COMP_OBJS = $(LP64DIR)/ppp_comp.o $(LP64DIR)/bsd-comp.o \
39 $(LP64DIR)/bsd-comp.o: ../modules/bsd-comp.c
74 ppp_comp.c ../modules/bsd-comp.c ../modules/deflate.c \
/netgear-R7000-V1.0.7.12_1.2.5/src/router/ppp/svr4/
H A DMakefile.sol2-6418 COMP_OBJS = $(LP64DIR)/ppp_comp.o $(LP64DIR)/bsd-comp.o \
39 $(LP64DIR)/bsd-comp.o: ../modules/bsd-comp.c
74 ../modules/ppp_comp.c ../modules/bsd-comp.c ../modules/deflate.c \
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/png/
H A Dpngwutil.c160 compression_state *comp)
164 comp->num_output_ptr = comp->max_output_ptr = 0;
165 comp->output_ptr = NULL;
166 comp->input = NULL;
171 comp->input = text;
172 comp->input_len = text_len;
225 if (comp->num_output_ptr >= comp->max_output_ptr)
229 old_max = comp
158 png_text_compress(png_structp png_ptr, png_charp text, png_size_t text_len, int compression, compression_state *comp) argument
332 png_write_compressed_data_out(png_structp png_ptr, compression_state *comp) argument
727 compression_state comp; local
1340 compression_state comp; local
1393 compression_state comp; local
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/openssl-0.9.8e/crypto/comp/
H A DMakefile2 # OpenSSL/crypto/comp/Makefile
5 DIR= comp
28 EXHEADER= comp.h
81 c_rle.o: ../../include/openssl/comp.h ../../include/openssl/crypto.h
88 c_zlib.o: ../../include/openssl/comp.h ../../include/openssl/crypto.h
96 comp_err.o: ../../include/openssl/bio.h ../../include/openssl/comp.h
104 comp_lib.o: ../../include/openssl/comp.h ../../include/openssl/crypto.h
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl/crypto/comp/
H A DMakefile2 # OpenSSL/crypto/comp/Makefile
5 DIR= comp
28 EXHEADER= comp.h
83 c_rle.o: ../../include/openssl/comp.h ../../include/openssl/crypto.h
90 c_zlib.o: ../../include/openssl/comp.h ../../include/openssl/crypto.h
97 comp_err.o: ../../include/openssl/bio.h ../../include/openssl/comp.h
105 comp_lib.o: ../../include/openssl/comp.h ../../include/openssl/crypto.h
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavutil/
H A Dimgutils.c43 const AVComponentDescriptor *comp = &(pixdesc->comp[i]); local
44 if ((comp->step_minus1+1) > max_pixsteps[comp->plane]) {
45 max_pixsteps[comp->plane] = comp->step_minus1+1;
47 max_pixstep_comps[comp->plane] = i;
134 has_plane[desc->comp[i].plane] = 1;
300 planes_nb = FFMAX(planes_nb, desc->comp[i].plane + 1);
368 nb_planes = FFMAX(desc->comp[
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl-1.0.2h/ssl/
H A Dssl_ciph.c146 # include <openssl/comp.h>
482 SSL_COMP *comp = NULL; local
487 comp = (SSL_COMP *)OPENSSL_malloc(sizeof(SSL_COMP));
488 if (comp != NULL) {
489 comp->method = COMP_zlib();
490 if (comp->method && comp->method->type == NID_undef)
491 OPENSSL_free(comp);
493 comp->id = SSL_COMP_ZLIB_IDX;
494 comp
511 ssl_cipher_get_evp(const SSL_SESSION *s, const EVP_CIPHER **enc, const EVP_MD **md, int *mac_pkey_type, int *mac_secret_size, SSL_COMP **comp) argument
1945 SSL_COMP_get_name(const void *comp) argument
1978 SSL_COMP *comp; local
2020 SSL_COMP_get_name(const COMP_METHOD *comp) argument
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl/ssl/
H A Dssl_ciph.c146 # include <openssl/comp.h>
482 SSL_COMP *comp = NULL; local
487 comp = (SSL_COMP *)OPENSSL_malloc(sizeof(SSL_COMP));
488 if (comp != NULL) {
489 comp->method = COMP_zlib();
490 if (comp->method && comp->method->type == NID_undef)
491 OPENSSL_free(comp);
493 comp->id = SSL_COMP_ZLIB_IDX;
494 comp
511 ssl_cipher_get_evp(const SSL_SESSION *s, const EVP_CIPHER **enc, const EVP_MD **md, int *mac_pkey_type, int *mac_secret_size, SSL_COMP **comp) argument
1945 SSL_COMP_get_name(const void *comp) argument
1978 SSL_COMP *comp; local
2020 SSL_COMP_get_name(const COMP_METHOD *comp) argument
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/ppp-2.4.4/pppdump/
H A Dpppdump.c42 #include "ppp-comp.h"
241 struct compressor *comp; member in struct:pkt
343 rv = pkt->comp->decompress(pkt->state, r,
367 pkt->comp->incomp(pkt->state, r, endp - r);
448 struct compressor **comp; local
464 for (comp = compressors; *comp != NULL; ++comp) {
465 if ((*comp)->compress_proto == dp[0]) {
467 (*cp->comp
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/src/router/ppp/pppdump/
H A Dpppdump.c21 #include "ppp-comp.h"
213 struct compressor *comp; member in struct:pkt
314 rv = pkt->comp->decompress(pkt->state, r,
338 pkt->comp->incomp(pkt->state, r, endp - r);
418 struct compressor **comp; local
434 for (comp = compressors; *comp != NULL; ++comp) {
435 if ((*comp)->compress_proto == dp[0]) {
437 (*cp->comp
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavfilter/
H A Dvf_extractplanes.c112 depth = desc->comp[0].depth_minus1;
116 if (depth != desc->comp[0].depth_minus1 ||
153 e->depth = (desc->comp[0].depth_minus1 + 1) >> 3;
184 int depth, int step, int comp)
192 dst[x] = src[x * step + comp];
196 dst[x * 2 ] = src[x * step + comp * 2 ];
197 dst[x * 2 + 1] = src[x * step + comp * 2 + 1];
181 extract_from_packed(uint8_t *dst, int dst_linesize, const uint8_t *src, int src_linesize, int width, int height, int depth, int step, int comp) argument
H A Dvf_boxblur.c158 #define EVAL_RADIUS_EXPR(comp) \
159 expr = s->comp##_param.radius_expr; \
162 s->comp##_param.radius = res; \
165 "Error when evaluating " #comp " radius expression '%s'\n", expr); \
182 #define CHECK_RADIUS_VAL(w_, h_, comp) \
183 if (s->comp##_param.radius < 0 || \
184 2*s->comp##_param.radius > FFMIN(w_, h_)) { \
186 "Invalid " #comp " radius value %d, must be >= 0 and <= %d\n", \
187 s->comp##_param.radius, FFMIN(w_, h_)/2); \
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/openssl-0.9.8e/ssl/
H A Ds3_enc.c200 COMP_METHOD *comp; local
212 comp=NULL;
214 comp=s->s3->tmp.new_compression->method;
236 if (comp != NULL)
238 s->expand=COMP_CTX_new(comp);
244 if (s->s3->rrec.comp == NULL)
245 s->s3->rrec.comp=(unsigned char *)
247 if (s->s3->rrec.comp == NULL)
272 if (comp != NULL)
274 s->compress=COMP_CTX_new(comp);
366 SSL_COMP *comp; local
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavcodec/
H A Dlibopenjpegdec.c101 desc->comp[3].depth_minus1 + 1 >= image->comps[3].prec &&
106 desc->comp[2].depth_minus1 + 1 >= image->comps[2].prec &&
111 desc->comp[1].depth_minus1 + 1 >= image->comps[1].prec &&
116 desc->comp[0].depth_minus1 + 1 >= image->comps[0].prec &&
166 component_plane = desc->comp[0].plane;
168 if (component_plane != desc->comp[i].plane)
190 adjust[x] = FFMAX(FFMIN(av_pix_fmt_desc_get(picture->format)->comp[x].depth_minus1 + 1 - image->comps[x].prec, 8), 0);
226 adjust[x] = FFMAX(FFMIN(av_pix_fmt_desc_get(picture->format)->comp[x].depth_minus1 + 1 - image->comps[x].prec, 8), 0);
360 pixel_size = desc->comp[0].step_minus1 + 1;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libav-0.8.8/libavcodec/
H A Djpeglsdec.c157 static inline void ls_decode_line(JLSState *state, MJpegDecodeContext *s, void *last, void *dst, int last2, int w, int stride, int comp, int bits){ argument
181 r = 1 << ff_log2_run[state->run_index[comp]];
190 if(r != (1 << ff_log2_run[state->run_index[comp]]))
192 if(state->run_index[comp] < 31)
193 state->run_index[comp]++;
198 r = ff_log2_run[state->run_index[comp]];
209 err = ls_get_code_runterm(&s->gb, state, RItype, ff_log2_run[state->run_index[comp]]);
210 if(state->run_index[comp])
211 state->run_index[comp]--;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libav-0.8.8/libavfilter/
H A Dvf_boxblur.c166 #define EVAL_RADIUS_EXPR(comp) \
167 expr = boxblur->comp##_radius_expr; \
170 boxblur->comp##_param.radius = res; \
173 "Error when evaluating " #comp " radius expression '%s'\n", expr); \
190 #define CHECK_RADIUS_VAL(w_, h_, comp) \
191 if (boxblur->comp##_param.radius < 0 || \
192 2*boxblur->comp##_param.radius > FFMIN(w_, h_)) { \
194 "Invalid " #comp " radius value %d, must be >= 0 and <= %d\n", \
195 boxblur->comp##_param.radius, FFMIN(w_, h_)/2); \
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/staging/msm/
H A Dmdp4_overlay_mddi.c185 complete(&pending_pipe->comp);
203 INIT_COMPLETION(pipe->comp);
210 wait_for_completion_killable(&pipe->comp);
223 INIT_COMPLETION(pipe->comp);
231 wait_for_completion_killable(&pipe->comp);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libav-0.8.8/libavutil/
H A Dlzo.c258 uint8_t *comp = av_malloc(2*MAXSZ + 16); local
266 lzo1x_999_compress(orig, s, comp, &clen, tmp);
271 if (lzo1x_decompress_safe(comp, inlen, decomp, &outlen, NULL))
273 if (lzo1x_decompress(comp, inlen, decomp, &outlen, NULL))
275 if (av_lzo1x_decode(decomp, &outlen, comp, &inlen))
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/libxml2-2.7.2/source/include/libxml/
H A Dxmlregexp.h55 xmlRegexpExec (xmlRegexpPtr comp,
61 xmlRegexpIsDeterminist(xmlRegexpPtr comp);
81 xmlRegNewExecCtxt (xmlRegexpPtr comp,
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/libxml2-2.7.2/source/ipkg-install/usr/include/libxml2/libxml/
H A Dxmlregexp.h55 xmlRegexpExec (xmlRegexpPtr comp,
61 xmlRegexpIsDeterminist(xmlRegexpPtr comp);
81 xmlRegNewExecCtxt (xmlRegexpPtr comp,

Completed in 310 milliseconds

1234567891011>>