Searched refs:__CONCAT (Results 1 – 8 of 8) sorted by relevance
| /external/platform/pico/common/pico_binary_info/include/pico/binary_info/ |
| A D | code.h | 20 #define __bi_lineno_var_name __CONCAT(__bi_, __LINE__) 21 #define __bi_ptr_lineno_var_name __CONCAT(__bi_ptr, __LINE__) 22 #define __bi_enclosure_check_lineno_var_name __CONCAT(_error_bi_is_missing_enclosing_decl_,__LINE__)
|
| /external/platform/pico/rp2_common/pico_platform/include/pico/ |
| A D | platform.h | 104 #ifndef __CONCAT 105 #define __CONCAT(a, b) __CONCAT1(a, b) macro
|
| /external/platform/pico/rp2_common/pico_cyw43_driver/ |
| A D | cyw43_bus_pio_spi.c | 33 #define SPI_PROGRAM_FUNC __CONCAT(SPI_PROGRAM_NAME, _program) 34 #define SPI_PROGRAM_GET_DEFAULT_CONFIG_FUNC __CONCAT(SPI_PROGRAM_NAME, _program_get_default_config) 35 #define SPI_OFFSET_END __CONCAT(SPI_PROGRAM_NAME, _offset_end) 36 #define SPI_OFFSET_LP1_END __CONCAT(SPI_PROGRAM_NAME, _offset_lp1_end)
|
| /external/platform/pico/rp2_common/hardware_spi/include/hardware/ |
| A D | spi.h | 66 #define PICO_DEFAULT_SPI_INSTANCE (__CONCAT(spi,PICO_DEFAULT_SPI))
|
| /external/platform/pico/rp2_common/hardware_i2c/include/hardware/ |
| A D | i2c.h | 72 #define PICO_DEFAULT_I2C_INSTANCE (__CONCAT(i2c,PICO_DEFAULT_I2C))
|
| /external/platform/pico/rp2_common/hardware_uart/include/hardware/ |
| A D | uart.h | 87 #define PICO_DEFAULT_UART_INSTANCE (__CONCAT(uart,PICO_DEFAULT_UART))
|
| /external/platform/pico/rp2_common/pico_runtime/ |
| A D | runtime.c | 282 #define PICO_PANIC_FUNCTION_EMPTY (__CONCAT(PICO_PANIC_FUNCTION, 1) == 1)
|
| /external/lib/libm/ |
| A D | math_private.h | 260 .xbits.man = __CONCAT(m, ULL), \
|
Completed in 16 milliseconds