Searched refs:AddBits (Results 1 – 9 of 9) sorted by relevance
/external/zopfli/src/zopfli/ |
D | deflate.c | 45 static void AddBits(unsigned symbol, unsigned length, in AddBits() function 216 AddBits(hlit, 5, bp, out, outsize); in EncodeTree() 217 AddBits(hdist, 5, bp, out, outsize); in EncodeTree() 218 AddBits(hclen, 4, bp, out, outsize); in EncodeTree() 221 AddBits(clcl[order[i]], 3, bp, out, outsize); in EncodeTree() 228 if (rle[i] == 16) AddBits(rle_bits[i], 2, bp, out, outsize); in EncodeTree() 229 else if (rle[i] == 17) AddBits(rle_bits[i], 3, bp, out, outsize); in EncodeTree() 230 else if (rle[i] == 18) AddBits(rle_bits[i], 7, bp, out, outsize); in EncodeTree() 323 AddBits(ZopfliGetLengthExtraBitsValue(litlen), in AddLZ77Data() 327 AddBits(ZopfliGetDistExtraBitsValue(dist), in AddLZ77Data()
|
/external/swiftshader/third_party/llvm-subzero/include/llvm/ADT/ |
D | BitVector.h | 545 template<bool AddBits, bool InvertMask> 557 if (AddBits) BW |= BitWord(M) << b; in applyMask() 565 if (AddBits) Bits[i] |= BitWord(M) << b; in applyMask() 568 if (AddBits) in applyMask()
|
/external/llvm/include/llvm/ADT/ |
D | BitVector.h | 545 template<bool AddBits, bool InvertMask> 557 if (AddBits) BW |= BitWord(M) << b; in applyMask() 565 if (AddBits) Bits[i] |= BitWord(M) << b; in applyMask() 568 if (AddBits) in applyMask()
|
D | SmallBitVector.h | 549 template <bool AddBits, bool InvertMask> 557 if (AddBits) in applyMask()
|
/external/llvm-project/llvm/include/llvm/ADT/ |
D | BitVector.h | 885 template<bool AddBits, bool InvertMask> 897 if (AddBits) BW |= BitWord(M) << b; in applyMask() 905 if (AddBits) Bits[i] |= BitWord(M) << b; in applyMask() 908 if (AddBits) in applyMask()
|
D | SmallBitVector.h | 679 template <bool AddBits, bool InvertMask> 687 if (AddBits) in applyMask()
|
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/ADT/ |
D | BitVector.h | 898 template<bool AddBits, bool InvertMask> 910 if (AddBits) BW |= BitWord(M) << b; in applyMask() 918 if (AddBits) Bits[i] |= BitWord(M) << b; in applyMask() 921 if (AddBits) in applyMask()
|
D | SmallBitVector.h | 666 template <bool AddBits, bool InvertMask> 674 if (AddBits) in applyMask()
|
/external/swiftshader/third_party/subzero/src/ |
D | IceBitVector.h | 784 template <bool AddBits, bool InvertMask> 797 if (AddBits) in applyMask() 808 if (AddBits) in applyMask() 813 if (AddBits) in applyMask()
|