Home
last modified time | relevance | path

Searched refs:Source1 (Results 1 – 5 of 5) sorted by relevance

/freebsd-14.2/crypto/openssh/contrib/suse/
H A Dopenssh.spec20 Source1: x11-ssh-askpass-%{xversion}.tar.gz
/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64TargetTransformInfo.cpp3763 unsigned Source1, Source2; in getShuffleCost() local
3777 Source1 = Source; in getShuffleCost()
3779 } else if (NumSources == 1 && Source != Source1) { in getShuffleCost()
3782 } else if (NumSources >= 2 && Source != Source1 && Source != Source2) { in getShuffleCost()
3788 if (Source == Source1) in getShuffleCost()
/freebsd-14.2/contrib/unbound/contrib/
H A Dunbound.spec_fedora16 Source1: unbound.init
/freebsd-14.2/crypto/openssh/contrib/redhat/
H A Dopenssh.spec91 Source1: http://www.jmknoble.net/software/x11-ssh-askpass/x11-ssh-askpass-%{aversion}.tar.gz
/freebsd-14.2/sys/contrib/dev/acpica/
H A Dchanges.txt14816 LEqual (Source1, Source2)
14818 Source1 and Source2 must each evaluate to an integer, a string, or a
14820 The data type of Source1 dictates the required type of Source2. Source2
14822 implicitly converted if necessary to match the type of Source1.