Searched defs:a (Results 1 – 5 of 5) sorted by relevance
38 #define ulog(f, a...) fprintf(stdout, f, ##a) argument40 #define ulog(f, a...) do {} while (0) argument
428 static inline void swap(struct stats_record **a, struct stats_record **b) in swap()
24 #define min(a, b) ((a) < (b) ? (a) : (b)) argument
478 static inline void swap(struct stats_record **a, struct stats_record **b) in swap()
576 static inline void swap(struct stats_record **a, struct stats_record **b) in swap()