Searched defs:min_c (Results 1 - 2 of 2) sorted by path

/haiku/headers/os/support/
H A DSupportDefs.h216 #define min_c(a,b) ((a)>(b)?(b):(a)) macro
/haiku/headers/private/fs_shell/
H A Dfssh_api_wrapper.h179 #define min_c(a,b) fssh_min_c(a,b) macro

Completed in 287 milliseconds