Searched refs:DecodeFixed32 (Results 1 – 1 of 1) sorted by relevance
111 inline uint32 DecodeFixed32(const char *ptr) { in DecodeFixed32() function119 inline uint32 LE_LOAD32(const uint8_t *p) { return DecodeFixed32(reinterpret_cast<const char *>(p))… in LE_LOAD32()