Searched refs:Unsigned (Results 1 - 25 of 42) sorted by relevance

12

/external/dexmaker/src/dx/java/com/android/dx/util/
H A DUnsigned.java20 * Unsigned arithmetic over Java's signed types.
22 public final class Unsigned { class
23 private Unsigned() {} method in class:Unsigned
H A DUint.java30 return Unsigned.compare(intValue, uint.intValue);
/external/clang/test/Index/
H A Dindex-templates.cpp42 typedef unsigned Unsigned; typedef
44 template<typename T, Unsigned Value>
54 f<Unsigned, OneDimension, array>(array<Unsigned, OneDimension>());
55 Z4().getAs<Unsigned>();
148 // CHECK-LOAD: index-templates.cpp:42:18: TypedefDecl=Unsigned:42:18 (Definition) Extent=[42:1 - 42:26]
152 // CHECK-LOAD: index-templates.cpp:44:22: TypeRef=Unsigned:42:18 Extent=[44:22 - 44:30]
161 // CHECK-LOAD: index-templates.cpp:54:5: TypeRef=Unsigned:42:18 Extent=[54:5 - 54:13]
166 // CHECK-LOAD: index-templates.cpp:55:14: TypeRef=Unsigned:42:18 Extent=[55:14 - 55:22]
/external/lldb/tools/lldb-perf/lib/
H A DResults.h27 class Unsigned;
39 Unsigned
90 Unsigned *
93 if (m_type == Type::Unsigned)
94 return (Unsigned *)this;
260 class Unsigned : public Result class in class:lldb_perf::Results
263 Unsigned (const char *name, const char *description, uint64_t value) : function in class:lldb_perf::Results::Unsigned
264 Result (Type::Unsigned, name, description),
270 ~Unsigned()
H A DGauge.cpp38 return Results::ResultSP (new Results::Unsigned (NULL, NULL, value));
H A DResults.cpp82 case Results::Result::Type::Unsigned:
147 case Results::Result::Type::Unsigned:
191 m_dictionary[std::string(name)] = ResultSP (new Unsigned (name, description, value));
/external/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
H A DAPSIntType.h25 APSIntType(uint32_t Width, bool Unsigned) argument
26 : BitWidth(Width), IsUnsigned(Unsigned) {}
98 /// Unsigned integers are considered to be better conversion types than
/external/clang/include/clang/ASTMatchers/Dynamic/
H A DVariantValue.h208 VariantValue(unsigned Unsigned);
216 /// \brief Unsigned value functions.
219 void setUnsigned(unsigned Unsigned);
247 unsigned Unsigned; member in union:clang::ast_matchers::dynamic::VariantValue::AllValues
/external/llvm/include/llvm/ADT/
H A DAPSInt.h248 static APSInt getMaxValue(uint32_t numBits, bool Unsigned) { argument
249 return APSInt(Unsigned ? APInt::getMaxValue(numBits)
250 : APInt::getSignedMaxValue(numBits), Unsigned);
255 static APSInt getMinValue(uint32_t numBits, bool Unsigned) { argument
256 return APSInt(Unsigned ? APInt::getMinValue(numBits)
257 : APInt::getSignedMinValue(numBits), Unsigned);
/external/llvm/unittests/ADT/
H A DStringRefTest.cpp372 } Unsigned[] = member in namespace:__anon26462
419 for (size_t i = 0; i < array_lengthof(Unsigned); ++i) {
420 bool U8Success = StringRef(Unsigned[i].Str).getAsInteger(0, U8);
421 if (static_cast<uint8_t>(Unsigned[i].Expected) == Unsigned[i].Expected) {
423 EXPECT_EQ(U8, Unsigned[i].Expected);
427 bool U16Success = StringRef(Unsigned[i].Str).getAsInteger(0, U16);
428 if (static_cast<uint16_t>(Unsigned[i].Expected) == Unsigned[i].Expected) {
430 EXPECT_EQ(U16, Unsigned[
[all...]
/external/clang/lib/ASTMatchers/Dynamic/
H A DVariantValue.cpp159 VariantValue::VariantValue(unsigned Unsigned) : Type(VT_Nothing) { argument
160 setUnsigned(Unsigned);
215 return Value.Unsigned;
221 Value.Unsigned = NewValue;
258 case VT_Unsigned: return "Unsigned";
/external/openfst/src/include/fst/
H A Dstring.h106 template <class Unsigned>
108 CompactFst<A, StringCompactor<A>, Unsigned> *fst) const {
112 template <class Unsigned>
114 CompactFst<A, WeightedStringCompactor<A>, Unsigned> *fst,
H A Dconst-fst.h56 typedef U Unsigned; typedef in class:fst::ConstFstImpl
114 Unsigned pos; // Start of state's arcs in *arcs_
115 Unsigned narcs; // Number of arcs (per state)
116 Unsigned niepsilons; // # of input epsilons
117 Unsigned noepsilons; // # of output epsilons
267 typedef U Unsigned; typedef in class:fst::ConstFst
H A Dcompact-fst.h135 typedef U Unsigned; typedef in class:fst::CompactFstData
174 Unsigned States(ssize_t i) const { return states_[i]; }
190 Unsigned *states_;
229 states_ = new Unsigned[nstates_ + 1];
338 states_ = new Unsigned[nstates_ + 1];
377 size_t b = (data->nstates_ + 1) * sizeof(Unsigned);
384 data->states_ = static_cast<Unsigned *>(
418 (nstates_ + 1) * sizeof(Unsigned));
463 typedef U Unsigned; typedef in class:fst::CompactFstImpl
568 Unsigned
805 typedef U Unsigned; typedef in class:fst::CompactFst
931 typedef U Unsigned; typedef
[all...]
/external/chromium_org/base/strings/
H A Dstring_util.h499 typedef T Unsigned; typedef in struct:ToUnsigned
504 typedef unsigned char Unsigned; typedef in struct:ToUnsigned
508 typedef unsigned char Unsigned; typedef in struct:ToUnsigned
513 typedef unsigned short Unsigned; typedef in struct:ToUnsigned
515 typedef uint32 Unsigned;
520 typedef unsigned short Unsigned; typedef in struct:ToUnsigned
/external/lldb/source/Plugins/SymbolFile/DWARF/
H A DDWARFDebugInfoEntry.cpp326 ((DWARFCompileUnit*)cu)->SetBaseAddress(form_value.Unsigned());
788 lo_pc = form_value.Unsigned();
796 lo_pc = form_value.Unsigned();
800 hi_pc = form_value.Unsigned();
813 debug_ranges->FindRanges(form_value.Unsigned(), ranges);
842 decl_file = form_value.Unsigned();
847 decl_line = form_value.Unsigned();
852 decl_column = form_value.Unsigned();
857 call_file = form_value.Unsigned();
862 call_line = form_value.Unsigned();
[all...]
H A DDWARFFormValue.cpp283 uint64_t uvalue = Unsigned();
521 uint64_t a = a_value.Unsigned();
522 uint64_t b = b_value.Unsigned();
563 uint64_t a_len = a_value.Unsigned();
564 uint64_t b_len = b_value.Unsigned();
570 return memcmp(a_value.BlockData(), b_value.BlockData(), a_value.Unsigned());
H A DDWARFFormValue.h61 uint64_t Unsigned() const { return m_value.value.uval; } function in class:DWARFFormValue
H A DSymbolFileDWARF.cpp1458 uval64 = form_value.Unsigned();
1752 case DW_AT_decl_file: decl.SetFile(sc.comp_unit->GetSupportFiles().GetFileSpecAtIndex(form_value.Unsigned())); break;
1753 case DW_AT_decl_line: decl.SetLine(form_value.Unsigned()); break;
1754 case DW_AT_decl_column: decl.SetColumn(form_value.Unsigned()); break;
1757 case DW_AT_bit_offset: bit_offset = form_value.Unsigned(); break;
1758 case DW_AT_bit_size: bit_size = form_value.Unsigned(); break;
1759 case DW_AT_byte_size: byte_size = form_value.Unsigned(); break;
1766 uint32_t block_length = form_value.Unsigned();
1788 member_byte_offset = form_value.Unsigned();
1792 case DW_AT_accessibility: accessibility = DW_ACCESS_to_AccessType (form_value.Unsigned()); brea
[all...]
H A DHashedNameToDIE.h457 hash_data.tag = (dw_tag_t)form_value.Unsigned ();
460 hash_data.type_flags = (uint32_t)form_value.Unsigned ();
464 hash_data.qualified_name_hash = form_value.Unsigned ();
/external/llvm/lib/Target/NVPTX/
H A DNVPTX.h125 Unsigned = 0, enumerator in enum:llvm::NVPTX::PTXLdStInstCode::FromType
/external/chromium_org/base/json/
H A Dstring_escape.cc138 ToUnsigned<StringPiece::value_type>::Unsigned c = *it;
/external/llvm/include/llvm/Support/
H A DScaledNumber.h437 uint64_t Unsigned = N == INT64_MIN ? UINT64_C(1) << 63 : uint64_t(-N);
438 return std::make_pair(Unsigned, true);
662 std::pair<uint64_t, bool> Unsigned = splitSigned(N); local
663 return joinSigned(scale(Unsigned.first), Unsigned.second);
666 std::pair<uint64_t, bool> Unsigned = splitSigned(N); local
667 return joinSigned(scaleByInverse(Unsigned.first), Unsigned.second);
/external/clang/unittests/ASTMatchers/Dynamic/
H A DVariantValueTest.cpp22 TEST(VariantValueTest, Unsigned) {
/external/llvm/test/MC/PowerPC/
H A Dppc64-errors.s37 # Unsigned 16-bit immediate operands

Completed in 2961 milliseconds

12