Home
last modified time | relevance | path

Searched defs:u64 (Results 1 – 3 of 3) sorted by relevance

/hal_espressif-3.4.0/components/bt/host/bluedroid/btc/profile/std/dis/
Ddis_profile.c41 #define UINT64_TO_STREAM(p, u64) {*(p)++ = (UINT8)(u64); *(p)++ = (UINT8)((u64) >> 8);*(p)++ … argument
44 #define STREAM_TO_UINT64(u64, p) {u64 = (((UINT64)(*(p))) + ((((UINT64)(*((p) + 1)))) << 8) + ((((U… argument
/hal_espressif-3.4.0/components/wpa_supplicant/src/utils/
Dcommon.h21 typedef uint64_t u64; typedef
/hal_espressif-3.4.0/components/bt/host/bluedroid/stack/include/stack/
Dbt_types.h275 #define UINT64_TO_BE_STREAM(p, u64) {*(p)++ = (UINT8)((u64) >> 56); *(p)++ = (UINT8)((u64) >> 48); … argument