Searched refs:U32_AT (Results 1 – 3 of 3) sorted by relevance
78 uint32_t U32_AT(const uint8_t *ptr) { in U32_AT() function83 return ((uint64_t)U32_AT(ptr)) << 32 | U32_AT(ptr + 4); in U64_AT()
65 mask = U32_AT(&packet[packetOffset]); in handleRequest()
34 uint32_t U32_AT(const uint8_t *ptr);