Home
last modified time | relevance | path

Searched refs:bitsCount (Results 1 - 2 of 2) sorted by relevance

/arkcompiler/toolchain/websocket/
H A Dframe_builder.h28 constexpr size_t bitsCount = 8; in PushNumberPerByte() local
29 size_t shiftCount = (bytesCount - 1) * bitsCount; in PushNumberPerByte()
30 for (size_t i = 0; i < bytesCount; ++i, shiftCount -= bitsCount) { in PushNumberPerByte()
/arkcompiler/runtime_core/static_core/plugins/ets/runtime/tooling/
H A Dhelpers.h68 size_t bitsCount = sizeof(EtsFloat) * 8U; in VRegValueToEtsValue() local
70 static_cast<int32_t>(ExtractBits(static_cast<uint64_t>(value.GetValue()), 0U, bitsCount))); in VRegValueToEtsValue()

Completed in 1 milliseconds