Home
last modified time | relevance | path

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

/external/swiftshader/third_party/subzero/pnacl-llvm/include/llvm/Bitcode/NaCl/
DNaClBitstreamReader.h761 unsigned BitsToSkip = BitsInCurWord % CHAR_BIT; in SkipToByteBoundary() local
762 if (BitsToSkip) { in SkipToByteBoundary()
763 CurWord >>= BitsToSkip; in SkipToByteBoundary()
764 BitsInCurWord -= BitsToSkip; in SkipToByteBoundary()