Home
last modified time | relevance | path

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

/openthread-latest/third_party/tcplp/lib/
Dbitmap.c103 uint8_t ideal_first_byte; in bmp_countset() local
111 ideal_first_byte = (uint8_t) (0xFF >> first_bit_id); in bmp_countset()
112 first_byte &= ideal_first_byte; in bmp_countset()
113 if (first_byte == ideal_first_byte) { in bmp_countset()
131 ideal_first_byte >>= 1; in bmp_countset()
133 } while (first_byte != ideal_first_byte); in bmp_countset()