Home
last modified time | relevance | path

Searched refs:U32_AT (Results 1 – 3 of 3) sorted by relevance

/device/google/cuttlefish/host/frontend/gcastv2/https/
DSupport.cpp78 uint32_t U32_AT(const uint8_t *ptr) { in U32_AT() function
83 return ((uint64_t)U32_AT(ptr)) << 32 | U32_AT(ptr + 4); in U64_AT()
DWebSocketHandler.cpp65 mask = U32_AT(&packet[packetOffset]); in handleRequest()
/device/google/cuttlefish/host/frontend/gcastv2/https/include/https/
DSupport.h34 uint32_t U32_AT(const uint8_t *ptr);