| /freebsd-13.1/contrib/file/magic/Magdir/ |
| H A D | forth | 24 >>24 lelong >0 ARM OpenFirmware FORTH Dictionary, 33 >28 lelong 1 x86 OpenFirmware FORTH Dictionary, 46 0 belong 0x48000020 PowerPC OpenFirmware FORTH Dictionary, 55 0 lelong 0x10000007 MIPS OpenFirmware FORTH Dictionary, 64 # Dictionary images used by minimal C FORTH environments, any platform, 68 #0 short 0x5820 cForth 16-bit Dictionary, 70 #>4 short x Dictionary Start: %#08X, 71 #>6 short x Dictionary Size: %d bytes, 76 0 long 0x581120 cForth 32-bit Dictionary, 78 >8 long x Dictionary Start: %#08X, [all …]
|
| /freebsd-13.1/contrib/llvm-project/lldb/include/lldb/Utility/ |
| H A D | StructuredData.h | 58 class Dictionary; variable 67 typedef std::shared_ptr<Dictionary> DictionarySP; 91 Dictionary *GetAsDictionary() { in GetAsDictionary() 93 ? static_cast<Dictionary *>(this) in GetAsDictionary() 254 bool GetItemAtIndexAsDictionary(size_t idx, Dictionary *&result) const { in GetItemAtIndexAsDictionary() 352 class Dictionary : public Object { 354 Dictionary() : Object(lldb::eStructuredDataTypeDictionary), m_dict() {} in Dictionary() function 356 ~Dictionary() override = default; 468 Dictionary *&result) const { in GetValueForKeyAsDictionary()
|
| /freebsd-13.1/contrib/llvm-project/lldb/source/Core/ |
| H A D | SearchFilter.cpp | 79 const StructuredData::Dictionary &filter_dict, in CreateFromStructuredData() 102 StructuredData::Dictionary *subclass_options = nullptr; in CreateFromStructuredData() 177 auto type_dict_sp = std::make_shared<StructuredData::Dictionary>(); in WrapOptionsDict() 357 const StructuredData::Dictionary &data_dict, in CreateFromStructuredData() 366 auto result_sp = std::make_shared<StructuredData::Dictionary>(); in SerializeToStructuredData() 457 const StructuredData::Dictionary &data_dict, in CreateFromStructuredData() 486 auto options_dict_sp = std::make_shared<StructuredData::Dictionary>(); in SerializeToStructuredData() 587 const StructuredData::Dictionary &data_dict, in CreateFromStructuredData() 618 auto options_dict_sp = std::make_shared<StructuredData::Dictionary>(); in SerializeToStructuredData() 637 const StructuredData::Dictionary &data_dict, in CreateFromStructuredData() [all …]
|
| /freebsd-13.1/contrib/llvm-project/lldb/include/lldb/Core/ |
| H A D | SearchFilter.h | 204 const StructuredData::Dictionary &data_dict, 302 const StructuredData::Dictionary &data_dict, 344 const StructuredData::Dictionary &data_dict, 391 const StructuredData::Dictionary &data_dict, 430 const StructuredData::Dictionary &data_dict,
|
| /freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/InstrumentationRuntime/TSan/ |
| H A D | InstrumentationRuntimeTSan.cpp | 234 std::function<void(ValueObjectSP o, StructuredData::Dictionary *dict)> const in ConvertToStructuredArray() 244 StructuredData::Dictionary *dict = new StructuredData::Dictionary(); in ConvertToStructuredArray() 271 StructuredData::Dictionary *dict) { in GetRenumberedThreadIds() 343 StructuredData::Dictionary *dict = new StructuredData::Dictionary(); in RetrieveReportData() 355 [thread_sp](ValueObjectSP o, StructuredData::Dictionary *dict) { in RetrieveReportData() 367 [&thread_id_map](ValueObjectSP o, StructuredData::Dictionary *dict) { in RetrieveReportData() 395 StructuredData::Dictionary *dict) { in RetrieveReportData() 428 [](ValueObjectSP o, StructuredData::Dictionary *dict) { in RetrieveReportData() 448 StructuredData::Dictionary *dict) { in RetrieveReportData() 475 [&thread_id_map](ValueObjectSP o, StructuredData::Dictionary *dict) { in RetrieveReportData()
|
| /freebsd-13.1/contrib/llvm-project/lldb/source/Breakpoint/ |
| H A D | BreakpointResolverScripted.cpp | 64 const BreakpointSP &bkpt, const StructuredData::Dictionary &options_dict, in CreateFromStructuredData() 80 StructuredData::Dictionary *args_dict = nullptr; in CreateFromStructuredData() 93 new StructuredData::Dictionary()); in SerializeToStructuredData()
|
| H A D | BreakpointOptions.cpp | 41 new StructuredData::Dictionary()); in SerializeToStructuredData() 61 const StructuredData::Dictionary &options_dict, Status &error) { in CreateFromStructuredData() 238 Target &target, const StructuredData::Dictionary &options_dict, in CreateFromStructuredData() 299 StructuredData::Dictionary *cmds_dict; in CreateFromStructuredData() 344 StructuredData::Dictionary *thread_spec_dict; in CreateFromStructuredData() 365 new StructuredData::Dictionary()); in SerializeToStructuredData()
|
| /freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/StructuredData/DarwinLog/ |
| H A D | StructuredDataDarwinLog.h | 98 size_t DumpHeader(Stream &stream, const StructuredData::Dictionary &event); 100 size_t HandleDisplayOfEvent(const StructuredData::Dictionary &event,
|
| H A D | StructuredDataDarwinLog.cpp | 212 StructuredData::Dictionary *dict_p = new StructuredData::Dictionary(); in Serialize() 241 virtual void DoSerialization(StructuredData::Dictionary &dict) const = 0; 276 void DoSerialization(StructuredData::Dictionary &dict) const override { in DoSerialization() 328 void DoSerialization(StructuredData::Dictionary &dict) const override { in DoSerialization() 568 StructuredData::DictionarySP config_sp(new StructuredData::Dictionary()); in BuildConfigurationData() 579 StructuredData::DictionarySP(new StructuredData::Dictionary()); in BuildConfigurationData() 1155 const StructuredData::Dictionary *dictionary = object_sp->GetAsDictionary(); in GetDescription() 1675 const StructuredData::Dictionary &event) { in DumpHeader() 1758 const StructuredData::Dictionary &event, Stream &stream) { in HandleDisplayOfEvent()
|
| /freebsd-13.1/contrib/llvm-project/compiler-rt/lib/fuzzer/ |
| H A D | FuzzerMutate.h | 104 size_t AddWordFromDictionary(Dictionary &D, uint8_t *Data, size_t Size, 131 Dictionary ManualDictionary; 134 Dictionary PersistentAutoDictionary;
|
| /freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/Process/Utility/ |
| H A D | DynamicRegisterInfo.h | 27 DynamicRegisterInfo(const lldb_private::StructuredData::Dictionary &dict, 35 size_t SetRegisterInfo(const lldb_private::StructuredData::Dictionary &dict,
|
| /freebsd-13.1/sys/contrib/zstd/examples/ |
| H A D | README.md | 39 - [Dictionary compression](dictionary_compression.c) : 43 - [Dictionary decompression](dictionary_decompression.c) :
|
| /freebsd-13.1/contrib/llvm-project/lldb/source/Interpreter/ |
| H A D | OptionGroupPythonClassWithDict.cpp | 93 m_dict_sp = std::make_shared<StructuredData::Dictionary>(); in SetOptionValue() 103 m_dict_sp = std::make_shared<StructuredData::Dictionary>(); in SetOptionValue()
|
| /freebsd-13.1/contrib/llvm-project/lldb/source/Target/ |
| H A D | ThreadSpec.cpp | 23 const StructuredData::Dictionary &spec_dict, Status &error) { in CreateFromStructuredData() 54 StructuredData::DictionarySP data_dict_sp(new StructuredData::Dictionary()); in SerializeToStructuredData()
|
| /freebsd-13.1/contrib/file/tests/ |
| H A D | zstd-v0.7-22.result | 1 Zstandard compressed data (v0.7), Dictionary ID: 513
|
| H A D | zstd-skippable-frame-C.result | 1 Zstandard compressed data (v0.8+), Dictionary ID: 1
|
| H A D | zstd-v0.8-16.result | 1 Zstandard compressed data (v0.8+), Dictionary ID: 770
|
| H A D | zstd-v0.8-22.result | 1 Zstandard compressed data (v0.8+), Dictionary ID: 513
|
| H A D | zstd-v0.8-FF.result | 1 Zstandard compressed data (v0.8+), Dictionary ID: 67305985
|
| H A D | zstd-v0.7-21.result | 1 Zstandard compressed data (v0.7), Dictionary ID: 1
|
| H A D | zstd-v0.8-02.result | 1 Zstandard compressed data (v0.8+), Dictionary ID: 770
|
| H A D | zstd-v0.8-21.result | 1 Zstandard compressed data (v0.8+), Dictionary ID: 1
|
| H A D | zstd-v0.8-23.result | 1 Zstandard compressed data (v0.8+), Dictionary ID: 67305985
|
| H A D | zstd-v0.8-01.result | 1 Zstandard compressed data (v0.8+), Dictionary ID: 2
|
| H A D | zstd-v0.8-03.result | 1 Zstandard compressed data (v0.8+), Dictionary ID: 84148994
|