Home
last modified time | relevance | path

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

/samples/connector/
Ducon.c38 #define ulog(f, a...) fprintf(stdout, f, ##a) argument
40 #define ulog(f, a...) do {} while (0) argument
/samples/bpf/
Dxdp_rxq_info_user.c428 static inline void swap(struct stats_record **a, struct stats_record **b) in swap()
Dtest_lru_dist.c24 #define min(a, b) ((a) < (b) ? (a) : (b)) argument
Dxdp_redirect_cpu_user.c478 static inline void swap(struct stats_record **a, struct stats_record **b) in swap()
Dxdp_monitor_user.c576 static inline void swap(struct stats_record **a, struct stats_record **b) in swap()