Home
last modified time | relevance | path

Searched defs:host_readb (Results 1 – 4 of 4) sorted by relevance

/dports/emulators/dosbox/dosbox-0.74-3/include/
H A Dmem.h62 static INLINE Bit8u host_readb(HostPt off) { in host_readb() function
87 static INLINE Bit8u host_readb(HostPt off) { in host_readb() function
/dports/games/libretro-dosbox/dosbox-libretro-aa71b67/include/
H A Dmem.h62 static INLINE Bit8u host_readb(HostPt off) { in host_readb() function
87 static INLINE Bit8u host_readb(HostPt off) { in host_readb() function
/dports/emulators/fs-uae/fs-uae-3.1.35/src/dosbox/
H A Dmem.h73 static INLINE Bit8u host_readb(HostPt off) { in host_readb() function
101 static INLINE Bit8u host_readb(HostPt off) { in host_readb() function
/dports/emulators/dosbox-staging/dosbox-staging-0.78.0/include/
H A Dmem_host.h50 constexpr uint8_t host_readb(const uint8_t *arr) noexcept in host_readb() function