Home
last modified time | relevance | path

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

/openbmc/libbej/include/libbej/
H A Dbej_common.h138 uint64_t zeroCount; member
/openbmc/libbej/src/
H A Dbej_decoder_json.cpp208 params->output->insert(params->output->cend(), value->zeroCount, '0'); in callbackReal()
H A Dbej_encoder_core.c125 RETURN_IF_IERROR(bejEncodeNnint(node->bejReal.zeroCount, output)); in bejEncodeBejReal()
H A Dbej_encoder_metadata.c290 node->bejReal.zeroCount = leadingZeros; in bejUpdateRealMetaData()
H A Dbej_decoder_core.c593 realValue.zeroCount = bejGetNnint(fractZeroCountNnint); in bejHandleBejReal()