Home
last modified time | relevance | path

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

/openbsd-src/libexec/login_yubikey/
H A Dyubikey.c245 yubikey_hex_encode(char *dst, const char *src, size_t srcSize) in yubikey_hex_encode() argument
247 while (srcSize--) { in yubikey_hex_encode()
/openbsd-src/gnu/llvm/llvm/lib/Transforms/Scalar/
H A DMemCpyOptimizer.cpp913 uint64_t srcSize = DL.getTypeAllocSize(srcAlloca->getAllocatedType()) * in performCallSlotOptzn() local
916 if (cpySize < srcSize) in performCallSlotOptzn()
1046 MemoryLocation(srcAlloca, LocationSize::precise(srcSize)); in performCallSlotOptzn()
1053 cast<ConstantInt>(II->getArgOperand(0))->uge(srcSize)) in performCallSlotOptzn()
1090 MemoryLocation DestWithSrcSize(cpyDest, LocationSize::precise(srcSize)); in performCallSlotOptzn()