Searched refs:bmp_countset (Results 1 – 4 of 4) sorted by relevance
/openthread-latest/third_party/tcplp/lib/ |
D | bitmap.h | 58 size_t bmp_countset(uint8_t* buf, size_t buflen, size_t start, size_t limit);
|
D | cbuf.c | 343 until_end = bmp_countset(bitmap, bitmap_size, offset, limit); in cbuf_reass_count_set() 350 return until_end + bmp_countset(bitmap, bitmap_size, 0, limit < offset ? limit : offset); in cbuf_reass_count_set()
|
D | bitmap.c | 100 size_t bmp_countset(uint8_t* buf, size_t buflen, size_t start, size_t limit) { in bmp_countset() function
|
/openthread-latest/third_party/tcplp/bsdtcp/ |
D | tcp_sack.c | 112 size_t freeindex = bmp_countset(tp->sackhole_bmp, SACKHOLE_BMP_SIZE, 0, SACKHOLE_BMP_SIZE); in sackhole_alloc()
|