Home
last modified time | relevance | path

Searched refs:arraySize (Results 1 – 6 of 6) sorted by relevance

/freebsd/sys/dev/qat/qat_api/common/crypto/sym/qat/
H A Dlac_sym_qat_hash_defs_lookup.c449 Cpa32U arraySize = 0; in LacSymQat_HashLookupInit() local
455 arraySize = in LacSymQat_HashLookupInit()
458 arraySize = LAC_ALIGN_POW2_ROUNDUP(arraySize, LAC_64BYTE_ALIGNMENT); in LacSymQat_HashLookupInit()
460 pLacHashLookupDefs = LAC_OS_MALLOC(arraySize); in LacSymQat_HashLookupInit()
465 LAC_OS_BZERO(pLacHashLookupDefs, arraySize); in LacSymQat_HashLookupInit()
/freebsd/contrib/llvm-project/clang/lib/CIR/CodeGen/
H A DCIRGenExpr.cpp1504 mlir::Value arraySize) { in emitAlloca() argument
1516 builder.getBestAllocaInsertPoint(entryBlock), arraySize); in emitAlloca()
1522 mlir::Value arraySize) { in emitAlloca() argument
1705 mlir::Value arraySize, mlir::OpBuilder::InsertPoint ip) { in createTempAllocaWithoutCast() argument
1707 ? createTempAlloca(ty, loc, name, ip, arraySize) in createTempAllocaWithoutCast()
1708 : createTempAlloca(ty, loc, name, arraySize); in createTempAllocaWithoutCast()
1717 mlir::Value arraySize, in createTempAlloca() argument
1721 createTempAllocaWithoutCast(ty, align, loc, name, arraySize, ip); in createTempAlloca()
1739 mlir::Value arraySize, in createTempAlloca() argument
1742 insertIntoFnEntryBlock, arraySize) in createTempAlloca()
[all …]
H A DCIRGenFunction.h741 mlir::Value arraySize = nullptr);
745 mlir::Value arraySize = nullptr);
1156 mlir::Value arraySize = nullptr,
1161 mlir::Value arraySize = nullptr);
1164 mlir::Value arraySize = nullptr,
1170 mlir::Value arraySize = nullptr,
/freebsd/sys/contrib/zstd/lib/compress/
H A Dzstdmt_compress.c147 size_t const arraySize = bufPool->totalBuffers * sizeof(Buffer); in ZSTDMT_sizeof_bufferPool() local
155 return poolSize + arraySize + totalBufferSize; in ZSTDMT_sizeof_bufferPool()
423 size_t const arraySize = cctxPool->totalCCtx * sizeof(ZSTD_CCtx*); in ZSTDMT_sizeof_CCtxPool() local
431 return poolSize + arraySize + totalCCtxSize; in ZSTDMT_sizeof_CCtxPool()
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Instrumentation/
H A DSanitizerCoverage.cpp1118 if (const ConstantInt *arraySize = in InjectCoverageAtBlock() local
1120 Bytes *= arraySize->getZExtValue(); in InjectCoverageAtBlock()
/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DR600Instructions.td489 bits<12> arraySize;
494 let Word1{11-0} = arraySize;
553 i32imm:$arraySize, i32imm:$compMask, i32imm:$inst, i32imm:$eop),