HomeSort by relevance Sort by last modified time
    Searched refs:Str1 (Results 1 - 25 of 41) 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);
  /external/clang/test/CXX/except/except.spec/
p5-pointers.cpp 75 struct Str1 { void f() throw(int); }; // expected-note {{previous declaration}}
76 void Str1::f() // expected-error {{missing exception specification}}
82 void (Str1::*pfn1)() throw(int) = &Str1::f; // valid
83 void (Str1::*pfn2)() = &Str1::f; // valid
84 void (Str1::*pfn3)() throw() = &Str1::f; // expected-error {{not superset}}
  /device/linaro/bootloader/edk2/MdeModulePkg/Universal/EbcDxe/EbcDebugger/
EdbSupportString.c 505 CHAR16 *Str1;
510 for (Str1 = String; *Str1 != L'\0'; Str1 ++) {
512 if (*Str1 == *Str2) {
543 CHAR16 *Str1;
546 for (Str1 = String; *Str1 != L'\0'; Str1 ++) {
548 if (*Str1 == *Str2) {
    [all...]
  /device/linaro/bootloader/edk2/MdeModulePkg/Universal/Network/Mtftp4Dxe/
Mtftp4Option.c 28 @param Str1 The first ascii string
37 IN UINT8 *Str1,
44 ASSERT ((Str1 != NULL) && (Str2 != NULL));
46 for (; (*Str1 != '\0') && (*Str2 != '\0'); Str1++, Str2++) {
47 Ch1 = *Str1;
66 return (BOOLEAN) (*Str1 == *Str2);
  /device/linaro/bootloader/edk2/FatPkg/FatPei/
FatLiteLib.c 348 @param Str1 First string to perform case insensitive comparison.
355 IN CHAR16 *Str1,
362 UpperS1 = ToUpper (*Str1);
364 while (*Str1 != 0) {
369 Str1++;
371 UpperS1 = ToUpper (*Str1);
FatLitePeim.h 339 @param Str1 First string to perform case insensitive comparison.
346 IN CHAR16 *Str1,
  /device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Efi/Protocol/UnicodeCollation/
UnicodeCollation.h 45 IN CHAR16 *Str1,
56 Str1 - 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 45 IN CHAR16 *Str1,
56 Str1 - 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 78 WCHAR *Str1;
  /device/linaro/bootloader/edk2/EdkCompatibilityPkg/Sample/Tools/Source/UefiStrGather/
StrGather.h 81 WCHAR *Str1;
  /device/linaro/bootloader/edk2/MdeModulePkg/Universal/Disk/UnicodeCollation/EnglishDxe/
UnicodeCollationEng.h 56 @param Str1 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
68 IN CHAR16 *Str1,
  /device/linaro/bootloader/edk2/MdePkg/Include/Protocol/
UnicodeCollation.h 55 @param Str1 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.
67 IN CHAR16 *Str1,
  /device/linaro/bootloader/edk2/BaseTools/Source/Python/UPT/Parser/
InfSectionParser.py 349 Str1, ArchList = GetArch(ItemList, ArchList, FileName, LineNo, SectionString)
379 Str1 = ItemList[1]
400 _Scope.append([Str1, Str2])
406 if _SectionName.upper() == ValueItem[0].upper() and Str1.upper() not in ValueItem[1].split():
407 ValueItem[1] = ValueItem[1] + " " + Str1
409 elif _SectionName.upper() == ValueItem[0].upper() and Str1.upper() in ValueItem[1].split():
418 _ValueList.append([_SectionName, Str1, Str2, LineNo])
421 _ValueList.append([_SectionName, Str1, Str2, ItemList[3], LineNo])
DecParser.py     [all...]
  /device/linaro/bootloader/edk2/EdkCompatibilityPkg/Compatibility/Uc2OnUcThunk/
Uc2OnUcThunk.c 40 @param Str1 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
52 IN CHAR16 *Str1,
305 @param Str1 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
317 IN CHAR16 *Str1,
    [all...]
  /device/linaro/bootloader/edk2/EdkCompatibilityPkg/Compatibility/UcOnUc2Thunk/
UcOnUc2Thunk.c 40 @param Str1 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
52 IN CHAR16 *Str1,
306 @param Str1 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
318 IN CHAR16 *Str1,
    [all...]
  /external/llvm/unittests/DebugInfo/PDB/
MappedBlockStreamTest.cpp 205 StringRef Str1;
207 EXPECT_NO_ERROR(R.readFixedString(Str1, 7));
208 EXPECT_EQ(Str1, StringRef("ABCDEFG"));
214 EXPECT_EQ(Str1.data() + 2, Str2.data());
225 StringRef Str1;
227 EXPECT_NO_ERROR(R.readFixedString(Str1, 6));
228 EXPECT_EQ(Str1, StringRef("ABCDEF"));
  /device/linaro/bootloader/edk2/MdePkg/Library/BaseLib/
SafeString.c 61 @param Str1 Start address of 1st Unicode string.
73 IN CHAR16 *Str1,
79 return !InternalSafeStringIsOverlap (Str1, Size1 * sizeof(CHAR16), Str2, Size2 * sizeof(CHAR16));
85 @param Str1 Start address of 1st Ascii string.
97 IN CHAR8 *Str1,
103 return !InternalSafeStringIsOverlap (Str1, Size1, Str2, Size2);
    [all...]
  /external/llvm/unittests/ADT/
StringRefTest.cpp 285 StringRef Str1(" hello ");
289 EXPECT_EQ(StringRef(" hello"), Str1.rtrim());
292 EXPECT_EQ(StringRef("hello "), Str1.ltrim());
295 EXPECT_EQ(StringRef("hello"), Str1.trim());
601 StringRef Str1 = "hello";
603 StringRef Str1c = Str1.copy(Alloc);
605 EXPECT_TRUE(Str1.equals(Str1c));
606 EXPECT_NE(Str1.data(), Str1c.data());
  /external/llvm/unittests/IR/
MDBuilderTest.cpp 28 MDString *Str1 = MDHelper.createString("string");
30 EXPECT_EQ(Str1->getString(), StringRef("string"));
  /device/linaro/bootloader/edk2/EdkCompatibilityPkg/Sample/Tools/Source/Common/
SimpleFileParsing.c 95 T_CHAR *Str1,
1197 T_CHAR *Str1,
1203 if (*Str1 != *Str2) {
1208 Str1++;
  /device/linaro/bootloader/edk2/MdeModulePkg/Universal/DisplayEngineDxe/
ProcessOptions.c 228 CHAR16 *Str1;
249 Str1 = GetToken (Value1->Value.string, HiiHandle);
250 if (Str1 == NULL) {
259 FreePool (Str1);
263 *Result = StrCmp (Str1, Str2);
265 FreePool (Str1);
    [all...]
  /device/linaro/bootloader/edk2/BaseTools/Source/C/Common/
SimpleFileParsing.c 88 CHAR8 *Str1,
1178 CHAR8 *Str1,
1184 if (*Str1 != *Str2) {
1189 Str1++;
  /external/llvm/lib/Transforms/Utils/
SimplifyLibCalls.cpp 254 StringRef Str1, Str2;
255 bool HasStr1 = getConstantStringInfo(Str1P, Str1);
260 return ConstantInt::get(CI->getType(), Str1.compare(Str2));
262 if (HasStr1 && Str1.empty()) // strcmp("", x) -> -*x
300 StringRef Str1, Str2;
301 bool HasStr1 = getConstantStringInfo(Str1P, Str1);
306 StringRef SubStr1 = Str1.substr(0, Length);
311 if (HasStr1 && Str1.empty()) // strncmp("", x, n) -> -*x
    [all...]

Completed in 1507 milliseconds

1 2