Home
last modified time | relevance | path

Searched defs:Short (Results 1 – 22 of 22) sorted by relevance

/third_party/rust/crates/bindgen/bindgen/ir/
Dint.rs25 Short, enumerator
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/DebugInfo/CodeView/
DRecordSerialization.cpp39 uint16_t Short; in consume() local
/third_party/rust/crates/clap/clap_derive/src/
Dattr.rs153 Short, enumerator
/third_party/skia/third_party/externals/harfbuzz/src/
Dhb-aat-layout-kerx-table.hh717 struct Short struct
719 NNOffset32To<Lookup<HBUINT16>> rowIndexTable;
720 NNOffset32To<Lookup<HBUINT16>> columnIndexTable;
721 NNOffset32To<UnsizedArrayOf<FWORD>> array;
/third_party/rust/crates/clap/src/
Dmkeymap.rs26 Short(char), enumerator
/third_party/rust/crates/codespan/codespan-reporting/src/term/
Dconfig.rs78 Short, enumerator
/third_party/skia/third_party/externals/angle2/src/common/
DPackedEnums.h463 Short = 2, // GLenum == 0x1402 enumerator
/third_party/icu/icu4c/source/i18n/
DdecNumberLocal.h74 #define Short int16_t macro
/third_party/rust/crates/clap/src/parser/
Dparser.rs1640 Short, enumerator
/third_party/skia/third_party/externals/icu/source/i18n/
DdecNumberLocal.h74 #define Short int16_t macro
/third_party/node/deps/icu-small/source/i18n/
DdecNumberLocal.h74 #define Short int16_t macro
/third_party/skia/third_party/externals/swiftshader/src/Reactor/
DReactor.cpp816 Short::Short(Argument<Short> argument) in Short() function in rr::Short
821 Short::Short(RValue<Int> cast) in Short() function in rr::Short
828 Short::Short(short x) in Short() function in rr::Short
833 Short::Short(RValue<Short> rhs) in Short() function in rr::Short
838 Short::Short(const Short &rhs) in Short() function in rr::Short
843 Short::Short(const Reference<Short> &rhs) in Short() function in rr::Short
DReactor.hpp461 class Short : public LValue<Short> class
/third_party/node/deps/v8/src/codegen/arm/
Dconstants-arm.h292 Short = 0 << 22 // Short load/store coprocessor. enumerator
/third_party/vk-gl-cts/modules/glshared/
DglsVertexArrayTests.hpp306 typedef WrappedType<deInt16> Short; typedef in deqp::gls::GLValue
DglsDrawTest.cpp425 typedef WrappedType<deInt16> Short; typedef in deqp::gls::__anon9b8d5bd00111::GLValue
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Demangle/
DMicrosoftDemangleNodes.h93 Short, enumerator
/third_party/skia/third_party/externals/freetype/src/raster/
Dftraster.c300 typedef short Short; typedef
/third_party/skia/third_party/externals/spirv-cross/
Dspirv_common.hpp524 Short, enumerator
/third_party/googletest/googlemock/test/
Dgmock-actions_test.cc1201 short Short(short n) { return n; } // NOLINT in Short() function
Dgmock-more-actions_test.cc68 inline short Short(short n) { return n; } // NOLINT in Short() function
/third_party/libffi/testsuite/libffi.bhaible/
Dtestcases.c32 typedef struct { short x; } Short; typedef