Searched refs:readwordBE (Results 1 – 9 of 9) sorted by relevance
33 static unsigned readwordBE(const void *buffer);
46 static uint readwordBE(scope const void* buffer) pure;
39 static unsigned readwordBE(void *buffer);
110 Port::readwordBE (const void *buffer) in readwordBE() function in Port
623 (Port::readwordBE): Likewise.793 (Port::readwordBE): Likewise.
709 (Port::readwordBE): New function.
229 Port::readwordBE (void *buffer) in readwordBE() function in Port
423 u = le ? Port::readwordLE(pu) : Port::readwordBE(pu); in parse()432 u2 = le ? Port::readwordLE(pu) : Port::readwordBE(pu); in parse()
749 alias readNext = Port.readwordBE; in parseModule()