Home
last modified time | relevance | path

Searched refs:___type (Results 1 - 3 of 3) sorted by relevance

/third_party/libwebsockets/include/libwebsockets/
H A Dlws-dll2.h158 ___type, /* type of listed object */ \
163 lws_start_foreach_llp(___type **, ___ppss, ___list_head) { \
283 #define lws_start_foreach_dll_safe(___type, ___it, ___tmp, ___start) \
285 ___type ___it = ___start; \
287 ___type ___tmp = (___it)->next;
294 #define lws_start_foreach_dll(___type, ___it, ___start) \
296 ___type ___it = ___start; \
H A Dlws-ring.h264 ___type, /* type of objects with tails */ \
268 ___mtail, /* member name of tail in ___type */ \
269 ___mlist /* member name of next list member ptr in ___type */ \
279 lws_start_foreach_llp(___type **, ___ppss, ___list_head) { \
/third_party/libbpf/src/
H A Dbpf_core_read.h314 #define ___type(...) typeof(___arrow(__VA_ARGS__)) macro
320 #define ___rd_first(fn, src, a) ___read(fn, &__t, ___type(src), src, a);
322 ___read(fn, &__t, ___type(___nolast(__VA_ARGS__)), __t, ___last(__VA_ARGS__));
336 ___read(fn, dst, ___type(src), src, a);
339 ___read(fn, dst, ___type(src, ___nolast(__VA_ARGS__)), __t, \
443 ___type((src), a, ##__VA_ARGS__) __r; \
459 ___type((src), a, ##__VA_ARGS__) __r; \
466 ___type((src), a, ##__VA_ARGS__) __r; \
478 ___type((src), a, ##__VA_ARGS__) __r; \

Completed in 3 milliseconds