Home
last modified time | relevance | path

Searched defs:MAX (Results 1 - 8 of 8) sorted by relevance

/drivers/hdf_core/framework/support/platform/test/fuzztest/gpio_fuzzer/
H A Dgpio_fuzzer.cpp21 constexpr int32_t MAX = 2; member
/drivers/hdf_core/framework/support/platform/test/fuzztest/pwm_fuzzer/
H A Dpwm_fuzzer.cpp21 constexpr int32_t MAX = 2; member
/drivers/hdf_core/framework/support/platform/test/fuzztest/uart_fuzzer/
H A Duart_fuzzer.cpp21 constexpr int32_t MAX = 2; member
/drivers/hdf_core/framework/support/platform/test/fuzztest/rtc_fuzzer/
H A Drtc_fuzzer.cpp21 constexpr int32_t MAX = 4; member
/drivers/hdf_core/framework/support/platform/test/fuzztest/spi_fuzzer/
H A Dspi_fuzzer.cpp21 constexpr int32_t MAX = 2; member
/drivers/peripheral/usb/gadget/function/include/
H A Ddata_fifo.h27 #define MAX(a, b) ((a) > (b) ? (a) : (b)) macro
/drivers/peripheral/usb/test/unittest/host_sdk/
H A Ddata_fifo.h36 inline int32_t MAX(int32_t a, int32_t b) in MAX() function
/drivers/peripheral/usb/ddk/host/include/
H A Dusb_ddk_request.h136 static inline int32_t MAX(int32_t a, int32_t b) in MAX() function

Completed in 3 milliseconds