Home
last modified time | relevance | path

Searched refs:readwordBE (Results 1 – 9 of 9) sorted by relevance

/netbsd-src/external/gpl3/gcc/dist/gcc/d/dmd/root/
H A Dport.h33 static unsigned readwordBE(const void *buffer);
H A Dport.d46 static uint readwordBE(scope const void* buffer) pure;
/netbsd-src/external/gpl3/gcc.old/dist/gcc/d/dmd/root/
H A Dport.h39 static unsigned readwordBE(void *buffer);
/netbsd-src/external/gpl3/gcc/dist/gcc/d/
H A Dd-port.cc110 Port::readwordBE (const void *buffer) in readwordBE() function in Port
H A DChangeLog-2020623 (Port::readwordBE): Likewise.
793 (Port::readwordBE): Likewise.
H A DChangeLog-2016709 (Port::readwordBE): New function.
/netbsd-src/external/gpl3/gcc.old/dist/gcc/d/
H A Dd-frontend.cc229 Port::readwordBE (void *buffer) in readwordBE() function in Port
/netbsd-src/external/gpl3/gcc.old/dist/gcc/d/dmd/
H A Ddmodule.c423 u = le ? Port::readwordLE(pu) : Port::readwordBE(pu); in parse()
432 u2 = le ? Port::readwordLE(pu) : Port::readwordBE(pu); in parse()
/netbsd-src/external/gpl3/gcc/dist/gcc/d/dmd/
H A Ddmodule.d749 alias readNext = Port.readwordBE; in parseModule()