Searched defs:_b (Results 1 – 3 of 3) sorted by relevance
44 #define OCOTP_SHADOW_OFFSET(_b, _w) ((_b) * (0x80) + (_w) * (0x10) + 0x400) argument46 #define OCOTP_SHADOW_OFFSET(_b, _w) ((_b) * (0x40) + (_w) * (0x10) + 0x400) argument53 #define OCOTP_ADDR(_b, _w) (((_b) * (0x80) + (_w) * (0x10)) / 0x10) argument55 #define OCOTP_ADDR(_b, _w) (((_b) * (0x40) + (_w) * (0x10)) / 0x10) argument
333 #define THREAD_PARAM_VALUE(_direction, _a, _b, _c) \ argument
965 uint8_t _b = U(0); in is_smaller() local