Searched defs:dict (Results 1 - 23 of 23) sorted by relevance

/freebsd-10.1-release/contrib/gdb/gdb/
H A Ddictionary.h100 const struct dictionary *dict; member in struct:dict_iterator
H A Dblock.h83 struct dictionary *dict; member in struct:block
H A Dcp-support.c594 const struct dictionary *dict; local
H A Ddictionary.c483 dict_free(struct dictionary *dict) argument
491 dict_add_symbol(struct dictionary *dict, struct symbol *sym) argument
500 dict_iterator_first(const struct dictionary *dict, struct dict_iterator *iterator) argument
517 dict_iter_name_first(const struct dictionary *dict, const char *name, struct dict_iterator *iterator) argument
532 dict_size(const struct dictionary *dict) argument
544 dict_empty(struct dictionary *dict) argument
557 free_obstack(struct dictionary *dict) argument
563 add_symbol_nonexpandable(struct dictionary *dict, struct symbol *sym) argument
572 iterator_first_hashed(const struct dictionary *dict, struct dict_iterator *iterator) argument
583 const struct dictionary *dict = DICT_ITERATOR_DICT (iterator); local
600 const struct dictionary *dict = DICT_ITERATOR_DICT (iterator); local
620 iter_name_first_hashed(const struct dictionary *dict, const char *name, struct dict_iterator *iterator) argument
671 insert_symbol_hashed(struct dictionary *dict, struct symbol *sym) argument
684 size_hashed(const struct dictionary *dict) argument
692 free_hashed_expandable(struct dictionary *dict) argument
699 add_symbol_hashed_expandable(struct dictionary *dict, struct symbol *sym) argument
712 size_hashed_expandable(const struct dictionary *dict) argument
718 expand_hashtable(struct dictionary *dict) argument
752 iterator_first_linear(const struct dictionary *dict, struct dict_iterator *iterator) argument
763 const struct dictionary *dict = DICT_ITERATOR_DICT (iterator); local
772 iter_name_first_linear(const struct dictionary *dict, const char *name, struct dict_iterator *iterator) argument
785 const struct dictionary *dict = DICT_ITERATOR_DICT (iterator); local
805 size_linear(const struct dictionary *dict) argument
813 free_linear_expandable(struct dictionary *dict) argument
821 add_symbol_linear_expandable(struct dictionary *dict, struct symbol *sym) argument
[all...]
/freebsd-10.1-release/contrib/groff/src/roff/troff/
H A Ddictionary.h35 dictionary *dict; member in class:dictionary_iterator
/freebsd-10.1-release/crypto/heimdal/base/
H A Dtest_base.c71 heim_dict_t dict; local
H A Ddict.c53 heim_dict_t dict = ptr; local
114 heim_dict_t dict; local
149 _search(heim_dict_t dict, heim_object_t ptr) argument
171 heim_dict_copy_value(heim_dict_t dict, heim_object_t key) argument
192 heim_dict_add_value(heim_dict_t dict, heim_object_t key, heim_object_t value) argument
231 heim_dict_delete_key(heim_dict_t dict, heim_object_t key) argument
256 heim_dict_iterate_f(heim_dict_t dict, heim_dict_iterator_f_t func, void *arg) argument
274 heim_dict_iterate(heim_dict_t dict, void (^func)(heim_object_t, heim_object_t)) argument
[all...]
/freebsd-10.1-release/contrib/llvm/tools/lldb/source/Plugins/Process/Utility/
H A DDynamicRegisterInfo.cpp42 DynamicRegisterInfo::DynamicRegisterInfo (const lldb_private::PythonDictionary &dict, ByteOrder byte_order) : argument
61 DynamicRegisterInfo::SetRegisterInfo (const lldb_private::PythonDictionary &dict, argument
/freebsd-10.1-release/contrib/xz/src/liblzma/lz/
H A Dlz_decoder.c25 lzma_dict dict; member in struct:lzma_coder_s
[all...]
H A Dlz_decoder.h103 dict_get(const lzma_dict *const dict, const uint32_t distance) argument
112 dict_is_empty(const lzma_dict *const dict) argument
120 dict_is_distance_valid(const lzma_dict *const dict, cons argument
128 dict_repeat(lzma_dict *dict, uint32_t distance, uint32_t *len) argument
187 dict_put(lzma_dict *dict, uint8_t byte) argument
203 dict_write(lzma_dict *restrict dict, const uint8_t *restrict in, size_t *restrict in_pos, size_t in_size, size_t *restrict left) argument
228 dict_reset(lzma_dict *dict) argument
[all...]
/freebsd-10.1-release/contrib/xz/src/liblzma/lzma/
H A Dlzma2_decoder.c57 lzma2_decode(lzma_coder *restrict coder, lzma_dict *restrict dict, argument
/freebsd-10.1-release/lib/libc/db/test/btree.tests/
H A Dmain.c113 char *dict = "words"; /* default dictionary */ variable
/freebsd-10.1-release/lib/libz/test/
H A Dinfcover.c392 unsigned char dict[257]; local
/freebsd-10.1-release/usr.sbin/ppp/
H A Dpred.c63 u_char dict[GUESS_TABLE_SIZE]; member in struct:pred1_state
[all...]
/freebsd-10.1-release/cddl/contrib/opensolaris/lib/pyzfs/common/
H A Dioctl.c315 PyObject *dict, *file; local
375 PyObject *dict, *file; local
/freebsd-10.1-release/contrib/llvm/tools/lldb/source/Interpreter/
H A DOptionValueProperties.cpp317 const OptionValueDictionary *dict = value->GetAsDictionary(); local
340 OptionValueDictionary *dict = value->GetAsDictionary(); local
H A DCommandInterpreter.cpp1078 CommandInterpreter::FindLongestCommandWord (CommandObject::CommandMap &dict) argument
/freebsd-10.1-release/crypto/heimdal/lib/krb5/
H A Dplugin.c601 heim_dict_t dict; local
/freebsd-10.1-release/contrib/amd/fsinfo/
H A Dfsi_data.h49 typedef struct dict dict; typedef in typeref:struct:dict
227 struct dict { struct
/freebsd-10.1-release/contrib/binutils/bfd/
H A Dcoff-alpha.c2158 bfd_byte dict[4096]; local
/freebsd-10.1-release/sys/contrib/xz-embedded/linux/lib/xz/
H A Dxz_dec_lzma2.c264 struct dictionary dict; member in struct:xz_dec_lzma2
286 static void dict_reset(struct dictionary *dict, struct xz_buf *b) argument
300 static void dict_limit(struct dictionary *dict, size_ argument
309 dict_has_space(const struct dictionary *dict) argument
320 dict_get(const struct dictionary *dict, uint32_t dist) argument
333 dict_put(struct dictionary *dict, uint8_t byte) argument
346 dict_repeat(struct dictionary *dict, uint32_t *len, uint32_t dist) argument
374 dict_uncompressed(struct dictionary *dict, struct xz_buf *b, uint32_t *left) argument
416 dict_flush(struct dictionary *dict, struct xz_buf *b) argument
[all...]
/freebsd-10.1-release/sys/kern/
H A Dkern_rctl.c92 struct dict { struct
/freebsd-10.1-release/sys/boot/ficl/
H A Dficl.h738 CELL *dict; /* Base of dictionary memory */ member in struct:ficl_dict

Completed in 215 milliseconds