Home
last modified time | relevance | path

Searched refs:__CONCAT (Results 1 – 8 of 8) sorted by relevance

/external/platform/pico/common/pico_binary_info/include/pico/binary_info/
A Dcode.h20 #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 Dplatform.h104 #ifndef __CONCAT
105 #define __CONCAT(a, b) __CONCAT1(a, b) macro
/external/platform/pico/rp2_common/pico_cyw43_driver/
A Dcyw43_bus_pio_spi.c33 #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 Dspi.h66 #define PICO_DEFAULT_SPI_INSTANCE (__CONCAT(spi,PICO_DEFAULT_SPI))
/external/platform/pico/rp2_common/hardware_i2c/include/hardware/
A Di2c.h72 #define PICO_DEFAULT_I2C_INSTANCE (__CONCAT(i2c,PICO_DEFAULT_I2C))
/external/platform/pico/rp2_common/hardware_uart/include/hardware/
A Duart.h87 #define PICO_DEFAULT_UART_INSTANCE (__CONCAT(uart,PICO_DEFAULT_UART))
/external/platform/pico/rp2_common/pico_runtime/
A Druntime.c282 #define PICO_PANIC_FUNCTION_EMPTY (__CONCAT(PICO_PANIC_FUNCTION, 1) == 1)
/external/lib/libm/
A Dmath_private.h260 .xbits.man = __CONCAT(m, ULL), \

Completed in 16 milliseconds