HomeSort by relevance Sort by last modified time
    Searched defs:Bits (Results 76 - 89 of 89) sorted by null

1 2 34

  /external/clang/lib/CodeGen/
CGExpr.cpp     [all...]
  /external/gtest/test/
gtest_unittest.cc 369 // Tests that Unicode code-points that have 8 to 11 bits are encoded
384 // Tests that Unicode code-points that have 12 to 16 bits are encoded
398 // Tests in this group require a wchar_t to hold > 16 bits, and thus
402 // Tests that Unicode code-points that have 17 to 21 bits are encoded
441 // Tests that Unicode code-points that have 8 to 11 bits are encoded
454 // Tests that Unicode code-points that have 12 to 16 bits are encoded
480 // Tests that Unicode code-points that have 17 to 21 bits are encoded
    [all...]
  /external/llvm/lib/Transforms/Utils/
SimplifyCFG.cpp     [all...]
  /ndk/sources/third_party/googletest/googletest/test/
gtest_unittest.cc 413 // 32 bits, even when 64-bit integer types are available. We have to
557 // Tests that Unicode code-points that have 8 to 11 bits are encoded
571 // Tests that Unicode code-points that have 12 to 16 bits are encoded
584 // Tests in this group require a wchar_t to hold > 16 bits, and thus
588 // Tests that Unicode code-points that have 17 to 21 bits are encoded
624 // Tests that Unicode code-points that have 8 to 11 bits are encoded
637 // Tests that Unicode code-points that have 12 to 16 bits are encoded
663 // Tests that Unicode code-points that have 17 to 21 bits are encoded
    [all...]
  /external/clang/include/clang/AST/
Type.h 152 /// 24 bits should be enough for anyone.
250 assert(!(mask & ~CVRMask) && "bitmask contains non-CVR bits");
254 assert(!(mask & ~CVRMask) && "bitmask contains non-CVR bits");
261 assert(!(mask & ~CVRMask) && "bitmask contains non-CVR bits");
330 assert(!(mask & ~FastMask) && "bitmask contains non-fast qualifier bits");
334 assert(!(mask & ~FastMask) && "bitmask contains non-fast qualifier bits");
341 assert(!(mask & ~FastMask) && "bitmask contains non-fast qualifier bits");
482 // bits: |0 1 2|3 .. 4|5 .. 7|8 ... 31|
528 /// just store the two bits we care about in the low bits of th
    [all...]
  /external/clang/lib/Serialization/
ASTWriter.cpp     [all...]
ASTReader.cpp 77 #define LANGOPT(Name, Bits, Default, Description) \
85 #define VALUE_LANGOPT(Name, Bits, Default, Description) \
93 #define ENUM_LANGOPT(Name, Type, Bits, Default, Description) \
101 #define BENIGN_LANGOPT(Name, Bits, Default, Description)
102 #define BENIGN_ENUM_LANGOPT(Name, Type, Bits, Default, Description)
521 unsigned Bits = ReadUnalignedLE16(d);
522 bool CPlusPlusOperatorKeyword = Bits & 0x01;
523 Bits >>= 1;
524 bool HasRevertedTokenIDToIdentifier = Bits & 0x01;
525 Bits >>= 1
    [all...]
  /external/llvm/lib/Target/PowerPC/
PPCISelLowering.cpp 322 // This is just the low 32 bits of a (signed) fp->i64 conversion.
    [all...]
  /external/libvpx/libvpx/third_party/googletest/src/include/gtest/
gtest.h 7264 const Bits &bits() const { return u_.bits_; } function in class:testing::internal::FloatingPoint
    [all...]
  /external/llvm/lib/Target/X86/
X86ISelLowering.cpp 76 // Extract the relevant vectorWidth bits. Generate an EXTRACT_SUBVECTOR
96 /// Generate a DAG to grab 128-bits from a vector > 128 bits. This
100 /// 128 bits we want. It need not be aligned to a 128-bit bounday. That makes
109 /// Generate a DAG to grab 256-bits from a 512-bit vector.
128 // Insert the relevant vectorWidth bits.
140 /// Generate a DAG to put 128-bits into a vector > 128 bits. This
143 /// simple superregister reference. Idx is an index in the 128 bits
    [all...]
  /prebuilts/sdk/tools/lib/
dx.jar 
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.apache.jasper_5.5.17.v201004212143.jar 
  /prebuilts/misc/common/ecj/
ecj.jar 
  /prebuilts/tools/common/m2/internal/com/google/code/findbugs/findbugs/2.0.1/
findbugs-2.0.1.jar 

Completed in 451 milliseconds

1 2 34