HomeSort by relevance Sort by last modified time
    Searched refs:bits_to_shift (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/ui/views/corewm/
cursor_height_provider_win.cc 95 const unsigned char bits_to_shift = sizeof(last_byte_mask) * 8 - local
97 if (bits_to_shift != kBitsPeruint32)
98 last_byte_mask = (last_byte_mask << bits_to_shift);
  /external/chromium_org/media/base/
container_names.cc 422 uint32 bits_to_shift = 24 - num_bits; local
426 if (((next >> bits_to_shift) & mask) == start_code)
    [all...]

Completed in 410 milliseconds