Home
last modified time | relevance | path

Searched refs:epdir (Results 1 – 25 of 239) sorted by relevance

12345678910

/dports/graphics/tesseract/tesseract-5.0.0/src/ccstruct/
H A Dpolyaprx.cpp159 int8_t epdir; // of this step in edgesteps_to_edgepts() local
199 epdir = DIR128(0) - prevdir; in edgesteps_to_edgepts()
200 epdir >>= 4; in edgesteps_to_edgepts()
201 epdir &= 7; in edgesteps_to_edgepts()
202 edgepts[epindex].dir = epdir; in edgesteps_to_edgepts()
231 epdir = DIR128(0) - prevdir; in edgesteps_to_edgepts()
232 epdir >>= 4; in edgesteps_to_edgepts()
233 epdir &= 7; in edgesteps_to_edgepts()
234 edgepts[epindex].dir = epdir; in edgesteps_to_edgepts()
/dports/emulators/qemu/qemu-6.2.0/hw/usb/
H A Dhcd-dwc2.c235 epdir = get_bit(hcchar, HCCHAR_EPDIR); in dwc2_handle_packet()
251 dirs[epdir], mps, len, pcnt); in dwc2_handle_packet()
262 pid = epdir ? USB_TOKEN_IN : USB_TOKEN_OUT; in dwc2_handle_packet()
307 dirs[epdir], tlen); in dwc2_handle_packet()
312 p->epdir = epdir; in dwc2_handle_packet()
393 p->epdir = epdir; in dwc2_handle_packet()
512 p->epnum, dirs[p->epdir], p->len); in dwc2_async_packet_complete()
617 uint32_t devadr, epnum, epdir, eptype, pid, len; in dwc2_enable_chan() local
626 epdir = get_bit(hcchar, HCCHAR_EPDIR); in dwc2_enable_chan()
641 pid = epdir ? USB_TOKEN_IN : USB_TOKEN_OUT; in dwc2_enable_chan()
[all …]
/dports/emulators/qemu60/qemu-6.0.0/hw/usb/
H A Dhcd-dwc2.c235 epdir = get_bit(hcchar, HCCHAR_EPDIR); in dwc2_handle_packet()
251 dirs[epdir], mps, len, pcnt); in dwc2_handle_packet()
262 pid = epdir ? USB_TOKEN_IN : USB_TOKEN_OUT; in dwc2_handle_packet()
307 dirs[epdir], tlen); in dwc2_handle_packet()
312 p->epdir = epdir; in dwc2_handle_packet()
393 p->epdir = epdir; in dwc2_handle_packet()
512 p->epnum, dirs[p->epdir], p->len); in dwc2_async_packet_complete()
617 uint32_t devadr, epnum, epdir, eptype, pid, len; in dwc2_enable_chan() local
626 epdir = get_bit(hcchar, HCCHAR_EPDIR); in dwc2_enable_chan()
641 pid = epdir ? USB_TOKEN_IN : USB_TOKEN_OUT; in dwc2_enable_chan()
[all …]
/dports/emulators/qemu5/qemu-5.2.0/hw/usb/
H A Dhcd-dwc2.c235 epdir = get_bit(hcchar, HCCHAR_EPDIR); in dwc2_handle_packet()
251 dirs[epdir], mps, len, pcnt); in dwc2_handle_packet()
262 pid = epdir ? USB_TOKEN_IN : USB_TOKEN_OUT; in dwc2_handle_packet()
307 dirs[epdir], tlen); in dwc2_handle_packet()
312 p->epdir = epdir; in dwc2_handle_packet()
393 p->epdir = epdir; in dwc2_handle_packet()
512 p->epnum, dirs[p->epdir], p->len); in dwc2_async_packet_complete()
617 uint32_t devadr, epnum, epdir, eptype, pid, len; in dwc2_enable_chan() local
626 epdir = get_bit(hcchar, HCCHAR_EPDIR); in dwc2_enable_chan()
641 pid = epdir ? USB_TOKEN_IN : USB_TOKEN_OUT; in dwc2_enable_chan()
[all …]
/dports/emulators/qemu-devel/qemu-de8ed1055c2ce18c95f597eb10df360dcb534f99/hw/usb/
H A Dhcd-dwc2.c235 epdir = get_bit(hcchar, HCCHAR_EPDIR); in dwc2_handle_packet()
251 dirs[epdir], mps, len, pcnt); in dwc2_handle_packet()
262 pid = epdir ? USB_TOKEN_IN : USB_TOKEN_OUT; in dwc2_handle_packet()
307 dirs[epdir], tlen); in dwc2_handle_packet()
312 p->epdir = epdir; in dwc2_handle_packet()
393 p->epdir = epdir; in dwc2_handle_packet()
512 p->epnum, dirs[p->epdir], p->len); in dwc2_async_packet_complete()
617 uint32_t devadr, epnum, epdir, eptype, pid, len; in dwc2_enable_chan() local
626 epdir = get_bit(hcchar, HCCHAR_EPDIR); in dwc2_enable_chan()
641 pid = epdir ? USB_TOKEN_IN : USB_TOKEN_OUT; in dwc2_enable_chan()
[all …]
/dports/devel/gitlab-runner/gitlab-runner-8925d9a06fd8e452e2161a768462652a2a13111f/vendor/github.com/docker/cli/cli-20.10.2/cli/context/store/
H A Dtlsstore.go28 epdir := s.endpointDir(contextID, endpointName)
33 if err := os.MkdirAll(epdir, 0700); err != nil {
/dports/sysutils/helm/helm-3.5.2/vendor/github.com/docker/cli/cli/context/store/
H A Dtlsstore.go28 epdir := s.endpointDir(contextID, endpointName)
33 if err := os.MkdirAll(epdir, 0700); err != nil {
/dports/net/traefik/traefik-2.6.1/vendor/github.com/docker/cli/cli/context/store/
H A Dtlsstore.go28 epdir := s.endpointDir(contextID, endpointName)
33 if err := os.MkdirAll(epdir, 0700); err != nil {
/dports/audio/sphinx3/sphinx3-0.8/model/ep/
H A DMakefile.am1 epdir = $(prefix)/share/sphinx3/model/ep macro
/dports/emulators/qemu42/qemu-4.2.1/roms/u-boot/drivers/usb/musb/
H A Dmusb_core.c78 if (epinfo->epdir) { in musb_configure_ep()
/dports/emulators/qemu-utils/qemu-4.2.1/roms/u-boot-sam460ex/drivers/usb/musb/
H A Dmusb_core.c85 if (epinfo->epdir) { in musb_configure_ep()
/dports/emulators/qemu5/qemu-5.2.0/roms/u-boot/drivers/usb/musb/
H A Dmusb_core.c78 if (epinfo->epdir) { in musb_configure_ep()
/dports/emulators/qemu5/qemu-5.2.0/roms/u-boot-sam460ex/drivers/usb/musb/
H A Dmusb_core.c85 if (epinfo->epdir) { in musb_configure_ep()
/dports/sysutils/u-boot-nanopi-neo2/u-boot-2021.07/drivers/usb/musb/
H A Dmusb_core.c79 if (epinfo->epdir) { in musb_configure_ep()
/dports/sysutils/u-boot-olinuxino-lime/u-boot-2021.07/drivers/usb/musb/
H A Dmusb_core.c79 if (epinfo->epdir) { in musb_configure_ep()
/dports/sysutils/u-boot-olinuxino-lime2/u-boot-2021.07/drivers/usb/musb/
H A Dmusb_core.c79 if (epinfo->epdir) { in musb_configure_ep()
/dports/sysutils/u-boot-chip/u-boot-2021.07/drivers/usb/musb/
H A Dmusb_core.c79 if (epinfo->epdir) { in musb_configure_ep()
/dports/emulators/qemu-powernv/qemu-powernv-3.0.50/roms/u-boot-sam460ex/drivers/usb/musb/
H A Dmusb_core.c85 if (epinfo->epdir) { in musb_configure_ep()
/dports/sysutils/u-boot-cubieboard2/u-boot-2021.07/drivers/usb/musb/
H A Dmusb_core.c79 if (epinfo->epdir) { in musb_configure_ep()
/dports/sysutils/u-boot-cubieboard/u-boot-2021.07/drivers/usb/musb/
H A Dmusb_core.c79 if (epinfo->epdir) { in musb_configure_ep()
/dports/sysutils/u-boot-firefly-rk3399/u-boot-2021.07/drivers/usb/musb/
H A Dmusb_core.c79 if (epinfo->epdir) { in musb_configure_ep()
/dports/sysutils/u-boot-sinovoip-bpi-m3/u-boot-2021.07/drivers/usb/musb/
H A Dmusb_core.c79 if (epinfo->epdir) { in musb_configure_ep()
/dports/sysutils/u-boot-a64-olinuxino/u-boot-2021.07/drivers/usb/musb/
H A Dmusb_core.c79 if (epinfo->epdir) { in musb_configure_ep()
/dports/sysutils/u-boot-a13-olinuxino/u-boot-2021.07/drivers/usb/musb/
H A Dmusb_core.c79 if (epinfo->epdir) { in musb_configure_ep()
/dports/sysutils/u-boot-sopine/u-boot-2021.07/drivers/usb/musb/
H A Dmusb_core.c79 if (epinfo->epdir) { in musb_configure_ep()

12345678910