Home
last modified time | relevance | path

Searched defs:Peek32 (Results 1 – 6 of 6) sorted by relevance

/dports/devel/upp/upp/uppsrc/PdfDraw/
H A DTTFReader.cpp22 int TTFReader::Peek32(const char *s) in Peek32() function in Upp::TTFReader
39 int TTFReader::Peek32(const char *s, int i) in Peek32() function in Upp::TTFReader
/dports/emulators/nestopia/nestopia-1.51.1/source/core/
H A DNstStream.cpp269 dword In::Peek32() in Peek32() function in Nes::Core::Stream::In
/dports/games/libretro-nestopia/nestopia-2b0315c/source/core/
H A DNstStream.cpp269 dword In::Peek32() in Peek32() function in Nes::Core::Stream::In
/dports/emulators/qemu-guest-agent/qemu-5.0.1/hw/dma/
H A Dbcm2835_dma.c236 __func__, offset); in Peek32()
/dports/devel/upp/upp/uppsrc/Core/
H A DOps.h34 inline int Peek32(const void *ptr) { return Peek32le(ptr); } in Peek32() function
48 inline int Peek32(const void *ptr) { return Peek32be(ptr); } in Peek32() function
/dports/emulators/nestopia/nestopia-1.51.1/source/win32/
H A DNstIoFile.cpp258 uint File::Peek32() const in Peek32() function in Nestopia::Io::File