Home
last modified time | relevance | path

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

/openbmc/libbej/src/
H A Dbej_dictionary.c16 return (propertyOffset - bejDictGetPropertyHeadOffset()) / in bejGetPropertyEntryIndex()
31 if (propertyOffset < bejDictGetPropertyHeadOffset()) in bejValidatePropertyOffset()
41 if ((propertyOffset - bejDictGetPropertyHeadOffset()) % in bejValidatePropertyOffset()
64 uint16_t bejDictGetPropertyHeadOffset(void) in bejDictGetPropertyHeadOffset() function
H A Dbej_encoder_metadata.c574 uint16_t dictOffset = bejDictGetPropertyHeadOffset(); in bejUpdateNodeMetadata()
H A Dbej_decoder_core.c708 .mainDictPropOffset = bejDictGetPropertyHeadOffset(), in bejDecode()
/openbmc/libbej/test/
H A Dbej_dictionary_test.cpp64 EXPECT_THAT(bejDictGetPropertyHeadOffset(), sizeof(BejDictionaryHeader)); in TEST()
77 uint16_t propHead = bejDictGetPropertyHeadOffset(); in TEST()
101 uint16_t propHead = bejDictGetPropertyHeadOffset(); in TEST()
/openbmc/libbej/include/libbej/
H A Dbej_dictionary.h60 uint16_t bejDictGetPropertyHeadOffset(void);