Home
last modified time | relevance | path

Searched refs:MAX (Results 1 – 10 of 10) sorted by relevance

/system/banjo/ddk-protocol-sdmmc/
A Dsdmmc.banjo12 MAX = 2;
19 MAX = 3;
33 MAX = 10;
/system/utest/int-types/
A Dint-types.c107 #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 Dint-types.cpp105 #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 Dmain.c140 #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 Dvc-device.cpp110 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 Dtargetos.h75 #define MAX(a, b) (((a) > (b)) ? (a) : (b)) macro
/system/dev/usb/usb-composite/
A Dusb-composite.c16 #define MAX(a, b) (((a) > (b)) ? (a) : (b)) macro
/system/dev/nand/aml-rawnand/
A Daml-rawnand.c17 #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 Dnand.c149 max_corrected_bits = MAX(max_corrected_bits, ecc_correct); in nand_read_op()
/system/dev/usb/usb-bus/
A Dusb-device.c18 #define MAX(a, b) (((a) > (b)) ? (a) : (b)) macro

Completed in 20 milliseconds