Searched defs:Short (Results 1 - 25 of 25) sorted by relevance

/external/clang/test/CodeGen/
H A Dx86_32-fpcc-struct-return.c13 typedef struct { short s; } Short; typedef in typeref:struct:__anon2302
30 Short returnShort(Short x) { return x; }
/external/valgrind/coregrind/m_debuginfo/
H A Dpriv_misc.h91 Short ML_(read_Short)( const UChar* data );
94 DEF_READ(Short); variable
/external/aac/libAACenc/src/
H A Dpsy_data.h105 FIXP_DBL Short[TRANS_FAC][MAX_SFB_SHORT]; variable
110 FIXP_DBL Short[TRANS_FAC][MAX_SFB_SHORT]; variable
115 FIXP_DBL Short[TRANS_FAC][MAX_SFB_SHORT]; variable
120 INT Short[TRANS_FAC][MAX_SFB_SHORT]; variable
H A Daacenc_tns.h172 TNS_DATA_SHORT Short; variable
190 /* for Short: length TRANS_FAC*TNS_MAX_ORDER (only 5 for short LC) is required -> 8*5=40 */
/external/fonttools/Lib/fontTools/ttLib/tables/
H A DotConverters.py127 class Short(IntValue): class in inherits:IntValue
372 "int16": Short,
/external/fonttools/Tools/fontTools/ttLib/tables/
H A DotConverters.py127 class Short(IntValue): class in inherits:IntValue
372 "int16": Short,
/external/valgrind/VEX/pub/
H A Dlibvex_basictypes.h52 typedef signed short Short; typedef
122 static inline Short toShort ( Int x ) {
124 return (Short)x;
/external/valgrind/VEX/useful/
H A Dshow_fp_state.c14 typedef short Short; typedef
/external/valgrind/memcheck/tests/amd64/
H A Dbt_everything.c12 typedef signed short Short; typedef
140 : "r" ((Short)bitno));
154 : "r" ((Short)bitno));
165 : "r" ((Short)bitno));
176 : "r" ((Short)bitno)
346 : "r" ((Short)bitno), "r" (reg_in)
364 : "r" ((Short)bitno), "r" (reg_in)
382 : "r" ((Short)bitno), "r" (reg_in)
400 : "r" ((Short)bitno), "r" (reg_in)
/external/clang/test/SemaCXX/
H A Doverloaded-builtin-operators.cpp8 struct Short { struct
40 void f(Short s, Long l, Enum1 e1, Enum2 e2, Xpmf pmf) {
/external/gmock/test/
H A Dgmock-more-actions_test.cc72 inline short Short(short n) { return n; } // NOLINT function in namespace:testing::gmock_more_actions_test
250 EXPECT_EQ(p + 2, a.Perform(make_tuple(p, Short(2))));
256 EXPECT_EQ(6, a.Perform(make_tuple(1, '\2', Short(3))));
358 EXPECT_EQ(4321, a.Perform(make_tuple(4000, Short(300), Char(20), true)));
468 EXPECT_EQ(4444, a.Perform(make_tuple(4000, Short(300), Char(20), true)));
H A Dgmock-generated-actions_test.cc67 inline short Short(short n) { return n; } // NOLINT function in namespace:testing::gmock_generated_actions_test
249 InvokeArgument<0>(static_cast<const char*>("Hi"), Short(1));
257 InvokeArgument<0>("Hi", Short(1));
296 EXPECT_EQ(s + 2, a.Perform(make_tuple(CharPtr(s), 0.5, Short(2))));
303 EXPECT_EQ(123, a.Perform(make_tuple(100, 6.5, Char(20), Short(3))));
386 EXPECT_EQ(123, a.Perform(make_tuple(100, Char(20), Short(3))));
401 EXPECT_EQ(s + 2, a.Perform(make_tuple(Short(2), CharPtr(s))));
408 EXPECT_EQ(123, a.Perform(make_tuple(Short(100), Char(20), 5.6, Char(3))));
/external/google-breakpad/src/testing/test/
H A Dgmock-more-actions_test.cc72 inline short Short(short n) { return n; } // NOLINT function in namespace:testing::gmock_more_actions_test
250 EXPECT_EQ(p + 2, a.Perform(make_tuple(p, Short(2))));
256 EXPECT_EQ(6, a.Perform(make_tuple(1, '\2', Short(3))));
358 EXPECT_EQ(4321, a.Perform(make_tuple(4000, Short(300), Char(20), true)));
468 EXPECT_EQ(4444, a.Perform(make_tuple(4000, Short(300), Char(20), true)));
H A Dgmock-generated-actions_test.cc67 inline short Short(short n) { return n; } // NOLINT function in namespace:testing::gmock_generated_actions_test
249 InvokeArgument<0>(static_cast<const char*>("Hi"), Short(1));
257 InvokeArgument<0>("Hi", Short(1));
296 EXPECT_EQ(s + 2, a.Perform(make_tuple(CharPtr(s), 0.5, Short(2))));
303 EXPECT_EQ(123, a.Perform(make_tuple(100, 6.5, Char(20), Short(3))));
386 EXPECT_EQ(123, a.Perform(make_tuple(100, Char(20), Short(3))));
401 EXPECT_EQ(s + 2, a.Perform(make_tuple(Short(2), CharPtr(s))));
408 EXPECT_EQ(123, a.Perform(make_tuple(Short(100), Char(20), 5.6, Char(3))));
/external/icu/icu4c/source/i18n/
H A DdecNumberLocal.h71 #define Short int16_t macro
/external/jmonkeyengine/engine/src/core/com/jme3/scene/
H A DVertexBuffer.java268 Short(2), enum constant in enum:VertexBuffer.Format
636 case Short:
695 case Short:
698 sin.put(inPos + elementPos, (Short)val);
739 case Short:
812 case Short:
862 case Short:
973 case Short:
1007 case Short:
/external/deqp/modules/glshared/
H A DglsVertexArrayTests.hpp306 typedef WrappedType<deInt16> Short; typedef in class:deqp::gls::GLValue
390 explicit GLValue (Short value) : type(Array::INPUTTYPE_SHORT), s(value) {}
411 Short s;
H A DglsDrawTest.cpp424 typedef WrappedType<deInt16> Short; typedef in class:deqp::gls::__anon4774::GLValue
504 explicit GLValue (Short value) : type(DrawTestSpec::INPUTTYPE_SHORT), s(value) {}
525 Short s;
610 rangesHi[(int)DrawTestSpec::INPUTTYPE_SHORT] = GLValue(Short::create(32760));
628 rangesLo[(int)DrawTestSpec::INPUTTYPE_SHORT] = GLValue(Short::create(-32760));
645 template<> struct GLValueTypeTraits<GLValue::Short> { static const DrawTestSpec::InputType Type = DrawTestSpec::INPUTTYPE_SHORT; };
659 template<> GLValue::Short inline extractGLValue<GLValue::Short> (const GLValue& v) { return v.s; };
687 inline GLValue::Short getRandom (deRandom& rnd, GLValue::Short mi
[all...]
/external/freetype/src/raster/
H A Dftraster.c307 typedef short Short; typedef
380 Short y_min; /* band's minimum */
381 Short y_max; /* band's maximum */
427 Function_Sweep_Init( RAS_ARGS Short* min,
428 Short* max );
431 Function_Sweep_Span( RAS_ARGS Short y,
520 Short traceIncr; /* sweep's increment in target bitmap */
1008 Int e1, e2, f1, f2, size; /* XXX: is `Short' sufficient? */
1192 Short f1;
1220 f1 = (Short)( FRA
[all...]
/external/pdfium/third_party/freetype/src/raster/
H A Dftraster.c309 typedef short Short; typedef
382 Short y_min; /* band's minimum */
383 Short y_max; /* band's maximum */
429 Function_Sweep_Init( RAS_ARGS Short* min,
430 Short* max );
433 Function_Sweep_Span( RAS_ARGS Short y,
516 Short traceIncr; /* sweep's increment in target bitmap */
1004 Int e1, e2, f1, f2, size; /* XXX: is `Short' sufficient? */
1188 Short f1;
1216 f1 = (Short)( FRA
[all...]
/external/v8/src/arm/
H A Dconstants-arm.h324 Short = 0 << 22 // Short load/store coprocessor. enumerator in enum:v8::internal::LFlag
/external/robolectric/v1/lib/main/
H A Dandroid.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/android/ com/android/internal/ com/android/internal/util/ ...
/external/robolectric/v3/runtime/
H A Dandroid-all-4.1.2_r1-robolectric-0.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/accessibilityservice/ android/accessibilityservice/AccessibilityService$1.class ...
H A Dandroid-all-4.2.2_r1.2-robolectric-0.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/accessibilityservice/ android/accessibilityservice/AccessibilityService$1.class ...
H A Dandroid-all-4.3_r2-robolectric-0.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/accessibilityservice/ android/accessibilityservice/AccessibilityService$1.class ...

Completed in 6273 milliseconds