Searched refs:comp (Results 176 - 200 of 599) sorted by relevance

1234567891011>>

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/curl/curl-7.36.0/lib/
H A Dhash.h90 int (*comp)(void *, void *));
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/scsi/ibmvscsi/
H A Dibmvscsi.h74 struct completion comp; member in struct:srp_event_struct
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/video/
H A Dc2p_core.h150 static inline u32 comp(u32 a, u32 b, u32 mask) function
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/include/rdma/
H A Dib_addr.h46 struct completion comp; member in struct:rdma_addr_client
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl/crypto/err/
H A Derr_all.c68 # include <openssl/comp.h>
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl-1.0.2h/crypto/err/
H A Derr_all.c68 # include <openssl/comp.h>
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/scsi/bfa/
H A Dbfad_drv.h159 struct completion comp; member in struct:bfad_s
235 struct completion comp; member in struct:bfad_fcxp
240 struct completion comp; member in struct:bfad_hal_comp
H A Dbfad.c203 complete(&fcomp->comp);
227 complete(&bfad->comp);
760 init_completion(&bfad->comp);
786 wait_for_completion(&bfad->comp);
841 init_completion(&bfad->comp);
844 wait_for_completion(&bfad->comp);
875 init_completion(&bfad->comp);
879 wait_for_completion(&bfad->comp);
882 init_completion(&bfad->comp);
886 wait_for_completion(&bfad->comp);
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/ppp-2.4.4/modules/
H A Dppp_comp.c73 #include <net/ppp-comp.h>
330 struct compressor **comp; local
416 for (comp = ppp_compressors; *comp != NULL; ++comp)
417 if ((*comp)->compress_proto == opt_data[0]) {
430 cp->xcomp = *comp;
431 cp->xstate = (*comp)->comp_alloc(opt_data, len);
439 cp->rcomp = *comp;
440 cp->rstate = (*comp)
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/ppp-2.4.4/solaris/
H A Dppp_comp.c73 #include <net/ppp-comp.h>
330 struct compressor **comp; local
416 for (comp = ppp_compressors; *comp != NULL; ++comp)
417 if ((*comp)->compress_proto == opt_data[0]) {
430 cp->xcomp = *comp;
431 cp->xstate = (*comp)->comp_alloc(opt_data, len);
439 cp->rcomp = *comp;
440 cp->rstate = (*comp)
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/src/router/ppp/modules/
H A Dppp_comp.c65 #include <net/ppp-comp.h>
322 struct compressor **comp; local
408 for (comp = ppp_compressors; *comp != NULL; ++comp)
409 if ((*comp)->compress_proto == opt_data[0]) {
422 cp->xcomp = *comp;
423 cp->xstate = (*comp)->comp_alloc(opt_data, len);
431 cp->rcomp = *comp;
432 cp->rstate = (*comp)
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/src/router/ppp/solaris/
H A Dppp_comp.c65 #include <net/ppp-comp.h>
322 struct compressor **comp; local
408 for (comp = ppp_compressors; *comp != NULL; ++comp)
409 if ((*comp)->compress_proto == opt_data[0]) {
422 cp->xcomp = *comp;
423 cp->xstate = (*comp)->comp_alloc(opt_data, len);
431 cp->rcomp = *comp;
432 cp->rstate = (*comp)
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/libid3tag-0.15.0b/
H A Dframe.c582 id3_byte_t *comp; local
585 comp = id3_util_compress(data, datalen, &complen);
586 if (comp == 0)
590 datalen = id3_render_binary(ptr, comp, complen);
592 free(comp);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/packages/libid3tag-0.15.0b/
H A Dframe.c582 id3_byte_t *comp; local
585 comp = id3_util_compress(data, datalen, &complen);
586 if (comp == 0)
590 datalen = id3_render_binary(ptr, comp, complen);
592 free(comp);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavfilter/
H A Dvf_mergeplanes.c125 if (desc->comp[0].depth_minus1 == s->outdesc->comp[0].depth_minus1 &&
229 inputp->depth[j] = indesc->comp[j].depth_minus1 + 1;
247 if (s->outdesc->comp[i].depth_minus1 + 1 != inputp->depth[plane]) {
250 i, s->outdesc->comp[i].depth_minus1 + 1,
H A Dvf_noise.c101 static av_cold int init_noise(NoiseContext *n, int comp) argument
104 FilterParams *fp = &n->param[comp];
105 AVLFG *lfg = &n->param[comp].lfg;
177 if (desc->flags & AV_PIX_FMT_FLAG_PLANAR && !((desc->comp[0].depth_minus1 + 1) & 7))
335 int width, int start, int end, NoiseContext *n, int comp)
337 FilterParams *p = &n->param[comp];
333 noise(uint8_t *dst, const uint8_t *src, int dst_linesize, int src_linesize, int width, int start, int end, NoiseContext *n, int comp) argument
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/transmission/libevent-2.0.20-stable/WIN32-Code/
H A Dtree.h583 int comp = 0; \
587 comp = (cmp)(elm, parent); \
588 if (comp < 0) \
590 else if (comp > 0) \
597 if (comp < 0) \
613 int comp; \
615 comp = cmp(elm, tmp); \
616 if (comp < 0) \
618 else if (comp > 0) \
1260 int comp
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libevent-1.4.14b-stable/WIN32-Code/
H A Dtree.h583 int comp = 0; \
587 comp = (cmp)(elm, parent); \
588 if (comp < 0) \
590 else if (comp > 0) \
597 if (comp < 0) \
613 int comp; \
615 comp = cmp(elm, tmp); \
616 if (comp < 0) \
618 else if (comp > 0) \
1260 int comp
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/libxml2-2.7.2/
H A Drunsuite.c253 xmlXPathCompExprPtr comp; local
259 comp = xmlXPathCompile(BAD_CAST xpath);
260 if (comp == NULL) {
264 res = xmlXPathCompiledEval(comp, ctxtXPath);
265 xmlXPathFreeCompExpr(comp);
281 xmlXPathCompExprPtr comp; local
287 comp = xmlXPathCompile(BAD_CAST xpath);
288 if (comp == NULL) {
292 res = xmlXPathCompiledEval(comp, ctxtXPath);
293 xmlXPathFreeCompExpr(comp);
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/libxml2-2.7.2/source/
H A Drunsuite.c253 xmlXPathCompExprPtr comp; local
259 comp = xmlXPathCompile(BAD_CAST xpath);
260 if (comp == NULL) {
264 res = xmlXPathCompiledEval(comp, ctxtXPath);
265 xmlXPathFreeCompExpr(comp);
281 xmlXPathCompExprPtr comp; local
287 comp = xmlXPathCompile(BAD_CAST xpath);
288 if (comp == NULL) {
292 res = xmlXPathCompiledEval(comp, ctxtXPath);
293 xmlXPathFreeCompExpr(comp);
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl-1.0.2h/ssl/
H A Dt1_enc.c141 # include <openssl/comp.h>
333 const SSL_COMP *comp; local
348 comp = s->s3->tmp.new_compression;
353 fprintf(stderr, "\talg= %ld/%ld, comp= %p\n",
355 s->s3->tmp.new_cipher->algorithm_auth, comp);
394 if (comp != NULL) {
395 s->expand = COMP_CTX_new(comp->method);
401 if (s->s3->rrec.comp == NULL)
402 s->s3->rrec.comp = (unsigned char *)
404 if (s->s3->rrec.comp
639 SSL_COMP *comp; local
[all...]
H A DMakefile110 bio_ssl.o: ../include/openssl/buffer.h ../include/openssl/comp.h
128 d1_both.o: ../include/openssl/buffer.h ../include/openssl/comp.h
149 d1_clnt.o: ../include/openssl/comp.h ../include/openssl/crypto.h
170 d1_lib.o: ../include/openssl/buffer.h ../include/openssl/comp.h
190 d1_meth.o: ../include/openssl/buffer.h ../include/openssl/comp.h
210 d1_pkt.o: ../include/openssl/buffer.h ../include/openssl/comp.h
230 d1_srtp.o: ../include/openssl/buffer.h ../include/openssl/comp.h
251 d1_srvr.o: ../include/openssl/comp.h ../include/openssl/crypto.h
272 kssl.o: ../include/openssl/buffer.h ../include/openssl/comp.h
291 s23_clnt.o: ../include/openssl/buffer.h ../include/openssl/comp
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl/ssl/
H A Dt1_enc.c141 # include <openssl/comp.h>
333 const SSL_COMP *comp; local
348 comp = s->s3->tmp.new_compression;
353 fprintf(stderr, "\talg= %ld/%ld, comp= %p\n",
355 s->s3->tmp.new_cipher->algorithm_auth, comp);
394 if (comp != NULL) {
395 s->expand = COMP_CTX_new(comp->method);
401 if (s->s3->rrec.comp == NULL)
402 s->s3->rrec.comp = (unsigned char *)
404 if (s->s3->rrec.comp
639 SSL_COMP *comp; local
[all...]
H A DMakefile110 bio_ssl.o: ../include/openssl/buffer.h ../include/openssl/comp.h
128 d1_both.o: ../include/openssl/buffer.h ../include/openssl/comp.h
149 d1_clnt.o: ../include/openssl/comp.h ../include/openssl/crypto.h
170 d1_lib.o: ../include/openssl/buffer.h ../include/openssl/comp.h
190 d1_meth.o: ../include/openssl/buffer.h ../include/openssl/comp.h
210 d1_pkt.o: ../include/openssl/buffer.h ../include/openssl/comp.h
230 d1_srtp.o: ../include/openssl/buffer.h ../include/openssl/comp.h
251 d1_srvr.o: ../include/openssl/comp.h ../include/openssl/crypto.h
272 kssl.o: ../include/openssl/buffer.h ../include/openssl/comp.h
291 s23_clnt.o: ../include/openssl/buffer.h ../include/openssl/comp
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/macintosh/
H A Dadb.c386 struct completion *comp = req->arg; local
388 complete(comp);
398 struct completion comp; local
421 req->arg = &comp;
422 init_completion(&comp);
428 wait_for_completion(&comp);

Completed in 1630 milliseconds

1234567891011>>