Home
last modified time | relevance | path

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

/external/brotli/java/org/brotli/dec/
DDecode.java773 int insertBits = INSERT_LENGTH_N_BITS[insertCode]; in decompress() local
/external/swiftshader/third_party/llvm-7.0/llvm/unittests/ADT/
DAPIntTest.cpp1768 TEST(APIntTest, insertBits) { in TEST() argument
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Support/
DAPInt.cpp344 void APInt::insertBits(const APInt &subBits, unsigned bitPosition) { in insertBits() function in APInt