Home
last modified time | relevance | path

Searched refs:exp (Results 1 – 12 of 12) sorted by relevance

/bsp/microchip/samd51-seeed-wio-terminal/bsp/usb/
A Dusb_includes.h59 #define is_constant(exp) __builtin_constant_p(exp) argument
61 #define is_constant(exp) (0) argument
/bsp/microchip/samd51-adafruit-metro-m4/bsp/usb/
A Dusb_includes.h59 #define is_constant(exp) __builtin_constant_p(exp) argument
61 #define is_constant(exp) (0) argument
/bsp/allwinner/libraries/sunxi-hal/hal/source/sdmmc/osal/os/RT-Thread/
A Dos_debug.h86 #define OS_HANDLE_ASSERT(exp, handle) \ argument
87 if (OS_HANDLE_CHECK && !(exp)) { \
/bsp/allwinner/libraries/sunxi-hal/hal/source/sdmmc/osal/os/FreeRTOS/
A Dos_debug.h87 #define OS_HANDLE_ASSERT(exp, handle) \ argument
88 if (OS_HANDLE_CHECK && !(exp)) { \
/bsp/stm32/stm32mp157a-st-ev1/board/ports/OpenAMP/libmetal/lib/include/metal/compiler/gcc/
A Datomic.h81 typeof(EXP) exp = (EXP); \
82 typeof(*obj) expval = *exp; \
85 *exp = oldval; \
/bsp/stm32/stm32mp157a-st-discovery/board/ports/OpenAMP/libmetal/lib/include/metal/compiler/gcc/
A Datomic.h81 typeof(EXP) exp = (EXP); \
82 typeof(*obj) expval = *exp; \
85 *exp = oldval; \
/bsp/allwinner/libraries/sunxi-hal/include/hal/sdmmc/hal/
A Dhal_debug.h85 #define HAL_ASSERT_PARAM(exp) \ argument
87 if (!(exp)) { \
A Drom_debug.h129 #define ROM_ASSERT_PARAM(exp) \ argument
131 if (!(exp)) { \
/bsp/samd21/sam_d2x_asflib/sam0/utils/
A Dcompiler.h386 # define likely(exp) (exp) argument
394 # define unlikely(exp) (exp) argument
406 # define is_constant(exp) __builtin_constant_p(exp) argument
408 # define is_constant(exp) (0) argument
/bsp/avr32/software_framework/utils/
A Dcompiler.h413 # define likely(exp) (exp) argument
421 # define unlikely(exp) (exp) argument
433 # define is_constant(exp) __builtin_constant_p(exp) argument
435 # define is_constant(exp) (0) argument
/bsp/simulator/
A D.gitignore44 *.exp
/bsp/renesas/ra6m3-hmi-board/board/ports/touch/gt911/
A D.gitignore13 *.exp

Completed in 33 milliseconds