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

12 3 4 5 6 7 8 91011>>

  /external/llvm/lib/Fuzzer/test/
FullCoverageSetTest.cpp 8 int bits = 0; local
9 if (Size > 0 && Data[0] == 'F') bits |= 1;
10 if (Size > 1 && Data[1] == 'U') bits |= 2;
11 if (Size > 2 && Data[2] == 'Z') bits |= 4;
12 if (Size > 3 && Data[3] == 'Z') bits |= 8;
13 if (Size > 4 && Data[4] == 'E') bits |= 16;
14 if (Size > 5 && Data[5] == 'R') bits |= 32;
15 if (bits == 63) {
  /external/llvm/test/TableGen/
UnsetBitInit.td 4 field bits<32> A;
7 class y<bits<2> B> : x {
pr8330.td 4 class Or4<bits<8> Val> {
5 bits<8> V = {Val{7}, Val{6}, Val{5}, Val{4}, Val{3}, 1, Val{1}, Val{0} };
8 class Whatev<bits<8> x>;
10 class Whatever<bits<8> x> {
11 bits<8> W = {x{0}, x{1}, x{2}, x{3}, x{4}, x{5}, x{6}, x{7} };
14 multiclass X<bits<8> BaseOpc> {
18 multiclass Y<bits<8> BaseOpc> {
29 // CHECK-NEXT: bits<8> W = { 0, 0, 1, 1, 0, 0, 0, 0 };
DefmInsideMultiClass.td 7 class Instruction<bits<4> opc, string Name> {
8 bits<4> opcode = opc;
12 multiclass basic_r<bits<4> opc> {
17 multiclass basic_s<bits<4> opc> {
22 multiclass basic_p<bits<4> opc> {
list-element-bitref.td 4 class C<list<bits<4>> L> {
5 bits<2> V0 = L[0]{1-0};
6 bits<2> V1 = L[1]{3-2};
13 // CHECK-NEXT: bits<2> V0 = { 0, 1 };
14 // CHECK-NEXT: bits<2> V1 = { 1, 0 };
  /external/clang/test/Analysis/
fields.c 45 struct Bits {
62 struct Bits bits; local
64 if (foo() && bits.b) // expected-warning {{garbage}}
66 if (foo() && bits.inner.e) // expected-warning {{garbage}}
69 bits.c = 1;
70 clang_analyzer_eval(bits.c == 1); // expected-warning {{TRUE}}
72 if (foo() && bits.b) // expected-warning {{garbage}}
74 if (foo() && bits.x) // expected-warning {{garbage}}
77 bits.x = true
121 struct Bits bits; local
    [all...]
  /dalvik/dexgen/src/com/android/dexgen/rop/cst/
CstLiteral32.java 24 /** the value as {@code int} bits */
25 private final int bits; field in class:CstLiteral32
30 * @param bits the value as {@code int} bits
32 /*package*/ CstLiteral32(int bits) {
33 this.bits = bits;
41 bits == ((CstLiteral32) other).bits;
47 return bits;
    [all...]
  /dalvik/dx/src/com/android/dx/rop/cst/
CstLiteral32.java 24 /** the value as {@code int} bits */
25 private final int bits; field in class:CstLiteral32
30 * @param bits the value as {@code int} bits
32 /*package*/ CstLiteral32(int bits) {
33 this.bits = bits;
41 bits == ((CstLiteral32) other).bits;
47 return bits;
    [all...]
  /external/dexmaker/src/dx/java/com/android/dx/rop/cst/
CstLiteral32.java 24 /** the value as {@code int} bits */
25 private final int bits; field in class:CstLiteral32
30 * @param bits the value as {@code int} bits
32 /*package*/ CstLiteral32(int bits) {
33 this.bits = bits;
41 bits == ((CstLiteral32) other).bits;
47 return bits;
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/x86_64-linux/include/c++/4.8/
string 38 #include <bits/c++config.h>
39 #include <bits/stringfwd.h>
40 #include <bits/char_traits.h> // NB: In turn includes stl_algobase.h
41 #include <bits/allocator.h>
42 #include <bits/cpp_type_traits.h>
43 #include <bits/localefwd.h> // For operators >>, <<, and getline.
44 #include <bits/ostream_insert.h>
45 #include <bits/stl_iterator_base_types.h>
46 #include <bits/stl_iterator_base_funcs.h>
47 #include <bits/stl_iterator.h
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/x86_64-linux/include/c++/4.8/
string 38 #include <bits/c++config.h>
39 #include <bits/stringfwd.h>
40 #include <bits/char_traits.h> // NB: In turn includes stl_algobase.h
41 #include <bits/allocator.h>
42 #include <bits/cpp_type_traits.h>
43 #include <bits/localefwd.h> // For operators >>, <<, and getline.
44 #include <bits/ostream_insert.h>
45 #include <bits/stl_iterator_base_types.h>
46 #include <bits/stl_iterator_base_funcs.h>
47 #include <bits/stl_iterator.h
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/c++/4.8.3/
string 38 #include <bits/c++config.h>
39 #include <bits/stringfwd.h>
40 #include <bits/char_traits.h> // NB: In turn includes stl_algobase.h
41 #include <bits/allocator.h>
42 #include <bits/cpp_type_traits.h>
43 #include <bits/localefwd.h> // For operators >>, <<, and getline.
44 #include <bits/ostream_insert.h>
45 #include <bits/stl_iterator_base_types.h>
46 #include <bits/stl_iterator_base_funcs.h>
47 #include <bits/stl_iterator.h
    [all...]
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.6/include/
string 40 #include <bits/c++config.h>
41 #include <bits/stringfwd.h>
42 #include <bits/char_traits.h> // NB: In turn includes stl_algobase.h
43 #include <bits/allocator.h>
44 #include <bits/cpp_type_traits.h>
45 #include <bits/localefwd.h> // For operators >>, <<, and getline.
46 #include <bits/ostream_insert.h>
47 #include <bits/stl_iterator_base_types.h>
48 #include <bits/stl_iterator_base_funcs.h>
49 #include <bits/stl_iterator.h
    [all...]
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.7/include/
string 40 #include <bits/c++config.h>
41 #include <bits/stringfwd.h>
42 #include <bits/char_traits.h> // NB: In turn includes stl_algobase.h
43 #include <bits/allocator.h>
44 #include <bits/cpp_type_traits.h>
45 #include <bits/localefwd.h> // For operators >>, <<, and getline.
46 #include <bits/ostream_insert.h>
47 #include <bits/stl_iterator_base_types.h>
48 #include <bits/stl_iterator_base_funcs.h>
49 #include <bits/stl_iterator.h
    [all...]
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.6/include/
string 40 #include <bits/c++config.h>
41 #include <bits/stringfwd.h>
42 #include <bits/char_traits.h> // NB: In turn includes stl_algobase.h
43 #include <bits/allocator.h>
44 #include <bits/cpp_type_traits.h>
45 #include <bits/localefwd.h> // For operators >>, <<, and getline.
46 #include <bits/ostream_insert.h>
47 #include <bits/stl_iterator_base_types.h>
48 #include <bits/stl_iterator_base_funcs.h>
49 #include <bits/stl_iterator.h
    [all...]
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.7/include/
string 40 #include <bits/c++config.h>
41 #include <bits/stringfwd.h>
42 #include <bits/char_traits.h> // NB: In turn includes stl_algobase.h
43 #include <bits/allocator.h>
44 #include <bits/cpp_type_traits.h>
45 #include <bits/localefwd.h> // For operators >>, <<, and getline.
46 #include <bits/ostream_insert.h>
47 #include <bits/stl_iterator_base_types.h>
48 #include <bits/stl_iterator_base_funcs.h>
49 #include <bits/stl_iterator.h
    [all...]
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.8/include/
string 38 #include <bits/c++config.h>
39 #include <bits/stringfwd.h>
40 #include <bits/char_traits.h> // NB: In turn includes stl_algobase.h
41 #include <bits/allocator.h>
42 #include <bits/cpp_type_traits.h>
43 #include <bits/localefwd.h> // For operators >>, <<, and getline.
44 #include <bits/ostream_insert.h>
45 #include <bits/stl_iterator_base_types.h>
46 #include <bits/stl_iterator_base_funcs.h>
47 #include <bits/stl_iterator.h
    [all...]
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.9/include/
string 38 #include <bits/c++config.h>
39 #include <bits/stringfwd.h>
40 #include <bits/char_traits.h> // NB: In turn includes stl_algobase.h
41 #include <bits/allocator.h>
42 #include <bits/cpp_type_traits.h>
43 #include <bits/localefwd.h> // For operators >>, <<, and getline.
44 #include <bits/ostream_insert.h>
45 #include <bits/stl_iterator_base_types.h>
46 #include <bits/stl_iterator_base_funcs.h>
47 #include <bits/stl_iterator.h
    [all...]
  /external/antlr/antlr-3.4/runtime/ActionScript/project/src/org/antlr/runtime/
BitSet.as 35 protected static const BITS:uint = 32; // number of bits / int
43 protected static const MOD_MASK:uint = BITS - 1;
45 /** The actual data bits */
46 protected var bits:Array;
49 public function BitSet(bits:Array = null) {
50 if (bits == null) {
51 this.bits = new Array();
54 this.bits = new Array();
55 for (var i:int = 0; i < bits.length; i++)
    [all...]
  /external/bouncycastle/bcprov/src/main/java/org/bouncycastle/crypto/params/
RC2Parameters.java 9 private int bits; field in class:RC2Parameters
19 int bits)
22 this.bits = bits;
34 return bits;
  /external/compiler-rt/lib/builtins/
popcountti2.c 19 /* Returns: count of 1 bits */
27 /* Every 2 bits holds the sum of every pair of bits (64) */
30 /* Every 4 bits holds the sum of every 4-set of bits (3 significant bits) (32) */
33 /* Every 8 bits holds the sum of every 8-set of bits (4 significant bits) (16) */
35 /* Every 8 bits holds the sum of every 8-set of bits (5 significant bits) (8) *
    [all...]
  /external/elfutils/src/libelf/
gelf_xlate.c 60 bit. We need only functions for 16, 32, and 64 bits. The
66 #define FETCH(Bits, ptr) (*(const uint##Bits##_t *) ptr)
67 #define STORE(Bits, ptr, val) (*(uint##Bits##_t *) ptr = val)
78 #define FETCH(Bits, ptr) (((const union unaligned *) ptr)->u##Bits)
79 #define STORE(Bits, ptr, val) (((union unaligned *) ptr)->u##Bits = val)
89 #define FUNDAMENTAL(NAME, Name, Bits) \
    [all...]
  /external/giflib/
gif_hash.h 13 #define HT_SIZE 8192 /* 12bits = 4096 or twice as big! */
14 #define HT_KEY_MASK 0x1FFF /* 13bits keys */
15 #define HT_KEY_NUM_BITS 13 /* 13bits keys */
16 #define HT_MAX_KEY 8191 /* 13bits - 1, maximal code possible */
17 #define HT_MAX_CODE 4095 /* Biggest code possible in 12 bits. */
19 /* The 32 bits of the long are divided into two parts for the key & code: */
20 /* 1. The code is 12 bits as our compression algorithm is limited to 12bits */
21 /* 2. The key is 12 bits Prefix code + 8 bit new char or 20 bits. *
    [all...]
  /external/llvm/lib/Target/Mips/
MipsDSPInstrFormats.td 16 class Field6<bits<6> val> {
17 bits<6> V = val;
34 class ADDU_QB_FMT<bits<5> op> : DSPInst {
35 bits<5> rd;
36 bits<5> rs;
37 bits<5> rt;
48 class RADDU_W_QB_FMT<bits<5> op> : DSPInst {
49 bits<5> rd;
50 bits<5> rs;
62 class CMP_EQ_QB_R2_FMT<bits<5> op> : DSPInst
    [all...]
  /external/llvm/lib/Target/PowerPC/
PPCInstrFormats.td 14 class I<bits<6> opcode, dag OOL, dag IOL, string asmstr, InstrItinClass itin>
16 field bits<32> Inst;
17 field bits<32> SoftFail = 0;
29 bits<1> PPC970_First = 0;
30 bits<1> PPC970_Single = 0;
31 bits<1> PPC970_Cracked = 0;
32 bits<3> PPC970_Unit = 0;
51 class PPC970_DGroup_First { bits<1> PPC970_First = 1; }
52 class PPC970_DGroup_Single { bits<1> PPC970_Single = 1; }
53 class PPC970_DGroup_Cracked { bits<1> PPC970_Cracked = 1;
    [all...]

Completed in 287 milliseconds

12 3 4 5 6 7 8 91011>>