Searched refs:_b (Results 1 – 5 of 5) sorted by relevance
/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/samples/drivers/led/led_strip/src/ |
D | main.c | 32 #define RGB(_r, _g, _b) { .r = (_r), .g = (_g), .b = (_b) } 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) \ 26 .b = _b, \
|