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

1234567891011>>

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/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...]
H A Dschematron.c90 xmlXPathCompExprPtr comp; /* the compiled expression */ member in struct:_xmlSchematronTest
311 xmlXPathCompExprPtr comp; local
320 comp = xmlXPathCtxtCompile(ctxt->xctxt, test);
321 if (comp == NULL) {
338 ret->comp = comp;
367 if (tests->comp != NULL)
368 xmlXPathFreeCompExpr(tests->comp);
1609 ret = xmlXPathCompiledEval(test->comp, ctxt->xctxt);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/macintosh/
H A Dwindfarm_smu_controls.c59 DECLARE_COMPLETION_ONSTACK(comp);
92 cmd.misc = ∁
97 wait_for_completion(&comp);
H A Dsmu.c319 struct completion *comp = misc; local
321 complete(comp);
873 DECLARE_COMPLETION_ONSTACK(comp);
893 cmd.misc = ∁
902 wait_for_completion(&comp);
920 DECLARE_COMPLETION_ONSTACK(comp);
929 smu_done_complete, &comp,
931 wait_for_completion(&comp);
H A Dwindfarm_smu_sensors.c70 DECLARE_COMPLETION_ONSTACK(comp);
74 smu_done_complete, &comp, id);
77 wait_for_completion(&comp);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/powerpc/platforms/powermac/
H A Dlow_i2c.c658 struct completion comp; local
667 init_completion(&comp);
697 INIT_COMPLETION(comp);
702 req->arg = ∁
710 wait_for_completion(&comp);
728 INIT_COMPLETION(comp);
733 req->arg = ∁
737 wait_for_completion(&comp);
822 struct completion comp; local
860 init_completion(&comp);
[all...]
H A Dcpufreq_64.c107 DECLARE_COMPLETION_ONSTACK(comp);
109 &comp, 'V', 'S', 'L', 'E', 'W',
111 wait_for_completion(&comp);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/openssl/include/openssl/
H A Dlhash.h140 LHASH_COMP_FN_TYPE comp; member in struct:lhash_st
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/openssl/crypto/lhash/
H A Dlhash.h140 LHASH_COMP_FN_TYPE comp; member in struct:lhash_st
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/openssl-0.9.8e/crypto/lhash/
H A Dlhash.h141 LHASH_COMP_FN_TYPE comp; member in struct:lhash_st
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/openssl-0.9.8e/include/openssl/
H A Dlhash.h141 LHASH_COMP_FN_TYPE comp; member in struct:lhash_st
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/rdma/
H A Dib_addr.h41 struct completion comp; member in struct:rdma_addr_client
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/video/
H A Damifb.c1353 static inline unsigned long comp(unsigned long a, unsigned long b, function
1393 *dst = comp(*src, *dst, first);
1398 *dst = comp(*src, *dst, first);
1422 *dst = comp(*src, *dst, last);
1436 *dst = comp(*src >> right, *dst, first);
1439 *dst = comp(*src << left, *dst, first);
1444 *dst = comp(d0 << left | d1 >> right, *dst,
1453 *dst = comp(d0 >> right, *dst, first);
1459 *dst = comp(d0 << left | d1 >> right, *dst,
1494 *dst = comp(d
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/openssl-0.9.8e/ssl/
H A DMakefile110 bio_ssl.o: ../include/openssl/comp.h ../include/openssl/crypto.h
127 d1_both.o: ../include/openssl/comp.h ../include/openssl/crypto.h
146 d1_clnt.o: ../include/openssl/comp.h ../include/openssl/crypto.h
166 d1_enc.o: ../include/openssl/comp.h ../include/openssl/crypto.h
186 d1_lib.o: ../include/openssl/comp.h ../include/openssl/crypto.h
204 d1_meth.o: ../include/openssl/comp.h ../include/openssl/crypto.h
222 d1_pkt.o: ../include/openssl/comp.h ../include/openssl/crypto.h
240 d1_srvr.o: ../include/openssl/comp.h ../include/openssl/crypto.h
260 kssl.o: ../include/openssl/comp.h ../include/openssl/crypto.h
277 s23_clnt.o: ../include/openssl/comp
[all...]
H A Ds23_clnt.c209 SSL_COMP *comp; local
359 comp=sk_SSL_COMP_value(s->ctx->comp_methods,i);
360 *(p++)=comp->id;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/infiniband/core/
H A Dmulticast.c63 struct completion comp; member in struct:mcast_port
108 struct completion comp; member in struct:mcast_member
169 complete(&port->comp);
190 complete(&member->comp);
595 init_completion(&member->comp);
648 wait_for_completion(&member->comp);
777 init_completion(&port->comp);
804 wait_for_completion(&port->comp);
H A Daddr.c68 init_completion(&client->comp);
75 complete(&client->comp);
81 wait_for_completion(&client->comp);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/minidlna/ffmpeg-0.5.1/libavcodec/
H A Dzmbv.c64 int comp; member in struct:ZmbvContext
421 c->comp = buf[2];
428 av_log(avctx, AV_LOG_DEBUG, "Flags=%X ver=%i.%i comp=%i fmt=%i blk=%ix%i\n",c->flags,hi_ver,lo_ver,c->comp,c->fmt,c->bw,c->bh);
436 if(c->comp != 0 && c->comp != 1) {
437 av_log(avctx, AV_LOG_ERROR, "Unsupported compression type %i\n", c->comp);
489 if(c->comp == 0) { //Uncompressed data
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/net/
H A Dslip.c569 struct slcompress *comp; local
587 comp = sl->slcomp;
588 if (comp) {
589 stats.rx_fifo_errors += comp->sls_i_compressed;
590 stats.rx_dropped += comp->sls_i_tossed;
591 stats.tx_fifo_errors += comp->sls_o_compressed;
592 stats.collisions += comp->sls_o_misses;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/gettext-0.17/gnulib-local/lib/libxml/
H A Dschematron.c90 xmlXPathCompExprPtr comp; /* the compiled expression */ member in struct:_xmlSchematronTest
306 xmlXPathCompExprPtr comp; local
315 comp = xmlXPathCtxtCompile(ctxt->xctxt, test);
316 if (comp == NULL) {
333 ret->comp = comp;
362 if (tests->comp != NULL)
363 xmlXPathFreeCompExpr(tests->comp);
1554 ret = xmlXPathCompiledEval(test->comp, ctxt->xctxt);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/openssl/ssl/
H A DMakefile107 bio_ssl.o: ../include/openssl/cast.h ../include/openssl/comp.h
132 kssl.o: ../include/openssl/cast.h ../include/openssl/comp.h
157 s23_clnt.o: ../include/openssl/cast.h ../include/openssl/comp.h
183 s23_lib.o: ../include/openssl/cast.h ../include/openssl/comp.h
208 s23_meth.o: ../include/openssl/cast.h ../include/openssl/comp.h
233 s23_pkt.o: ../include/openssl/cast.h ../include/openssl/comp.h
258 s23_srvr.o: ../include/openssl/cast.h ../include/openssl/comp.h
284 s2_clnt.o: ../include/openssl/cast.h ../include/openssl/comp.h
310 s2_enc.o: ../include/openssl/cast.h ../include/openssl/comp.h
335 s2_lib.o: ../include/openssl/cast.h ../include/openssl/comp
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/fs/partitions/
H A Dldm.c768 struct vblk_comp *comp; local
794 comp = &vb->vblk.comp;
795 ldm_get_vstr (buffer + 0x18 + r_name, comp->state,
796 sizeof (comp->state));
797 comp->type = buffer[0x18 + r_vstate];
798 comp->children = ldm_get_vnum (buffer + 0x1D + r_vstate);
799 comp->parent_id = ldm_get_vnum (buffer + 0x2D + r_child);
800 comp->chunksize = r_stripe ? ldm_get_vnum (buffer+r_parent+0x2E) : 0;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/gettext-0.17/gettext-tools/gnulib-lib/libxml/
H A Dschematron.c90 xmlXPathCompExprPtr comp; /* the compiled expression */ member in struct:_xmlSchematronTest
306 xmlXPathCompExprPtr comp; local
315 comp = xmlXPathCtxtCompile(ctxt->xctxt, test);
316 if (comp == NULL) {
333 ret->comp = comp;
362 if (tests->comp != NULL)
363 xmlXPathFreeCompExpr(tests->comp);
1554 ret = xmlXPathCompiledEval(test->comp, ctxt->xctxt);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/minidlna/libvorbis-1.2.3/lib/
H A Dlsp.c298 static int comp(const void *a,const void *b){ function
447 qsort(g1r,g1_order,sizeof(*g1r),comp);
448 qsort(g2r,g2_order,sizeof(*g2r),comp);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/net/xfrm/
H A Dxfrm_algo.c311 .comp = {
320 .comp = {
329 .comp = {

Completed in 220 milliseconds

1234567891011>>