HomeSort by relevance Sort by last modified time
    Searched defs:Ptr1 (Results 1 - 8 of 8) sorted by null

  /device/linaro/bootloader/edk2/SecurityPkg/VariableAuthenticated/SecureBootConfigDxe/
SecureBootConfigMisc.c 133 CONST UINT8 *Ptr1;
136 for (Ptr1 = (CONST UINT8 *)Integer, Ptr2 = OctetString + OSSizeInBytes - 1;
137 Ptr1 < (UINT8 *)(Integer + IntSizeInWords) && Ptr2 >= OctetString;
138 Ptr1++, Ptr2--) {
139 *Ptr2 = *Ptr1;
142 for (; Ptr1 < (CONST UINT8 *)(Integer + IntSizeInWords) && *Ptr1 == 0; Ptr1++);
144 if (Ptr1 < (CONST UINT8 *)(Integer + IntSizeInWords)) {
  /external/clang/test/SemaCXX/
unaddressable-functions.cpp 63 auto Ptr1 = foo; // expected-error{{cannot take address of function 'foo'}}
  /device/linaro/bootloader/edk2/MdeModulePkg/Library/VarCheckHiiLib/
VarCheckHiiGen.c 489 UINT8 *Ptr1;
522 Ptr1 = (UINT8 *) ((VAR_CHECK_HII_QUESTION_ONEOF *) HiiQuestion1 + 1);
523 while ((UINTN) Ptr1 < (UINTN) HiiQuestion1 + HiiQuestion1->Length) {
525 CopyMem (&OneValue1, Ptr1, HiiQuestion1->StorageWidth);
532 Ptr1 += HiiQuestion1->StorageWidth;
534 if ((UINTN) Ptr1 >= ((UINTN) HiiQuestion1 + HiiQuestion1->Length)) {
561 Ptr1 = (UINT8 *) ((VAR_CHECK_HII_QUESTION_ONEOF *) HiiQuestion1 + 1);
562 while ((UINTN) Ptr1 < (UINTN) HiiQuestion1 + HiiQuestion1->Length) {
564 CopyMem (&OneValue1, Ptr1, HiiQuestion1->StorageWidth);
571 Ptr1 += HiiQuestion1->StorageWidth;
    [all...]
  /external/llvm/lib/Transforms/Scalar/
LoopLoadElimination.cpp 275 Value *Ptr1 =
279 return ((PtrsWrittenOnFwdingPath.count(Ptr1) && CandLoadPtrs.count(Ptr2)) ||
280 (PtrsWrittenOnFwdingPath.count(Ptr2) && CandLoadPtrs.count(Ptr1)));
  /external/clang/lib/Sema/
SemaExprCXX.cpp     [all...]
  /external/clang/lib/AST/
ASTImporter.cpp     [all...]
  /external/swiftshader/third_party/LLVM/lib/Target/X86/
X86ISelLowering.cpp     [all...]
  /external/llvm/lib/Target/X86/
X86ISelLowering.cpp     [all...]

Completed in 335 milliseconds