Searched refs:_CONCAT (Results 1 – 4 of 4) sorted by relevance
/AliOS-Things-master/components/ble_host/bt_host/include/common/ |
A D | common.h | 120 #define _CONCAT(x, y) _DO_CONCAT(x, y) macro 153 enum _CONCAT(__build_assert_enum, __COUNTER__) { \ 154 _CONCAT(__build_assert, __COUNTER__) = 1 / !!(EXPR) \ 197 extern struct struct_type _CONCAT(_##struct_type, _list_start)[]; \ 198 extern struct struct_type _CONCAT(_##struct_type, _list_end)[]; \ 200 _CONCAT(_##struct_type, _list_start); \ 201 ({ __ASSERT(iterator <= _CONCAT(_##struct_type, _list_end), \ 203 iterator < _CONCAT(_##struct_type, _list_end); }); \
|
/AliOS-Things-master/components/ble_host/bt_host/port/aos/include/ |
A D | bt_device.h | 139 #define _CONCAT(x, y) _DO_CONCAT(x, y) macro 150 static struct device_config _CONCAT(__config_, dev_name) __used \ 155 static struct device _CONCAT(__device_, dev_name) __used \ 157 … .config = &_CONCAT(__config_, dev_name), \ 182 static struct device_config _CONCAT(__config_, dev_name) __used \ 188 static struct device _CONCAT(__device_, dev_name) __used \ 190 … .config = &_CONCAT(__config_, dev_name), \ 225 #define DEVICE_NAME_GET(name) (_CONCAT(__device_, name))
|
A D | init.h | 33 #define _SYS_NAME(init_fn) _CONCAT(_CONCAT(sys_init_, init_fn), __COUNTER__)
|
/AliOS-Things-master/components/ble_host/include/ |
A D | ble_os_port.h | 187 #define _CONCAT(x, y) _DO_CONCAT(x, y) macro 192 enum _CONCAT(__build_assert_enum, __COUNTER__) { \ 193 _CONCAT(__build_assert, __COUNTER__) = 1 / !!(EXPR) \
|
Completed in 6 milliseconds