| /external/rust/crates/parking_lot/src/ |
| D | elision.rs | 14 type IntType; typedef 19 current: Self::IntType, in elision_compare_exchange_acquire() 20 new: Self::IntType, in elision_compare_exchange_acquire() 21 ) -> Result<Self::IntType, Self::IntType>; in elision_compare_exchange_acquire() 24 fn elision_fetch_sub_release(&self, val: Self::IntType) -> Self::IntType; in elision_fetch_sub_release() 40 type IntType = usize; typedef 55 type IntType = usize; typedef
|
| /external/tensorflow/tensorflow/core/lib/gtl/ |
| D | int_type.h | 168 class IntType; variable 207 constexpr IntType() : value_(0) {} in IntType() function 209 constexpr explicit IntType(ValueType value) : value_(value) {} in IntType() function
|
| /external/harfbuzz_ng/src/ |
| D | hb-open-type.hh | 58 struct IntType struct 60 typedef Type type; 63 explicit constexpr IntType (Type V) : v {V} {} in IntType() argument 64 IntType& operator = (Type i) { v = i; return *this; } in operator =() 67 …pename std::conditional<std::is_signed<Type>::value, signed, unsigned>::type () const { return v; } in operator typename std::conditional<std::is_signed<Type>::value,signed,unsigned>::type() 69 bool operator == (const IntType &o) const { return (Type) v == (Type) o.v; } in operator ==() 70 bool operator != (const IntType &o) const { return !(*this == o); } in operator !=() 72 IntType& operator += (unsigned count) { *this = *this + count; return *this; } in operator +=() 73 IntType& operator -= (unsigned count) { *this = *this - count; return *this; } in operator -=() 74 IntType& operator ++ () { *this += 1; return *this; } in operator ++() [all …]
|
| /external/angle/third_party/abseil-cpp/absl/random/internal/ |
| D | uniform_helper.h | 107 uniform_lower_bound(Tag, IntType a, IntType) { in uniform_lower_bound() argument 138 uniform_upper_bound(Tag, IntType, IntType b) { in uniform_upper_bound() argument 160 uniform_upper_bound(Tag, IntType, IntType b) { in uniform_upper_bound() argument
|
| /external/webrtc/third_party/abseil-cpp/absl/random/internal/ |
| D | uniform_helper.h | 107 uniform_lower_bound(Tag, IntType a, IntType) { in uniform_lower_bound() argument 138 uniform_upper_bound(Tag, IntType, IntType b) { in uniform_upper_bound() argument 160 uniform_upper_bound(Tag, IntType, IntType b) { in uniform_upper_bound() argument
|
| /external/openscreen/third_party/abseil/src/absl/random/internal/ |
| D | uniform_helper.h | 107 uniform_lower_bound(Tag, IntType a, IntType) { in uniform_lower_bound() argument 138 uniform_upper_bound(Tag, IntType, IntType b) { in uniform_upper_bound() argument 160 uniform_upper_bound(Tag, IntType, IntType b) { in uniform_upper_bound() argument
|
| /external/abseil-cpp/absl/random/internal/ |
| D | uniform_helper.h | 107 uniform_lower_bound(Tag, IntType a, IntType) { in uniform_lower_bound() argument 138 uniform_upper_bound(Tag, IntType, IntType b) { in uniform_upper_bound() argument 160 uniform_upper_bound(Tag, IntType, IntType b) { in uniform_upper_bound() argument
|
| /external/rust/crates/grpcio-sys/grpc/third_party/abseil-cpp/absl/random/internal/ |
| D | uniform_helper.h | 107 uniform_lower_bound(Tag, IntType a, IntType) { in uniform_lower_bound() argument 138 uniform_upper_bound(Tag, IntType, IntType b) { in uniform_upper_bound() argument 160 uniform_upper_bound(Tag, IntType, IntType b) { in uniform_upper_bound() argument
|
| /external/libtextclassifier/abseil-cpp/absl/random/internal/ |
| D | uniform_helper.h | 107 uniform_lower_bound(Tag, IntType a, IntType) { in uniform_lower_bound() argument 138 uniform_upper_bound(Tag, IntType, IntType b) { in uniform_upper_bound() argument 160 uniform_upper_bound(Tag, IntType, IntType b) { in uniform_upper_bound() argument
|
| /external/tensorflow/tensorflow/core/kernels/ |
| D | random_op.cc | 365 #define REGISTER_FULL_INT(IntType) \ argument 370 #define REGISTER_INT(IntType) \ argument 425 #define REGISTER_FULL_INT(IntType) \ argument 430 #define REGISTER_INT(IntType) \ argument
|
| /external/protobuf/src/google/protobuf/stubs/ |
| D | mathlimits.h | 178 #define DECL_SIGNED_INT_LIMITS(IntType, UnsignedIntType) \ argument 198 #define DECL_UNSIGNED_INT_LIMITS(IntType) \ argument
|
| /external/swiftshader/third_party/subzero/unittest/AssemblerX8632/ |
| D | X87.cpp | 210 #define TestFild(OperandType, Size, MemorySize, FpType, IntType) \ in TEST_F() argument 237 #define TestFistp(OperandType, Size, MemorySize, FpType, IntType) \ in TEST_F() argument
|
| /external/llvm/unittests/Analysis/ |
| D | MixedTBAATest.cpp | 41 auto IntType = Type::getInt32Ty(C); in TEST_F() local
|
| D | AliasAnalysisTest.cpp | 172 auto IntType = Type::getInt32Ty(C); in TEST_F() local
|
| /external/python/cpython2/Lib/ |
| D | types.py | 16 IntType = int variable
|
| /external/clang/lib/StaticAnalyzer/Core/ |
| D | SimpleSValBuilder.cpp | 378 APSIntType IntType = BasicVals.getAPSIntType(resultTy); in evalBinOpNN() local 493 APSIntType IntType = BasicVals.getAPSIntType(resultTy); in evalBinOpNN() local
|
| D | RangeConstraintManager.cpp | 386 APSIntType IntType = BV.getAPSIntType(Sym->getType()); in checkNull() local 429 APSIntType IntType = BV.getAPSIntType(T); in GetRange() local
|
| /external/llvm/test/DebugInfo/PDB/Inputs/ |
| D | symbolformat.cpp | 55 typedef int IntType; typedef
|
| /external/clang/lib/AST/ |
| D | ASTDiagnostic.cpp | 1137 QualType &IntType, bool &IsNullPtr, in InitializeNonTypeDiffVariables() 1741 QualType IntType, bool PrintType) { in PrintAPSInt() 1852 const llvm::APSInt &Val, QualType IntType, in PrintValueDeclAndInteger() 1872 void PrintIntegerAndValueDecl(const llvm::APSInt &Val, QualType IntType, in PrintIntegerAndValueDecl()
|
| /external/swiftshader/third_party/llvm-10.0/llvm/lib/IR/ |
| D | MDBuilder.cpp | 315 auto *IntType = Type::getInt64Ty(Context); in createMisExpect() local
|
| /external/llvm/unittests/Transforms/Utils/ |
| D | Cloning.cpp | 255 auto *IntType = in CreateOldFunctionBodyAndDI() local
|
| /external/rust/crates/grpcio-sys/grpc/third_party/abseil-cpp/absl/strings/ |
| D | numbers_test.cc | 744 using IntType = absl::uint128; in TEST() typedef 784 using IntType = absl::int128; in TEST() typedef
|
| /external/openscreen/third_party/abseil/src/absl/strings/ |
| D | numbers_test.cc | 722 using IntType = absl::uint128; in TEST() typedef 762 using IntType = absl::int128; in TEST() typedef
|
| /external/abseil-cpp/absl/strings/ |
| D | numbers_test.cc | 887 using IntType = absl::uint128; in TEST() typedef 927 using IntType = absl::int128; in TEST() typedef
|
| /external/angle/third_party/abseil-cpp/absl/strings/ |
| D | numbers_test.cc | 887 using IntType = absl::uint128; in TEST() typedef 927 using IntType = absl::int128; in TEST() typedef
|