Searched defs:kBitsPerByte (Results 1 - 3 of 3) sorted by relevance

/external/webrtc/webrtc/modules/desktop_capture/
H A Dwindow_capturer_x11.cc43 const int kBitsPerByte = 8; local
55 if (sizeof(PropertyType) * kBitsPerByte != actual_format) {
/external/webrtc/webrtc/base/
H A Dx11windowpicker.cc34 const int kBitsPerByte = 8; local
45 } else if (sizeof(PropertyType) * kBitsPerByte != actual_format) {
/external/v8/src/
H A Dglobals.h173 const int kBitsPerByte = 8; member in namespace:v8::internal
175 const int kBitsPerPointer = kPointerSize * kBitsPerByte;
176 const int kBitsPerInt = kIntSize * kBitsPerByte;

Completed in 144 milliseconds