Home
last modified time | relevance | path

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

/Zephyr-latest/tests/bluetooth/audio/mocks/include/
Dexpects_util.h17 #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/
Dtp_priv.h33 #define is(_a, _b) (strcmp((_a), (_b)) == 0) argument
Dtcp_private.h10 #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/
Dlwm2m_path.h59 #define LWM2M_PATH4(_a, _x, _y, _z) #_a "/" #_x "/" #_y "/" #_z argument
/Zephyr-latest/tests/posix/common/src/
Dclock.c42 #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/
Dindex.rst23 #define DEFINE_DATA(name, _a, _b) \
25 .a = _a, \
/Zephyr-latest/drivers/flash/
Dflash_sam0.c50 #define FLASH_MEM(_a) ((uint32_t *)((uint8_t *)((_a) + CONFIG_FLASH_BASE_ADDRESS))) argument
/Zephyr-latest/drivers/dma/
Ddma_smartbond.c54 #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))