Home
last modified time | relevance | path

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

/hal_espressif-3.6.0/components/nghttp/private_include/
Dconfig.h14 #define nghttp_unlikely(Expression) !!(Expression) argument
17 #define nghttp_ASSERT(Expression) do{if (!(Expression)) printf("%d\n", __LINE__);}while(0) argument