Searched refs:MAX (Results 1 – 10 of 10) sorted by relevance
| /system/banjo/ddk-protocol-sdmmc/ |
| A D | sdmmc.banjo | 12 MAX = 2; 19 MAX = 3; 33 MAX = 10;
|
| /system/utest/int-types/ |
| A D | int-types.c | 107 #define CHECK_MAX_TYPE(type, TYPE, max_t, MAX) \ argument 108 ((max_t)TYPE##_MAX == (MAX >> (CHAR_BIT * (sizeof(max_t) - sizeof(type))))) 312 CHECK_FORMATS(MAX, intmax_t, INTMAX_MAX); in check_format_specifiers() 313 CHECK_FORMATS(MAX, uintmax_t, UINTMAX_MAX); in check_format_specifiers()
|
| A D | int-types.cpp | 105 #define CHECK_MAX_TYPE(type, TYPE, max_t, MAX) \ argument 106 ((max_t)TYPE##_MAX == (MAX >> (CHAR_BIT * (sizeof(max_t) - sizeof(type))))) 313 CHECK_FORMATS(MAX, intmax_t, INTMAX_MAX); in check_format_specifiers() 314 CHECK_FORMATS(MAX, uintmax_t, UINTMAX_MAX); in check_format_specifiers()
|
| /system/uapp/dd/ |
| A D | main.c | 140 #define MAX(x,y) ((x) < (y) ? (y) : (x)) macro 194 buf = malloc(MAX(options.output_bs, options.input_bs)); in main() 220 if (MAX(options.input_bs, options.output_bs) % in main()
|
| /system/core/virtcon/ |
| A D | vc-device.cpp | 110 y0 = MAX(y0, visible_y0); in vc_invalidate() 392 vpy = MAX(vpy, -vc_get_scrollback_lines(vc)); in vc_scroll_viewport_abs() 488 unsigned old_i = MAX( in vc_attach_gfx()
|
| /system/ulib/ftl/inc/ |
| A D | targetos.h | 75 #define MAX(a, b) (((a) > (b)) ? (a) : (b)) macro
|
| /system/dev/usb/usb-composite/ |
| A D | usb-composite.c | 16 #define MAX(a, b) (((a) > (b)) ? (a) : (b)) macro
|
| /system/dev/nand/aml-rawnand/ |
| A D | aml-rawnand.c | 17 #define MAX(A, B) ((A > B) ? A : B) macro 327 bitflips = MAX(bitflips, info->ecc.eccerr_cnt); in aml_get_ecc_corrections()
|
| /system/dev/nand/nand/ |
| A D | nand.c | 149 max_corrected_bits = MAX(max_corrected_bits, ecc_correct); in nand_read_op()
|
| /system/dev/usb/usb-bus/ |
| A D | usb-device.c | 18 #define MAX(a, b) (((a) > (b)) ? (a) : (b)) macro
|
Completed in 20 milliseconds