| /third_party/flutter/skia/third_party/externals/wuffs/lib/interval/ |
| D | interval.go | 43 func bigIntMul(i *big.Int, j *big.Int) *big.Int { return big.NewInt(0).Mul(i, j) } 44 func bigIntQuo(i *big.Int, j *big.Int) *big.Int { return big.NewInt(0).Quo(i, j) } 46 func bigIntLsh(i *big.Int, j *big.Int) *big.Int { 60 func bigIntRsh(i *big.Int, j *big.Int) *big.Int { 202 func (x IntRange) ContainsInt(i *big.Int) bool { 923 func bitFillRight(i *big.Int) {
|
| /third_party/skia/third_party/externals/abseil-cpp/absl/container/ |
| D | flat_hash_map_test.cc | 73 struct Int { in TEST() struct 74 explicit Int(size_t value) : value(value) {} in TEST() function 75 Int() : value(0) { ADD_FAILURE(); } in TEST() function 76 Int(const Int& other) : value(other.value) { ADD_FAILURE(); } in TEST() function 78 bool operator==(const Int& other) const { return value == other.value; } in TEST() 79 size_t value; in TEST()
|
| /third_party/libabigail/tests/data/test-diff-dwarf/ |
| D | test2-v1.cc | 1 typedef int Int; typedef 5 foo(Int, Char) in foo() argument
|
| D | test3-v0.cc | 3 typedef int Int; typedef
|
| D | test3-v1.cc | 3 typedef int Int; typedef
|
| /third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Analysis/ |
| D | IntervalIterator.h | 72 inline void addNodeToInterval(Interval *Int, BasicBlock *BB) { in addNodeToInterval() 82 inline void addNodeToInterval(Interval *Int, Interval *I) { in addNodeToInterval() 181 Interval *Int = new Interval(Header); in ProcessInterval() local 200 void ProcessNode(Interval *Int, NodeTy *Node) { in ProcessNode()
|
| /third_party/flutter/skia/third_party/externals/wuffs/lang/check/ |
| D | bounds.go | 92 func add1(i *big.Int) *big.Int { 96 func sub1(i *big.Int) *big.Int { 100 func neg(i *big.Int) *big.Int { 104 func min(i, j *big.Int) *big.Int { 111 func max(i, j *big.Int) *big.Int { 1262 func makeConstValueExpr(tm *t.Map, cv *big.Int) (*a.Expr, error) {
|
| D | optimize.go | 47 func (q *checker) optimizeIOMethodAdvance(receiver *a.Expr, advance *big.Int, update bool) (retOK b…
|
| D | type.go | 804 func evalConstValueBinaryOp(tm *t.Map, n *a.Expr, l *big.Int, r *big.Int) (*big.Int, error) {
|
| /third_party/typescript/tests/cases/compiler/ |
| D | inferentialTypingObjectLiteralMethod2.ts | 1 interface Int<T, U> { interface
|
| D | inferentialTypingObjectLiteralMethod1.ts | 1 interface Int<T, U> { interface
|
| D | excessPropertyCheckWithMultipleDiscriminants.ts | 7 interface Int extends Base<number> { interface
|
| /third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/BinaryFormat/ |
| D | MsgPackReader.h | 49 Int, enumerator 79 int64_t Int; member
|
| /third_party/libabigail/tests/data/test-diff-filter/ |
| D | test4-v1.cc | 3 typedef int Int; typedef in C0
|
| D | test4-v0.cc | 3 typedef int Int; typedef
|
| D | test3-v1.cc | 13 typedef int Int; typedef
|
| /third_party/gn/src/gn/ |
| D | hash_table_base_unittest.cc | 28 class Int { class 30 explicit Int(int x) : x_(x) { creation_counter++; } in Int() function in Int 32 Int(const Int& other) : x_(other.x_) { creation_counter++; } in Int() function in Int
|
| /third_party/flutter/skia/third_party/externals/spirv-tools/test/ |
| D | string_utils_test.cpp | 26 TEST(ToString, Int) { in TEST() argument
|
| /third_party/skia/third_party/externals/tint/src/writer/spirv/ |
| D | operand.cc | 29 Operand Operand::Int(uint32_t val) { in Int() function in tint::writer::spirv::Operand
|
| /third_party/skia/third_party/externals/spirv-tools/test/ |
| D | string_utils_test.cpp | 25 TEST(ToString, Int) { in TEST() argument
|
| /third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/test/ |
| D | string_utils_test.cpp | 25 TEST(ToString, Int) { in TEST() argument
|
| /third_party/spirv-tools/test/ |
| D | string_utils_test.cpp | 25 TEST(ToString, Int) { in TEST() argument
|
| /third_party/skia/third_party/externals/dawn/src/dawn_native/opengl/ |
| D | GLFormat.h | 33 enum ComponentType { Float, Int, Uint, DepthStencil }; enumerator
|
| /third_party/vk-gl-cts/external/amber/src/src/ |
| D | type.cc | 54 std::unique_ptr<Number> Number::Int(uint32_t bits) { in Int() function in amber::type::Number
|
| /third_party/skia/src/pdf/ |
| D | SkPDFUnion.h | 32 static SkPDFUnion Int(size_t v) { return SkPDFUnion::Int(SkToS32(v)); } in Int() function
|