Searched refs:Source1 (Results 1 – 6 of 6) sorted by relevance
| /src/crypto/krb5/src/lib/krb5/ccache/ |
| H A D | cc_mslsa.c | 491 ConcatenateUnicodeStrings(UNICODE_STRING *pTarget, UNICODE_STRING Source1, UNICODE_STRING Source2) in ConcatenateUnicodeStrings() argument 499 USHORT TotalSize = Source1.Length + Source2.Length; in ConcatenateUnicodeStrings() 505 if ( pTarget->Buffer != Source1.Buffer ) in ConcatenateUnicodeStrings() 506 memcpy(buffer, Source1.Buffer, Source1.Length); in ConcatenateUnicodeStrings() 507 memcpy(buffer + Source1.Length, Source2.Buffer, Source2.Length); in ConcatenateUnicodeStrings()
|
| /src/crypto/openssh/contrib/suse/ |
| H A D | openssh.spec | 20 Source1: x11-ssh-askpass-%{xversion}.tar.gz
|
| /src/contrib/unbound/contrib/ |
| H A D | unbound.spec_fedora | 16 Source1: unbound.init
|
| /src/contrib/llvm-project/llvm/lib/Target/AArch64/ |
| H A D | AArch64TargetTransformInfo.cpp | 4073 unsigned Source1, Source2; in getShuffleCost() local 4087 Source1 = Source; in getShuffleCost() 4089 } else if (NumSources == 1 && Source != Source1) { in getShuffleCost() 4092 } else if (NumSources >= 2 && Source != Source1 && Source != Source2) { in getShuffleCost() 4098 if (Source == Source1) in getShuffleCost()
|
| /src/crypto/openssh/contrib/redhat/ |
| H A D | openssh.spec | 75 Source1: http://www.jmknoble.net/software/x11-ssh-askpass/x11-ssh-askpass-%{aversion}.tar.gz
|
| /src/sys/contrib/dev/acpica/ |
| H A D | changes.txt | 15137 LEqual (Source1, Source2) 15139 Source1 and Source2 must each evaluate to an integer, a string, or a 15141 The data type of Source1 dictates the required type of Source2. Source2 15143 implicitly converted if necessary to match the type of Source1.
|