Home
last modified time | relevance | path

Searched defs:_MIN (Results 1 - 4 of 4) sorted by relevance

/third_party/backends/sanei/
H A Dsanei_lm983x.c64 #define _MIN(a,b) ((a) < (b) ? (a) : (b)) macro
/third_party/protobuf/python/google/protobuf/internal/
H A Dtype_checkers.py243 _MIN = -2147483648 variable in Int32ValueChecker
249 _MIN = 0 variable in Uint32ValueChecker
255 _MIN = -(1 << 63) variable in Int64ValueChecker
261 _MIN = 0 variable in Uint64ValueChecker
/third_party/backends/backend/
H A Dplustek-usbscan.c579 #define _MIN(a,b) ((a) < (b) ? (a) : (b)) macro
H A Dmustek_usb2_asic.h57 #define _MIN(a,b) ((a)<(b)?(a):(b)) macro

Completed in 8 milliseconds