Home
last modified time | relevance | path

Searched refs:_b (Results 1 – 5 of 5) sorted by relevance

/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/samples/drivers/led/led_strip/src/
Dmain.c32 #define RGB(_r, _g, _b) { .r = (_r), .g = (_g), .b = (_b) } 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) \
26 .b = _b, \