Home
last modified time | relevance | path

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

/third_party/musl/porting/linux/user/src/network/
Dlookup.h89 #define MACRO_MIN(a, b) ((a) < (b) ? (a) : (b)) macro
/third_party/musl/src/network/
Dlookup.h94 #define MACRO_MIN(a, b) ((a) < (b) ? (a) : (b)) macro