Searched refs:_a (Results 1 – 8 of 8) sorted by relevance
/Zephyr-latest/tests/bluetooth/audio/mocks/include/ |
D | expects_util.h | 17 #define IF_EMPTY(_a, _code) COND_CODE_EMPTY(_a, _code, ()) argument 18 #define IF_NOT_EMPTY(_a, _code) COND_CODE_EMPTY(_a, (), _code) argument
|
/Zephyr-latest/subsys/net/ip/ |
D | tp_priv.h | 33 #define is(_a, _b) (strcmp((_a), (_b)) == 0) argument
|
D | tcp_private.h | 10 #define is(_a, _b) (strcmp((_a), (_b)) == 0) argument 13 #define MIN3(_a, _b, _c) MIN((_a), MIN((_b), (_c))) argument
|
/Zephyr-latest/include/zephyr/net/ |
D | lwm2m_path.h | 59 #define LWM2M_PATH4(_a, _x, _y, _z) #_a "/" #_x "/" #_y "/" #_z argument
|
/Zephyr-latest/tests/posix/common/src/ |
D | clock.c | 42 #define _tp_op(_a, _b, _op) (ts_to_ns(_a) _op ts_to_ns(_b)) argument 45 static inline _type _name(const struct timespec *_a, const struct timespec *_b) \ 47 return _tp_op(_a, _b, _op); \
|
/Zephyr-latest/doc/kernel/iterable_sections/ |
D | index.rst | 23 #define DEFINE_DATA(name, _a, _b) \ 25 .a = _a, \
|
/Zephyr-latest/drivers/flash/ |
D | flash_sam0.c | 50 #define FLASH_MEM(_a) ((uint32_t *)((uint8_t *)((_a) + CONFIG_FLASH_BASE_ADDRESS))) argument
|
/Zephyr-latest/drivers/dma/ |
D | dma_smartbond.c | 54 #define IS_AES_KEYS_BUF_RANGE(_a) ((uint32_t)(_a) >= (uint32_t)(CRYPTO_KEYS_BUF_ADDR)) && \ argument 55 ((uint32_t)(_a) < (uint32_t)(CRYPTO_KEYS_BUF_ADDR + CRYPTO_KEYS_BUF_SIZE))
|