Home
last modified time | relevance | path

Searched defs:MIN (Results 1 - 9 of 9) sorted by relevance

/drivers/hdf_core/framework/support/platform/test/fuzztest/gpio_fuzzer/
H A Dgpio_fuzzer.cpp20 constexpr int32_t MIN = 0; member
/drivers/hdf_core/framework/support/platform/test/fuzztest/pwm_fuzzer/
H A Dpwm_fuzzer.cpp20 constexpr int32_t MIN = 0; member
/drivers/hdf_core/framework/support/platform/test/fuzztest/uart_fuzzer/
H A Duart_fuzzer.cpp20 constexpr int32_t MIN = 0; member
/drivers/hdf_core/framework/support/platform/test/fuzztest/rtc_fuzzer/
H A Drtc_fuzzer.cpp20 constexpr int32_t MIN = 0; member
/drivers/hdf_core/framework/support/platform/test/fuzztest/spi_fuzzer/
H A Dspi_fuzzer.cpp20 constexpr int32_t MIN = 0; member
/drivers/peripheral/usb/gadget/function/include/
H A Ddata_fifo.h23 #define MIN(a, b) ((a) < (b) ? (a) : (b)) macro
/drivers/peripheral/usb/test/unittest/host_sdk/
H A Ddata_fifo.h29 inline int32_t MIN(int32_t a, int32_t b) in MIN() function
/drivers/peripheral/usb/ddk/host/include/
H A Dusb_ddk_request.h129 static inline int32_t MIN(int32_t a, int32_t b) in MIN() function
/drivers/peripheral/usb/ddk/host/src/
H A Dlinux_adapter.c26 #define MIN(a, b) ((a) < (b) ? (a) : (b)) macro

Completed in 5 milliseconds