Searched refs:DstPos (Results 1 – 2 of 2) sorted by relevance
| /netbsd-src/sys/external/bsd/gnu-efi/dist/lib/ |
| H A D | dpath.c | 138 UINT8 *DstPos; in AppendDevicePath() local 172 DstPos = (UINT8 *) Dst; in AppendDevicePath() 180 CopyMem(DstPos, Inst, Size); in AppendDevicePath() 181 DstPos += Size; in AppendDevicePath() 183 CopyMem(DstPos, Src2, Src2Size); in AppendDevicePath() 184 DstPos += Src2Size; in AppendDevicePath() 186 CopyMem(DstPos, EndInstanceDevicePath, sizeof(EFI_DEVICE_PATH)); in AppendDevicePath() 187 DstPos += sizeof(EFI_DEVICE_PATH); in AppendDevicePath() 191 DstPos -= sizeof(EFI_DEVICE_PATH); in AppendDevicePath() 192 CopyMem(DstPos, EndDevicePath, sizeof(EFI_DEVICE_PATH)); in AppendDevicePath()
|
| /netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/GlobalISel/ |
| H A D | CombinerHelper.cpp | 3455 int64_t DstPos; in findLoadOffsetsForLoadOrCombine() local 3456 std::tie(Load, DstPos) = *LoadAndPos; in findLoadOffsetsForLoadOrCombine() 3503 if (!MemOffset2Idx.try_emplace(DstPos, Idx).second) in findLoadOffsetsForLoadOrCombine()
|