Searched defs:read32be (Results 1 – 2 of 2) sorted by relevance
43 UInt read32be ( void* a ) in read32be() function
205 inline uint32_t read32be(const void *p) { return *(const ubig32_t *)p; } in read32be() function