HomeSort by relevance Sort by last modified time
    Searched full:bit_size (Results 1 - 9 of 9) sorted by null

  /external/chromium/chrome/browser/safe_browsing/
bloom_filter.cc 49 BloomFilter::BloomFilter(int bit_size) {
53 // Round up to the next boundary which fits bit_size.
54 byte_size_ = (bit_size + 7) / 8;
56 DCHECK_LE(bit_size, bit_size_); // strictly more bits.
bloom_filter.h 36 explicit BloomFilter(int bit_size);
  /external/chromium_org/third_party/WebKit/Source/wtf/dtoa/
bignum.cc 432 int bit_size = 0;
436 bit_size++;
438 int final_size = bit_size * power_exponent;
457 // multiplication. The first bit_size bits must be 0.
460 ~((static_cast<uint64_t>(1) << (64 - bit_size)) - 1);
  /external/chromium_org/v8/src/
bignum.cc 431 int bit_size = 0;
435 bit_size++;
437 int final_size = bit_size * power_exponent;
456 // multiplication. The first bit_size bits must be 0.
459 ~((static_cast<uint64_t>(1) << (64 - bit_size)) - 1);
  /external/v8/src/
bignum.cc 430 int bit_size = 0;
434 bit_size++;
436 int final_size = bit_size * power_exponent;
455 // multiplication. The first bit_size bits must be 0.
458 ~((static_cast<uint64_t>(1) << (64 - bit_size)) - 1);
  /external/libvpx/libvpx/examples/includes/geshi/geshi/
fortran.php 77 'anint','any','asin','atan','atan2','bit_size','break','btest','carg',
  /external/elfutils/tests/
show-die-info.c 115 { DW_AT_bit_size, "bit_size" },
  /external/valgrind/main/perf/
tinycc.c 10428 int r, r2, rc2, bit_pos, bit_size, size, align, i; local
11881 int sbt, dbt, ft, r, t, size, align, bit_size, bit_pos, rc, delayed_cast; local
12125 int bit_size, bit_pos, bsize, bt, lbit_pos; local
13967 int saved_global_expr, bt, bit_pos, bit_size; local
    [all...]
  /external/elfutils/src/
readelf.c     [all...]

Completed in 198 milliseconds