Searched defs:dictionary (Results 1 - 5 of 5) sorted by relevance

/fuchsia/zircon/bootloader/src/
H A Deff_short_wordlist_1.h5 const char dictionary[1296][6] = { variable
/fuchsia/zircon/system/core/netsvc/
H A Deff_short_wordlist_1.h9 const char dictionary[DICEWARE_DICTIONARY_SIZE][6] = { variable
/fuchsia/zircon/system/utest/fuzz-utils/
H A Dtest-fuzzer.h55 const char* dictionary() const { return dictionary_.c_str(); } function in class:fuzzing::testing::TestFuzzer
/fuchsia/zircon/third_party/ulib/lz4/
H A Dlz4hc.c574 int LZ4_loadDictHC (LZ4_streamHC_t* LZ4_streamHCPtr, const char* dictionary, int dictSize) argument
H A Dlz4.c355 const BYTE* dictionary; member in struct:__anon1613
455 const BYTE* const dictionary = dictPtr->dictionary; local
964 int LZ4_loadDict (LZ4_stream_t* LZ4_dict, const char* dictionary, int dictSize) argument
1348 LZ4_setStreamDecode(LZ4_streamDecode_t* LZ4_streamDecode, const char* dictionary, int dictSize) argument
[all...]

Completed in 55 milliseconds