HomeSort by relevance Sort by last modified time
    Searched defs:first_bit (Results 1 - 9 of 9) 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/
blkmap64_ba.c 216 unsigned int first_bit = 0; local
241 first_bit |= 1 << mark_bit;
247 if (first_bit & ADDR[start_byte])
gen_bitmap.c 440 int first_bit = 0; local
464 first_bit |= 1 << mark_bit;
470 if (first_bit & ADDR[start_byte])
  /external/chromium_org/net/disk_cache/blockfile/
sparse_control.cc 621 int first_bit = child_offset_ >> 10; local
623 if (block_offset && (child_data_.header.last_block != first_bit ||
626 first_bit++;
636 if (first_bit > last_bit)
647 child_map_.SetRange(first_bit, last_bit, true);
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);
  /external/chromium_org/third_party/boringssl/src/crypto/bn/
exponentiation.c 1091 int first_bit = bits - 4; local
1092 wvalue = *(const uint16_t *) (p_bytes + (first_bit >> 3));
1093 wvalue >>= first_bit & 7; local
    [all...]
  /external/pdfium/core/src/fxcodec/codec/
fx_codec_fax.cpp 52 FX_BYTE first_bit = (a0 < 0) ? 1 : ((ref_buf[a0 / 8] & (1 << (7 - a0 % 8))) != 0); local
53 b1 = _FindBit(ref_buf, columns, a0 + 1, !first_bit);
58 if (first_bit == !a0color) {
59 b1 = _FindBit(ref_buf, columns, b1 + 1, first_bit);
60 first_bit = !first_bit;
66 b2 = _FindBit(ref_buf, columns, b1 + 1, first_bit);
  /external/linux-tools-perf/perf-3.12.0/tools/perf/util/
evsel.c 1846 bool first_bit = true; local
    [all...]
  /art/compiler/dex/quick/
gen_common.cc 1666 int first_bit = LowestSetBit(lit); local
    [all...]

Completed in 1532 milliseconds