Searched refs:dict (Results 26 - 50 of 81) sorted by relevance

1234

/freebsd-11-stable/usr.sbin/ppp/
H A Dpred.c65 u_char dict[GUESS_TABLE_SIZE]; member in struct:pred1_state
79 if (state->dict[state->hash] == *source) {
82 state->dict[state->hash] = *source;
97 *dest++ = state->dict[state->hash] = *source;
114 *dest = state->dict[state->hash]; /* Guess correct */
118 state->dict[state->hash] = *source; /* Guess wrong */
140 memset(state->dict, '\0', sizeof state->dict);
149 memset(state->dict, '\0', sizeof state->dict);
[all...]
/freebsd-11-stable/contrib/amd/fsinfo/
H A Dfsi_data.h45 typedef struct dict dict; typedef in typeref:struct:dict
223 struct dict { struct
H A Dfsinfo.c59 dict *dict_of_hosts;
60 dict *dict_of_volnames;
/freebsd-11-stable/contrib/subversion/
H A Dgen-make.py225 self.dict = {}
228 if opt in self.dict:
230 self.list[self.dict[opt]] = (opt, val)
232 self.dict[opt] = len(self.list)
/freebsd-11-stable/contrib/gdb/gdb/
H A Dblock.h83 struct dictionary *dict; member in struct:block
119 #define BLOCK_DICT(bl) (bl)->dict
H A Dcp-support.c594 const struct dictionary *dict; local
606 dict = BLOCK_DICT (b);
608 for (sym = dict_iter_name_first (dict, func_name, &iter);
625 dict = BLOCK_DICT (b);
627 for (sym = dict_iter_name_first (dict, func_name, &iter);
642 dict = BLOCK_DICT (b);
644 for (sym = dict_iter_name_first (dict, func_name, &iter);
/freebsd-11-stable/usr.bin/lastcomm/tests/
H A Dvalues.sh33 run egrep '(.)(.)(.)(.)(.)(.)(.)(.)(.)\9\8\7\6\5\4\3\2\1' /usr/share/dict/words
45 run diff /usr/share/dict/words /dev/null >/dev/null
/freebsd-11-stable/contrib/llvm-project/lldb/source/Plugins/Process/Utility/
H A DDynamicRegisterInfo.h23 DynamicRegisterInfo(const lldb_private::StructuredData::Dictionary &dict,
34 size_t SetRegisterInfo(const lldb_private::StructuredData::Dictionary &dict,
/freebsd-11-stable/cddl/contrib/opensolaris/lib/pyzfs/common/
H A Dallow.py47 """Create a FSPerms based on the dict of raw permissions
56 self.sets = dict()
57 self.local = dict()
58 self.descend = dict()
59 self.ld = dict()
135 """Return a dict of raw perms {"whostr" -> {"perm" -> None}}
141 setperms = dict(((p, None) for p in perms if p[0] == "@"))
142 baseperms = dict(((canonicalized_perm(p), None)
148 d = dict()
204 perms_subcmd = dict(
[all...]
H A Dioctl.c315 PyObject *dict, *file; local
320 &PyDict_Type, &dict))
323 nvl = dict2nvl(dict);
375 PyObject *dict, *file; local
389 dict = PyDict_New();
412 PyDict_SetItem(dict, pykey, pyval);
424 Py_DECREF(dict);
429 return (dict);
/freebsd-11-stable/contrib/xz/src/liblzma/lzma/
H A Dlzma_decoder.c314 lzma_dict dict = *dictptr; local
316 const size_t dict_start = dict.pos;
342 uint32_t pos_state = dict.pos & pos_mask;
350 if (no_eopm && coder->uncompressed_size < dict.limit - dict.pos)
351 dict.limit = dict.pos + (size_t)(coder->uncompressed_size);
360 pos_state = dict.pos & pos_mask;
364 if (unlikely(no_eopm && dict.pos == dict
[all...]
H A Dlzma2_decoder.c57 lzma2_decode(void *coder_ptr, lzma_dict *restrict dict, argument
126 dict_reset(dict);
169 // Decode from in[] to *dict.
171 dict, in, in_pos, in_size);
196 dict_write(dict, in, in_pos, in_size, &coder->compressed_size);
/freebsd-11-stable/stand/ficl/
H A Ddict.c6 ** $Id: dict.c,v 1.14 2001/12/05 07:21:34 jsadler Exp $
54 /* $FreeBSD: stable/11/stand/ficl/dict.c 94290 2002-04-09 17:45:28Z dcs $ */
139 return 1; /* dict is full */
170 return 1; /* dict is full */
297 return pDict->here - pDict->dict;
397 pDict->dict = ficlMalloc(nAlloc);
398 assert(pDict->dict);
446 pDict->here = pDict->dict;
548 return ((p >= (void *) &pDict->dict)
549 && (p < (void *)(&pDict->dict
[all...]
H A DMakefile9 BASE_SRCS= dict.c ficl.c fileaccess.c float.c loader.c math64.c \
/freebsd-11-stable/contrib/llvm-project/clang/include/clang/Basic/
H A DPlistSupport.h113 Indent(o, indent) << "<dict>\n";
120 Indent(o, indent) << "</dict>\n";
/freebsd-11-stable/contrib/groff/src/roff/troff/
H A Ddictionary.h35 dictionary *dict; member in class:dictionary_iterator
/freebsd-11-stable/share/
H A DMakefile45 _dict= dict
/freebsd-11-stable/contrib/tcpdump/
H A Dprint-m3ua.c304 const struct tok *dict; local
313 dict =
323 if (dict != NULL)
324 ND_PRINT((ndo, " %s Message", tok2str(dict, "Unknown (0x%02x)", hdr->msg_type)));
/freebsd-11-stable/gnu/usr.bin/groff/
H A DMakefile.inc63 common_words_file=/usr/share/dict/eign
64 indexdir=/usr/share/dict/papers
/freebsd-11-stable/contrib/llvm-project/lldb/include/lldb/Target/
H A DSystemRuntime.h272 /// \param [out] dict
277 lldb_private::StructuredData::ObjectSP dict) {}
276 AddThreadExtendedInfoPacketHints( lldb_private::StructuredData::ObjectSP dict) argument
/freebsd-11-stable/contrib/subversion/subversion/libsvn_subr/lz4/
H A Dlz4.c477 const dict_directive dict,
500 switch(dict)
542 if (dict==usingExtDict) {
587 if ((dict==usingExtDict) && (lowLimit==dictionary)) {
628 if (dict==usingExtDict) {
948 LZ4_stream_t_internal* dict = &LZ4_dict->internal_donotuse; local
953 if ((dict->initCheck) || (dict->currentOffset > 1 GB)) /* Uninitialized structure, or reuse overflow */
957 dict->dictionary = NULL;
958 dict
469 LZ4_compress_generic( LZ4_stream_t_internal* const cctx, const char* const source, char* const dest, const int inputSize, const int maxOutputSize, const limitedOutput_directive outputLimited, const tableType_t tableType, const dict_directive dict, const dictIssue_directive dictIssue, const U32 acceleration) argument
1074 LZ4_stream_t_internal* const dict = &LZ4_dict->internal_donotuse; local
1099 LZ4_decompress_generic( const char* const source, char* const dest, int inputSize, int outputSize, int endOnInput, int partialDecoding, int targetOutputSize, int dict, const BYTE* const lowPrefix, const BYTE* const dictStart, const size_t dictSize ) argument
[all...]
/freebsd-11-stable/crypto/heimdal/lib/wind/
H A Dgen-normalize.py53 """Return a sorted list of the keys of a dict"""
58 trans = dict([(k, [re.sub('<[a-zA-Z]+>', '', v[4]), v[0]])
136 inv = dict([(''.join(["%05x" % int(x, 0x10) for x in v[4].split(' ')]),
/freebsd-11-stable/contrib/llvm-project/lldb/source/API/
H A DSBStructuredData.cpp137 StructuredData::Dictionary *dict = obj_sp->GetAsDictionary();
139 assert(dict);
141 StructuredData::ObjectSP array_sp = dict->GetKeys();
/freebsd-11-stable/crypto/heimdal/lib/krb5/
H A Dplugin.c380 * module - dict of {
601 heim_dict_t dict; local
606 dict = heim_dict_copy_value(modules, m);
608 if (dict == NULL) {
621 heim_dict_iterate_f(dict, search_modules, &s);
623 heim_release(dict);
/freebsd-11-stable/contrib/llvm-project/lldb/source/Interpreter/
H A DOptionValueProperties.cpp292 const OptionValueDictionary *dict = value->GetAsDictionary(); local
293 if (dict)
294 return dict->GetArgs(args);
311 OptionValueDictionary *dict = value->GetAsDictionary(); local
312 if (dict)
313 return dict->SetArgs(args, eVarSetOperationAssign).Success();

Completed in 245 milliseconds

1234