Home
last modified time | relevance | path

Searched defs:subBits (Results 1 – 3 of 3) sorted by relevance

/aosp_15_r20/external/lzma/CPP/7zip/Archive/
H A DComHandler.cpp157 unsigned subBits = SectorSizeBits - MiniSectorSizeBits; in GetMiniCluster() local
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/Support/
H A DAPInt.cpp345 void APInt::insertBits(const APInt &subBits, unsigned bitPosition) { in insertBits()
404 void APInt::insertBits(uint64_t subBits, unsigned bitPosition, unsigned numBits) { in insertBits()
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/Support/
H A DAPInt.cpp359 void APInt::insertBits(const APInt &subBits, unsigned bitPosition) { in insertBits()
417 void APInt::insertBits(uint64_t subBits, unsigned bitPosition, unsigned numBits) { in insertBits()