HomeSort by relevance Sort by last modified time
    Searched refs:NewAddress (Results 1 - 14 of 14) sorted by null

  /device/linaro/bootloader/edk2/NetworkPkg/Ip6Dxe/
Ip6ConfigImpl.c 902 EFI_IP6_CONFIG_MANUAL_ADDRESS *NewAddress;
931 NewAddress = (EFI_IP6_CONFIG_MANUAL_ADDRESS *) Data;
933 for (Index1 = 0; Index1 < NewAddressCount; Index1++, NewAddress++) {
935 if (NetIp6IsLinkLocalAddr (&NewAddress->Address) ||
936 !NetIp6IsValidUnicast (&NewAddress->Address) ||
937 (NewAddress->PrefixLength > 128)
946 TmpAddress = NewAddress + 1;
951 if (EFI_IP6_EQUAL (&TmpAddress->Address, &NewAddress->Address)) {
985 NewAddress = AllocateCopyPool (DataSize, Data);
986 if (NewAddress == NULL) {
    [all...]
  /external/swiftshader/third_party/subzero/src/
IceTargetLoweringX8664Traits.h 254 Address NewAddress;
255 NewAddress.SetModRM(0x0, RegX8664::Encoded_Reg_rbp);
259 NewAddress.SetDisp32(Offset);
261 NewAddress.SetFixup(Fixup);
263 return NewAddress;
268 Address NewAddress;
269 NewAddress.SetModRM(0x0, RegX8664::Encoded_Reg_rsp);
271 NewAddress.SetSIB(NoScale, RegX8664::Encoded_Reg_rsp,
273 NewAddress.SetDisp32(Addr);
274 return NewAddress;
    [all...]
  /external/llvm/include/llvm/Transforms/Utils/
Local.h 273 bool replaceDbgDeclare(Value *Address, Value *NewAddress,
  /prebuilts/clang/host/darwin-x86/clang-3957855/prebuilt_include/llvm/include/llvm/Transforms/Utils/
Local.h 297 bool replaceDbgDeclare(Value *Address, Value *NewAddress,
  /prebuilts/clang/host/darwin-x86/clang-3960126/prebuilt_include/llvm/include/llvm/Transforms/Utils/
Local.h 297 bool replaceDbgDeclare(Value *Address, Value *NewAddress,
  /prebuilts/clang/host/darwin-x86/clang-3977809/prebuilt_include/llvm/include/llvm/Transforms/Utils/
Local.h 297 bool replaceDbgDeclare(Value *Address, Value *NewAddress,
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/llvm/include/llvm/Transforms/Utils/
Local.h 297 bool replaceDbgDeclare(Value *Address, Value *NewAddress,
  /prebuilts/clang/host/linux-x86/clang-3957855/prebuilt_include/llvm/include/llvm/Transforms/Utils/
Local.h 297 bool replaceDbgDeclare(Value *Address, Value *NewAddress,
  /prebuilts/clang/host/linux-x86/clang-3960126/prebuilt_include/llvm/include/llvm/Transforms/Utils/
Local.h 297 bool replaceDbgDeclare(Value *Address, Value *NewAddress,
  /prebuilts/clang/host/linux-x86/clang-3977809/prebuilt_include/llvm/include/llvm/Transforms/Utils/
Local.h 297 bool replaceDbgDeclare(Value *Address, Value *NewAddress,
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/llvm/include/llvm/Transforms/Utils/
Local.h 297 bool replaceDbgDeclare(Value *Address, Value *NewAddress,
  /device/linaro/bootloader/edk2/MdeModulePkg/Universal/Network/Ip4Dxe/
Ip4Config2Impl.c     [all...]
  /external/llvm/lib/Transforms/Utils/
Local.cpp     [all...]
  /external/llvm/lib/Transforms/Instrumentation/
AddressSanitizer.cpp     [all...]

Completed in 387 milliseconds