Home
last modified time | relevance | path

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

/openthread-latest/src/core/net/
Dip6_address.cpp426 uint8_t extraBits = aNumBits % kBitsPerByte; in CopyBits() local
430 if (extraBits > 0) in CopyBits()
432 uint8_t mask = ((0x80 >> (extraBits - 1)) - 1); in CopyBits()
/openthread-latest/src/posix/platform/
Dnetif.cpp354 uint8_t extraBits = aNumBits % BITS_PER_BYTE; in CopyBits() local
358 if (extraBits > 0) in CopyBits()
360 uint8_t mask = ((0x80 >> (extraBits - 1)) - 1); in CopyBits()