Searched refs:LastByte (Results 1 – 4 of 4) sorted by relevance
| /freebsd/sys/contrib/openzfs/module/icp/algs/edonr/ |
| H A D | edonr.c | 263 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/Transforms/Instrumentation/ |
| H A D | AddressSanitizer.cpp | 1946 Value *LastByte = IRB.CreateIntToPtr( in instrumentUnusualSizeOrAlignment() local 1951 instrumentAddress(I, InsertBefore, LastByte, {}, 8, IsWrite, Size, false, in instrumentUnusualSizeOrAlignment()
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/ |
| H A D | AMDGPUISelLowering.cpp | 1297 int64_t LastByte = FirstByte + MFI.getObjectSize(ClobberedFI) - 1; in addTokenForArgument() local 1314 (FirstByte <= InFirstByte && InFirstByte <= LastByte)) in addTokenForArgument()
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/ |
| H A D | AArch64ISelLowering.cpp | 8117 int64_t LastByte = FirstByte + MFI.getObjectSize(ClobberedFI) - 1; in addTokenForArgument() local 8134 (FirstByte <= InFirstByte && InFirstByte <= LastByte)) in addTokenForArgument()
|