Home
last modified time | relevance | path

Searched refs:LastByte (Results 1 – 5 of 5) sorted by relevance

/freebsd/sys/contrib/openzfs/module/icp/algs/edonr/
H A Dedonr.c263 int LastByte, PadOnePosition; in EdonRFinal() local
266 LastByte = (int)state->unprocessed_bits >> 3; in EdonRFinal()
268 hashState512(state)->LastPart[LastByte] = in EdonRFinal()
269 (hashState512(state)->LastPart[LastByte] \ in EdonRFinal()
276 LastByte + 1, 0x00, EdonR512_BLOCK_SIZE - LastByte - 9); in EdonRFinal()
284 memset((hashState512(state)->LastPart) + LastByte + 1, in EdonRFinal()
285 0x00, EdonR512_BLOCK_SIZE * 2 - LastByte - 9); in EdonRFinal()
/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DAMDGPUAsanInstrumentation.cpp212 Value *LastByte = in instrumentAddress() local
216 instrumentAddressImpl(M, IRB, OrigIns, InsertBefore, LastByte, {}, 8, IsWrite, in instrumentAddress()
H A DAMDGPUISelLowering.cpp1356 int64_t LastByte = FirstByte + MFI.getObjectSize(ClobberedFI) - 1; in addTokenForArgument() local
1373 (FirstByte <= InFirstByte && InFirstByte <= LastByte)) in addTokenForArgument()
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Instrumentation/
H A DAddressSanitizer.cpp2010 Value *LastByte = IRB.CreateIntToPtr( in instrumentUnusualSizeOrAlignment() local
2015 instrumentAddress(I, InsertBefore, LastByte, {}, 8, IsWrite, Size, false, in instrumentUnusualSizeOrAlignment()
/freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64ISelLowering.cpp8646 int64_t LastByte = FirstByte + MFI.getObjectSize(ClobberedFI) - 1; in addTokenForArgument() local
8663 (FirstByte <= InFirstByte && InFirstByte <= LastByte)) in addTokenForArgument()