Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_ir/include/
Dmir_module.h126 static inline uint32 BlockSize2BitVectorSize(uint32 blkSize) in BlockSize2BitVectorSize() argument
128 …uint32 bitVectorLen = ((blkSize + 3) / 4 + 7) / 8; // the bit vector's length in bytes is ((blksiz… in BlockSize2BitVectorSize()