OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:AddBits
(Results
1 - 9
of
9
) sorted by null
/art/libartbase/base/
stats.h
35
void
AddBits
(double bits, size_t count = 1) { Add(bits / kBitsPerByte, count); }
/external/zopfli/src/zopfli/
deflate.c
45
static void
AddBits
(unsigned symbol, unsigned length,
58
Adds bits, like
AddBits
, but the order is inverted. The deflate specification
216
AddBits
(hlit, 5, bp, out, outsize);
217
AddBits
(hdist, 5, bp, out, outsize);
218
AddBits
(hclen, 4, bp, out, outsize);
221
AddBits
(clcl[order[i]], 3, bp, out, outsize);
228
if (rle[i] == 16)
AddBits
(rle_bits[i], 2, bp, out, outsize);
229
else if (rle[i] == 17)
AddBits
(rle_bits[i], 3, bp, out, outsize);
230
else if (rle[i] == 18)
AddBits
(rle_bits[i], 7, bp, out, outsize);
323
AddBits
(ZopfliGetLengthExtraBitsValue(litlen)
[
all
...]
/art/runtime/
stack_map.cc
189
codeinfo_stats->Child("Header")->
AddBits
(reader.NumberOfReadBits());
196
codeinfo_stats->Child("DedupeOffset")->
AddBits
(reader.NumberOfReadBits() - bit_offset);
199
table_stats->
AddBits
(reader.NumberOfReadBits() - bit_offset);
204
column_stats->
AddBits
(table.NumRows() * table.NumColumnBits(c), table.NumRows());
/external/llvm/include/llvm/ADT/
BitVector.h
545
template<bool
AddBits
, bool InvertMask>
557
if (
AddBits
) BW |= BitWord(M) << b;
565
if (
AddBits
) Bits[i] |= BitWord(M) << b;
568
if (
AddBits
)
SmallBitVector.h
549
template <bool
AddBits
, bool InvertMask>
557
if (
AddBits
)
/external/swiftshader/third_party/llvm-subzero/include/llvm/ADT/
BitVector.h
545
template<bool
AddBits
, bool InvertMask>
557
if (
AddBits
) BW |= BitWord(M) << b;
565
if (
AddBits
) Bits[i] |= BitWord(M) << b;
568
if (
AddBits
)
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/ADT/
BitVector.h
882
template<bool
AddBits
, bool InvertMask>
894
if (
AddBits
) BW |= BitWord(M) << b;
902
if (
AddBits
) Bits[i] |= BitWord(M) << b;
905
if (
AddBits
)
SmallBitVector.h
654
template <bool
AddBits
, bool InvertMask>
662
if (
AddBits
)
/external/swiftshader/third_party/subzero/src/
IceBitVector.h
782
template <bool
AddBits
, bool InvertMask>
795
if (
AddBits
)
806
if (
AddBits
)
811
if (
AddBits
)
Completed in 412 milliseconds