Home
last modified time | relevance | path

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

/third_party/libwebsockets/include/libwebsockets/
Dlws-ring.h264 ___type, /* type of objects with tails */ \ argument
Dlws-dll2.h158 ___type, /* type of listed object */ \ argument
283 #define lws_start_foreach_dll_safe(___type, ___it, ___tmp, ___start) \ argument
294 #define lws_start_foreach_dll(___type, ___it, ___start) \ argument
/third_party/libbpf/src/
Dbpf_core_read.h314 #define ___type(...) typeof(___arrow(__VA_ARGS__)) macro