Home
last modified time | relevance | path

Searched defs:UShort (Results 1 – 9 of 9) sorted by relevance

/external/rust/crates/bindgen/src/ir/
Dint.rs28 UShort, enumerator
/external/flatbuffers/include/flatbuffers/
Dminireflect.h54 virtual void UShort(uint16_t, const char *) {} in UShort() function
351 void UShort(uint16_t x, const char *name) { Named(x, name); } in UShort() function
Dreflection_generated.h45 UShort = 6, enumerator
/external/angle/src/tests/gl_tests/
DAttributeLayoutTest.cpp353 Format<GLushort, GL_UNSIGNED_SHORT, false> UShort(es3); in GetTestCases() local
/external/llvm-project/lldb/source/Utility/
DScalar.cpp314 unsigned short Scalar::UShort(unsigned short fail_value) const { in UShort() function in Scalar
/external/swiftshader/src/Reactor/
DReactor.cpp1048 UShort::UShort(Argument<UShort> argument) in UShort() function in rr::UShort
1053 UShort::UShort(RValue<UInt> cast) in UShort() function in rr::UShort
1060 UShort::UShort(RValue<Int> cast) in UShort() function in rr::UShort
1067 UShort::UShort(unsigned short x) in UShort() function in rr::UShort
1072 UShort::UShort(RValue<UShort> rhs) in UShort() function in rr::UShort
1077 UShort::UShort(const UShort &rhs) in UShort() function in rr::UShort
1082 UShort::UShort(const Reference<UShort> &rhs) in UShort() function in rr::UShort
DReactor.hpp514 class UShort : public LValue<UShort> class
/external/freetype/src/raster/
Dftraster.c310 typedef unsigned short UShort, *PUShort; typedef
/external/fonttools/Lib/fontTools/ttLib/tables/
DotConverters.py255 class UShort(IntValue): class