Home
last modified time | relevance | path

Searched defs:UInt (Results 1 – 23 of 23) sorted by relevance

/external/skqp/src/utils/
DSkFloatUtils.h19 typedef void UInt; typedef
25 typedef uint32_t UInt; typedef
31 typedef uint64_t UInt; typedef
/external/skia/src/utils/
DSkFloatUtils.h19 typedef void UInt; typedef
25 typedef uint32_t UInt; typedef
31 typedef uint64_t UInt; typedef
/external/jsoncpp/include/json/
Dconfig.h92 typedef unsigned int UInt; typedef
Dvalue.h126 typedef Json::UInt UInt; typedef
/external/deqp-deps/SPIRV-Headers/tools/buildHeaders/jsoncpp/dist/json/
Djson-forwards.h174 typedef unsigned int UInt; typedef
Djson.h201 typedef unsigned int UInt; typedef
510 typedef Json::UInt UInt; typedef
/external/shaderc/spirv-headers/tools/buildHeaders/jsoncpp/dist/json/
Djson-forwards.h174 typedef unsigned int UInt; typedef
Djson.h201 typedef unsigned int UInt; typedef
510 typedef Json::UInt UInt; typedef
/external/swiftshader/third_party/SPIRV-Headers/tools/buildHeaders/jsoncpp/dist/json/
Djson-forwards.h174 typedef unsigned int UInt; typedef
Djson.h201 typedef unsigned int UInt; typedef
510 typedef Json::UInt UInt; typedef
/external/flatbuffers/include/flatbuffers/
Dminireflect.h56 virtual void UInt(uint32_t, const char *) {} in UInt() function
342 void UInt(uint32_t x, const char *name) { Named(x, name); } in UInt() function
Dflexbuffers.h893 void UInt(uint64_t u) { stack_.push_back(Value(u, FBT_UINT, WidthU(u))); } in UInt() function
894 void UInt(const char *key, uint64_t u) { in UInt() function
Dreflection_generated.h38 UInt = 8, enumerator
/external/protobuf/conformance/third_party/jsoncpp/
Djson.h229 typedef unsigned int UInt; typedef
553 typedef Json::UInt UInt; typedef
/external/compiler-rt/lib/ubsan/
Dubsan_diag.h164 UIntMax UInt; member
/external/swiftshader/src/Reactor/
DSubzeroReactor.cpp4800 UInt::UInt(Argument<UInt> argument) in UInt() function in rr::UInt
4805 UInt::UInt(RValue<UShort> cast) in UInt() function in rr::UInt
4812 UInt::UInt(RValue<Long> cast) in UInt() function in rr::UInt
4819 UInt::UInt(RValue<Float> cast) in UInt() function in rr::UInt
4835 UInt::UInt(int x) in UInt() function in rr::UInt
4840 UInt::UInt(unsigned int x) in UInt() function in rr::UInt
4845 UInt::UInt(RValue<UInt> rhs) in UInt() function in rr::UInt
4850 UInt::UInt(RValue<Int> rhs) in UInt() function in rr::UInt
4855 UInt::UInt(const UInt &rhs) in UInt() function in rr::UInt
4861 UInt::UInt(const Reference<UInt> &rhs) in UInt() function in rr::UInt
[all …]
DLLVMReactor.cpp4532 UInt::UInt(Argument<UInt> argument) in UInt() function in rr::UInt
4537 UInt::UInt(RValue<UShort> cast) in UInt() function in rr::UInt
4544 UInt::UInt(RValue<Long> cast) in UInt() function in rr::UInt
4551 UInt::UInt(RValue<Float> cast) in UInt() function in rr::UInt
4570 UInt::UInt(int x) in UInt() function in rr::UInt
4575 UInt::UInt(unsigned int x) in UInt() function in rr::UInt
4580 UInt::UInt(RValue<UInt> rhs) in UInt() function in rr::UInt
4585 UInt::UInt(RValue<Int> rhs) in UInt() function in rr::UInt
4590 UInt::UInt(const UInt &rhs) in UInt() function in rr::UInt
4596 UInt::UInt(const Reference<UInt> &rhs) in UInt() function in rr::UInt
[all …]
DReactor.hpp1127 class UInt : public LValue<UInt> class
/external/spirv-llvm/lib/SPIRV/
DSPIRVInternal.h280 const static char UInt[] = "uint"; variable
/external/llvm/include/llvm/DebugInfo/PDB/
DPDBTypes.h240 UInt = 7, enumerator
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/DebugInfo/PDB/
DPDBTypes.h265 UInt = 7, enumerator
/external/deqp/external/openglcts/modules/glesext/texture_cube_map_array/
DesextcTextureCubeMapArraySampling.hpp170 UInt, enumerator
/external/freetype/src/raster/
Dftraster.c309 typedef unsigned int UInt; typedef