Home
last modified time | relevance | path

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

/freebsd/crypto/krb5/src/lib/krb5/ccache/
H A Dcc_mslsa.c482 ConcatenateUnicodeStrings(UNICODE_STRING *pTarget, UNICODE_STRING Source1, UNICODE_STRING Source2) in ConcatenateUnicodeStrings() argument
490 USHORT TotalSize = Source1.Length + Source2.Length; in ConcatenateUnicodeStrings()
496 if ( pTarget->Buffer != Source1.Buffer ) in ConcatenateUnicodeStrings()
497 memcpy(buffer, Source1.Buffer, Source1.Length); in ConcatenateUnicodeStrings()
498 memcpy(buffer + Source1.Length, Source2.Buffer, Source2.Length); in ConcatenateUnicodeStrings()
/freebsd/crypto/openssh/contrib/suse/
H A Dopenssh.spec20 Source1: x11-ssh-askpass-%{xversion}.tar.gz
/freebsd/contrib/unbound/contrib/
H A Dunbound.spec_fedora16 Source1: unbound.init
/freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64TargetTransformInfo.cpp5530 unsigned Source1 = -1U, Source2 = -1U; in getShuffleCost() local
5544 Source1 = Source; in getShuffleCost()
5546 } else if (NumSources == 1 && Source != Source1) { in getShuffleCost()
5549 } else if (NumSources >= 2 && Source != Source1 && Source != Source2) { in getShuffleCost()
5555 if (Source == Source1) in getShuffleCost()
5567 PreviousCosts.insert({std::make_tuple(Source1, Source2, NMask), 0}); in getShuffleCost()
/freebsd/crypto/openssh/contrib/redhat/
H A Dopenssh.spec75 Source1: http://www.jmknoble.net/software/x11-ssh-askpass/x11-ssh-askpass-%{aversion}.tar.gz
/freebsd/sys/contrib/dev/acpica/
H A Dchanges.txt15161 LEqual (Source1, Source2)
15163 Source1 and Source2 must each evaluate to an integer, a string, or a
15165 The data type of Source1 dictates the required type of Source2. Source2
15167 implicitly converted if necessary to match the type of Source1.