Home
last modified time | relevance | path

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

/busybox-1.35.0/scripts/kconfig/lxdialog/
Ddialog.h55 #define MIN(x,y) (x < y ? x : y) macro
/busybox-1.35.0/include/
Dlibbb.h348 #define MIN(a,b) (((a)<(b))?(a):(b)) macro