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

  /frameworks/av/media/libstagefright/codecs/m4v_h263/dec/src/
dec_pred_intra_dc.cpp 35 int first_bit; local
54 first_bit = code >> (DC_size - 1);
56 if (first_bit == 0)
  /external/e2fsprogs/lib/ext2fs/
gen_bitmap.c 361 int first_bit = 0; local
385 first_bit |= 1 << mark_bit;
391 if (first_bit & ADDR[start_byte])
  /external/chromium/net/disk_cache/
sparse_control.cc 598 int first_bit = child_offset_ >> 10; local
600 if (block_offset && (child_data_.header.last_block != first_bit ||
603 first_bit++;
613 if (first_bit > last_bit)
624 child_map_.SetRange(first_bit, last_bit, true);
  /external/chromium_org/net/disk_cache/
sparse_control.cc 619 int first_bit = child_offset_ >> 10; local
621 if (block_offset && (child_data_.header.last_block != first_bit ||
624 first_bit++;
634 if (first_bit > last_bit)
645 child_map_.SetRange(first_bit, last_bit, true);
  /external/chromium_org/net/disk_cache/v3/
sparse_control_v3.cc 709 int first_bit = child_offset_ >> 10; local
711 if (block_offset && (child_data_.header.last_block != first_bit ||
714 first_bit++;
724 if (first_bit > last_bit)
735 child_map_.SetRange(first_bit, last_bit, true);
  /art/compiler/dex/quick/
gen_common.cc 1436 int first_bit = LowestSetBit(lit); local
    [all...]

Completed in 380 milliseconds