HomeSort by relevance Sort by last modified time
    Searched refs:Str2 (Results 1 - 25 of 39) sorted by null

1 2

  /device/linaro/bootloader/edk2/MdeModulePkg/Universal/RegularExpressionDxe/Oniguruma/
OnigurumaUefiPort.c 29 int OnigStrCmp (char* Str1, char* Str2)
31 return (int)AsciiStrCmp (Str1, Str2);
OnigurumaUefiPort.h 70 int OnigStrCmp (char* Str1, char* Str2);
  /device/linaro/bootloader/edk2/MdeModulePkg/Universal/EbcDxe/EbcDebugger/
EdbSupportString.c 506 CHAR16 *Str2;
511 for (Str2 = CharSet; *Str2 != L'\0'; Str2 ++) {
512 if (*Str1 == *Str2) {
517 if (*Str2 == L'\0') {
544 CHAR16 *Str2;
547 for (Str2 = CharSet; *Str2 != L'\0'; Str2 ++) {
    [all...]
  /external/swiftshader/third_party/llvm-subzero/lib/Support/
StringRef.cpp 435 StringRef Str2 = Str;
437 while (!Str2.empty()) {
439 if (Str2[0] >= '0' && Str2[0] <= '9')
440 CharVal = Str2[0] - '0';
441 else if (Str2[0] >= 'a' && Str2[0] <= 'z')
442 CharVal = Str2[0] - 'a' + 10;
443 else if (Str2[0] >= 'A' && Str2[0] <= 'Z'
    [all...]
  /device/linaro/bootloader/edk2/MdeModulePkg/Universal/Network/Mtftp4Dxe/
Mtftp4Option.c 29 @param Str2 The second ascii string
38 IN UINT8 *Str2
44 ASSERT ((Str1 != NULL) && (Str2 != NULL));
46 for (; (*Str1 != '\0') && (*Str2 != '\0'); Str1++, Str2++) {
48 Ch2 = *Str2;
66 return (BOOLEAN) (*Str1 == *Str2);
  /device/linaro/bootloader/edk2/FatPkg/FatPei/
FatLiteLib.c 349 @param Str2 Second string to perform case insensitive comparison.
356 IN CHAR16 *Str2
363 UpperS2 = ToUpper (*Str2);
370 Str2++;
372 UpperS2 = ToUpper (*Str2);
375 return (BOOLEAN) ((*Str2 != 0) ? FALSE : TRUE);
FatLitePeim.h 340 @param Str2 Second string to perform case insensitive comparison.
347 IN CHAR16 *Str2
  /device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Efi/Protocol/UnicodeCollation/
UnicodeCollation.h 46 IN CHAR16 *Str2
57 Str2 - A pointer to a Null-terminated Unicode string.
60 0 - Str1 is equivalent to Str2
61 > 0 - Str1 is lexically greater than Str2
62 < 0 - Str1 is lexically less than Str2
  /device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Efi/Protocol/UnicodeCollation2/
UnicodeCollation2.h 46 IN CHAR16 *Str2
57 Str2 - A pointer to a Null-terminated Unicode string.
60 0 - Str1 is equivalent to Str2
61 > 0 - Str1 is lexically greater than Str2
62 < 0 - Str1 is lexically less than Str2
  /device/linaro/bootloader/edk2/EdkCompatibilityPkg/Sample/Tools/Source/StrGather/
StrGather.h 79 WCHAR *Str2;
  /device/linaro/bootloader/edk2/EdkCompatibilityPkg/Sample/Tools/Source/UefiStrGather/
StrGather.h 82 WCHAR *Str2;
  /device/linaro/bootloader/edk2/MdeModulePkg/Universal/Disk/UnicodeCollation/EnglishDxe/
UnicodeCollationEng.h 57 @param Str2 A pointer to a Null-terminated string.
59 @retval 0 Str1 is equivalent to Str2
60 @retval > 0 Str1 is lexically greater than Str2
61 @retval < 0 Str1 is lexically less than Str2
69 IN CHAR16 *Str2
  /device/linaro/bootloader/edk2/MdePkg/Include/Protocol/
UnicodeCollation.h 56 @param Str2 A pointer to a Null-terminated string.
58 @retval 0 Str1 is equivalent to Str2.
59 @retval >0 Str1 is lexically greater than Str2.
60 @retval <0 Str1 is lexically less than Str2.
68 IN CHAR16 *Str2
  /device/linaro/bootloader/edk2/BaseTools/Source/Python/UPT/Parser/
InfSectionParser.py 67 Str2 = ''
87 Str2 = ItemList[2]
100 Str2 = ItemList[2] + ' | ' + ItemList[3]
102 Str2 = ItemList[2]
108 return Str2
398 Str2 = GetSpecialStr2(ItemList, FileName, LineNo, SectionString)
400 _Scope.append([Str1, Str2])
418 _ValueList.append([_SectionName, Str1, Str2, LineNo])
421 _ValueList.append([_SectionName, Str1, Str2, ItemList[3], LineNo])
  /device/linaro/bootloader/edk2/EdkCompatibilityPkg/Compatibility/Uc2OnUcThunk/
Uc2OnUcThunk.c 41 @param Str2 A pointer to a Null-terminated string.
43 @retval 0 Str1 is equivalent to Str2
44 @retval > 0 Str1 is lexically greater than Str2
45 @retval < 0 Str1 is lexically less than Str2
53 IN CHAR16 *Str2
306 @param Str2 A pointer to a Null-terminated string.
308 @retval 0 Str1 is equivalent to Str2
309 @retval > 0 Str1 is lexically greater than Str2
310 @retval < 0 Str1 is lexically less than Str2
318 IN CHAR16 *Str2
    [all...]
  /device/linaro/bootloader/edk2/EdkCompatibilityPkg/Compatibility/UcOnUc2Thunk/
UcOnUc2Thunk.c 41 @param Str2 A pointer to a Null-terminated string.
43 @retval 0 Str1 is equivalent to Str2
44 @retval > 0 Str1 is lexically greater than Str2
45 @retval < 0 Str1 is lexically less than Str2
53 IN CHAR16 *Str2
307 @param Str2 A pointer to a Null-terminated string.
309 @retval 0 Str1 is equivalent to Str2
310 @retval > 0 Str1 is lexically greater than Str2
311 @retval < 0 Str1 is lexically less than Str2
319 IN CHAR16 *Str2
    [all...]
  /external/llvm/unittests/DebugInfo/PDB/
MappedBlockStreamTest.cpp 206 StringRef Str2;
212 EXPECT_NO_ERROR(R.readFixedString(Str2, 3));
213 EXPECT_EQ(Str2, StringRef("CDE"));
214 EXPECT_EQ(Str1.data() + 2, Str2.data());
226 StringRef Str2;
232 EXPECT_NO_ERROR(R.readFixedString(Str2, 4));
233 EXPECT_EQ(Str2, StringRef("EFGH"));
  /device/linaro/bootloader/edk2/MdePkg/Library/BaseLib/
SafeString.c 64 @param Str2 Start address of 2nd Unicode string.
75 IN CHAR16 *Str2,
79 return !InternalSafeStringIsOverlap (Str1, Size1 * sizeof(CHAR16), Str2, Size2 * sizeof(CHAR16));
88 @param Str2 Start address of 2nd Ascii string.
99 IN CHAR8 *Str2,
103 return !InternalSafeStringIsOverlap (Str1, Size1, Str2, Size2);
    [all...]
  /external/llvm/unittests/ADT/
StringRefTest.cpp 286 StringRef Str2(" hello ");
290 EXPECT_EQ(StringRef(" hello"), Str2.rtrim());
293 EXPECT_EQ(StringRef("hello "), Str2.ltrim());
296 EXPECT_EQ(StringRef("hello"), Str2.trim());
602 StringRef Str2 = "bye";
604 StringRef Str2c = Str2.copy(Alloc);
607 EXPECT_TRUE(Str2.equals(Str2c));
608 EXPECT_NE(Str2.data(), Str2c.data());
  /device/linaro/bootloader/edk2/EdkCompatibilityPkg/Sample/Tools/Source/Common/
SimpleFileParsing.c 96 T_CHAR *Str2,
1198 T_CHAR *Str2,
1203 if (*Str1 != *Str2) {
1209 Str2++;
  /device/linaro/bootloader/edk2/MdeModulePkg/Universal/DisplayEngineDxe/
ProcessOptions.c 229 CHAR16 *Str2;
257 Str2 = GetToken (Value2->Value.string, HiiHandle);
258 if (Str2 == NULL) {
263 *Result = StrCmp (Str1, Str2);
266 FreePool (Str2);
    [all...]
  /device/linaro/bootloader/edk2/BaseTools/Source/C/Common/
SimpleFileParsing.c 89 CHAR8 *Str2,
1179 CHAR8 *Str2,
1184 if (*Str1 != *Str2) {
1190 Str2++;
  /external/llvm/lib/Transforms/Utils/
SimplifyLibCalls.cpp 254 StringRef Str1, Str2;
256 bool HasStr2 = getConstantStringInfo(Str2P, Str2);
260 return ConstantInt::get(CI->getType(), Str1.compare(Str2));
266 if (HasStr2 && Str2.empty()) // strcmp(x,"") -> *x
300 StringRef Str1, Str2;
302 bool HasStr2 = getConstantStringInfo(Str2P, Str2);
307 StringRef SubStr2 = Str2.substr(0, Length);
315 if (HasStr2 && Str2.empty()) // strncmp(x, "", n) -> *x
    [all...]
  /external/swiftshader/third_party/LLVM/lib/Transforms/Scalar/
SimplifyLibCalls.cpp 337 std::string Str1, Str2;
339 bool HasStr2 = GetConstantStringInfo(Str2P, Str2);
344 StringRef(Str1).compare(Str2));
350 if (HasStr2 && Str2.empty()) // strcmp(x,"") -> *x
400 std::string Str1, Str2;
402 bool HasStr2 = GetConstantStringInfo(Str2P, Str2);
407 StringRef SubStr2 = StringRef(Str2).substr(0, Length);
415 if (HasStr2 && Str2.empty()) // strncmp(x, "", n) -> *x
    [all...]
  /device/linaro/bootloader/edk2/MdeModulePkg/Library/FileExplorerLib/
FileExplorer.c 601 @param Str2 The file name to be appended
610 IN CHAR16 *Str2
622 Size2 = StrSize (Str2);
643 StrCatS (Str, MaxLen, Str2);
    [all...]

Completed in 293 milliseconds

1 2