/external/webrtc/common_audio/signal_processing/ |
D | resample_fractional.c | 44 void WebRtcSpl_Resample48khzTo32khz(const int32_t *In, int32_t *Out, size_t K) in WebRtcSpl_Resample48khzTo32khz() argument 57 tmp += kCoefficients48To32[0][0] * In[0]; in WebRtcSpl_Resample48khzTo32khz() 58 tmp += kCoefficients48To32[0][1] * In[1]; in WebRtcSpl_Resample48khzTo32khz() 59 tmp += kCoefficients48To32[0][2] * In[2]; in WebRtcSpl_Resample48khzTo32khz() 60 tmp += kCoefficients48To32[0][3] * In[3]; in WebRtcSpl_Resample48khzTo32khz() 61 tmp += kCoefficients48To32[0][4] * In[4]; in WebRtcSpl_Resample48khzTo32khz() 62 tmp += kCoefficients48To32[0][5] * In[5]; in WebRtcSpl_Resample48khzTo32khz() 63 tmp += kCoefficients48To32[0][6] * In[6]; in WebRtcSpl_Resample48khzTo32khz() 64 tmp += kCoefficients48To32[0][7] * In[7]; in WebRtcSpl_Resample48khzTo32khz() 68 tmp += kCoefficients48To32[1][0] * In[1]; in WebRtcSpl_Resample48khzTo32khz() [all …]
|
D | resample.c | 22 static void WebRtcSpl_32khzTo22khzIntToShort(const int32_t *In, int16_t *Out, 25 void WebRtcSpl_32khzTo22khzIntToInt(const int32_t *In, int32_t *Out, 422 void WebRtcSpl_32khzTo22khzIntToInt(const int32_t* In, in WebRtcSpl_32khzTo22khzIntToInt() argument 436 Out[0] = ((int32_t)In[3] << 15) + (1 << 14); in WebRtcSpl_32khzTo22khzIntToInt() 439 WebRtcSpl_DotProdIntToInt(&In[0], &In[22], kCoefficients32To22[0], &Out[1], &Out[10]); in WebRtcSpl_32khzTo22khzIntToInt() 442 WebRtcSpl_DotProdIntToInt(&In[2], &In[20], kCoefficients32To22[1], &Out[2], &Out[9]); in WebRtcSpl_32khzTo22khzIntToInt() 445 WebRtcSpl_DotProdIntToInt(&In[3], &In[19], kCoefficients32To22[2], &Out[3], &Out[8]); in WebRtcSpl_32khzTo22khzIntToInt() 448 WebRtcSpl_DotProdIntToInt(&In[5], &In[17], kCoefficients32To22[3], &Out[4], &Out[7]); in WebRtcSpl_32khzTo22khzIntToInt() 451 WebRtcSpl_DotProdIntToInt(&In[6], &In[16], kCoefficients32To22[4], &Out[5], &Out[6]); in WebRtcSpl_32khzTo22khzIntToInt() 454 In += 16; in WebRtcSpl_32khzTo22khzIntToInt() [all …]
|
/external/aac/libPCMutils/src/ |
D | pcm_utils.cpp | 113 const FIXP_DBL *In = &pIn[sample]; in FDK_interleave() local 115 *pOut++ = (LONG)In[0]; in FDK_interleave() 116 In += frameSize; in FDK_interleave() 125 const FIXP_DBL *In = &pIn[sample]; in FDK_interleave() local 127 *pOut++ = (SHORT)FX_DBL2FX_SGL(In[0]); in FDK_interleave() 128 In += frameSize; in FDK_interleave() 137 const FIXP_SGL *In = &pIn[sample]; in FDK_interleave() local 139 *pOut++ = (SHORT)In[0]; in FDK_interleave() 140 In += frameSize; in FDK_interleave() 150 const LONG *In = &pIn[ch]; in FDK_deinterleave() local [all …]
|
/external/llvm-project/clang-tools-extra/clangd/unittests/ |
D | SerializationTests.cpp | 215 auto In = readIndexFile(YAML); in TEST() local 216 EXPECT_TRUE(bool(In)) << In.takeError(); in TEST() 219 IndexFileOut Out(*In); in TEST() 224 ASSERT_TRUE(bool(In2)) << In.takeError(); in TEST() 231 UnorderedElementsAreArray(YAMLFromSymbols(*In->Symbols))); in TEST() 233 UnorderedElementsAreArray(YAMLFromRefs(*In->Refs))); in TEST() 235 UnorderedElementsAreArray(YAMLFromRelations(*In->Relations))); in TEST() 239 auto In = readIndexFile(YAML); in TEST() local 240 EXPECT_TRUE(bool(In)) << In.takeError(); in TEST() 252 IndexFileOut Out(*In); in TEST() [all …]
|
/external/pdfium/third_party/lcms/ |
D | 0002-old-performance-fix.patch | 7 cmsToneCurve* CMSEXPORT cmsDupToneCurve(const cmsToneCurve* In) 9 - if (In == NULL) return NULL; 10 + if (In == NULL || In ->Segments == NULL || In ->Table16 == NULL) return NULL; 12 …return AllocateToneCurveStruct(In ->InterpParams ->ContextID, In ->nEntries, In ->nSegments, In -…
|
D | 0027-changes-from-beginning-of-time.patch | 79 cmsToneCurve* CMSEXPORT cmsDupToneCurve(const cmsToneCurve* In) 81 - if (In == NULL || In ->Segments == NULL || In ->Table16 == NULL) return NULL; 85 + if (In == NULL || In ->InterpParams == NULL || In ->Segments == NULL || In ->Table16 == NULL) … 87 …return AllocateToneCurveStruct(In ->InterpParams ->ContextID, In ->nEntries, In ->nSegments, In -…
|
/external/skqp/docs/ |
D | SkMemoryStream_Reference.bmh | 13 #In Constructors 29 #In Constructors 50 #In Constructors 72 #In Constructors 92 #In incomplete 113 #In incomplete 134 #In incomplete 155 #In incomplete 177 #In incomplete 193 #In incomplete [all …]
|
D | SkWStream_Reference.bmh | 13 #In Constructors 27 #In Constructors 43 #In incomplete 67 #In incomplete 81 #In incomplete 97 #In incomplete 117 #In incomplete 135 #In incomplete 153 #In incomplete 171 #In incomplete [all …]
|
D | SkFILEStream_Reference.bmh | 15 #In Constructors 37 #In Constructors 60 #In Constructors 74 #In incomplete 92 #In incomplete 110 #In incomplete 126 #In incomplete 145 #In incomplete 161 #In incomplete 177 #In incomplete [all …]
|
D | SkDynamicMemoryWStream_Reference.bmh | 13 #In Constructors 29 #In Constructors 43 #In incomplete 62 #In incomplete 78 #In incomplete 98 #In incomplete 116 #In incomplete 134 #In incomplete 154 #In incomplete 179 #In incomplete [all …]
|
D | SkStream_Reference.bmh | 22 #In Constructors 36 #In Constructors 52 #In incomplete 72 #In incomplete 98 #In incomplete 117 #In incomplete 148 #In incomplete 168 #In incomplete 186 #In incomplete 204 #In incomplete [all …]
|
D | SkFont_Reference.bmh | 175 #In Constructor 191 #In Constructor 207 #In Constructor 221 #In Constructor 237 #In Operator 253 #In Operator 269 #In incomplete 285 #In incomplete 301 #In incomplete 317 #In incomplete [all …]
|
D | SkFILEWStream_Reference.bmh | 15 #In Constructors 33 #In Constructors 47 #In incomplete 65 #In incomplete 84 #In incomplete 98 #In incomplete 112 #In incomplete
|
/external/tcpdump/tests/ |
D | sflow_multiple_counter_30_pdus.out | 7 In octets 820721, unicast pkts 9601, multicast pkts 0, broadcast pkts 1302, discards 0 8 In errors 0, unknown protos 0 19 … In octets 156084746, unicast pkts 473593, multicast pkts 0, broadcast pkts 1862745, discards 0 20 In errors 0, unknown protos 0 31 … In octets 3051593057, unicast pkts 52919488, multicast pkts 1491, broadcast pkts 956, discards 0 32 In errors 0, unknown protos 0 43 In octets 0, unicast pkts 0, multicast pkts 0, broadcast pkts 0, discards 0 44 In errors 0, unknown protos 0 55 In octets 0, unicast pkts 0, multicast pkts 0, broadcast pkts 0, discards 0 56 In errors 0, unknown protos 0 [all …]
|
/external/llvm-project/clang/test/Analysis/objc/ |
D | direct-ivar-assignment-in-annotated-functions.m | 22 …- (void) someMethod: (MyClass*)In __attribute__((annotate("objc_no_direct_instance_variable_assign… 23 - (void) someMethodNotAnnaotated: (MyClass*)In; 50 - (void) someMethod: (MyClass*)In { 51 …(__A) = In; // expected-warning {{Direct assignment to an instance variable backing a property; us… 52 …_X = In; // expected-warning {{Direct assignment to an instance variable backing a property; use t… 53 …_Y = In; // expected-warning {{Direct assignment to an instance variable backing a property; use t… 54 …_Z = In; // expected-warning {{Direct assignment to an instance variable backing a property; use t… 59 - (void) someMethodNotAnnaotated: (MyClass*)In { 60 (__A) = In; 61 _X = In; // no-warning [all …]
|
/external/clang/test/Analysis/objc/ |
D | direct-ivar-assignment-in-annotated-functions.m | 18 …- (void) someMethod: (MyClass*)In __attribute__((annotate("objc_no_direct_instance_variable_assign… 19 - (void) someMethodNotAnnaotated: (MyClass*)In; 46 - (void) someMethod: (MyClass*)In { 47 …(__A) = In; // expected-warning {{Direct assignment to an instance variable backing a property; us… 48 …_X = In; // expected-warning {{Direct assignment to an instance variable backing a property; use t… 49 …_Y = In; // expected-warning {{Direct assignment to an instance variable backing a property; use t… 50 …_Z = In; // expected-warning {{Direct assignment to an instance variable backing a property; use t… 55 - (void) someMethodNotAnnaotated: (MyClass*)In { 56 (__A) = In; 57 _X = In; // no-warning [all …]
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Hexagon/ |
D | HexagonGenExtract.cpp | 80 bool convert(Instruction *In); 96 bool HexagonGenExtract::convert(Instruction *In) { in INITIALIZE_PASS_DEPENDENCY() 101 BasicBlock *BB = In->getParent(); in INITIALIZE_PASS_DEPENDENCY() 107 bool Match = match(In, m_And(m_Shl(m_LShr(m_Value(BF), m_ConstantInt(CSR)), in INITIALIZE_PASS_DEPENDENCY() 114 Match = match(In, m_And(m_Shl(m_AShr(m_Value(BF), m_ConstantInt(CSR)), in INITIALIZE_PASS_DEPENDENCY() 122 Match = match(In, m_And(m_Shl(m_Value(BF), m_ConstantInt(CSL)), in INITIALIZE_PASS_DEPENDENCY() 131 Match = match(In, m_And(m_LShr(m_Value(BF), m_ConstantInt(CSR)), in INITIALIZE_PASS_DEPENDENCY() 138 Match = match(In, m_And(m_AShr(m_Value(BF), m_ConstantInt(CSR)), in INITIALIZE_PASS_DEPENDENCY() 145 Match = match(In, m_Shl(m_LShr(m_Value(BF), m_ConstantInt(CSR)), in INITIALIZE_PASS_DEPENDENCY() 152 Match = match(In, m_Shl(m_AShr(m_Value(BF), m_ConstantInt(CSR)), in INITIALIZE_PASS_DEPENDENCY() [all …]
|
/external/llvm-project/llvm/lib/Target/Hexagon/ |
D | HexagonGenExtract.cpp | 80 bool convert(Instruction *In); 96 bool HexagonGenExtract::convert(Instruction *In) { in INITIALIZE_PASS_DEPENDENCY() 101 BasicBlock *BB = In->getParent(); in INITIALIZE_PASS_DEPENDENCY() 107 bool Match = match(In, m_And(m_Shl(m_LShr(m_Value(BF), m_ConstantInt(CSR)), in INITIALIZE_PASS_DEPENDENCY() 114 Match = match(In, m_And(m_Shl(m_AShr(m_Value(BF), m_ConstantInt(CSR)), in INITIALIZE_PASS_DEPENDENCY() 122 Match = match(In, m_And(m_Shl(m_Value(BF), m_ConstantInt(CSL)), in INITIALIZE_PASS_DEPENDENCY() 131 Match = match(In, m_And(m_LShr(m_Value(BF), m_ConstantInt(CSR)), in INITIALIZE_PASS_DEPENDENCY() 138 Match = match(In, m_And(m_AShr(m_Value(BF), m_ConstantInt(CSR)), in INITIALIZE_PASS_DEPENDENCY() 145 Match = match(In, m_Shl(m_LShr(m_Value(BF), m_ConstantInt(CSR)), in INITIALIZE_PASS_DEPENDENCY() 152 Match = match(In, m_Shl(m_AShr(m_Value(BF), m_ConstantInt(CSR)), in INITIALIZE_PASS_DEPENDENCY() [all …]
|
/external/llvm-project/clang-tools-extra/clangd/ |
D | JSONTransport.cpp | 63 JSONTransport(std::FILE *In, llvm::raw_ostream &Out, in JSONTransport() argument 65 : In(In), Out(Out), InMirror(InMirror ? *InMirror : llvm::nulls()), in JSONTransport() 102 while (!feof(In)) { in loop() 106 if (ferror(In)) in loop() 146 std::FILE *In; member in clang::clangd::__anone2d7f9b90111::JSONTransport 193 bool readLine(std::FILE *In, std::string &Out) { in readLine() argument 201 nullptr, [&] { return std::fgets(&Out[Size], BufSize, In); })) in readLine() 203 clearerr(In); in readLine() 224 if (feof(In) || ferror(In) || !readLine(In, Line)) in readStandardMessage() 271 return std::fread(&JSON[Pos], 1, ContentLength - Pos, In); in readStandardMessage() [all …]
|
/external/llvm/test/Transforms/LoopVectorize/X86/ |
D | gather_scatter.ll | 86 ;void foo2 (In * __restrict__ in, float * __restrict__ out, int * __restrict__ trigger) { 95 %struct.In = type { float, float } 98 ;AVX512: getelementptr inbounds %struct.In, %struct.In* %in, <16 x i64> %{{.*}}, i32 1 102 define void @foo2(%struct.In* noalias %in, float* noalias %out, i32* noalias %trigger, i32* noalias… 104 %in.addr = alloca %struct.In*, align 8 109 store %struct.In* %in, %struct.In** %in.addr, align 8 133 %5 = load %struct.In*, %struct.In** %in.addr, align 8 134 %arrayidx3 = getelementptr inbounds %struct.In, %struct.In* %5, i64 %idxprom2 135 %b = getelementptr inbounds %struct.In, %struct.In* %arrayidx3, i32 0, i32 1 163 ;void foo3 (In * __restrict__ in, Out * __restrict__ out, int * __restrict__ trigger) { [all …]
|
/external/llvm/lib/Target/Hexagon/ |
D | HexagonGenExtract.cpp | 68 bool convert(Instruction *In); 84 bool HexagonGenExtract::convert(Instruction *In) { in INITIALIZE_PASS_DEPENDENCY() 88 BasicBlock *BB = In->getParent(); in INITIALIZE_PASS_DEPENDENCY() 94 bool Match = match(In, m_And(m_Shl(m_LShr(m_Value(BF), m_ConstantInt(CSR)), in INITIALIZE_PASS_DEPENDENCY() 101 Match = match(In, m_And(m_Shl(m_AShr(m_Value(BF), m_ConstantInt(CSR)), in INITIALIZE_PASS_DEPENDENCY() 109 Match = match(In, m_And(m_Shl(m_Value(BF), m_ConstantInt(CSL)), in INITIALIZE_PASS_DEPENDENCY() 118 Match = match(In, m_And(m_LShr(m_Value(BF), m_ConstantInt(CSR)), in INITIALIZE_PASS_DEPENDENCY() 125 Match = match(In, m_And(m_AShr(m_Value(BF), m_ConstantInt(CSR)), in INITIALIZE_PASS_DEPENDENCY() 132 Match = match(In, m_Shl(m_LShr(m_Value(BF), m_ConstantInt(CSR)), in INITIALIZE_PASS_DEPENDENCY() 139 Match = match(In, m_Shl(m_AShr(m_Value(BF), m_ConstantInt(CSR)), in INITIALIZE_PASS_DEPENDENCY() [all …]
|
/external/skqp/resources/lua/ |
D | slides_content2.lua | 35 Skia In Blink 37 Skia In Blink : Fonts 43 Skia In Blink : Record-Time-Rasterization 52 Skia In Blink : RTR response 60 Skia In Blink : Recording 68 Skia In Blink : Recording response 76 Skia In Blink : Playback 85 Skia In Blink : multi-picture-draw 94 Skia In Blink : MPD optimizations*
|
/external/skqp/platform_tools/android/apps/skqp/src/main/assets/resources/lua/ |
D | slides_content2.lua | 35 Skia In Blink 37 Skia In Blink : Fonts 43 Skia In Blink : Record-Time-Rasterization 52 Skia In Blink : RTR response 60 Skia In Blink : Recording 68 Skia In Blink : Recording response 76 Skia In Blink : Playback 85 Skia In Blink : multi-picture-draw 94 Skia In Blink : MPD optimizations*
|
/external/tensorflow/tensorflow/security/advisory/ |
D | tfsa-2020-013.md | 24 In [1]: tf.strings.as_string(input=[1234], width=6, fill='-') 27 In [2]: tf.strings.as_string(input=[1234], width=6, fill='+') 30 In [3]: tf.strings.as_string(input=[1234], width=6, fill="h") 33 In [4]: tf.strings.as_string(input=[1234], width=6, fill="d") 36 In [5]: tf.strings.as_string(input=[1234], width=6, fill="o") 39 In [6]: tf.strings.as_string(input=[1234], width=6, fill="x") 42 In [7]: tf.strings.as_string(input=[1234], width=6, fill="g") 45 In [8]: tf.strings.as_string(input=[1234], width=6, fill="a") 48 In [9]: tf.strings.as_string(input=[1234], width=6, fill="c") 51 In [10]: tf.strings.as_string(input=[1234], width=6, fill="p") [all …]
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Option/ |
D | OptTable.cpp | 197 static bool optionMatches(const OptTable::Info &In, StringRef Option) { in optionMatches() argument 198 if (In.Prefixes) in optionMatches() 199 for (size_t I = 0; In.Prefixes[I]; I++) in optionMatches() 200 if (Option == std::string(In.Prefixes[I]) + In.Name) in optionMatches() 212 const Info &In = OptionInfos[I]; in suggestValueCompletions() local 213 if (!In.Values || !optionMatches(In, Option)) in suggestValueCompletions() 217 StringRef(In.Values).split(Candidates, ",", -1, false); in suggestValueCompletions() 232 const Info &In = OptionInfos[I]; in findByPrefix() local 233 if (!In.Prefixes || (!In.HelpText && !In.GroupID)) in findByPrefix() 235 if (In.Flags & DisableFlags) in findByPrefix() [all …]
|