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