Home
last modified time | relevance | path

Searched defs:dictionary (Results 1 – 13 of 13) sorted by relevance

/openbmc/libbej/src/
H A Dbej_dictionary.c27 static bool bejValidatePropertyOffset(const uint8_t* dictionary, in bejValidatePropertyOffset()
79 int bejDictGetProperty(const uint8_t* dictionary, in bejDictGetProperty()
107 const char* bejDictGetPropertyName(const uint8_t* dictionary, in bejDictGetPropertyName()
118 const uint8_t* dictionary, uint16_t startingPropertyOffset, in bejDictGetPropertyByName()
H A Dbej_decoder_core.c155 uint32_t sequenceNumber, const uint8_t** dictionary, in bejGetDictionaryAndProperty()
197 const uint8_t* dictionary; in bejGetPropName() local
315 const uint8_t* dictionary; in bejHandleBejSet() local
380 const uint8_t* dictionary; in bejHandleBejArray() local
492 const uint8_t* dictionary; in bejHandleBejEnum() local
H A Dbej_encoder_metadata.c133 const uint8_t* dictionary = in bejFindSeqNumAndChildDictOffset() local
/openbmc/linux/lib/xz/
H A Dxz_dec_lzma2.c44 struct dictionary { struct
55 * How full dictionary is. This is used to detect corrupt input that argument
64 * End of the dictionary buffer. In multi-call mode, this is argument
71 * Size of the dictionary as specified in Block Header. This is used argument
78 * Maximum allowed dictionary size in multi-call mode. argument
84 * Amount of memory currently allocated for the dictionary. argument
88 uint32_t allocated;
91 enum xz_mode mode;
/openbmc/openbmc/poky/meta/lib/oeqa/utils/
H A Dmetadata.py108 def dict_to_XML(tag, dictionary, **kwargs): argument
/openbmc/openbmc-test-automation/lib/
H A Dvar_funcs.py919 def split_dict_on_key(split_key, dictionary): argument
/openbmc/linux/lib/lz4/
H A Dlz4_compress.c192 const BYTE * const dictionary = dictPtr->dictionary; in LZ4_compress_generic() local
776 const char *dictionary, int dictSize) in LZ4_loadDict()
H A Dlz4_decompress.c565 const char *dictionary, int dictSize) in LZ4_setStreamDecode()
H A Dlz4hc_compress.c626 const char *dictionary, in LZ4_loadDictHC()
/openbmc/libbej/include/libbej/
H A Dbej_tree.h32 const uint8_t* dictionary; member
/openbmc/openbmc/poky/bitbake/lib/toaster/toastergui/templatetags/
H A Dprojecttags.py252 def get_dict_value(dictionary, key): argument
/openbmc/linux/include/linux/
H A Dlz4.h102 const uint8_t *dictionary; member
/openbmc/u-boot/lib/zlib/
H A Ddeflate.c311 int ZEXPORT deflateSetDictionary (strm, dictionary, dictLength) in deflateSetDictionary() argument