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

/external/llvm/test/MC/ARM/
H A Ddirective-literals.s5 short: label
6 .short 0
7 .short 0xdefe
9 @ CHECK-LABEL: short
10 @ CHECK-NEXT: .short 0
11 @ CHECK-NEXT: .short 57086
18 @ CHECK-NEXT: .short 0
19 @ CHECK-NEXT: .short 57086
/external/chromium_org/v8/test/mjsunit/regress/
H A Dregress-2185-2.js32 function short() { function
48 short();
/external/clang/test/CXX/stmt.stmt/stmt.select/stmt.switch/
H A Dp2-0x.cpp6 constexpr operator short() const { return n; }
14 constexpr short s = Alt();
/external/chromium_org/v8/test/mjsunit/
H A Dstring-replace.js39 var short = "xaxbxcx"; variable
41 replaceTest("axbxcx", short, "x", "");
42 replaceTest("axbxcx", short, /x/, "");
43 replaceTest("abc", short, /x/g, "");
45 replaceTest("xaxxcx", short, "b", "");
46 replaceTest("xaxxcx", short, /b/, "");
47 replaceTest("xaxxcx", short, /b/g, "");
50 replaceTest("[]axbxcx", short, "x", "[]");
51 replaceTest("[]axbxcx", short, /x/, "[]");
52 replaceTest("[]a[]b[]c[]", short, /
[all...]
/external/chromium_org/third_party/WebKit/Source/core/svg/
H A DSVGEnumeration.h42 typedef std::pair<unsigned short, String> StringEntry;
47 typedef unsigned short PrimitiveType;
51 unsigned short value() const { return m_value <= maxExposedEnumValue() ? m_value : 0; }
52 void setValue(unsigned short, ExceptionState&);
68 void setValue(unsigned short) { ASSERT_NOT_REACHED(); } argument
70 static unsigned short valueOfLastEnum(const StringEntries& entries) { return entries.last().first; }
73 SVGEnumerationBase(unsigned short value, const StringEntries& entries, unsigned short maxExposed)
83 unsigned short maxInternalEnumValue() const { return valueOfLastEnum(m_entries); }
86 unsigned short maxExposedEnumValu
[all...]
H A DSVGViewSpec.cpp117 void SVGViewSpec::setZoomAndPan(unsigned short, ExceptionState& exceptionState) argument
/external/harfbuzz_ng/src/
H A Dgen-indic-table.py85 short = [{ variable
104 for v,s in short[i].items ():
115 if v in short[i]:
116 s = short[i][v]
120 raise Exception ("Duplicate short value alias", v, all_shorts[i][s])
122 short[i][v] = s
151 sys.stdout.write ("%9s" % ("_(%s,%s)," % (short[0][d[0]], short[1][d[1]])))
215 print " if (unlikely (u == 0x%04Xu)) return _(%s,%s);" % (u, short[0][d[0]], short[
[all...]
/external/chromium_org/third_party/WebKit/Source/core/rendering/svg/
H A DRenderSVGResourceClipper.cpp69 bool RenderSVGResourceClipper::applyResource(RenderObject*, RenderStyle*, GraphicsContext*&, unsigned short) argument
/external/bison/data/
H A Dyacc.c393 [#ifdef short
394 # undef short macro
408 typedef short int yytype_int8;
414 typedef unsigned short int yytype_uint16;
420 typedef short int yytype_int16;
/external/chromium_org/third_party/WebKit/Source/platform/fonts/opentype/
H A DOpenTypeUtilities.cpp35 operator unsigned short() const { return (v & 0x00ff) << 8 | v >> 8; }
36 BigEndianUShort(unsigned short u) : v((u & 0x00ff) << 8 | u >> 8) { }
37 unsigned short v;
/external/clang/test/Preprocessor/
H A Dcxx_oper_keyword_ms_compat.cpp76 #define short macro
161 short
/external/chromium_org/third_party/WebKit/Source/core/css/
H A DCSSPrimitiveValue.cpp579 template<> short CSSPrimitiveValue::computeLength(const CSSToLengthConversionData& conversionData)
581 return roundForImpreciseConversion<short>(computeLengthDouble(conversionData));
584 template<> unsigned short CSSPrimitiveValue::computeLength(const CSSToLengthConversionData& conversionData)
586 return roundForImpreciseConversion<unsigned short>(computeLengthDouble(conversionData));
698 void CSSPrimitiveValue::setFloatValue(unsigned short, double, ExceptionState& exceptionState) argument
929 void CSSPrimitiveValue::setStringValue(unsigned short, const String&, ExceptionState& exceptionState) argument
H A DCSSPrimitiveValueMappings.h56 template<> inline CSSPrimitiveValue::CSSPrimitiveValue(short i)
63 template<> inline CSSPrimitiveValue::operator short() const
66 return clampTo<short>(getDoubleValue());
69 template<> inline CSSPrimitiveValue::CSSPrimitiveValue(unsigned short i)
76 template<> inline CSSPrimitiveValue::operator unsigned short() const
79 return clampTo<unsigned short>(getDoubleValue());
/external/chromium_org/third_party/angle/src/compiler/preprocessor/
H A DExpressionParser.cpp208 #ifdef short
209 # undef short macro
224 typedef short int yytype_int8;
230 typedef unsigned short int yytype_uint16;
236 typedef short int yytype_int16;
/external/elfutils/0.153/src/
H A Dldscript.c274 #ifdef short
275 # undef short macro
290 typedef short int yytype_int8;
296 typedef unsigned short int yytype_uint16;
302 typedef short int yytype_int16;
1795 /* This is a short cut for "ID { *(ID) }". */
/external/linux-tools-perf/perf-3.12.0/tools/perf/util/
H A Dparse-events-bison.c193 #ifdef short
194 # undef short macro
209 typedef short int yytype_int8;
215 typedef unsigned short int yytype_uint16;
221 typedef short int yytype_int16;
H A Dpmu-bison.c161 #ifdef short
162 # undef short macro
177 typedef short int yytype_int8;
183 typedef unsigned short int yytype_uint16;
189 typedef short int yytype_int16;
/external/bison/src/
H A Dparse-gram.c394 #ifdef short
395 # undef short macro
410 typedef short int yytype_int8;
416 typedef unsigned short int yytype_uint16;
422 typedef short int yytype_int16;
/external/chromium_org/third_party/angle/src/compiler/translator/
H A Dglslang_tab.cpp395 #ifdef short
396 # undef short macro
411 typedef short int yytype_int8;
417 typedef unsigned short int yytype_uint16;
423 typedef short int yytype_int16;
/external/chromium_org/third_party/mesa/src/chromium_gensrc/mesa/
H A Dglcpp-parse.c355 #ifdef short
356 # undef short macro
371 typedef short int yytype_int8;
377 typedef unsigned short int yytype_uint16;
383 typedef short int yytype_int16;
H A Dglsl_parser.cc622 #ifdef short
623 # undef short macro
638 typedef short int yytype_int8;
644 typedef unsigned short int yytype_uint16;
650 typedef short int yytype_int16;
/external/elfutils/0.153/libcpu/
H A Di386_parse.c378 #ifdef short
379 # undef short macro
394 typedef short int yytype_int8;
400 typedef unsigned short int yytype_uint16;
406 typedef short int yytype_int16;
/external/libpcap/
H A Dgrammar.c628 #ifdef short
629 # undef short macro
644 typedef short int yytype_int8;
650 typedef unsigned short int yytype_uint16;
656 typedef short int yytype_int16;
/external/lldb/source/Interpreter/
H A DScriptInterpreterPython.cpp1116 success = PyArg_Parse (py_return, format, (short *) ret_value);
1122 success = PyArg_Parse (py_return, format, (unsigned short *) ret_value);
1930 template <> const char *GetPythonValueFormatString (short) { return "h"; }
1931 template <> const char *GetPythonValueFormatString (unsigned short) { return "H"; } argument
/external/chromium_org/third_party/mesa/src/chromium_gensrc/mesa/program/
H A Dprogram_parse.tab.c509 #ifdef short
510 # undef short macro
525 typedef short int yytype_int8;
531 typedef unsigned short int yytype_uint16;
537 typedef short int yytype_int16;

Completed in 771 milliseconds