HomeSort by: relevance | last modified time | path
    Searched defs:Short (Results 1 - 10 of 10) sorted by relevancy

  /src/external/apache2/llvm/dist/llvm/lib/DebugInfo/CodeView/
RecordSerialization.cpp 39 uint16_t Short;
40 if (auto EC = Reader.readInteger(Short))
43 if (Short < LF_NUMERIC) {
44 Num = APSInt(APInt(/*numBits=*/16, Short, /*isSigned=*/false),
49 switch (Short) {
  /src/external/apache2/llvm/dist/clang/include/clang/Basic/
Specifiers.h 34 /// Specifies the width of a type, e.g., short, long, or long long.
35 enum class TypeSpecifierWidth { Unspecified, Short, Long, LongLong };
  /src/external/bsd/am-utils/dist/amq/
amq.c 77 Full, Stats, Calc, Short, ShowDone
153 case Short:
837 e = Short;
838 else if (e == Short)
  /src/external/gpl3/gcc/dist/libdecnumber/
decNumberLocal.h 89 #define Short int16_t
  /src/external/gpl3/gcc.old/dist/libdecnumber/
decNumberLocal.h 89 #define Short int16_t
  /src/external/gpl3/gdb/dist/libdecnumber/
decNumberLocal.h 89 #define Short int16_t
  /src/external/gpl3/gdb.old/dist/libdecnumber/
decNumberLocal.h 89 #define Short int16_t
  /src/lib/libc/gdtoa/
gdtoaimp.h 184 #define Short int16_t
325 (((unsigned short *)(void *)a)[1] = (unsigned short)b, \
326 ((unsigned short *)(void *)a)[0] = (unsigned short)c, \
330 (((unsigned short *)(void *)a)[0] = (unsigned short)b, \
331 ((unsigned short *)(void *)a)[1] = (unsigned short)c, \
  /src/external/apache2/llvm/dist/llvm/lib/CodeGen/
EarlyIfConversion.cpp 977 // Organize by "short" and "long" legs, since the diagnostics get confusing
980 const CriticalPathInfo Short = TBlock.Extra > FBlock.Extra ? FBlock : TBlock;
989 if (Short.Extra > 0)
990 R << ", and the short leg adds another "
991 << Cycles{"ShortCycles", Short.Extra};
1007 if (Short.Extra > 0) {
1008 R << ", and the short leg would add another "
1009 << Cycles{"ShortCycles", Short.Extra};
1010 if (Short.Extra > CritLimit)
  /src/external/apache2/llvm/dist/llvm/include/llvm/Demangle/
MicrosoftDemangleNodes.h 94 Short,

Completed in 62 milliseconds