OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:Dictionary
(Results
1 - 6
of
6
) sorted by relevancy
/src/sys/external/bsd/compiler_rt/dist/lib/fuzzer/
FuzzerMutate.h
51
/// Mutates data by adding a word from the manual
dictionary
.
58
/// Mutates data by adding a word from the persistent automatic
dictionary
.
102
size_t AddWordFromDictionary(
Dictionary
&D, uint8_t *Data, size_t Size,
128
//
Dictionary
provided by the user via -dict=DICT_FILE.
129
Dictionary
ManualDictionary;
130
// Temporary
dictionary
modified by the fuzzer itself,
132
Dictionary
TempAutoDictionary;
133
// Persistent
dictionary
modified by the fuzzer, consists of
135
Dictionary
PersistentAutoDictionary;
FuzzerDictionary.h
9
// fuzzer::
Dictionary
81
class
Dictionary
{
109
// Parses one
dictionary
entry.
113
// Parses the
dictionary
file, fills Units, returns true iff all lines
FuzzerDriver.cpp
469
Printf("Started
dictionary
minimization (up to %d tests)\n",
472
// Scores and usage count for each
dictionary
unit.
490
// Skip
dictionary
unit, if the testcase does not contain it.
496
// Replace all occurrences of
dictionary
unit in the testcase.
505
// Get coverage for testcase with masked occurrences of
dictionary
unit.
519
Printf("###### Useless
dictionary
elements. ######\n");
521
//
Dictionary
units with positive score are treated as useful ones.
529
Printf("###### End of useless
dictionary
elements. ######\n");
606
Vector<Unit>
Dictionary
;
608
if (!ParseDictionaryFile(FileToString(Flags.dict), &
Dictionary
))
[
all
...]
FuzzerDefs.h
149
class
Dictionary
;
FuzzerMutate.cpp
21
const size_t
Dictionary
::kMaxDictSize;
188
// with arguments Arg1 Arg2. This function tries to guess a
dictionary
285
size_t MutationDispatcher::AddWordFromDictionary(
Dictionary
&D, uint8_t *Data,
457
// Copy successful
dictionary
entries to PersistentAutoDictionary.
475
Printf("###### Recommended
dictionary
. ######\n");
482
Printf("###### End of recommended
dictionary
. ######\n");
/src/common/dist/zlib/os400/
zlib.inc
341
D PR 10I 0 extproc('deflateSetDictionary') Init.
dictionary
343
D
dictionary
65535 const options(*varsize)
Dictionary
bytes
344
D dictLength 10U 0 value
Dictionary
length
386
D PR 10I 0 extproc('inflateSetDictionary') Init.
dictionary
388
D
dictionary
65535 const options(*varsize)
Dictionary
bytes
389
D dictLength 10U 0 value
Dictionary
length
392
D PR 10I 0 extproc('inflateGetDictionary') Get
dictionary
394
D
dictionary
65535 options(*varsize) Dictionary byte
[
all
...]
Completed in 14 milliseconds
Indexes created Wed Oct 01 13:09:50 GMT 2025