MCPcopy Create free account
hub / github.com/DeepRec-AI/DeepRec / LE_LOAD32

Function LE_LOAD32

tensorflow/core/lib/hash/crc32c.cc:208–210  ·  view source on GitHub ↗

Used to fetch a naturally-aligned 32-bit word in little endian byte-order

Source from the content-addressed store, hash-verified

206
207// Used to fetch a naturally-aligned 32-bit word in little endian byte-order
208static inline uint32_t LE_LOAD32(const uint8_t *p) {
209 return core::DecodeFixed32(reinterpret_cast<const char *>(p));
210}
211
212uint32 Extend(uint32 crc, const char *buf, size_t size) {
213 static bool can_accelerate = CanAccelerate();

Callers

nothing calls this directly

Calls 1

DecodeFixed32Function · 0.85

Tested by

no test coverage detected