/external/skia/src/utils/ |
D | SkFloatUtils.h | 19 typedef void UInt; typedef 25 typedef uint32_t UInt; typedef 31 typedef uint64_t UInt; typedef
|
/external/emboss/doc/ |
D | cpp-reference.md | 1144 ### Type `ValueType` 1162 ### `Read` method 1176 ### `UncheckedRead` method 1190 ### `Write` method 1202 ### `TryToWrite` method 1214 ### `CouldWriteValue` method 1230 ### `UncheckedWrite` method 1243 ### `Ok` method 1253 ### `IsComplete` method 1263 ### `UpdateFromTextStream` method [all …]
|
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/BinaryFormat/ |
D | MsgPackReader.h | 50 UInt, enumerator 81 uint64_t UInt; member
|
/external/swiftshader/third_party/llvm-16.0/llvm/include/llvm/BinaryFormat/ |
D | MsgPackReader.h | 50 UInt, enumerator 82 uint64_t UInt; member
|
/external/swiftshader/src/Reactor/ |
D | SIMD.cpp | 261 SIMD::UInt::UInt() in UInt() function in rr::SIMD::UInt 266 SIMD::UInt::UInt(int broadcast) in UInt() function in rr::SIMD::UInt 273 SIMD::UInt::UInt(int x, int y, int z, int w) in UInt() function in rr::SIMD::UInt 280 SIMD::UInt::UInt(std::vector<int> v) in UInt() function in rr::SIMD::UInt 288 SIMD::UInt::UInt(std::function<int(int)> LaneValueProducer) in UInt() function in rr::SIMD::UInt 296 SIMD::UInt::UInt(RValue<SIMD::UInt> rhs) in UInt() function in rr::SIMD::UInt 302 SIMD::UInt::UInt(const SIMD::UInt &rhs) in UInt() function in rr::SIMD::UInt 308 SIMD::UInt::UInt(const Reference<SIMD::UInt> &rhs) in UInt() function in rr::SIMD::UInt 314 SIMD::UInt::UInt(RValue<SIMD::Int> rhs) in UInt() function in rr::SIMD::UInt 320 SIMD::UInt::UInt(const SIMD::Int &rhs) in UInt() function in rr::SIMD::UInt [all …]
|
D | SIMD.hpp | 27 using UInt = rr::UInt; typedef 81 class UInt : public LValue<SIMD::UInt>, class
|
/external/flatbuffers/tests/ts/reflection/ |
D | base-type.d.ts | 10 UInt = 8, enumerator
|
D | base-type.ts | 14 UInt = 8, enumerator
|
/external/flatbuffers/python/flatbuffers/reflection/ |
D | BaseType.py | 14 UInt = 8 variable in BaseType
|
/external/OpenCL-CTS/test_conformance/math_brute_force/ |
D | common.h | 42 UInt, enumerator
|
/external/cronet/tot/third_party/rust/chromium_crates_io/vendor/rand-0.8.5/src/seq/ |
D | index.rs | 316 N: UInt, in sample_efraimidis_spirakis() 473 trait UInt: Copy + PartialOrd + Ord + PartialEq + Eq + SampleUniform trait 521 fn sample_rejection<X: UInt, R>(rng: &mut R, length: X, amount: X) -> IndexVec in sample_rejection()
|
/external/cronet/stable/third_party/rust/chromium_crates_io/vendor/rand-0.8.5/src/seq/ |
D | index.rs | 316 N: UInt, in sample_efraimidis_spirakis() 473 trait UInt: Copy + PartialOrd + Ord + PartialEq + Eq + SampleUniform trait 521 fn sample_rejection<X: UInt, R>(rng: &mut R, length: X, amount: X) -> IndexVec in sample_rejection()
|
/external/rust/android-crates-io/crates/rand/src/seq/ |
D | index.rs | 316 N: UInt, in sample_efraimidis_spirakis() 473 trait UInt: Copy + PartialOrd + Ord + PartialEq + Eq + SampleUniform trait 521 fn sample_rejection<X: UInt, R>(rng: &mut R, length: X, amount: X) -> IndexVec in sample_rejection()
|
/external/flatbuffers/java/src/main/java/com/google/flatbuffers/reflection/ |
D | BaseType.java | 16 public static final byte UInt = 8; field in BaseType
|
/external/rust/android-crates-io/crates/bindgen/ir/ |
D | int.rs | 34 UInt, enumerator
|
/external/sandboxed-api/sandboxed_api/ |
D | var_int.h | 52 using UInt = IntBase<unsigned int>; variable
|
/external/jsoncpp/include/json/ |
D | config.h | 109 using UInt = unsigned int; variable
|
/external/shaderc/spirv-headers/tools/buildHeaders/jsoncpp/dist/json/ |
D | json-forwards.h | 174 typedef unsigned int UInt; typedef
|
/external/deqp-deps/SPIRV-Headers/tools/buildHeaders/jsoncpp/dist/json/ |
D | json-forwards.h | 174 typedef unsigned int UInt; typedef
|
/external/angle/src/common/ |
D | Color.h | 66 UInt = 2 enumerator
|
/external/angle/third_party/spirv-headers/src/tools/buildHeaders/jsoncpp/dist/json/ |
D | json-forwards.h | 174 typedef unsigned int UInt; typedef
|
/external/swiftshader/third_party/SPIRV-Headers/tools/buildHeaders/jsoncpp/dist/json/ |
D | json-forwards.h | 174 typedef unsigned int UInt; typedef
|
/external/flatbuffers/rust/flexbuffers/src/ |
D | flexbuffer_type.rs | 46 UInt = 2, enumerator
|
/external/flatbuffers/include/flatbuffers/ |
D | minireflect.h | 56 virtual void UInt(uint32_t, const char *) {} in UInt() function 364 void UInt(uint32_t x, const char *name) { Named(x, name); } in UInt() function
|
/external/angle/src/tests/gl_tests/ |
D | AttributeLayoutTest.cpp | 392 Format<GLuint, GL_UNSIGNED_INT, false> UInt(es3); in GetTestCases() local 734 Format<GLuint, GL_UNSIGNED_INT, false, true> UInt(es3); in GetTestCases() local 754 Format<GLuint, GL_UNSIGNED_INT, false, true> UInt(es3); in GetTestCases() local
|