Home
last modified time | relevance | path

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

/external/flatbuffers/include/flatbuffers/
Dminireflect.h54 virtual void UShort(uint16_t, const char *) {} in UShort() function
340 void UShort(uint16_t x, const char *name) { Named(x, name); } in UShort() function
Dreflection_generated.h36 UShort = 6, enumerator
/external/swiftshader/src/Reactor/
DSubzeroReactor.cpp2306 UShort::UShort(Argument<UShort> argument) in UShort() function in rr::UShort
2311 UShort::UShort(RValue<UInt> cast) in UShort() function in rr::UShort
2318 UShort::UShort(RValue<Int> cast) in UShort() function in rr::UShort
2325 UShort::UShort(unsigned short x) in UShort() function in rr::UShort
2330 UShort::UShort(RValue<UShort> rhs) in UShort() function in rr::UShort
2335 UShort::UShort(const UShort &rhs) in UShort() function in rr::UShort
2341 UShort::UShort(const Reference<UShort> &rhs) in UShort() function in rr::UShort
DLLVMReactor.cpp2439 UShort::UShort(Argument<UShort> argument) in UShort() function in rr::UShort
2444 UShort::UShort(RValue<UInt> cast) in UShort() function in rr::UShort
2451 UShort::UShort(RValue<Int> cast) in UShort() function in rr::UShort
2458 UShort::UShort(unsigned short x) in UShort() function in rr::UShort
2463 UShort::UShort(RValue<UShort> rhs) in UShort() function in rr::UShort
2468 UShort::UShort(const UShort &rhs) in UShort() function in rr::UShort
2474 UShort::UShort(const Reference<UShort> &rhs) in UShort() function in rr::UShort
DReactor.hpp376 class UShort : public LValue<UShort> class
/external/freetype/src/raster/
Dftraster.c311 typedef unsigned short UShort, *PUShort; typedef
/external/fonttools/Lib/fontTools/ttLib/tables/
DotConverters.py220 class UShort(IntValue): class