Home
last modified time | relevance | path

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

/drivers/hdf_core/framework/support/platform/test/fuzztest/pwm_fuzzer/
Dpwm_fuzzer.cpp21 constexpr int32_t MAX = 2; variable
38 number = randNum(MIN, MAX); in PwmFuzzTest()
/drivers/hdf_core/framework/support/platform/test/fuzztest/gpio_fuzzer/
Dgpio_fuzzer.cpp21 constexpr int32_t MAX = 2; variable
44 number = randNum(MIN, MAX); in GpioFuzzTest()
/drivers/hdf_core/framework/support/platform/test/fuzztest/uart_fuzzer/
Duart_fuzzer.cpp21 constexpr int32_t MAX = 2; variable
38 number = randNum(MIN, MAX); in UartFuzzTest()
/drivers/hdf_core/framework/support/platform/test/fuzztest/rtc_fuzzer/
Drtc_fuzzer.cpp21 constexpr int32_t MAX = 4; variable
40 number = randNum(MIN, MAX); in RtcFuzzTest()
/drivers/peripheral/usb/ddk/host/include/
Dusb_ddk_request.h135 #ifndef MAX
136 static inline int32_t MAX(int32_t a, int32_t b) in MAX() function
Dliteos_adapter.h34 #define URBS_PER_REQUEST MAX(MAX_BULK_URBS_PER_REQUEST, MAX_ISO_URBS_PER_REQUEST)
Dlinux_adapter.h41 #define URBS_PER_REQUEST MAX(MAX_BULK_URBS_PER_REQUEST, MAX_ISO_URBS_PER_REQUEST)
/drivers/peripheral/usb/gadget/function/include/
Ddata_fifo.h25 #ifndef MAX
26 #define MAX(a, b) ((a) > (b) ? (a) : (b)) macro
/drivers/peripheral/usb/test/unittest/host_sdk/
Ddata_fifo.h35 #ifndef MAX
36 inline int32_t MAX(int32_t a, int32_t b) in MAX() function
/drivers/hdf_core/framework/support/platform/test/fuzztest/spi_fuzzer/
Dspi_fuzzer.cpp21 constexpr int32_t MAX = 2; variable
43 number = randNum(MIN, MAX); in SpiFuzzDoTest()