Home
last modified time | relevance | path

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

/openbmc/libbej/include/libbej/
H A Dbej_dictionary.h15 #define DICTIONARY_TYPE_MASK 0x01 macro
/openbmc/libbej/src/
H A Dbej_decoder_core.c105 sflv->tupleS.schema = (uint8_t)(tupleS & DICTIONARY_TYPE_MASK); in bejInitSFLVStruct()
107 (uint16_t)((tupleS & (~DICTIONARY_TYPE_MASK)) >> in bejInitSFLVStruct()