Home
last modified time | relevance | path

Searched refs:Misalign (Results 1 – 2 of 2) sorted by relevance

/freebsd/crypto/openssl/doc/man1/
H A Dopenssl-speed.pod.in69 Misalign the buffers by the specified number of bytes.
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Instrumentation/
H A DAddressSanitizer.cpp3718 Value *Misalign = IRB.CreateSub(AllocaRzSize, PartialSize); in handleDynamicAllocaCall() local
3721 Value *Cond = IRB.CreateICmpNE(Misalign, AllocaRzSize); in handleDynamicAllocaCall()
3722 Value *PartialPadding = IRB.CreateSelect(Cond, Misalign, Zero); in handleDynamicAllocaCall()