Home
last modified time | relevance | path

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

/third_party/backends/sanei/
H A Dsanei_lm983x.c65 #define _MAX(a,b) ((a) > (b) ? (a) : (b)) macro
/third_party/protobuf/python/google/protobuf/internal/
H A Dtype_checkers.py244 _MAX = 2147483647 variable in Int32ValueChecker
250 _MAX = (1 << 32) - 1 variable in Uint32ValueChecker
256 _MAX = (1 << 63) - 1 variable in Int64ValueChecker
262 _MAX = (1 << 64) - 1 variable in Uint64ValueChecker
/third_party/backends/backend/
H A Dplustek-usbscan.c580 #define _MAX(a,b) ((a) > (b) ? (a) : (b)) macro
H A Dmustek_usb2_asic.h56 #define _MAX(a,b) ((a)>(b)?(a):(b)) macro

Completed in 7 milliseconds