Searched refs:MAX (Results 1 – 10 of 10) sorted by relevance
/drivers/hdf_core/framework/support/platform/test/fuzztest/pwm_fuzzer/ |
D | pwm_fuzzer.cpp | 21 constexpr int32_t MAX = 2; variable 38 number = randNum(MIN, MAX); in PwmFuzzTest()
|
/drivers/hdf_core/framework/support/platform/test/fuzztest/gpio_fuzzer/ |
D | gpio_fuzzer.cpp | 21 constexpr int32_t MAX = 2; variable 44 number = randNum(MIN, MAX); in GpioFuzzTest()
|
/drivers/hdf_core/framework/support/platform/test/fuzztest/uart_fuzzer/ |
D | uart_fuzzer.cpp | 21 constexpr int32_t MAX = 2; variable 38 number = randNum(MIN, MAX); in UartFuzzTest()
|
/drivers/hdf_core/framework/support/platform/test/fuzztest/rtc_fuzzer/ |
D | rtc_fuzzer.cpp | 21 constexpr int32_t MAX = 4; variable 40 number = randNum(MIN, MAX); in RtcFuzzTest()
|
/drivers/peripheral/usb/ddk/host/include/ |
D | usb_ddk_request.h | 135 #ifndef MAX 136 static inline int32_t MAX(int32_t a, int32_t b) in MAX() function
|
D | liteos_adapter.h | 34 #define URBS_PER_REQUEST MAX(MAX_BULK_URBS_PER_REQUEST, MAX_ISO_URBS_PER_REQUEST)
|
D | linux_adapter.h | 41 #define URBS_PER_REQUEST MAX(MAX_BULK_URBS_PER_REQUEST, MAX_ISO_URBS_PER_REQUEST)
|
/drivers/peripheral/usb/gadget/function/include/ |
D | data_fifo.h | 25 #ifndef MAX 26 #define MAX(a, b) ((a) > (b) ? (a) : (b)) macro
|
/drivers/peripheral/usb/test/unittest/host_sdk/ |
D | data_fifo.h | 35 #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/ |
D | spi_fuzzer.cpp | 21 constexpr int32_t MAX = 2; variable 43 number = randNum(MIN, MAX); in SpiFuzzDoTest()
|