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/
H A Dmir_module.h123 static inline uint32 BlockSize2BitVectorSize(uint32 blkSize) in BlockSize2BitVectorSize() argument
125 uint32 bitVectorLen = ((blkSize + 3) / 4 + 7) / 8; // the bit vector's length in bytes is ((blksize+3)/4+7)/8 in BlockSize2BitVectorSize()

Completed in 2 milliseconds