Home
last modified time | relevance | path

Searched refs:_ep (Results 1 – 25 of 784) sorted by relevance

12345678910>>...32

/dports/audio/sphinx3/sphinx3-0.8/src/libs3decoder/libep/
H A Ds3_endpointer.c105 _ep->begin_pad + _ep->begin_window > _ep->end_window + 1?
106 _ep->begin_pad + _ep->begin_window : _ep->end_window + 1;
238 return _ep->n_frames - _ep->offset >= _ep->frames_required;
282 be = _ep->offset + _ep->begin_pad + _ep->begin_window - 1;
304 if (_ep->end_count < 0 || _ep->end_count > _ep->end_window ||
305 _ep->begin_count < 0 || _ep->begin_count > _ep->begin_window) {
329 (_ep->eof && _ep->offset == _ep->n_frames))
332 if (_ep->eof && _ep->offset + _ep->end_pad >= _ep->n_frames)
333 _ep->end_countdown = _ep->n_frames - _ep->offset - 1;
347 if (_ep->eof && _ep->offset + _ep->begin_pad >= _ep->n_frames)
[all …]
/dports/devel/caf/actor-framework-0.18.5/libcaf_core/test/
H A Dipv4_endpoint.cpp56 CAF_CHECK_GREATER(addr2##_ep, addr1##_ep); \
57 CAF_CHECK_GREATER_OR_EQUAL(addr2##_ep, addr1##_ep); \
58 CAF_CHECK_GREATER_OR_EQUAL(addr1##_ep, addr1##_ep); \
59 CAF_CHECK_GREATER_OR_EQUAL(addr2##_ep, addr2##_ep); \
60 CAF_CHECK_EQUAL(addr1##_ep, addr1##_ep); \
61 CAF_CHECK_EQUAL(addr2##_ep, addr2##_ep); \
62 CAF_CHECK_LESS_OR_EQUAL(addr1##_ep, addr2##_ep); \
63 CAF_CHECK_LESS_OR_EQUAL(addr1##_ep, addr1##_ep); \
64 CAF_CHECK_LESS_OR_EQUAL(addr2##_ep, addr2##_ep); \
66 CAF_CHECK_NOT_EQUAL(addr2##_ep, addr1##_ep);
[all …]
H A Dipv6_endpoint.cpp56 CAF_CHECK_GREATER(addr2##_ep, addr1##_ep); \
57 CAF_CHECK_GREATER_OR_EQUAL(addr2##_ep, addr1##_ep); \
58 CAF_CHECK_GREATER_OR_EQUAL(addr1##_ep, addr1##_ep); \
59 CAF_CHECK_GREATER_OR_EQUAL(addr2##_ep, addr2##_ep); \
60 CAF_CHECK_EQUAL(addr1##_ep, addr1##_ep); \
61 CAF_CHECK_EQUAL(addr2##_ep, addr2##_ep); \
62 CAF_CHECK_LESS_OR_EQUAL(addr1##_ep, addr2##_ep); \
63 CAF_CHECK_LESS_OR_EQUAL(addr1##_ep, addr1##_ep); \
64 CAF_CHECK_LESS_OR_EQUAL(addr2##_ep, addr2##_ep); \
66 CAF_CHECK_NOT_EQUAL(addr2##_ep, addr1##_ep);
[all …]
/dports/net/mpich/mpich-3.4.3/modules/ucx/src/uct/ib/rc/base/
H A Drc_ep.h79 #define UCT_RC_CHECK_CQE_RET(_iface, _ep, _ret) \ argument
88 #define UCT_RC_CHECK_TXQP_RET(_iface, _ep, _ret) \ argument
108 #define UCT_RC_CHECK_RES(_iface, _ep) \ argument
117 #define UCT_RC_CHECK_RMA_RES(_iface, _ep) \ argument
118 UCT_RC_CHECK_RES(_iface, _ep) \
143 #define UCT_RC_CHECK_FC(_iface, _ep, _am_id) \ argument
147 UCT_RC_CHECK_FC_WND(&(_ep)->fc, (_ep)->super.stats); \
151 (_ep)->fc.fc_wnd = INT16_MAX; \
157 #define UCT_RC_UPDATE_FC(_iface, _ep, _fc_hdr) \ argument
168 (_ep)->fc.flags = 0; \
[all …]
/dports/comms/liquid-dsp/liquid-dsp-1.3.2/src/filter/src/
H A Dcheby1.c48 float _ep, in cheby1_azpkf() argument
54 float t0 = sqrt(1.0 + 1.0/(_ep*_ep)); in cheby1_azpkf()
55 float tp = powf( t0 + 1.0/_ep, 1.0/(float)(_n) ); in cheby1_azpkf()
56 float tm = powf( t0 - 1.0/_ep, 1.0/(float)(_n) ); in cheby1_azpkf()
62 printf(" ep : %12.8f\n", _ep); in cheby1_azpkf()
88 *_ka = r ? 1.0f : 1.0f / sqrtf(1.0f + _ep*_ep); in cheby1_azpkf()
/dports/audio/sphinx3/sphinx3-0.8/include/
H A Ds3_endpointer.h46 void s3_endpointer_init(s3_endpointer_t *_ep,
62 void s3_endpointer_close(s3_endpointer_t *_ep);
64 void s3_endpointer_reset(s3_endpointer_t *_ep);
66 void s3_endpointer_feed_frames(s3_endpointer_t *_ep,
71 int s3_endpointer_read_utt(s3_endpointer_t *_ep,
75 int s3_endpointer_next_utt(s3_endpointer_t *_ep);
77 int s3_endpointer_frame_count(s3_endpointer_t *_ep);
/dports/multimedia/v4l_compat/linux-5.13-rc2/drivers/usb/usbip/
H A Dvudc_dev.c237 ep = to_vep(_ep); in vep_enable()
240 if (!_ep || !desc || ep->desc || _ep->caps.type_control in vep_enable()
266 ep = to_vep(_ep); in vep_disable()
268 if (!_ep || !ep->desc || _ep->caps.type_control) in vep_disable()
284 if (!_ep) in vep_alloc_request()
316 if (!_ep || !_req) in vep_queue()
319 ep = to_vep(_ep); in vep_queue()
342 if (!_ep || !_req) in vep_dequeue()
345 ep = to_vep(_ep); in vep_dequeue()
377 ep = to_vep(_ep); in vep_set_halt_and_wedge()
[all …]
/dports/multimedia/libv4l/linux-5.13-rc2/drivers/usb/usbip/
H A Dvudc_dev.c237 ep = to_vep(_ep); in vep_enable()
240 if (!_ep || !desc || ep->desc || _ep->caps.type_control in vep_enable()
266 ep = to_vep(_ep); in vep_disable()
268 if (!_ep || !ep->desc || _ep->caps.type_control) in vep_disable()
284 if (!_ep) in vep_alloc_request()
316 if (!_ep || !_req) in vep_queue()
319 ep = to_vep(_ep); in vep_queue()
342 if (!_ep || !_req) in vep_dequeue()
345 ep = to_vep(_ep); in vep_dequeue()
377 ep = to_vep(_ep); in vep_set_halt_and_wedge()
[all …]
/dports/multimedia/v4l-utils/linux-5.13-rc2/drivers/usb/usbip/
H A Dvudc_dev.c237 ep = to_vep(_ep); in vep_enable()
240 if (!_ep || !desc || ep->desc || _ep->caps.type_control in vep_enable()
266 ep = to_vep(_ep); in vep_disable()
268 if (!_ep || !ep->desc || _ep->caps.type_control) in vep_disable()
284 if (!_ep) in vep_alloc_request()
316 if (!_ep || !_req) in vep_queue()
319 ep = to_vep(_ep); in vep_queue()
342 if (!_ep || !_req) in vep_dequeue()
345 ep = to_vep(_ep); in vep_dequeue()
377 ep = to_vep(_ep); in vep_set_halt_and_wedge()
[all …]
/dports/mail/p5-LMAP-CID2SPF/LMAP-CID2SPF-0.9/t/
H A D01_basic.t24 …g='true'><out><m><indirect>list1._ep.hotmail.com</indirect><indirect>list2._ep.hotmail.com</indire…
25 …'spf' => "v=spf1 include:_ep.list1._ep.hotmail.com include:_ep.list2._ep.hotmail.com include:_ep.l…
/dports/emulators/qemu42/qemu-4.2.1/roms/u-boot/drivers/usb/gadget/
H A Ddwc2_udc_otg.c547 debug("%s: %p\n", __func__, _ep); in dwc2_ep_enable()
549 ep = container_of(_ep, struct dwc2_ep, ep); in dwc2_ep_enable()
550 if (!_ep || !desc || ep->desc || _ep->name == ep0name in dwc2_ep_enable()
592 dwc2_udc_set_halt(_ep, 0); in dwc2_ep_enable()
611 debug("%s: %p\n", __func__, _ep); in dwc2_ep_disable()
613 ep = container_of(_ep, struct dwc2_ep, ep); in dwc2_ep_disable()
614 if (!_ep || !ep->desc) { in dwc2_ep_disable()
616 _ep ? ep->ep.name : NULL); in dwc2_ep_disable()
669 debug("%s: %p\n", __func__, _ep); in dwc2_dequeue()
672 if (!_ep || ep->ep.name == ep0name) in dwc2_dequeue()
[all …]
/dports/emulators/qemu5/qemu-5.2.0/roms/u-boot/drivers/usb/gadget/
H A Ddwc2_udc_otg.c547 debug("%s: %p\n", __func__, _ep); in dwc2_ep_enable()
549 ep = container_of(_ep, struct dwc2_ep, ep); in dwc2_ep_enable()
550 if (!_ep || !desc || ep->desc || _ep->name == ep0name in dwc2_ep_enable()
592 dwc2_udc_set_halt(_ep, 0); in dwc2_ep_enable()
611 debug("%s: %p\n", __func__, _ep); in dwc2_ep_disable()
613 ep = container_of(_ep, struct dwc2_ep, ep); in dwc2_ep_disable()
614 if (!_ep || !ep->desc) { in dwc2_ep_disable()
616 _ep ? ep->ep.name : NULL); in dwc2_ep_disable()
669 debug("%s: %p\n", __func__, _ep); in dwc2_dequeue()
672 if (!_ep || ep->ep.name == ep0name) in dwc2_dequeue()
[all …]
/dports/emulators/qemu-utils/qemu-4.2.1/roms/u-boot/drivers/usb/gadget/
H A Ddwc2_udc_otg.c547 debug("%s: %p\n", __func__, _ep); in dwc2_ep_enable()
549 ep = container_of(_ep, struct dwc2_ep, ep); in dwc2_ep_enable()
550 if (!_ep || !desc || ep->desc || _ep->name == ep0name in dwc2_ep_enable()
592 dwc2_udc_set_halt(_ep, 0); in dwc2_ep_enable()
611 debug("%s: %p\n", __func__, _ep); in dwc2_ep_disable()
613 ep = container_of(_ep, struct dwc2_ep, ep); in dwc2_ep_disable()
614 if (!_ep || !ep->desc) { in dwc2_ep_disable()
616 _ep ? ep->ep.name : NULL); in dwc2_ep_disable()
669 debug("%s: %p\n", __func__, _ep); in dwc2_dequeue()
672 if (!_ep || ep->ep.name == ep0name) in dwc2_dequeue()
[all …]
/dports/emulators/qemu-guest-agent/qemu-5.0.1/roms/u-boot/drivers/usb/gadget/
H A Ddwc2_udc_otg.c547 debug("%s: %p\n", __func__, _ep); in dwc2_ep_enable()
549 ep = container_of(_ep, struct dwc2_ep, ep); in dwc2_ep_enable()
550 if (!_ep || !desc || ep->desc || _ep->name == ep0name in dwc2_ep_enable()
592 dwc2_udc_set_halt(_ep, 0); in dwc2_ep_enable()
611 debug("%s: %p\n", __func__, _ep); in dwc2_ep_disable()
613 ep = container_of(_ep, struct dwc2_ep, ep); in dwc2_ep_disable()
614 if (!_ep || !ep->desc) { in dwc2_ep_disable()
616 _ep ? ep->ep.name : NULL); in dwc2_ep_disable()
669 debug("%s: %p\n", __func__, _ep); in dwc2_dequeue()
672 if (!_ep || ep->ep.name == ep0name) in dwc2_dequeue()
[all …]
/dports/sysutils/u-boot-utilite/u-boot-2015.07/drivers/usb/gadget/
H A Ds3c_udc_otg.c536 debug("%s: %p\n", __func__, _ep); in s3c_ep_enable()
538 ep = container_of(_ep, struct s3c_ep, ep); in s3c_ep_enable()
539 if (!_ep || !desc || ep->desc || _ep->name == ep0name in s3c_ep_enable()
581 s3c_udc_set_halt(_ep, 0); in s3c_ep_enable()
600 debug("%s: %p\n", __func__, _ep); in s3c_ep_disable()
602 ep = container_of(_ep, struct s3c_ep, ep); in s3c_ep_disable()
603 if (!_ep || !ep->desc) { in s3c_ep_disable()
605 _ep ? ep->ep.name : NULL); in s3c_ep_disable()
658 debug("%s: %p\n", __func__, _ep); in s3c_dequeue()
661 if (!_ep || ep->ep.name == ep0name) in s3c_dequeue()
[all …]
/dports/emulators/qemu60/qemu-6.0.0/roms/u-boot/drivers/usb/gadget/
H A Ddwc2_udc_otg.c547 debug("%s: %p\n", __func__, _ep); in dwc2_ep_enable()
549 ep = container_of(_ep, struct dwc2_ep, ep); in dwc2_ep_enable()
550 if (!_ep || !desc || ep->desc || _ep->name == ep0name in dwc2_ep_enable()
592 dwc2_udc_set_halt(_ep, 0); in dwc2_ep_enable()
611 debug("%s: %p\n", __func__, _ep); in dwc2_ep_disable()
613 ep = container_of(_ep, struct dwc2_ep, ep); in dwc2_ep_disable()
614 if (!_ep || !ep->desc) { in dwc2_ep_disable()
616 _ep ? ep->ep.name : NULL); in dwc2_ep_disable()
669 debug("%s: %p\n", __func__, _ep); in dwc2_dequeue()
672 if (!_ep || ep->ep.name == ep0name) in dwc2_dequeue()
[all …]
/dports/net/mpich/mpich-3.4.3/modules/ucx/src/uct/base/
H A Duct_iface.h60 #define UCT_TL_EP_STAT_OP(_ep, _op, _method, _size) \ argument
61 UCS_STATS_UPDATE_COUNTER((_ep)->stats, UCT_EP_STAT_##_op, 1); \
65 UCT_TL_EP_STAT_OP(_ep, _op, _method, _size) \
67 #define UCT_TL_EP_STAT_ATOMIC(_ep) \ argument
68 UCS_STATS_UPDATE_COUNTER((_ep)->stats, UCT_EP_STAT_ATOMIC, 1);
69 #define UCT_TL_EP_STAT_FLUSH(_ep) \ argument
70 UCS_STATS_UPDATE_COUNTER((_ep)->stats, UCT_EP_STAT_FLUSH, 1);
71 #define UCT_TL_EP_STAT_FLUSH_WAIT(_ep) \ argument
73 #define UCT_TL_EP_STAT_FENCE(_ep) \ argument
74 UCS_STATS_UPDATE_COUNTER((_ep)->stats, UCT_EP_STAT_FENCE, 1);
[all …]
/dports/games/crafty/crafty-25.2_1/
H A Dtbprobe.h62 uint64_t _knights, uint64_t _pawns, unsigned _ep, bool _turn,
66 uint64_t _knights, uint64_t _pawns, unsigned _rule50, unsigned _ep,
139 # define TB_SET_EP(_res, _ep) \ argument
141 (((_ep) << TB_RESULT_EP_SHIFT) & TB_RESULT_EP_MASK))
196 unsigned _rule50, unsigned _castling, unsigned _ep, bool _turn, in tb_probe_wdl() argument
203 _bishops, _knights, _pawns, _ep, _turn, _hash); in tb_probe_wdl()
254 unsigned _castling, unsigned _ep, bool _turn, unsigned *_results) { in tb_probe_root() argument
258 _bishops, _knights, _pawns, _rule50, _ep, _turn, _results); in tb_probe_root()
/dports/net/mpich/mpich-3.4.3/modules/libfabric/prov/verbs/src/
H A Dverbs_cm.c103 struct vrb_ep *_ep = in vrb_msg_ep_getname() local
105 sa = rdma_get_local_addr(_ep->id); in vrb_msg_ep_getname()
112 struct vrb_ep *_ep = in vrb_msg_ep_getpeer() local
114 sa = rdma_get_peer_addr(_ep->id); in vrb_msg_ep_getpeer()
187 struct vrb_ep *_ep = in vrb_msg_ep_accept() local
193 if (!_ep->id->qp) { in vrb_msg_ep_accept()
204 if (_ep->srq_ep) in vrb_msg_ep_accept()
207 ret = rdma_accept(_ep->id, &conn_param); in vrb_msg_ep_accept()
296 struct vrb_ep *_ep = in vrb_msg_ep_shutdown() local
298 if (_ep->id) in vrb_msg_ep_shutdown()
[all …]
/dports/sysutils/u-boot-tools/u-boot-2020.07/drivers/usb/gadget/
H A Ddwc2_udc_otg.c624 debug("%s: %p\n", __func__, _ep); in dwc2_ep_enable()
626 ep = container_of(_ep, struct dwc2_ep, ep); in dwc2_ep_enable()
627 if (!_ep || !desc || ep->desc || _ep->name == ep0name in dwc2_ep_enable()
669 dwc2_udc_set_halt(_ep, 0); in dwc2_ep_enable()
688 debug("%s: %p\n", __func__, _ep); in dwc2_ep_disable()
690 ep = container_of(_ep, struct dwc2_ep, ep); in dwc2_ep_disable()
691 if (!_ep || !ep->desc) { in dwc2_ep_disable()
693 _ep ? ep->ep.name : NULL); in dwc2_ep_disable()
746 debug("%s: %p\n", __func__, _ep); in dwc2_dequeue()
749 if (!_ep || ep->ep.name == ep0name) in dwc2_dequeue()
[all …]
/dports/net/mpich/mpich-3.4.3/modules/libfabric/prov/sockets/src/
H A Dsock_ep_msg.c454 struct sock_ep *_ep; in sock_ep_cm_connect() local
458 _eq = _ep->attr->eq; in sock_ep_cm_connect()
462 if (!_ep->attr->conn_handle.do_listen && sock_conn_listen(_ep->attr)) in sock_ep_cm_connect()
465 if (!_ep->attr->dest_addr) { in sock_ep_cm_connect()
466 _ep->attr->dest_addr = calloc(1, sizeof(*_ep->attr->dest_addr)); in sock_ep_cm_connect()
467 if (!_ep->attr->dest_addr) in sock_ep_cm_connect()
492 handle->ep = _ep; in sock_ep_cm_connect()
552 struct sock_ep *_ep; in sock_ep_cm_accept() local
558 if (!_ep->attr->conn_handle.do_listen && sock_conn_listen(_ep->attr)) in sock_ep_cm_accept()
568 handle->ep = _ep; in sock_ep_cm_accept()
[all …]
/dports/sysutils/u-boot-nanopi-neo2/u-boot-2021.07/drivers/usb/gadget/
H A Ddwc2_udc_otg.c620 debug("%s: %p\n", __func__, _ep); in dwc2_ep_enable()
622 ep = container_of(_ep, struct dwc2_ep, ep); in dwc2_ep_enable()
623 if (!_ep || !desc || ep->desc || _ep->name == ep0name in dwc2_ep_enable()
665 dwc2_udc_set_halt(_ep, 0); in dwc2_ep_enable()
684 debug("%s: %p\n", __func__, _ep); in dwc2_ep_disable()
686 ep = container_of(_ep, struct dwc2_ep, ep); in dwc2_ep_disable()
687 if (!_ep || !ep->desc) { in dwc2_ep_disable()
689 _ep ? ep->ep.name : NULL); in dwc2_ep_disable()
742 debug("%s: %p\n", __func__, _ep); in dwc2_dequeue()
745 if (!_ep || ep->ep.name == ep0name) in dwc2_dequeue()
[all …]
/dports/sysutils/u-boot-olinuxino-lime/u-boot-2021.07/drivers/usb/gadget/
H A Ddwc2_udc_otg.c620 debug("%s: %p\n", __func__, _ep); in dwc2_ep_enable()
622 ep = container_of(_ep, struct dwc2_ep, ep); in dwc2_ep_enable()
623 if (!_ep || !desc || ep->desc || _ep->name == ep0name in dwc2_ep_enable()
665 dwc2_udc_set_halt(_ep, 0); in dwc2_ep_enable()
684 debug("%s: %p\n", __func__, _ep); in dwc2_ep_disable()
686 ep = container_of(_ep, struct dwc2_ep, ep); in dwc2_ep_disable()
687 if (!_ep || !ep->desc) { in dwc2_ep_disable()
689 _ep ? ep->ep.name : NULL); in dwc2_ep_disable()
742 debug("%s: %p\n", __func__, _ep); in dwc2_dequeue()
745 if (!_ep || ep->ep.name == ep0name) in dwc2_dequeue()
[all …]
/dports/sysutils/u-boot-olinuxino-lime2/u-boot-2021.07/drivers/usb/gadget/
H A Ddwc2_udc_otg.c620 debug("%s: %p\n", __func__, _ep); in dwc2_ep_enable()
622 ep = container_of(_ep, struct dwc2_ep, ep); in dwc2_ep_enable()
623 if (!_ep || !desc || ep->desc || _ep->name == ep0name in dwc2_ep_enable()
665 dwc2_udc_set_halt(_ep, 0); in dwc2_ep_enable()
684 debug("%s: %p\n", __func__, _ep); in dwc2_ep_disable()
686 ep = container_of(_ep, struct dwc2_ep, ep); in dwc2_ep_disable()
687 if (!_ep || !ep->desc) { in dwc2_ep_disable()
689 _ep ? ep->ep.name : NULL); in dwc2_ep_disable()
742 debug("%s: %p\n", __func__, _ep); in dwc2_dequeue()
745 if (!_ep || ep->ep.name == ep0name) in dwc2_dequeue()
[all …]
/dports/sysutils/u-boot-cubox-hummingboard/u-boot-2021.07/drivers/usb/gadget/
H A Ddwc2_udc_otg.c620 debug("%s: %p\n", __func__, _ep); in dwc2_ep_enable()
622 ep = container_of(_ep, struct dwc2_ep, ep); in dwc2_ep_enable()
623 if (!_ep || !desc || ep->desc || _ep->name == ep0name in dwc2_ep_enable()
665 dwc2_udc_set_halt(_ep, 0); in dwc2_ep_enable()
684 debug("%s: %p\n", __func__, _ep); in dwc2_ep_disable()
686 ep = container_of(_ep, struct dwc2_ep, ep); in dwc2_ep_disable()
687 if (!_ep || !ep->desc) { in dwc2_ep_disable()
689 _ep ? ep->ep.name : NULL); in dwc2_ep_disable()
742 debug("%s: %p\n", __func__, _ep); in dwc2_dequeue()
745 if (!_ep || ep->ep.name == ep0name) in dwc2_dequeue()
[all …]

12345678910>>...32