Searched refs:to_add (Results 1 – 3 of 3) sorted by relevance
585 uint16_t to_add; in layout3_range_response() local592 to_add = MIN(length, 2); in layout3_range_response()593 net_buf_add_mem(buf, tmp, to_add); in layout3_range_response()594 length -= to_add; in layout3_range_response()601 to_add = MIN(length, 4); in layout3_range_response()613 net_buf_add_mem(buf, tmp, to_add); in layout3_range_response()614 length -= to_add; in layout3_range_response()
367 static inline uint8_t ticker_add_to_remainder(uint32_t *remainder, uint32_t to_add);1601 static inline uint8_t ticker_add_to_remainder(uint32_t *remainder, uint32_t to_add)1603 *remainder += to_add;
1780 #define VAR_PLUS(nodelabel, to_add) int nodelabel ## _added = enum_ ## nodelabel + to_add; in ZTEST() argument