Home
last modified time | relevance | path

Searched refs:Source2 (Results 1 – 4 of 4) sorted by relevance

/freebsd/crypto/krb5/src/lib/krb5/ccache/
H A Dcc_mslsa.c491 ConcatenateUnicodeStrings(UNICODE_STRING *pTarget, UNICODE_STRING Source1, UNICODE_STRING Source2) in ConcatenateUnicodeStrings() argument
499 USHORT TotalSize = Source1.Length + Source2.Length; in ConcatenateUnicodeStrings()
507 memcpy(buffer + Source1.Length, Source2.Buffer, Source2.Length); in ConcatenateUnicodeStrings()
/freebsd/contrib/unbound/contrib/
H A Dunbound.spec_fedora17 Source2: unbound.conf
/freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64TargetTransformInfo.cpp4073 unsigned Source1, Source2; in getShuffleCost() local
4090 Source2 = Source; in getShuffleCost()
4092 } else if (NumSources >= 2 && Source != Source1 && Source != Source2) { in getShuffleCost()
4100 else if (Source == Source2) in getShuffleCost()
/freebsd/sys/contrib/dev/acpica/
H A Dchanges.txt15063 LEqual (Source1, Source2)
15065 Source1 and Source2 must each evaluate to an integer, a string, or a
15067 The data type of Source1 dictates the required type of Source2. Source2