| /openbsd-src/gnu/usr.bin/perl/pod/ |
| H A D | perluniprops.pod | 281 \p{Adlam} \p{Script_Extensions=Adlam} (Short: 431 (Short: \p{Age=NA}) (825_279 plus all above-Unicode code points: 445 X \p{Alchemical_Symbols} \p{Block=Alchemical_Symbols} (Short: 457 \p{Alphabetic: N*} (Short: \p{Alpha=N}, \P{Alpha}) (976_347 464 \p{Alphabetic: Y*} (Short: \p{Alpha=Y}, \p{Alpha}) (137_765: 472 Alphabetic_Presentation_Forms} (Short: 475 Anatolian_Hieroglyphs} (Short: \p{Hluw}; 482 Ancient_Greek_Musical_Notation} (Short: 490 \p{Arabic} \p{Script_Extensions=Arabic} (Short: 498 X \p{Arabic_Extended_A} \p{Block=Arabic_Extended_A} (Short: [all …]
|
| /openbsd-src/gnu/llvm/llvm/lib/DebugInfo/CodeView/ |
| H A D | RecordSerialization.cpp | 39 uint16_t Short; in consume() local 40 if (auto EC = Reader.readInteger(Short)) in consume() 43 if (Short < LF_NUMERIC) { in consume() 44 Num = APSInt(APInt(/*numBits=*/16, Short, /*isSigned=*/false), in consume() 49 switch (Short) { in consume()
|
| /openbsd-src/gnu/usr.bin/perl/dist/Storable/t/ |
| H A D | downgrade.t | 259 begin 101 Short 8 bit utf8 data 264 begin 101 Short 8 bit utf8 data as bytes 371 begin 301 Short 8 bit utf8 data 376 begin 301 Short 8 bit utf8 data as bytes
|
| /openbsd-src/gnu/usr.bin/perl/dist/Carp/t/ |
| H A D | Carp.t | 137 like( XA::short(), qr/^Error at XC/, "Short messages skip carped package" ); 141 like( XA::short(), qr/^Error at XB/, "Short messages skip inheritance" ); 146 like( XA::short(), qr/^Error at XB/, "Short messages skip inheritance" ); 163 like( XA::short(), qr/^Error at XB/, "Short messages see \@CARP_NOT" ); 168 like( XA::short(), qr/^Error at XB/, "Short messages see \@CARP_NOT" ); 198 like( XA::short(), qr/^Error at XB/, "Short doesn't report Internal" ); 211 "Short doesn't report calls to CarpInternal"
|
| /openbsd-src/usr.sbin/amd/amq/ |
| H A D | amq.c | 65 enum show_opt { Full, Stats, Calc, Short, ShowDone }; enumerator 124 case Short: { in show_mti() 508 e = Short; in main() 509 else if (e == Short) in main()
|
| /openbsd-src/gnu/usr.bin/gcc/gcc/testsuite/consistency.vlad/layout/i960-97r2-results/ |
| H A D | align-short.out | 1 +++Short alignment:
|
| H A D | align-short.out++ | 1 +++Short alignment:
|
| H A D | size-short.out | 1 +++Short size:
|
| H A D | size-short.out++ | 1 +++Short size:
|
| /openbsd-src/gnu/usr.bin/perl/cpan/ExtUtils-MakeMaker/t/ |
| H A D | MakeMaker_Parameters.t | 57 PREREQ_PM => { "Foo::Bar" => 1.23, Long => 1.45, Short => 0 },
|
| /openbsd-src/bin/ksh/ |
| H A D | LEGAL | 12 That's it. Short and simple.
|
| /openbsd-src/usr.bin/libtool/LT/ |
| H A D | Getopt.pm | 24 return Option::Short->new($1); 51 package Option::Short;
|
| /openbsd-src/gnu/llvm/llvm/lib/CodeGen/ |
| H A D | EarlyIfConversion.cpp | 984 const CriticalPathInfo Short = TBlock.Extra > FBlock.Extra ? FBlock : TBlock; in shouldConvertIf() local 993 if (Short.Extra > 0) in shouldConvertIf() 995 << Cycles{"ShortCycles", Short.Extra}; in shouldConvertIf() 1011 if (Short.Extra > 0) { in shouldConvertIf() 1013 << Cycles{"ShortCycles", Short.Extra}; in shouldConvertIf() 1014 if (Short.Extra > CritLimit) in shouldConvertIf()
|
| /openbsd-src/gnu/gcc/libdecnumber/ |
| H A D | decNumberLocal.h | 47 #define Short int16_t macro
|
| /openbsd-src/gnu/llvm/compiler-rt/lib/gwp_asan/tests/ |
| H A D | backtrace.cpp | 75 TEST(Backtrace, Short) { in TEST() argument
|
| /openbsd-src/gnu/llvm/llvm/tools/llvm-rc/ |
| H A D | ResourceScriptTokenList.def | 23 // Short tokens. They usually consist of exactly one character.
|
| /openbsd-src/gnu/llvm/clang/include/clang/Basic/ |
| H A D | Specifiers.h | 44 enum class TypeSpecifierWidth { Unspecified, Short, Long, LongLong }; enumerator
|
| /openbsd-src/gnu/llvm/clang/lib/Sema/ |
| H A D | OpenCLBuiltins.td | 346 def Short : Type<"short", QualType<"Context.ShortTy">>; 444 def TLAll : TypeList<[Char, UChar, Short, UShort, Int, UInt, Long, ULong, Float, Doub… 446 def TLSignedInts : TypeList<[Char, Short, Int, Long]>; 456 def TLAllInts : TypeList<[Char, UChar, Short, UShort, Int, UInt, Long, ULong]>; 480 TypeList<[Char, UChar, Short, UShort]>, Vec1>; 484 foreach Type = [Char, UChar, Short, UShort, 510 foreach RType = [Float, Double, Half, Char, UChar, Short, 512 foreach IType = [Float, Double, Half, Char, UChar, Short, 854 …def : Builtin<name, [VectorType<Short, VSize>, Size, PointerType<ConstType<Short>, AS>], Attr.Pure… 868 def : Builtin<name, [Void, VectorType<Short, VSize>, Size, PointerType<Short, AS>]>; [all …]
|
| H A D | DeclSpec.cpp | 514 case TypeSpecifierWidth::Short: in getSpecifierName() 1200 (getTypeSpecWidth() != TypeSpecifierWidth::Short) && in Finish() 1248 TypeSpecWidth = static_cast<unsigned>(TypeSpecifierWidth::Short); in Finish() 1274 case TypeSpecifierWidth::Short: // short int in Finish()
|
| /openbsd-src/gnu/usr.bin/texinfo/doc/ |
| H A D | txi-en.tex | 39 \gdef\putwordShortTOC{Short Contents}
|
| /openbsd-src/gnu/llvm/clang/lib/AST/ |
| H A D | FormatString.cpp | 380 case BuiltinType::Short: in matchesType() 420 case BuiltinType::Short: in matchesType() 465 case BuiltinType::Short: in matchesType()
|
| /openbsd-src/games/monop/ |
| H A D | brd.dat | 72 {"Short Line RR", -1, RR, &rr[3], 200 },
|
| /openbsd-src/gnu/llvm/lld/docs/ |
| H A D | NewLLD.rst | 258 Short for Relative Virtual Address. 272 Short for Virtual Address. For COFF, it is equivalent to RVA + image base. 291 Short for Identical COMDAT Folding (COFF) or Identical Code Folding (ELF).
|
| /openbsd-src/gnu/llvm/clang/lib/Serialization/ |
| H A D | ASTCommon.cpp | 66 case BuiltinType::Short: in TypeIdxFromBuiltin()
|
| /openbsd-src/gnu/llvm/llvm/lib/Target/RISCV/ |
| H A D | RISCVSchedSiFive7.td | 47 //Short forward branch
|