Searched defs:dictionary (Results 1 – 8 of 8) sorted by relevance
/openbmc/libbej/src/ |
H A D | bej_dictionary.c | 28 static bool bejValidatePropertyOffset(const uint8_t* dictionary, in bejValidatePropertyOffset() 66 const uint8_t* dictionary, uint32_t dictionarySize, uint16_t nameOffset, in bejValidatePropertyNameLength() 111 int bejDictGetProperty(const uint8_t* dictionary, in bejDictGetProperty() 146 const char* bejDictGetPropertyName(const uint8_t* dictionary, in bejDictGetPropertyName() 157 const uint8_t* dictionary, uint16_t startingPropertyOffset, in bejDictGetPropertyByName()
|
H A D | bej_decoder_core.c | 176 uint32_t sequenceNumber, const uint8_t** dictionary, in bejGetDictionaryAndProperty() 218 const uint8_t* dictionary; in bejGetPropName() local 336 const uint8_t* dictionary; in bejHandleBejSet() local 401 const uint8_t* dictionary; in bejHandleBejArray() local 513 const uint8_t* dictionary; in bejHandleBejEnum() local
|
H A D | bej_encoder_metadata.c | 133 const uint8_t* dictionary = in bejFindSeqNumAndChildDictOffset() local
|
/openbmc/openbmc/poky/meta/lib/oeqa/utils/ |
H A D | metadata.py | 113 def dict_to_XML(tag, dictionary, **kwargs): argument
|
/openbmc/openbmc-test-automation/lib/ |
H A D | var_funcs.py | 919 def split_dict_on_key(split_key, dictionary): argument
|
/openbmc/libbej/include/libbej/ |
H A D | bej_tree.h | 32 const uint8_t* dictionary; member
|
/openbmc/openbmc/poky/bitbake/lib/toaster/toastergui/templatetags/ |
H A D | projecttags.py | 251 def get_dict_value(dictionary, key): argument
|
/openbmc/u-boot/lib/zlib/ |
H A D | deflate.c | 311 int ZEXPORT deflateSetDictionary (strm, dictionary, dictLength) in deflateSetDictionary() argument
|