Home
last modified time | relevance | path

Searched refs:Short (Results 1 – 25 of 139) sorted by relevance

123456

/openbsd-src/gnu/usr.bin/perl/pod/
H A Dperluniprops.pod281 \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 DRecordSerialization.cpp39 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 Ddowngrade.t259 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 DCarp.t137 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 Damq.c65 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 Dalign-short.out1 +++Short alignment:
H A Dalign-short.out++1 +++Short alignment:
H A Dsize-short.out1 +++Short size:
H A Dsize-short.out++1 +++Short size:
/openbsd-src/gnu/usr.bin/perl/cpan/ExtUtils-MakeMaker/t/
H A DMakeMaker_Parameters.t57 PREREQ_PM => { "Foo::Bar" => 1.23, Long => 1.45, Short => 0 },
/openbsd-src/bin/ksh/
H A DLEGAL12 That's it. Short and simple.
/openbsd-src/usr.bin/libtool/LT/
H A DGetopt.pm24 return Option::Short->new($1);
51 package Option::Short;
/openbsd-src/gnu/llvm/llvm/lib/CodeGen/
H A DEarlyIfConversion.cpp984 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 DdecNumberLocal.h47 #define Short int16_t macro
/openbsd-src/gnu/llvm/compiler-rt/lib/gwp_asan/tests/
H A Dbacktrace.cpp75 TEST(Backtrace, Short) { in TEST() argument
/openbsd-src/gnu/llvm/llvm/tools/llvm-rc/
H A DResourceScriptTokenList.def23 // Short tokens. They usually consist of exactly one character.
/openbsd-src/gnu/llvm/clang/include/clang/Basic/
H A DSpecifiers.h44 enum class TypeSpecifierWidth { Unspecified, Short, Long, LongLong }; enumerator
/openbsd-src/gnu/llvm/clang/lib/Sema/
H A DOpenCLBuiltins.td346 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 DDeclSpec.cpp514 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 Dtxi-en.tex39 \gdef\putwordShortTOC{Short Contents}
/openbsd-src/gnu/llvm/clang/lib/AST/
H A DFormatString.cpp380 case BuiltinType::Short: in matchesType()
420 case BuiltinType::Short: in matchesType()
465 case BuiltinType::Short: in matchesType()
/openbsd-src/games/monop/
H A Dbrd.dat72 {"Short Line RR", -1, RR, &rr[3], 200 },
/openbsd-src/gnu/llvm/lld/docs/
H A DNewLLD.rst258 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 DASTCommon.cpp66 case BuiltinType::Short: in TypeIdxFromBuiltin()
/openbsd-src/gnu/llvm/llvm/lib/Target/RISCV/
H A DRISCVSchedSiFive7.td47 //Short forward branch

123456