HomeSort by relevance Sort by last modified time
    Searched full:bits (Results 151 - 175 of 15847) sorted by null

1 2 3 4 5 67 8 91011>>

  /dalvik/dexgen/src/com/android/dexgen/rop/cst/
CstDouble.java 39 * @param bits the {@code double} value as {@code long} bits
41 public static CstDouble make(long bits) {
46 return new CstDouble(bits);
52 * @param bits the {@code double} value as {@code long} bits
54 private CstDouble(long bits) {
55 super(bits);
61 long bits = getLongBits(); local
62 return "double{0x" + Hex.u8(bits) + " / "
    [all...]
CstFloat.java 40 * @param bits the {@code float} value as {@code int} bits
42 public static CstFloat make(int bits) {
47 return new CstFloat(bits);
53 * @param bits the {@code float} value as {@code int} bits
55 private CstFloat(int bits) {
56 super(bits);
62 int bits = getIntBits(); local
63 return "float{0x" + Hex.u4(bits) + " / "
    [all...]
  /dalvik/dx/src/com/android/dx/rop/cst/
CstDouble.java 39 * @param bits the {@code double} value as {@code long} bits
41 public static CstDouble make(long bits) {
46 return new CstDouble(bits);
52 * @param bits the {@code double} value as {@code long} bits
54 private CstDouble(long bits) {
55 super(bits);
61 long bits = getLongBits(); local
62 return "double{0x" + Hex.u8(bits) + " / "
    [all...]
CstFloat.java 40 * @param bits the {@code float} value as {@code int} bits
42 public static CstFloat make(int bits) {
47 return new CstFloat(bits);
53 * @param bits the {@code float} value as {@code int} bits
55 private CstFloat(int bits) {
56 super(bits);
62 int bits = getIntBits(); local
63 return "float{0x" + Hex.u4(bits) + " / "
    [all...]
  /external/dexmaker/src/dx/java/com/android/dx/rop/cst/
CstDouble.java 39 * @param bits the {@code double} value as {@code long} bits
41 public static CstDouble make(long bits) {
46 return new CstDouble(bits);
52 * @param bits the {@code double} value as {@code long} bits
54 private CstDouble(long bits) {
55 super(bits);
61 long bits = getLongBits(); local
62 return "double{0x" + Hex.u8(bits) + " / "
    [all...]
CstFloat.java 40 * @param bits the {@code float} value as {@code int} bits
42 public static CstFloat make(int bits) {
47 return new CstFloat(bits);
53 * @param bits the {@code float} value as {@code int} bits
55 private CstFloat(int bits) {
56 super(bits);
62 int bits = getIntBits(); local
63 return "float{0x" + Hex.u4(bits) + " / "
    [all...]
  /external/guava/guava/src/com/google/common/hash/
ChecksumHashFunction.java 33 private final int bits; field in class:ChecksumHashFunction
36 ChecksumHashFunction(Supplier<? extends Checksum> checksumSupplier, int bits, String toString) {
38 checkArgument(bits == 32 || bits == 64, "bits (%s) must be either 32 or 64", bits);
39 this.bits = bits;
44 public int bits() { method in class:ChecksumHashFunction
45 return bits;
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/x86_64-linux/include/c++/4.8/
memory 62 #include <bits/stl_algobase.h>
63 #include <bits/allocator.h>
64 #include <bits/stl_construct.h>
65 #include <bits/stl_uninitialized.h>
66 #include <bits/stl_tempbuf.h>
67 #include <bits/stl_raw_storage_iter.h>
75 # include <bits/functexcept.h>
76 # include <bits/stl_function.h> // std::less
77 # include <bits/uses_allocator.h>
81 # include <bits/unique_ptr.h
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/x86_64-linux/include/c++/4.8/
memory 62 #include <bits/stl_algobase.h>
63 #include <bits/allocator.h>
64 #include <bits/stl_construct.h>
65 #include <bits/stl_uninitialized.h>
66 #include <bits/stl_tempbuf.h>
67 #include <bits/stl_raw_storage_iter.h>
75 # include <bits/functexcept.h>
76 # include <bits/stl_function.h> // std::less
77 # include <bits/uses_allocator.h>
81 # include <bits/unique_ptr.h
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/c++/4.8.3/
memory 62 #include <bits/stl_algobase.h>
63 #include <bits/allocator.h>
64 #include <bits/stl_construct.h>
65 #include <bits/stl_uninitialized.h>
66 #include <bits/stl_tempbuf.h>
67 #include <bits/stl_raw_storage_iter.h>
75 # include <bits/functexcept.h>
76 # include <bits/stl_function.h> // std::less
77 # include <bits/uses_allocator.h>
81 # include <bits/unique_ptr.h
    [all...]
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.7/include/
memory 64 #include <bits/stl_algobase.h>
65 #include <bits/allocator.h>
66 #include <bits/stl_construct.h>
67 #include <bits/stl_uninitialized.h>
68 #include <bits/stl_tempbuf.h>
69 #include <bits/stl_raw_storage_iter.h>
77 # include <bits/functexcept.h>
78 # include <bits/stl_function.h> // std::less
79 # include <bits/uses_allocator.h>
86 # include <bits/unique_ptr.h
    [all...]
unordered_map 35 # include <bits/c++0x_warning.h>
41 #include <bits/stl_algobase.h>
42 #include <bits/allocator.h>
43 #include <bits/stl_function.h> // equal_to, _Identity, _Select1st
44 #include <bits/functional_hash.h>
45 #include <bits/hashtable.h>
46 #include <bits/unordered_map.h>
47 #include <bits/range_access.h>
unordered_set 35 # include <bits/c++0x_warning.h>
41 #include <bits/stl_algobase.h>
42 #include <bits/allocator.h>
43 #include <bits/stl_function.h> // equal_to, _Identity, _Select1st
44 #include <bits/functional_hash.h>
45 #include <bits/hashtable.h>
46 #include <bits/unordered_set.h>
47 #include <bits/range_access.h>
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.7/include/
memory 64 #include <bits/stl_algobase.h>
65 #include <bits/allocator.h>
66 #include <bits/stl_construct.h>
67 #include <bits/stl_uninitialized.h>
68 #include <bits/stl_tempbuf.h>
69 #include <bits/stl_raw_storage_iter.h>
77 # include <bits/functexcept.h>
78 # include <bits/stl_function.h> // std::less
79 # include <bits/uses_allocator.h>
86 # include <bits/unique_ptr.h
    [all...]
unordered_map 35 # include <bits/c++0x_warning.h>
41 #include <bits/stl_algobase.h>
42 #include <bits/allocator.h>
43 #include <bits/stl_function.h> // equal_to, _Identity, _Select1st
44 #include <bits/functional_hash.h>
45 #include <bits/hashtable.h>
46 #include <bits/unordered_map.h>
47 #include <bits/range_access.h>
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.8/include/
memory 62 #include <bits/stl_algobase.h>
63 #include <bits/allocator.h>
64 #include <bits/stl_construct.h>
65 #include <bits/stl_uninitialized.h>
66 #include <bits/stl_tempbuf.h>
67 #include <bits/stl_raw_storage_iter.h>
75 # include <bits/functexcept.h>
76 # include <bits/stl_function.h> // std::less
77 # include <bits/uses_allocator.h>
81 # include <bits/unique_ptr.h
    [all...]
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.9/include/
memory 62 #include <bits/stl_algobase.h>
63 #include <bits/allocator.h>
64 #include <bits/stl_construct.h>
65 #include <bits/stl_uninitialized.h>
66 #include <bits/stl_tempbuf.h>
67 #include <bits/stl_raw_storage_iter.h>
75 # include <bits/functexcept.h>
76 # include <bits/stl_function.h> // std::less
77 # include <bits/uses_allocator.h>
81 # include <bits/unique_ptr.h
    [all...]
  /external/clang/test/SemaCXX/
shift.cpp 8 (void)(N << 30); // expected-warning {{bits to represent, but 'int' only has}}
9 (void)(30 << N); // expected-warning {{bits to represent, but 'int' only has}}
  /external/icu/icu4c/source/i18n/
scriptset.cpp 30 for (uint32_t i=0; i<UPRV_LENGTHOF(bits); i++) {
31 bits[i] = 0;
44 for (uint32_t i=0; i<UPRV_LENGTHOF(bits); i++) {
45 bits[i] = other.bits[i];
52 for (uint32_t i=0; i<UPRV_LENGTHOF(bits); i++) {
53 if (bits[i] != other.bits[i]) {
64 if (script < 0 || script >= (int32_t)sizeof(bits) * 8) {
70 return ((bits[index] & bit) != 0)
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/include/isl/
hash.h 32 #define isl_hash_bits(h,bits) \
33 ((bits) == 32) ? (h) : \
34 ((bits) >= 16) ? \
35 ((h) >> (bits)) ^ ((h) & (((uint32_t)1 << (bits)) - 1)) : \
36 (((h) >> (bits)) ^ (h)) & (((uint32_t)1 << (bits)) - 1)
50 int bits; member in struct:isl_hash_table
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/include/isl/
hash.h 32 #define isl_hash_bits(h,bits) \
33 ((bits) == 32) ? (h) : \
34 ((bits) >= 16) ? \
35 ((h) >> (bits)) ^ ((h) & (((uint32_t)1 << (bits)) - 1)) : \
36 (((h) >> (bits)) ^ (h)) & (((uint32_t)1 << (bits)) - 1)
50 int bits; member in struct:isl_hash_table
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.6/include/
unordered_map 35 # include <bits/c++0x_warning.h>
41 #include <bits/stl_algobase.h>
42 #include <bits/allocator.h>
43 #include <bits/stl_function.h> // equal_to, _Identity, _Select1st
44 #include <bits/functional_hash.h>
45 #include <bits/hashtable.h>
46 #include <bits/unordered_map.h>
47 #include <bits/range_access.h>
unordered_set 35 # include <bits/c++0x_warning.h>
41 #include <bits/stl_algobase.h>
42 #include <bits/allocator.h>
43 #include <bits/stl_function.h> // equal_to, _Identity, _Select1st
44 #include <bits/functional_hash.h>
45 #include <bits/hashtable.h>
46 #include <bits/unordered_set.h>
47 #include <bits/range_access.h>
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.6/include/
unordered_map 35 # include <bits/c++0x_warning.h>
41 #include <bits/stl_algobase.h>
42 #include <bits/allocator.h>
43 #include <bits/stl_function.h> // equal_to, _Identity, _Select1st
44 #include <bits/functional_hash.h>
45 #include <bits/hashtable.h>
46 #include <bits/unordered_map.h>
47 #include <bits/range_access.h>
unordered_set 35 # include <bits/c++0x_warning.h>
41 #include <bits/stl_algobase.h>
42 #include <bits/allocator.h>
43 #include <bits/stl_function.h> // equal_to, _Identity, _Select1st
44 #include <bits/functional_hash.h>
45 #include <bits/hashtable.h>
46 #include <bits/unordered_set.h>
47 #include <bits/range_access.h>

Completed in 374 milliseconds

1 2 3 4 5 67 8 91011>>