HomeSort by relevance Sort by last modified time
    Searched full:mask_bits (Results 1 - 25 of 134) sorted by null

1 2 3 4 5 6

  /external/llvm/test/Analysis/BasicAA/
2003-04-25-GEPCrash.ll 3 define void @test([17 x i16]* %mask_bits) {
4 %P1 = getelementptr [17 x i16], [17 x i16]* %mask_bits, i64 0, i64 0
5 %P2 = getelementptr [17 x i16], [17 x i16]* %mask_bits, i64 252645134, i64 0
  /external/swiftshader/third_party/LLVM/test/Analysis/BasicAA/
2003-04-25-GEPCrash.ll 3 define void @test([17 x i16]* %mask_bits) {
4 %P1 = getelementptr [17 x i16]* %mask_bits, i64 0, i64 0
5 %P2 = getelementptr [17 x i16]* %mask_bits, i64 252645134, i64 0
  /external/libcxx/test/std/numerics/rand/rand.eng/rand.eng.mers/
values.pass.cpp 25 // static constexpr size_t mask_bits = r;
53 static_assert((E::mask_bits == 31), "");
74 where(E::mask_bits);
94 static_assert((E::mask_bits == 31), "");
115 where(E::mask_bits);
  /prebuilts/ndk/r11/sources/cxx-stl/llvm-libc++/libcxx/test/numerics/rand/rand.eng/rand.eng.mers/
values.pass.cpp 25 // static constexpr size_t mask_bits = r;
53 static_assert((E::mask_bits == 31), "");
69 where(E::mask_bits);
89 static_assert((E::mask_bits == 31), "");
105 where(E::mask_bits);
  /prebuilts/ndk/r13/sources/cxx-stl/llvm-libc++/test/std/numerics/rand/rand.eng/rand.eng.mers/
values.pass.cpp 25 // static constexpr size_t mask_bits = r;
53 static_assert((E::mask_bits == 31), "");
69 where(E::mask_bits);
89 static_assert((E::mask_bits == 31), "");
105 where(E::mask_bits);
  /external/autotest/client/common_lib/cros/network/
netblock.py 125 mask_bits = (-1 << (32 - prefix_len)) & 0xffffffff
126 self._mask_octets = self._int_to_octets(mask_bits)
  /external/harfbuzz_ng/src/
hb-set-private.hh 56 static const unsigned int mask_bits = sizeof (mask_t) * 8; member in struct:hb_set_digest_lowest_bits_t
77 if ((b >> shift) - (a >> shift) >= mask_bits - 1)
93 return ((mask_t) 1) << ((g >> shift) & (mask_bits - 1));
  /external/syslinux/memdisk/
inflate.c 184 x = b & mask_bits[j];
213 STATIC const ush mask_bits[] = { variable
512 ml = mask_bits[bl]; /* precompute masks for speed */
513 md = mask_bits[bd];
523 } while ((e = (t = t->v.t + ((unsigned)b & mask_bits[e]))->e) > 16);
540 n = t->v.n + ((unsigned)b & mask_bits[e]);
553 (t = t->v.t + ((unsigned)b & mask_bits[e]))->e) > 16);
556 d = w - t->v.n - ((unsigned)b & mask_bits[e]);
759 m = mask_bits[bl];
  /external/autotest/client/common_lib/
utils.py 329 def format_ip_with_mask(ip, mask_bits):
330 masked_ip = ip_to_long(ip) & create_subnet_mask(mask_bits)
331 return "%s/%s" % (long_to_ip(masked_ip), mask_bits)
    [all...]
  /external/autotest/client/common_lib/cros/
dev_server.py 609 def get_devservers_in_same_subnet(cls, ip, mask_bits=DEFAULT_SUBNET_MASKBIT,
614 @param mask_bits: Number of mask bits. Default is 19.
638 devservers = utils.get_servers_in_same_subnet(ip, mask_bits,
721 for subnet_ip, mask_bits in restricted_subnets:
722 if utils.is_in_same_subnet(host_ip, subnet_ip, mask_bits):
726 mask_bits)
728 subnet_ip, mask_bits)
    [all...]
  /external/autotest/
global_config.ini 370 # A list of restricted subnets, in the format of ip/mask_bits, e.g., 10.0.0.1/24
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/x86_64-linux/include/c++/4.8/tr1/
random.h 538 * @var mask_bits The separation point bit index.
562 static const int mask_bits = __r; member in class:mersenne_twister
    [all...]
random.tcc 223 __b, __t, __c, __l>::mask_bits;
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/x86_64-linux/include/c++/4.8/tr1/
random.h 538 * @var mask_bits The separation point bit index.
562 static const int mask_bits = __r; member in class:mersenne_twister
    [all...]
random.tcc 223 __b, __t, __c, __l>::mask_bits;
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/c++/4.8.3/tr1/
random.h 538 * @var mask_bits The separation point bit index.
562 static const int mask_bits = __r; member in class:mersenne_twister
    [all...]
  /prebuilts/ndk/r10/sources/cxx-stl/gnu-libstdc++/4.9/include/tr1/
random.h 538 * @var mask_bits The separation point bit index.
562 static const int mask_bits = __r; member in class:mersenne_twister
    [all...]
  /prebuilts/ndk/r11/sources/cxx-stl/gnu-libstdc++/4.9/include/tr1/
random.h 538 * @var mask_bits The separation point bit index.
562 static const int mask_bits = __r; member in class:mersenne_twister
    [all...]
  /prebuilts/ndk/r13/sources/cxx-stl/gnu-libstdc++/4.9/include/tr1/
random.h 538 * @var mask_bits The separation point bit index.
562 static const int mask_bits = __r; member in class:mersenne_twister
    [all...]
  /external/libcxx/include/
random 85 static constexpr size_t mask_bits = r;
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4053586/include/c++/v1/
random 85 static constexpr size_t mask_bits = r;
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4053586/include/c++/v1/
random 85 static constexpr size_t mask_bits = r;
    [all...]
  /prebuilts/ndk/r10/sources/cxx-stl/llvm-libc++/libcxx/include/
random 85 static constexpr size_t mask_bits = r;
    [all...]
  /prebuilts/ndk/r11/sources/cxx-stl/llvm-libc++/libcxx/include/
random 85 static constexpr size_t mask_bits = r;
    [all...]
  /prebuilts/ndk/r13/sources/cxx-stl/llvm-libc++/include/
random 85 static constexpr size_t mask_bits = r;
    [all...]

Completed in 1060 milliseconds

1 2 3 4 5 6