Searched refs:SHORT (Results 1 - 25 of 30) sorted by relevance

12

/haiku-buildtools/gcc/gcc/testsuite/gcc.c-torture/compile/
H A Dpr31710.c1 typedef short SHORT; typedef
2 struct v { SHORT i; };
/haiku-buildtools/gcc/gcc/testsuite/c-c++-common/torture/
H A Dvector-compare-1.c58 #define SHORT short macro
59 vector (8, SHORT) s0;
60 vector (8, SHORT) s1;
63 s0 = (vector (8, SHORT)){(SHORT)argc, 1, 2, 10, 6, 87, (SHORT)-5, 2};
64 s1 = (vector (8, SHORT)){0, 3, 2, (SHORT)-23, 12, 10, (SHORT)-2, 0};
66 #undef SHORT macro
68 #define SHORT macro
76 #undef SHORT macro
[all...]
/haiku-buildtools/legacy/binutils/ld/
H A Dldgram.h59 SHORT = 285, enumerator in enum:yytokentype
176 #define SHORT 285 macro
H A Dldwrite.c122 case SHORT:
164 case SHORT:
H A Dldctor.c307 case 2: size = SHORT; break;
H A Dldgram.c86 SHORT = 285, enumerator in enum:yytokentype
203 #define SHORT 285 macro
825 "LONG", "SHORT", "BYTE", "SECTIONS", "PHDRS", "DATA_SEGMENT_ALIGN",
H A Dldgram.y128 %token <token> ALIGN_K BLOCK BIND QUAD SQUAD LONG SHORT BYTE
593 | SHORT
H A Dldlex.l291 <BOTH,SCRIPT>"SHORT" { RTOKEN( SHORT);}
H A Dldexp.c88 { SHORT, "SHORT" },
H A Dldlex.c2198 { RTOKEN( SHORT);} variable
/haiku-buildtools/binutils/ld/
H A Dldgram.h75 SHORT = 285, enumerator in enum:yytokentype
207 #define SHORT 285 macro
H A Dldctor.c312 case 2: size = SHORT; break;
H A Dldwrite.c127 case SHORT:
171 case SHORT:
H A Dldgram.y127 %token <token> ALIGN_K BLOCK BIND QUAD SQUAD LONG SHORT BYTE
723 | SHORT
H A Dldgram.c166 SHORT = 285, enumerator in enum:yytokentype
298 #define SHORT 285 macro
794 "SQUAD", "LONG", "SHORT", "BYTE", "SECTIONS", "PHDRS", "INSERT_K",
H A Dldlex.l292 <BOTH,SCRIPT>"SHORT" { RTOKEN( SHORT);}
/haiku-buildtools/legacy/gcc/libio/
H A Diovfscanf.c73 #define SHORT 0x04 /* h: short */ macro
207 flags |= SHORT;
294 if (flags & SHORT)
578 else if (flags & SHORT)
/haiku-buildtools/gcc/gcc/testsuite/gcc.target/xstormy16/
H A Dbelow100.ld31 SHORT(0)
/haiku-buildtools/legacy/gcc/gcc/java/
H A Djavaop.def163 JAVAOP (saload, 53, ARRAY, SHORT, LOAD)
196 JAVAOP (sastore, 86, ARRAY, SHORT, STORE)
257 JAVAOP (i2s, 147, CONVERT2, INT, SHORT)
/haiku-buildtools/binutils/gas/config/
H A Dtc-m68k.c760 #define SHORT 1 macro
771 BYTE and SHORT forms, punting if that isn't enough. This gives us four
798 and on CPU32 we relax it to SHORT and LONG forms as well using the extended
824 { 127, -128, 0, TAB (BRANCHBWL, SHORT) },
829 { 127, -128, 0, TAB (BRABSJUNC, SHORT) },
834 { 127, -128, 0, TAB (BRABSJCOND, SHORT) },
839 { 127, -128, 0, TAB (BRANCHBW, SHORT) },
864 { 125, -130, 0, TAB (PCINDEX, SHORT) },
874 { 127, -128, 0, TAB (BRANCHBWPL, SHORT) },
5065 case TAB (BRANCHBWL, SHORT)
[all...]
/haiku-buildtools/legacy/binutils/gas/config/
H A Dtc-m68k.c574 #define SHORT 1 macro
585 BYTE and SHORT forms, punting if that isn't enough. This gives us four
612 and on CPU32 we relax it to SHORT and LONG forms as well using the extended
632 { 127, -128, 0, TAB (BRANCHBWL, SHORT) },
637 { 127, -128, 0, TAB (BRABSJUNC, SHORT) },
642 { 127, -128, 0, TAB (BRABSJCOND, SHORT) },
647 { 127, -128, 0, TAB (BRANCHBW, SHORT) },
672 { 125, -130, 0, TAB (PCINDEX, SHORT) },
4657 case TAB (BRANCHBWL, SHORT):
4658 case TAB (BRABSJUNC, SHORT)
[all...]
/haiku-buildtools/binutils/gold/
H A Dyyscript.y175 %token SHORT
568 | SHORT
569 { $$ = SHORT; }
H A Dscript.cc1798 { "SHORT", SHORT },
3119 case SHORT:
/haiku-buildtools/legacy/gcc/gcc/f/
H A Dintdoc.in643 DEFDOC (SHORT, "Convert to @code{INTEGER(KIND=6)} value@99@truncated to whole number.", "\
H A Dintrin.def353 DEFNAME ("SHORT", "short", "Short", genNONE, specSHORT) /* UNIX */
2720 DEFSPEC (SHORT,
2721 "SHORT",
3335 DEFIMP (SHORT, "SHORT", ,,, "I6:-:A=I*")

Completed in 1414 milliseconds

12