Home
last modified time | relevance | path

Searched refs:NewAddress (Results 1 – 3 of 3) sorted by relevance

/minix3/minix/drivers/power/acpi/
H A Dosminixxf.c242 ACPI_PHYSICAL_ADDRESS *NewAddress, in AcpiOsPhysicalTableOverride() argument
245 *NewAddress = 0; in AcpiOsPhysicalTableOverride()
/minix3/minix/drivers/power/acpi/include/
H A Dacpiosxf.h127 ACPI_PHYSICAL_ADDRESS *NewAddress,
/minix3/external/bsd/llvm/dist/llvm/lib/Transforms/Instrumentation/
H A DAddressSanitizer.cpp1981 Value *NewAddress = IRB.CreateAdd(IRB.CreatePtrToInt(NewAlloca, IntptrTy), in handleDynamicAllocaCall() local
1984 Value *NewAddressPtr = IRB.CreateIntToPtr(NewAddress, AI->getType()); in handleDynamicAllocaCall()
1987 Value *LeftRzAddress = IRB.CreateSub(NewAddress, AllocaRzSize); in handleDynamicAllocaCall()
1995 Value *PartialRzAddr = IRB.CreateAdd(NewAddress, OldSize); in handleDynamicAllocaCall()