Home
last modified time | relevance | path

Searched defs:_n (Results 1 – 2 of 2) sorted by relevance

/hal_espressif-3.6.0/components/nghttp/private_include/
Dconfig.h28 #define NGHTTP_PLATFORM_HTONS(_n) ((uint16_t)((((_n) & 0xff) << 8) | (((_n) >> 8) & 0xff))) argument
29 #define NGHTTP_PLATFORM_HTONL(_n) ((uint32_t)( (((_n) & 0xff) << 24) | (((_n) & 0xff00) << 8) | ((… argument
/hal_espressif-3.6.0/components/esp_common/include/
Desp_bit_defs.h90 #define BIT64(_n) (1ULL << (_n)) argument