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

  /external/chromium_org/third_party/libvpx/source/libvpx/third_party/libwebm/
mkvmuxer.cpp 3017 int32 shift_left = 0; local
    [all...]
  /external/libvpx/libvpx/third_party/libwebm/
mkvmuxer.cpp 3183 int32 shift_left = 0; local
    [all...]
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/third_party/libwebm/
mkvmuxer.cpp 3183 int32 shift_left = 0; local
    [all...]
  /external/lldb/tools/debugserver/source/MacOSX/arm/
DNBArchImpl.cpp 593 uint32_t shift_left = sizeof(value) * 8 - 1 - msbit; local
594 value <<= shift_left; // shift anything above the msbit off of the unsigned edge local
595 value >>= (shift_left + lsbit); // shift it back again down to the lsbit (including undoing any shift from above)
    [all...]

Completed in 710 milliseconds