Home
last modified time | relevance | path

Searched defs:kBitWidth (Results 1 – 2 of 2) sorted by relevance

/aosp_15_r20/external/pigweed/pw_bytes/public/pw_bytes/
H A Dbit.h67 constexpr std::size_t kBitWidth = kMsb - kLsb + 1; in ExtractBits() local
/aosp_15_r20/external/skia/tests/
H A DPathOpsExtendedTest.cpp129 const int kBitWidth = 64; variable