/external/libxml2/os400/ |
D | xmlcatalog.cmd | 21 EXPR(*YES) RSTD(*YES) DFT(*XML) + 28 CASE(*MIXED) EXPR(*YES) DFT(*STDOUT) + 37 EXPR(*YES) DFT(*NO) PMTCTL(TYPEXML) + 44 EXPR(*YES) DFT(*YES) RSTD(*YES) PMTCTL(TYPESGML) + 51 EXPR(*YES) DFT(*NO) + 67 XMLELEM: ELEM TYPE(*CHAR) LEN(16) VARY(*YES *INT2) DFT(*PUBLIC) + 101 CASE(*MIXED) EXPR(*YES) MAX(150) DFT(*DEFAULT) +
|
D | xmllint.cmd | 25 PARM KWD(DTDLOCATOR) TYPE(*CHAR) LEN(8) DFT(*DTDURL) + 37 RSTD(*YES) DFT(*XSD) + 72 RSTD(*YES) DFT(*NONE) + 80 PARM KWD(MAXMEM) TYPE(*UINT4) EXPR(*YES) DFT(0) +
|
/external/rust/crates/libfuzzer-sys/libfuzzer/ |
D | FuzzerDataFlowTrace.cpp | 117 static void DFTStringAppendToVector(Vector<uint8_t> *DFT, in DFTStringAppendToVector() argument 119 assert(DFT->size() == DFTString.size()); in DFTStringAppendToVector() 120 for (size_t I = 0, Len = DFT->size(); I < Len; I++) in DFTStringAppendToVector() 121 (*DFT)[I] = DFTString[I] == '1'; in DFTStringAppendToVector() 126 Vector<uint8_t> DFT(DFTString.size()); in DFTStringToVector() local 127 DFTStringAppendToVector(&DFT, DFTString); in DFTStringToVector() 128 return DFT; in DFTStringToVector()
|
D | FuzzerInternal.h | 133 DataFlowTrace DFT; variable
|
D | FuzzerLoop.cpp | 530 TimeOfUnit, UniqFeatureSetTmp, DFT, II); in RunOne() 842 DFT.Init(Options.DataFlowTrace, &FocusFunctionOrAuto, CorporaFiles, in Loop() 846 DFT.Clear(); // No need for DFT any more. in Loop()
|
D | FuzzerCorpus.h | 212 const DataFlowTrace &DFT, const InputInfo *BaseII) { in AddToCorpus() argument 234 if (auto V = DFT.Get(Sha1Str)) in AddToCorpus()
|
/external/llvm-project/compiler-rt/lib/fuzzer/ |
D | FuzzerDataFlowTrace.cpp | 117 static void DFTStringAppendToVector(Vector<uint8_t> *DFT, in DFTStringAppendToVector() argument 119 assert(DFT->size() == DFTString.size()); in DFTStringAppendToVector() 120 for (size_t I = 0, Len = DFT->size(); I < Len; I++) in DFTStringAppendToVector() 121 (*DFT)[I] = DFTString[I] == '1'; in DFTStringAppendToVector() 126 Vector<uint8_t> DFT(DFTString.size()); in DFTStringToVector() local 127 DFTStringAppendToVector(&DFT, DFTString); in DFTStringToVector() 128 return DFT; in DFTStringToVector()
|
D | FuzzerInternal.h | 133 DataFlowTrace DFT; variable
|
D | FuzzerLoop.cpp | 530 TimeOfUnit, UniqFeatureSetTmp, DFT, II); in RunOne() 842 DFT.Init(Options.DataFlowTrace, &FocusFunctionOrAuto, CorporaFiles, in Loop() 846 DFT.Clear(); // No need for DFT any more. in Loop()
|
D | FuzzerCorpus.h | 212 const DataFlowTrace &DFT, const InputInfo *BaseII) { in AddToCorpus() argument 234 if (auto V = DFT.Get(Sha1Str)) in AddToCorpus()
|
/external/llvm-project/compiler-rt/test/fuzzer/ |
D | only-some-bytes-fork.test | 7 …verage=trace-pc-guard,pc-table,bb,trace-cmp %S/OnlySomeBytesTest.cpp %t-DataFlow*.o -o %t-DFT 10 # Test that the fork mode can collect and use the DFT 12 RUN: not %t-Fuzz -collect_data_flow=%t-DFT -use_value_profile=1 -runs=100000000 -fork=20 2> %t/log
|
D | only-some-bytes.test | 7 …verage=trace-pc-guard,pc-table,bb,trace-cmp %S/OnlySomeBytesTest.cpp %t-DataFlow*.o -o %t-DFT 31 RUN: %t-Fuzz -collect_data_flow=%t-DFT %t/IN -data_flow_trace=%t/IN_DFT > /dev/null 2>&1 33 # Repeat twice to make sure that the inputs with DFT are not removed from the corpus. 38 # Collect DFT, then use it. 40 RUN: rm -rf %t/C_DFT && %t-Fuzz -collect_data_flow=%t-DFT %t/C -data_flow_trace=%t/C_DFT > /dev/nul…
|
D | dataflow.test | 96 # Test libFuzzer's built in DFT collection. 97 RUN: rm -rf %t-DFT 98 RUN: %t-ThreeFunctionsTest -collect_data_flow=%t-ThreeFunctionsTestDF -data_flow_trace=%t-DFT %t/I… 99 RUN: cat %t-DFT/* | sort | FileCheck %s --check-prefix=IN_FUZZMU
|
/external/tensorflow/tensorflow/lite/micro/examples/micro_speech/apollo3/ |
D | README.md | 41 * cmsis_dft.txt: the DFT of the windowed sinusoid 42 * cmsis_power.txt: the magnitude squared of the DFT 44 the DFT 59 * micro_dft.txt: the DFT of the windowed sinusoid 60 * micro_power.txt: the magnitude squared of the DFT 62 the DFT
|
/external/fft2d/src/fft2d/fft2d/ |
D | readme2d.txt | 55 dfct: 1-dim Real Symmetric DFT 56 dfst: 1-dim Real Anti-symmetric DFT
|
/external/tensorflow/tensorflow/core/api_def/base_api/ |
D | api_def_RFFT.pbtxt | 32 Since the DFT of a real signal is Hermitian-symmetric, `RFFT` only returns the
|
D | api_def_RFFT3D.pbtxt | 33 Since the DFT of a real signal is Hermitian-symmetric, `RFFT3D` only returns the
|
D | api_def_RFFT2D.pbtxt | 33 Since the DFT of a real signal is Hermitian-symmetric, `RFFT2D` only returns the
|
D | api_def_IRFFT.pbtxt | 33 `fft_length / 2 + 1` unique components of the DFT of a real-valued signal. If
|
D | api_def_IRFFT3D.pbtxt | 34 the DFT of a real-valued signal. If `fft_length` is not provided, it is computed
|
D | api_def_IRFFT2D.pbtxt | 34 the DFT of a real-valued signal. If `fft_length` is not provided, it is computed
|
/external/rust/crates/libfuzzer-sys/libfuzzer/tests/ |
D | FuzzerUnittest.cpp | 593 DataFlowTrace DFT; in TEST() local 604 /*FeatureSet*/ {}, DFT, in TEST() 770 TEST(DFT, BlockCoverage) { in TEST() argument 834 TEST(DFT, FunctionWeights) { in TEST() argument
|
/external/llvm-project/compiler-rt/lib/fuzzer/tests/ |
D | FuzzerUnittest.cpp | 593 DataFlowTrace DFT; in TEST() local 604 /*FeatureSet*/ {}, DFT, in TEST() 770 TEST(DFT, BlockCoverage) { in TEST() argument 834 TEST(DFT, FunctionWeights) { in TEST() argument
|
/external/ImageMagick/ |
D | README.txt | 73 * Discrete Fourier transform: implements the forward and inverse DFT.
|
D | README.md | 50 …egacy.imagemagick.org/Usage/fourier/): implements the forward and inverse [DFT](http://en.wikipedi…
|