Searched defs:_MAX (Results 1 - 4 of 4) sorted by relevance
/third_party/backends/sanei/ | ||
H A D | sanei_lm983x.c | 65 #define _MAX(a,b) ((a) > (b) ? (a) : (b)) macro |
/third_party/protobuf/python/google/protobuf/internal/ | ||
H A D | type_checkers.py | 244 _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 D | plustek-usbscan.c | 580 #define _MAX(a,b) ((a) > (b) ? (a) : (b)) macro |
H A D | mustek_usb2_asic.h | 56 #define _MAX(a,b) ((a)>(b)?(a):(b)) macro |
Completed in 7 milliseconds