Home
last modified time | relevance | path

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

/freebsd/sys/dev/qat/qat_api/common/utils/
H A Dlac_mem_pools.c83 Cpa32U addSize = (blkAlignmentInBytes >= sizeof(lac_mem_blk_t) ? in Lac_MemPoolGetElementRealSize() local
86 return blkSizeInBytes + addSize; in Lac_MemPoolGetElementRealSize()
176 Cpa32U addSize = realSize - blkSizeInBytes; in Lac_MemPoolCreate() local
191 (void *)((LAC_ARCH_UINT)pMemBlk + addSize)); in Lac_MemPoolCreate()
199 (lac_mem_blk_t *)(((LAC_ARCH_UINT)(pMemBlk)) + addSize - in Lac_MemPoolCreate()
/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DConstantInitBuilder.cpp124 void ConstantAggregateBuilderBase::addSize(CharUnits size) { in addSize() function in ConstantAggregateBuilderBase
/freebsd/contrib/llvm-project/clang/include/clang/CodeGen/
H A DConstantInitBuilder.h194 void addSize(CharUnits size);
/freebsd/contrib/llvm-project/llvm/include/llvm/DebugInfo/LogicalView/Core/
H A DLVScope.h605 void addSize(LVScope *Scope, LVOffset Lower, LVOffset Upper);
/freebsd/contrib/llvm-project/llvm/lib/DebugInfo/LogicalView/Readers/
H A DLVELFReader.cpp696 CompileUnit->addSize(Scope, Lower, Upper); in traverseDieAndChildren()
/freebsd/contrib/llvm-project/llvm/lib/DebugInfo/LogicalView/Core/
H A DLVScope.cpp1178 void LVScopeCompileUnit::addSize(LVScope *Scope, LVOffset Lower, in addSize() function in LVScopeCompileUnit