Home
last modified time | relevance | path

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

/freebsd-13.1/sys/contrib/openzfs/module/icp/algs/edonr/
H A Dedonr.c587 int LastByte, PadOnePosition; in EdonRFinal() local
596 hashState256(state)->LastPart[LastByte] = in EdonRFinal()
597 (hashState256(state)->LastPart[LastByte] in EdonRFinal()
605 LastByte + 1, 0x00, in EdonRFinal()
606 EdonR256_BLOCK_SIZE - LastByte - 9); in EdonRFinal()
615 LastByte + 1, 0x00, in EdonRFinal()
635 hashState512(state)->LastPart[LastByte] = in EdonRFinal()
636 (hashState512(state)->LastPart[LastByte] in EdonRFinal()
644 LastByte + 1, 0x00, in EdonRFinal()
645 EdonR512_BLOCK_SIZE - LastByte - 9); in EdonRFinal()
[all …]
/freebsd-13.1/contrib/llvm-project/llvm/lib/Target/X86/MCTargetDesc/
H A DX86MCCodeEmitter.cpp1157 uint8_t LastByte = VEX_PP | (VEX_L << 2) | (VEX_4V << 3); in emitVEXOpcodePrefix() local
1163 emitByte(LastByte | (VEX_R << 7), OS); in emitVEXOpcodePrefix()
1170 emitByte(LastByte | (VEX_W << 7), OS); in emitVEXOpcodePrefix()
/freebsd-13.1/contrib/llvm-project/llvm/lib/Transforms/Instrumentation/
H A DAddressSanitizer.cpp1811 Value *LastByte = IRB.CreateIntToPtr( in instrumentUnusualSizeOrAlignment() local
1815 instrumentAddress(I, InsertBefore, LastByte, 8, IsWrite, Size, false, Exp); in instrumentUnusualSizeOrAlignment()
/freebsd-13.1/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DAMDGPUISelLowering.cpp1205 int64_t LastByte = FirstByte + MFI.getObjectSize(ClobberedFI) - 1; in addTokenForArgument() local
1224 (FirstByte <= InFirstByte && InFirstByte <= LastByte)) in addTokenForArgument()
/freebsd-13.1/contrib/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64ISelLowering.cpp5699 int64_t LastByte = FirstByte + MFI.getObjectSize(ClobberedFI) - 1; in addTokenForArgument() local
5718 (FirstByte <= InFirstByte && InFirstByte <= LastByte)) in addTokenForArgument()