Home
last modified time | relevance | path

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

/reactos/drivers/filesystems/fastfat/
H A Dsplaysup.c423 IN PSTRING NameB in FatCompareNames() argument
459 MinLength = NameA->Length < NameB->Length ? NameA->Length : in FatCompareNames()
460 NameB->Length; in FatCompareNames()
467 i = (ULONG)RtlCompareMemory( NameA->Buffer, NameB->Buffer, MinLength ); in FatCompareNames()
472 return NameA->Buffer[i] < NameB->Buffer[i] ? IsLessThan : in FatCompareNames()
476 if (NameA->Length < NameB->Length) { in FatCompareNames()
481 if (NameA->Length > NameB->Length) { in FatCompareNames()
H A Dfatprocs.h1893 IN PSTRING NameB
/reactos/drivers/filesystems/cdfs/
H A Dnamesup.c1067 _In_ PUNICODE_STRING NameB in CdFullCompareNames() argument
1104 if (NameA->Length > NameB->Length) { in CdFullCompareNames()
1106 MinLength = NameB->Length; in CdFullCompareNames()
1109 } else if (NameA->Length == NameB->Length) { in CdFullCompareNames()
1119 i = RtlCompareMemory( NameA->Buffer, NameB->Buffer, MinLength ); in CdFullCompareNames()
1127 return ((NameA->Buffer[ i / 2 ] < NameB->Buffer[ i / 2 ]) ? in CdFullCompareNames()
H A Dcdprocs.h687 _In_ PUNICODE_STRING NameB