Home
last modified time | relevance | path

Searched refs:AB (Results 1 – 25 of 196) sorted by relevance

12345678

/netbsd-src/external/apache2/llvm/dist/llvm/lib/Analysis/
H A DDemandedBits.cpp88 const APInt &AOut, APInt &AB, KnownBits &Known, KnownBits &Known2, in determineLiveOperandBits() argument
90 unsigned BitWidth = AB.getBitWidth(); in determineLiveOperandBits()
124 AB = AOut.byteSwap(); in determineLiveOperandBits()
129 AB = AOut.reverseBits(); in determineLiveOperandBits()
137 AB = APInt::getHighBitsSet(BitWidth, in determineLiveOperandBits()
147 AB = APInt::getLowBitsSet(BitWidth, in determineLiveOperandBits()
158 AB = BitWidth - 1; in determineLiveOperandBits()
167 AB = AOut.lshr(ShiftAmt); in determineLiveOperandBits()
169 AB = AOut.shl(BitWidth - ShiftAmt); in determineLiveOperandBits()
179 AB = APInt::getBitsSetFrom(BitWidth, AOut.countTrailingZeros()); in determineLiveOperandBits()
[all …]
H A DScalarEvolutionAliasAnalysis.cpp69 const SCEV *AB = SE.getMinusSCEV(AS, BS); in alias() local
74 if (BSizeInt.ule(SE.getUnsignedRange(AB).getUnsignedMin()) && in alias()
75 (-ASizeInt).uge(SE.getUnsignedRange(AB).getUnsignedMax())) in alias()
/netbsd-src/external/bsd/less/dist/lesstest/lt/
H A Dhdr-unicode1.lt35 AB★.!a.uvwxyz
36 AB��!a.uvwxyz
38 AB★.!★.uvwxyz
39 AB��!★.uvwxyz
41 AB★.!��uvwxyz
42 AB��!��uvwxyz
44 AB.a!a.uvwxyz
45 AB.★!a.uvwxyz
46 AB.��a.uvwxyz
47 AB.a!★.uvwxyz
[all …]
H A Dhdr-unicode.lt35 AB★.!a.uvwxyz
36 AB��!a.uvwxyz
38 AB★.!★.uvwxyz
39 AB��!★.uvwxyz
41 AB★.!��uvwxyz
42 AB��!��uvwxyz
44 AB.a!a.uvwxyz
45 AB.★!a.uvwxyz
46 AB.��a.uvwxyz
47 AB.a!★.uvwxyz
[all …]
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/X86/MCTargetDesc/
H A DX86WinCOFFStreamer.cpp23 X86WinCOFFStreamer(MCContext &C, std::unique_ptr<MCAsmBackend> AB, in X86WinCOFFStreamer() argument
26 : MCWinCOFFStreamer(C, std::move(AB), std::move(CE), std::move(OW)) {} in X86WinCOFFStreamer()
69 std::unique_ptr<MCAsmBackend> &&AB, in createX86WinCOFFStreamer() argument
75 new X86WinCOFFStreamer(C, std::move(AB), std::move(CE), std::move(OW)); in createX86WinCOFFStreamer()
/netbsd-src/sys/external/gpl2/dts/dist/arch/arm/boot/dts/
H A Dversatile-ab-ib2.dts3 * The Versatile AB with the IB2 expansion board mounted.
4 * This works as a superset of the Versatile AB.
10 model = "ARM Versatile AB + IB2 board";
H A Dversatile-pb.dts9 /* The Versatile PB is using more SIC IRQ lines than the AB */
84 * the Versatile AB board file.
H A Daspeed-bmc-portwell-neptune.dts110 // SMBus to COMe AB
115 // I2C to COMe AB
/netbsd-src/external/bsd/libfido2/dist/udev/
H A D70-u2f.rules1 # Copyright (c) 2020 Yubico AB. All rights reserved.
84 # YubiKey NEO FIDO by Yubico AB
87 # YubiKey NEO OTP+FIDO by Yubico AB
90 # YubiKey NEO FIDO+CCID by Yubico AB
93 # YubiKey NEO OTP+FIDO+CCID by Yubico AB
96 # Security Key by Yubico by Yubico AB
99 # Unknown product by Yubico AB
102 # Gnubby U2F by Yubico AB
105 # YubiKey 4 FIDO by Yubico AB
108 # YubiKey 4 OTP+FIDO by Yubico AB
[all …]
/netbsd-src/external/bsd/pcc/dist/pcc/cc/cpp/tests/
H A Dtest142 #define AB A(B)
4 AB
/netbsd-src/crypto/external/bsd/openssl/dist/crypto/md5/asm/
H A Dmd5-sparcv9.pl39 ($AB,$CD)=("%g4","%g5");
332 sllx $A,32,$AB ! pack A,B
336 or $B,$AB,$AB
357 srlx $AB,32,$t1 ! unpack A,B,C,D and accumulate
362 add $AB,$B,$B
/netbsd-src/crypto/external/bsd/openssl.old/dist/crypto/md5/asm/
H A Dmd5-sparcv9.pl37 ($AB,$CD)=("%g4","%g5");
327 sllx $A,32,$AB ! pack A,B
331 or $B,$AB,$AB
352 srlx $AB,32,$t1 ! unpack A,B,C,D and accumulate
357 add $AB,$B,$B
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/MCA/
H A DCodeEmitter.h54 CodeEmitter(const MCSubtargetInfo &ST, const MCAsmBackend &AB, in CodeEmitter() argument
56 : STI(ST), MAB(AB), MCE(CE), VecOS(Code), Sequence(S), in CodeEmitter()
/netbsd-src/crypto/external/bsd/heimdal/dist/doc/
H A Dwhatis.texi83 (@var{K@sub{AB}}). This packet is encrypted with @var{B}'s secret key
84 (@var{K@sub{B}}). The actual ticket (@var{T@sub{AB}}) looks like this:
86 @var{K@sub{AB}}@}@var{K@sub{B}}).
88 The reply to @var{A} consists of the ticket (@var{T@sub{AB}}), @var{B}'s
91 @var{life}, @var{K@sub{AB}}, @var{T@sub{AB}}@}@var{K@sub{A}}). @var{A}
100 @var{checksum}@}@var{K@sub{AB}}). This is sent together with the ticket
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/ARM/MCTargetDesc/
H A DARMWinCOFFStreamer.cpp20 ARMWinCOFFStreamer(MCContext &C, std::unique_ptr<MCAsmBackend> AB, in ARMWinCOFFStreamer() argument
23 : MCWinCOFFStreamer(C, std::move(AB), std::move(CE), std::move(OW)) {} in ARMWinCOFFStreamer()
/netbsd-src/crypto/external/bsd/heimdal/dist/lib/wind/
H A DNormalizationTest.txt385 03AB;03AB;03A5 0308;03AB;03A5 0308; # (Ϋ; Ϋ; Υ◌̈; Ϋ; Υ◌̈; ) GREEK CAPITAL LETTER UPSILON WITH DIALY…
400 03D4;03D4;03D2 0308;03AB;03A5 0308; # (ϔ; ϔ; ϒ◌̈; Ϋ; Υ◌̈; ) GREEK UPSILON WITH DIAERESIS AND HOOK S…
1279 22AF;22AF;22AB 0338;22AF;22AB 0338; # (⊯; ⊯; ⊫◌̸; ⊯; ⊫◌̸; ) NEGATED DOUBLE VERTICAL BAR DOUBLE RIGH…
1365 24AB;24AB;24AB;0028 0070 0029;0028 0070 0029; # (⒫; ⒫; ⒫; (p); (p); ) PARENTHESIZED LATIN SMALL LET…
1450 2F0E;2F0E;2F0E;51AB;51AB; # (⼎; ⼎; ⼎; 冫; 冫; ) KANGXI RADICAL ICE
1685 30AC;30AC;30AB 3099;30AC;30AB 3099; # (ガ; ガ; カ◌゙; ガ; カ◌゙; ) KATAKANA LETTER GA
1854 321D;321D;321D;0028 C624 C804 0029;0028 110B 1169 110C 1165 11AB 0029; # (㈝; ㈝; ㈝; (오전); (오전); )…
1981 32AB;32AB;32AB;5B66;5B66; # (㊫; ㊫; ㊫; 学; 学; ) CIRCLED IDEOGRAPH STUDY
2023 32D5;32D5;32D5;30AB;30AB; # (㋕; ㋕; ㋕; カ; カ; ) CIRCLED KATAKANA KA
2073 3308;3308;3308;30A8 30FC 30AB 30FC;30A8 30FC 30AB 30FC; # (㌈; ㌈; ㌈; エーカー; エーカー; ) SQUARE EEKAA
[all …]
H A DNormalizationCorrections.txt41 2F91F;43AB;243AB;4.0.0 # Corrigendum 4
/netbsd-src/external/bsd/file/dist/magic/magdir/
H A Dmsx189 0 string/b AB
205 0 string/b AB\0\0
214 0 string/b AB\0\0\0\0
219 0 string/b AB
245 0x4000 string/b AB
253 0x8000 string/b AB
262 0x3C000 string/b AB
/netbsd-src/sys/dev/tc/
H A Dtcdevs47 device PMAD-AB le LANCE Ethernet
77 device PMAZ-AB asc 53c94 SCSI
81 device PMAZB-AB tcds 53c94 TCDS SCSI option card
90 #device PMAG-AB ??? Monochrome Graphics Adapter (MX)
/netbsd-src/tests/lib/libcurses/check_files/
H A Dwaddnwstr1.chk1 AB
H A Daddnwstr1.chk1 AB㐁C
H A Daddwstr1.chk1 AB㐁CDE
H A Dwaddwstr1.chk1 AB㐁C
/netbsd-src/tests/usr.bin/awk/
H A Dd_string1.out1 AB
/netbsd-src/external/mpl/bind/dist/fuzz/dns_rdata_fromtext.in/
H A Din_eid1 IN EID 12 89 AB

12345678