Home
last modified time | relevance | path

Searched defs:dict (Results 101 - 125 of 193) sorted by relevance

12345678

/kernel/linux/linux-5.10/drivers/hwtracing/coresight/
H A Dcoresight-core.c1613 static inline int coresight_search_device_idx(struct coresight_dev_list *dict, in coresight_search_device_idx() argument
1638 char *coresight_alloc_device_name(struct coresight_dev_list *dict, in coresight_alloc_device_name() argument
[all...]
/kernel/linux/linux-5.10/drivers/net/wireless/broadcom/b43legacy/
H A Dphy.c1293 static const u8 dict[10] = { 11, 10, 11, 12, 13, 12, 13, 12, 13, 12 }; in b43legacy_find_lopair() local
/kernel/linux/linux-5.10/drivers/net/ppp/
H A Dbsd_comp.c160 struct bsd_dict *dict; /* dictionary */ member
/kernel/linux/linux-5.10/lib/xz/
H A Dxz_dec_lzma2.c264 struct dictionary dict; member
286 static void dict_reset(struct dictionary *dict, struct xz_buf *b) in dict_reset() argument
300 static void dict_limit(struct dictionary *dict, size_ argument
309 dict_has_space(const struct dictionary *dict) dict_has_space() argument
320 dict_get(const struct dictionary *dict, uint32_t dist) dict_get() argument
333 dict_put(struct dictionary *dict, uint8_t byte) dict_put() argument
346 dict_repeat(struct dictionary *dict, uint32_t *len, uint32_t dist) dict_repeat() argument
374 dict_uncompressed(struct dictionary *dict, struct xz_buf *b, uint32_t *left) dict_uncompressed() argument
427 dict_flush(struct dictionary *dict, struct xz_buf *b) dict_flush() argument
[all...]
/kernel/linux/linux-5.10/drivers/staging/greybus/tools/
H A Dloopback_test.c29 struct dict { struct
34 static struct dict dict[] = { variable
/kernel/linux/linux-6.6/drivers/net/ppp/
H A Dbsd_comp.c160 struct bsd_dict *dict; /* dictionary */ member
/kernel/linux/linux-6.6/drivers/net/wireless/broadcom/b43legacy/
H A Dphy.c1293 static const u8 dict[10] = { 11, 10, 11, 12, 13, 12, 13, 12, 13, 12 }; in b43legacy_find_lopair() local
/kernel/linux/linux-6.6/drivers/hwtracing/coresight/
H A Dcoresight-core.c1694 static inline int coresight_search_device_idx(struct coresight_dev_list *dict, in coresight_search_device_idx() argument
1782 char *coresight_alloc_device_name(struct coresight_dev_list *dict, in coresight_alloc_device_name() argument
[all...]
/kernel/linux/linux-6.6/lib/xz/
H A Dxz_dec_lzma2.c268 struct dictionary dict; member
290 static void dict_reset(struct dictionary *dict, struct xz_buf *b) in dict_reset() argument
304 static void dict_limit(struct dictionary *dict, size_ argument
313 dict_has_space(const struct dictionary *dict) dict_has_space() argument
324 dict_get(const struct dictionary *dict, uint32_t dist) dict_get() argument
337 dict_put(struct dictionary *dict, uint8_t byte) dict_put() argument
350 dict_repeat(struct dictionary *dict, uint32_t *len, uint32_t dist) dict_repeat() argument
378 dict_uncompressed(struct dictionary *dict, struct xz_buf *b, uint32_t *left) dict_uncompressed() argument
437 dict_flush(struct dictionary *dict, struct xz_buf *b) dict_flush() argument
[all...]
/kernel/linux/linux-6.6/sound/soc/intel/avs/
H A Dtopology.c395 parse_dictionary_header(struct snd_soc_component *comp, struct snd_soc_tplg_vendor_array *tuples, void **dict, u32 *num_entries, size_t entry_size, u32 num_entries_token) parse_dictionary_header() argument
419 parse_dictionary_entries(struct snd_soc_component *comp, struct snd_soc_tplg_vendor_array *tuples, u32 block_size, void *dict, u32 num_entries, size_t entry_size, u32 entry_id_token, const struct avs_tplg_token_parser *parsers, size_t num_parsers) parse_dictionary_entries() argument
452 parse_dictionary(struct snd_soc_component *comp, struct snd_soc_tplg_vendor_array *tuples, u32 block_size, void **dict, u32 *num_entries, size_t entry_size, u32 num_entries_token, u32 entry_id_token, const struct avs_tplg_token_parser *parsers, size_t num_parsers) parse_dictionary() argument
/third_party/f2fs-tools/fsck/
H A Ddict.c135 static void free_nodes(dict_t *dict, dnode_t *node, dnode_t *nil) in free_nodes() argument
153 static int verify_bintree(dict_t *dict) in verify_bintree() argument
271 dict_set_allocator(dict_t *dict, dnode_alloc_t al, dnode_free_t fr, void *context) dict_set_allocator() argument
287 dict_destroy(dict_t *dict) dict_destroy() argument
298 dict_free_nodes(dict_t *dict) dict_free_nodes() argument
311 dict_free(dict_t *dict) dict_free() argument
323 dict_init(dict_t *dict, dictcount_t maxcount, dict_comp_t comp) dict_init() argument
343 dict_init_like(dict_t *dict, const dict_t *template) dict_init_like() argument
363 dict_clear(dict_t *dict) dict_clear() argument
380 dict_verify(dict_t *dict) dict_verify() argument
438 dict_lookup(dict_t *dict, const void *key) dict_lookup() argument
476 dict_lower_bound(dict_t *dict, const void *key) dict_lower_bound() argument
507 dict_upper_bound(dict_t *dict, const void *key) dict_upper_bound() argument
542 dict_insert(dict_t *dict, dnode_t *node, const void *key) dict_insert() argument
639 dict_delete(dict_t *dict, dnode_t *delete) dict_delete() argument
813 dict_alloc_insert(dict_t *dict, const void *key, void *data) dict_alloc_insert() argument
826 dict_delete_free(dict_t *dict, dnode_t *node) dict_delete_free() argument
837 dict_first(dict_t *dict) dict_first() argument
852 dict_last(dict_t *dict) dict_last() argument
869 dict_next(dict_t *dict, dnode_t *curr) dict_next() argument
894 dict_prev(dict_t *dict, dnode_t *curr) dict_prev() argument
915 dict_allow_dupes(dict_t *dict) dict_allow_dupes() argument
927 dict_count(dict_t *dict) dict_count() argument
932 dict_isempty(dict_t *dict) dict_isempty() argument
937 dict_isfull(dict_t *dict) dict_isfull() argument
942 dict_contains(dict_t *dict, dnode_t *node) dict_contains() argument
1009 dict_process(dict_t *dict, void *context, dnode_process_t function) dict_process() argument
1023 load_begin_internal(dict_load_t *load, dict_t *dict) load_begin_internal() argument
1030 dict_load_begin(dict_load_t *load, dict_t *dict) dict_load_begin() argument
1038 dict_t *dict = load->dictptr; dict_load_next() local
1062 dict_t *dict = load->dictptr; dict_load_end() local
[all...]
/third_party/gn/src/gn/
H A Dparse_tree.cc96 void AddLocationJSONNodes(base::Value* dict, LocationRange location) { in AddLocationJSONNodes() argument
705 base::Value dict = CreateJSONNode(kDumpNodeName, GetRange()); GetJSONNode() local
763 base::Value dict = GetJSONNode() local
1171 base::Value dict = CreateJSONNode(kDumpNodeName, op_.value(), GetRange()); GetJSONNode() local
[all...]
/third_party/icu/icu4c/source/common/
H A Ddictbe.cpp138 int32_t PossibleWord::candidates( UText *text, DictionaryMatcher *dict, int32_t rangeEnd ) { in candidates() argument
/third_party/node/deps/icu-small/source/common/
H A Ddictbe.cpp138 int32_t PossibleWord::candidates( UText *text, DictionaryMatcher *dict, int32_t rangeEnd ) { in candidates() argument
/third_party/node/deps/v8/src/compiler/
H A Daccess-info.cc688 SwissNameDictionary dict = holder->property_dictionary_swiss(); in TryLoadPropertyDetails() local
694 NameDictionary dict = holder->property_dictionary(); in TryLoadPropertyDetails() local
/third_party/node/deps/v8/src/builtins/
H A Dbuiltins-array.cc959 NumberDictionary dict = NumberDictionary::cast(object->elements()); in CollectElementIndices() local
/third_party/node/deps/v8/src/inspector/
H A Dv8-runtime-agent-impl.cc704 getOrCreateDictionary( protocol::DictionaryValue* dict, const String16& key) getOrCreateDictionary() argument
/third_party/node/deps/v8/src/objects/
H A Dlookup.cc396 SwissNameDictionary dict = holder->property_dictionary_swiss(); in PrepareForDataProperty() local
399 NameDictionary dict = holder->property_dictionary(); in PrepareForDataProperty() local
448 SwissNameDictionary dict = holder_obj->property_dictionary_swiss(); in PrepareForDataProperty() local
451 NameDictionary dict = holder_obj->property_dictionary(); in PrepareForDataProperty() local
1001 SwissNameDictionary dict = holder->property_dictionary_swiss(); in IsConstDictValueEqualTo() local
1004 NameDictionary dict = holder->property_dictionary(); IsConstDictValueEqualTo() local
1280 GlobalDictionary dict = JSGlobalObject::cast(holder).global_dictionary( LookupInSpecialHolder() local
1362 SwissNameDictionary dict = holder.property_dictionary_swiss(isolate_); LookupInRegularHolder() local
1367 NameDictionary dict = holder.property_dictionary(isolate_); LookupInRegularHolder() local
[all...]
H A Dswiss-name-dictionary-inl.h580 IndexIterator( Handle<SwissNameDictionary> dict, int start) IndexIterator() argument
619 IndexIterable( Handle<SwissNameDictionary> dict) IndexIterable() argument
/third_party/libabigail/src/
H A Dabg-ctf-reader.cc1552 ctf_dict_t *dict = *ctf_dict; in lookup_symbol_in_ctf_archive() local
/third_party/python/Python/
H A Dsymtable.c1027 PyObject *dict; in symtable_add_def_helper() local
/third_party/skia/src/pdf/
H A DSkPDFGradientShader.cpp580 std::unique_ptr<SkPDFDict> dict = SkPDFMakeDict(); in make_ps_function() local
/third_party/skia/third_party/externals/freetype/src/cff/
H A Dcffload.c1998 FT_Byte* dict = NULL; in cff_subfont_load() local
2207 CFF_FontRecDict dict; in FT_LOCAL_DEF() local
[all...]
/third_party/skia/third_party/externals/freetype/src/type1/
H A Dt1load.c2421 const FT_UInt dict = in parse_dict() local
/third_party/skia/third_party/externals/harfbuzz/src/
H A Dhb-coretext.cc637 CFDictionaryRef dict = CFDictionaryCreate (kCFAllocatorDefault, in _hb_coretext_shape() local

Completed in 44 milliseconds

12345678