Searched refs:comp (Results 326 - 350 of 599) sorted by relevance

<<11121314151617181920>>

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/infiniband/core/
H A Ducm.c78 struct completion comp; member in struct:ib_ucm_context
147 complete(&ctx->comp);
189 init_completion(&ctx->comp);
557 wait_for_completion(&ctx->comp);
H A Ducma.c67 struct completion comp; member in struct:ucma_context
130 complete(&ctx->comp);
143 init_completion(&ctx->comp);
487 wait_for_completion(&ctx->comp);
H A Dcma.c86 struct completion comp; member in struct:cma_device
132 struct completion comp; member in struct:rdma_id_private
211 static int cma_comp(struct rdma_id_private *id_priv, enum cma_state comp) argument
217 ret = (id_priv->state == comp);
223 enum cma_state comp, enum cma_state exch)
229 if ((ret = (id_priv->state == comp)))
290 complete(&cma_dev->comp);
348 complete(&id_priv->comp);
382 init_completion(&id_priv->comp);
856 wait_for_completion(&id_priv->comp);
222 cma_comp_exch(struct rdma_id_private *id_priv, enum cma_state comp, enum cma_state exch) argument
[all...]
H A Dmad.c320 init_completion(&mad_agent_priv->comp);
479 init_completion(&mad_snoop_priv->comp);
501 complete(&mad_agent_priv->comp);
507 complete(&mad_snoop_priv->comp);
534 wait_for_completion(&mad_agent_priv->comp);
553 wait_for_completion(&mad_snoop_priv->comp);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/net/xfrm/
H A Dxfrm_ipcomp.c367 ipcd->threshold = calg_desc->uinfo.comp.threshold;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/openssl-0.9.8e/ssl/
H A Dd1_clnt.c532 SSL_COMP *comp; local
607 comp=sk_SSL_COMP_value(s->ctx->comp_methods,i);
608 *(p++)=comp->id;
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/infiniband/hw/qib/
H A Dqib_sdma.c100 complete(&ss->comp);
111 wait_for_completion(&ss->comp);
446 init_completion(&ppd->sdma_state.comp);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/zip30/os2/
H A Dos2zip.c560 char *comp, *next, *ea, sep; local
570 comp = next;
579 strcat(nbuf, ea ? ea : comp);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/net/wireless/orinoco/
H A Dorinoco_usb.c392 static inline void ezusb_complete_all(struct completion *comp) argument
394 complete(comp);
395 complete(comp);
396 complete(comp);
397 complete(comp);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/openssl-0.9.8e/apps/
H A DMakefile231 ciphers.o: ../include/openssl/comp.h ../include/openssl/conf.h
349 engine.o: ../include/openssl/comp.h ../include/openssl/conf.h
368 errstr.o: ../include/openssl/comp.h ../include/openssl/conf.h
447 ocsp.o: ../include/openssl/comp.h ../include/openssl/conf.h
466 openssl.o: ../include/openssl/comp.h ../include/openssl/conf.h
609 s_cb.o: ../include/openssl/comp.h ../include/openssl/conf.h
628 s_client.o: ../include/openssl/comp.h ../include/openssl/conf.h
647 s_server.o: ../include/openssl/comp.h ../include/openssl/conf.h
669 s_socket.o: ../include/openssl/comp.h ../include/openssl/conf.h
687 s_time.o: ../include/openssl/comp
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libswscale/
H A Dswscale_unscaled.c557 int bpc = dst_format->comp[0].depth_minus1 + 1;
728 int bits_per_sample = src_format->comp[0].depth_minus1 + 1;
1414 plane == 3, desc_dst->comp[plane].depth_minus1,
1424 const int src_depth = desc_src->comp[plane].depth_minus1 + 1;
1425 const int dst_depth = desc_dst->comp[plane].depth_minus1 + 1;
1540 else if (!desc_src->comp[0].depth_minus1)
1644 if (av_pix_fmt_desc_get(srcFormat)->comp[0].depth_minus1 == 7 &&
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/net/
H A Dppp_generic.c37 #include <linux/ppp-comp.h>
1295 printk(KERN_ERR "PPP: no memory (comp pkt)\n");
1391 printk(KERN_ERR "PPP: no memory (VJ comp pkt)\n");
2701 struct compressor *comp; member in struct:compressor_entry
2710 if (ce->comp->compress_proto == proto)
2731 ce->comp = cp;
2746 if (ce && ce->comp == cp) {
2763 cp = ce->comp;
H A Dppp_deflate.c41 #include <linux/ppp-comp.h>
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/infiniband/ulp/srp/
H A Dib_srp.c1231 int comp = 0; local
1239 comp = 1;
1244 comp = 1;
1308 comp = 1;
1325 comp = 1;
1340 if (comp)
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libswresample/
H A Dswresample.c812 int comp = av_clipf(fdelta, -max_soft_compensation, max_soft_compensation) * duration ; local
813 av_log(s, AV_LOG_VERBOSE, "compensating audio timestamp drift:%f compensation:%d in:%d\n", fdelta, comp, duration);
814 swr_set_compensation(s, comp, duration);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl/apps/
H A DMakefile240 ciphers.o: ../include/openssl/buffer.h ../include/openssl/comp.h
406 enc.o: ../include/openssl/buffer.h ../include/openssl/comp.h
422 engine.o: ../include/openssl/buffer.h ../include/openssl/comp.h
443 errstr.o: ../include/openssl/buffer.h ../include/openssl/comp.h
551 ocsp.o: ../include/openssl/comp.h ../include/openssl/conf.h
571 openssl.o: ../include/openssl/buffer.h ../include/openssl/comp.h
786 s_cb.o: ../include/openssl/buffer.h ../include/openssl/comp.h
809 s_client.o: ../include/openssl/comp.h ../include/openssl/conf.h
832 s_server.o: ../include/openssl/comp.h ../include/openssl/conf.h
857 s_socket.o: ../include/openssl/comp
[all...]
H A Ds_client.c2124 const COMP_METHOD *comp, *expansion; local
2223 comp = SSL_get_current_compression(s);
2226 comp ? SSL_COMP_get_name(comp) : "NONE");
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl-1.0.2h/apps/
H A DMakefile240 ciphers.o: ../include/openssl/buffer.h ../include/openssl/comp.h
406 enc.o: ../include/openssl/buffer.h ../include/openssl/comp.h
422 engine.o: ../include/openssl/buffer.h ../include/openssl/comp.h
443 errstr.o: ../include/openssl/buffer.h ../include/openssl/comp.h
551 ocsp.o: ../include/openssl/comp.h ../include/openssl/conf.h
571 openssl.o: ../include/openssl/buffer.h ../include/openssl/comp.h
786 s_cb.o: ../include/openssl/buffer.h ../include/openssl/comp.h
809 s_client.o: ../include/openssl/comp.h ../include/openssl/conf.h
832 s_server.o: ../include/openssl/comp.h ../include/openssl/conf.h
857 s_socket.o: ../include/openssl/comp
[all...]
H A Ds_client.c2124 const COMP_METHOD *comp, *expansion; local
2223 comp = SSL_get_current_compression(s);
2226 comp ? SSL_COMP_get_name(comp) : "NONE");
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/kernel/
H A Dexit.c1048 NORET_TYPE void complete_and_exit(struct completion *comp, long code) argument
1050 if (comp)
1051 complete(comp);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavdevice/
H A Dopengl_enc.c735 shift = desc->comp[i].depth_minus1 >> 3; \
736 opengl->color_map[(i << 2) + ((desc->comp[i].offset_plus1 - 1) >> shift)] = 1.0; \
1139 int plane = desc->comp[comp_index].plane;
1166 int plane = desc->comp[comp_index].plane; \
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavfilter/
H A Dvf_hqdn3d.c260 s->depth = desc->comp[0].depth_minus1+1;
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/video/omap/
H A Dblizzard.c1010 struct completion comp; local
1016 init_completion(&comp);
1017 req->par.sync = &comp;
1022 wait_for_completion(&comp);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/gettext-0.17/
H A DMakefile39 build-aux/config.sub build-aux/depcomp build-aux/elisp-comp \
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/gettext-0.17/gettext-tools/tests/
H A DMakefile.in44 $(top_srcdir)/libgettextpo/gnulib-m4/gnulib-comp.m4 \
79 $(top_srcdir)/gnulib-m4/gnulib-comp.m4 \
755 mm-ko.ascii.pot mm-ko.euc-kr.po mm-ko-comp.euc-kr.po \
756 mm-viet.comp.po mm-viet.pot mm-viet.out msguniq-a.in \

Completed in 310 milliseconds

<<11121314151617181920>>