HomeSort by relevance Sort by last modified time
    Searched defs:kBitsPerByte (Results 1 - 8 of 8) sorted by null

  /art/libartbase/base/
bit_vector.h 249 DCHECK_LE(static_cast<size_t>(GetHighestBitSet() + 1), len * kBitsPerByte);
globals.h 30 static constexpr size_t kBitsPerByte = 8;
32 static constexpr int kBitsPerIntPtrT = sizeof(intptr_t) * kBitsPerByte;
  /external/vixl/src/
globals-vixl.h 72 const int kBitsPerByte = 8;
  /external/v8/src/
machine-type.h 40 kIntSize * kBitsPerByte,
globals.h 234 const int kBitsPerByte = 8;
236 const int kBitsPerPointer = kPointerSize * kBitsPerByte;
237 const int kBitsPerInt = kIntSize * kBitsPerByte;
    [all...]
  /external/webrtc/webrtc/modules/desktop_capture/
window_capturer_x11.cc 43 const int kBitsPerByte = 8;
55 if (sizeof(PropertyType) * kBitsPerByte != actual_format) {
  /external/webrtc/webrtc/base/
x11windowpicker.cc 34 const int kBitsPerByte = 8;
45 } else if (sizeof(PropertyType) * kBitsPerByte != actual_format) {
  /art/oatdump/
oatdump.cc 786 os.Stream() << "Dumping cumulative use of " << sum / kBitsPerByte << " accounted bytes\n";
    [all...]

Completed in 253 milliseconds