/freebsd/sys/contrib/openzfs/cmd/zpool_influxdb/ |
H A D | README.md | 58 #### zpool_stats Tags 67 #### zpool_stats Fields 87 #### zpool_scan_stats Tags 95 #### zpool_scan_stats Fields 127 #### zpool_vdev_stats Tags 133 #### zpool_vdev_stats Fields
|
/freebsd/contrib/llvm-project/llvm/include/llvm/DebugInfo/DWARF/ |
H A D | DWARFExpression.h | 66 struct Description { struct 71 Description(DwarfVersion Version, Ts... Op) in Description() argument 73 Description() : Description(DwarfNA) {} in Description() function
|
/freebsd/contrib/llvm-project/compiler-rt/lib/scudo/standalone/ |
H A D | flags.cpp | 23 #define SCUDO_FLAG(Type, Name, DefaultValue, Description) Name = DefaultValue; in setDefaults() argument 28 #define GWP_ASAN_OPTION(Type, Name, DefaultValue, Description) \ in setDefaults() argument 36 #define SCUDO_FLAG(Type, Name, DefaultValue, Description) \ in registerFlags() argument 43 #define GWP_ASAN_OPTION(Type, Name, DefaultValue, Description) \ in registerFlags() argument
|
H A D | flags.h | 17 #define SCUDO_FLAG(Type, Name, DefaultValue, Description) Type Name; argument 22 #define GWP_ASAN_OPTION(Type, Name, DefaultValue, Description) \ argument
|
/freebsd/contrib/llvm-project/llvm/tools/llvm-mca/ |
H A D | CodeRegion.cpp | 39 void AnalysisRegions::beginRegion(StringRef Description, SMLoc Loc) { in beginRegion() 75 void AnalysisRegions::endRegion(StringRef Description, SMLoc Loc) { in endRegion() 117 void InstrumentRegions::beginRegion(StringRef Description, SMLoc Loc, in beginRegion() 144 void InstrumentRegions::endRegion(StringRef Description, SMLoc Loc) { in endRegion()
|
/freebsd/contrib/llvm-project/clang/lib/Basic/ |
H A D | LangOptions.cpp | 20 #define LANGOPT(Name, Bits, Default, Description) Name = Default; in LangOptions() argument 21 #define ENUM_LANGOPT(Name, Type, Bits, Default, Description) set##Name(Default); in LangOptions() argument 26 #define LANGOPT(Name, Bits, Default, Description) in resetNonModularOptions() argument 27 #define BENIGN_LANGOPT(Name, Bits, Default, Description) Name = Default; in resetNonModularOptions() argument 28 #define BENIGN_ENUM_LANGOPT(Name, Type, Bits, Default, Description) \ in resetNonModularOptions() argument
|
/freebsd/contrib/llvm-project/compiler-rt/lib/xray/ |
H A D | xray_profiling_flags.cpp | 26 #define XRAY_FLAG(Type, Name, DefaultValue, Description) Name = DefaultValue; in setDefaults() argument 33 #define XRAY_FLAG(Type, Name, DefaultValue, Description) \ in registerProfilerFlags() argument
|
H A D | xray_basic_flags.cpp | 28 #define XRAY_FLAG(Type, Name, DefaultValue, Description) Name = DefaultValue; in setDefaults() argument 35 #define XRAY_FLAG(Type, Name, DefaultValue, Description) \ in registerXRayBasicFlags() argument
|
H A D | xray_fdr_flags.cpp | 27 #define XRAY_FLAG(Type, Name, DefaultValue, Description) Name = DefaultValue; in setDefaults() argument 33 #define XRAY_FLAG(Type, Name, DefaultValue, Description) \ in registerXRayFDRFlags() argument
|
H A D | xray_flags.cpp | 27 #define XRAY_FLAG(Type, Name, DefaultValue, Description) Name = DefaultValue; in setDefaults() argument 33 #define XRAY_FLAG(Type, Name, DefaultValue, Description) \ in registerXRayFlags() argument
|
/freebsd/contrib/llvm-project/compiler-rt/lib/gwp_asan/ |
H A D | options.h | 40 #define GWP_ASAN_OPTION(Type, Name, DefaultValue, Description) \ argument 46 #define GWP_ASAN_OPTION(Type, Name, DefaultValue, Description) \ in setDefaults() argument
|
/freebsd/sys/contrib/zstd/doc/ |
H A D | zstd_compression_format.md | 1108 #### From normalized distribution to decoding tables 1220 #### Representation 1265 #### Huffman Tree header 1294 #### Finite State Entropy (FSE) compression of Huffman weights 1325 #### Conversion from weights to Huffman prefix codes
|
/freebsd/contrib/llvm-project/compiler-rt/lib/sanitizer_common/ |
H A D | sancov_flags.cpp | 28 #define SANCOV_FLAG(Type, Name, DefaultValue, Description) Name = DefaultValue; in SetDefaults() argument 34 #define SANCOV_FLAG(Type, Name, DefaultValue, Description) \ in RegisterSancovFlags() argument
|
/freebsd/contrib/llvm-project/compiler-rt/lib/tsan/rtl/ |
H A D | tsan_flags.cpp | 36 #define TSAN_FLAG(Type, Name, DefaultValue, Description) Name = DefaultValue; in SetDefaults() argument 44 #define TSAN_FLAG(Type, Name, DefaultValue, Description) \ in RegisterTsanFlags() argument
|
H A D | tsan_flags.h | 22 #define TSAN_FLAG(Type, Name, DefaultValue, Description) Type Name; argument
|
/freebsd/contrib/llvm-project/compiler-rt/lib/nsan/ |
H A D | nsan_flags.cpp | 28 #define NSAN_FLAG(Type, Name, DefaultValue, Description) Name = DefaultValue; in SetDefaults() argument 39 #define NSAN_FLAG(Type, Name, DefaultValue, Description) \ in RegisterNSanFlags() argument
|
/freebsd/contrib/llvm-project/compiler-rt/lib/ubsan/ |
H A D | ubsan_flags.cpp | 36 #define UBSAN_FLAG(Type, Name, DefaultValue, Description) Name = DefaultValue; in SetDefaults() argument 42 #define UBSAN_FLAG(Type, Name, DefaultValue, Description) \ in RegisterUbsanFlags() argument
|
/freebsd/contrib/llvm-project/compiler-rt/lib/memprof/ |
H A D | memprof_flags.cpp | 34 #define MEMPROF_FLAG(Type, Name, DefaultValue, Description) Name = DefaultValue; in SetDefaults() argument 40 #define MEMPROF_FLAG(Type, Name, DefaultValue, Description) \ in RegisterMemprofFlags() argument
|
/freebsd/sys/contrib/dev/acpica/include/ |
H A D | acapps.h | 199 #define ACPI_USAGE_TEXT(Description) \ argument 202 #define ACPI_OPTION(Name, Description) \ argument
|
/freebsd/contrib/llvm-project/llvm/include/llvm/Support/ |
H A D | Timer.h | 83 std::string Description; ///< Description of this time variable. variable 177 std::string Description; member 190 std::string Description; variable
|
/freebsd/contrib/llvm-project/compiler-rt/lib/asan/ |
H A D | asan_flags.cpp | 38 #define ASAN_FLAG(Type, Name, DefaultValue, Description) Name = DefaultValue; in SetDefaults() argument 44 #define ASAN_FLAG(Type, Name, DefaultValue, Description) \ in RegisterAsanFlags() argument
|
/freebsd/contrib/libfido2/examples/ |
H A D | README.adoc | 29 === Description subsection in Examples
|
/freebsd/contrib/llvm-project/compiler-rt/lib/fuzzer/ |
H A D | FuzzerDriver.cpp | 50 const char *Description; member 59 #define FUZZER_FLAG_INT(Name, Default, Description) int Name; argument 60 #define FUZZER_FLAG_UNSIGNED(Name, Default, Description) unsigned int Name; argument 61 #define FUZZER_FLAG_STRING(Name, Description) const char *Name; argument 72 #define FUZZER_FLAG_INT(Name, Default, Description) \ argument 74 #define FUZZER_FLAG_UNSIGNED(Name, Default, Description) \ argument 77 #define FUZZER_FLAG_STRING(Name, Description) \ argument
|
/freebsd/sys/contrib/openzfs/etc/systemd/system/ |
H A D | zfs.target.in | 2 Description=ZFS startup target key
|
/freebsd/contrib/llvm-project/compiler-rt/lib/hwasan/ |
H A D | hwasan_flags.h | 20 #define HWASAN_FLAG(Type, Name, DefaultValue, Description) Type Name; argument
|