Searched defs:dictionary (Results 1 – 13 of 13) sorted by relevance
/openbmc/libbej/src/ |
H A D | bej_dictionary.c | 27 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 D | bej_decoder_core.c | 155 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 D | bej_encoder_metadata.c | 133 const uint8_t* dictionary = in bejFindSeqNumAndChildDictOffset() local
|
/openbmc/linux/lib/xz/ |
H A D | xz_dec_lzma2.c | 44 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 D | metadata.py | 108 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/linux/lib/lz4/ |
H A D | lz4_compress.c | 192 const BYTE * const dictionary = dictPtr->dictionary; in LZ4_compress_generic() local 776 const char *dictionary, int dictSize) in LZ4_loadDict()
|
H A D | lz4_decompress.c | 565 const char *dictionary, int dictSize) in LZ4_setStreamDecode()
|
H A D | lz4hc_compress.c | 626 const char *dictionary, in LZ4_loadDictHC()
|
/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 | 252 def get_dict_value(dictionary, key): argument
|
/openbmc/linux/include/linux/ |
H A D | lz4.h | 102 const uint8_t *dictionary; member
|
/openbmc/u-boot/lib/zlib/ |
H A D | deflate.c | 311 int ZEXPORT deflateSetDictionary (strm, dictionary, dictLength) in deflateSetDictionary() argument
|