Home
last modified time | relevance | path

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

/device/google/cuttlefish/host/frontend/gcastv2/https/include/https/
DSupport.h35 uint64_t U64_AT(const uint8_t *ptr);
/device/google/cuttlefish/host/frontend/gcastv2/https/
DSupport.cpp82 uint64_t U64_AT(const uint8_t *ptr) { in U64_AT() function
DWebSocketHandler.cpp55 payloadLen = U64_AT(&packet[packetOffset]); in handleRequest()