Searched defs:read32be (Results 1 – 2 of 2) sorted by relevance
215 inline uint32_t read32be(const void *p) { return *(const ubig32_t *)p; } in read32be() function
193 read32be(const uint8_t *buf) in read32be() function