/external/webrtc/src/common_audio/signal_processing/ |
D | resample_fractional.c | 44 void WebRtcSpl_Resample48khzTo32khz(const WebRtc_Word32 *In, WebRtc_Word32 *Out, in WebRtcSpl_Resample48khzTo32khz() argument 58 tmp += kCoefficients48To32[0][0] * In[0]; in WebRtcSpl_Resample48khzTo32khz() 59 tmp += kCoefficients48To32[0][1] * In[1]; in WebRtcSpl_Resample48khzTo32khz() 60 tmp += kCoefficients48To32[0][2] * In[2]; in WebRtcSpl_Resample48khzTo32khz() 61 tmp += kCoefficients48To32[0][3] * In[3]; in WebRtcSpl_Resample48khzTo32khz() 62 tmp += kCoefficients48To32[0][4] * In[4]; in WebRtcSpl_Resample48khzTo32khz() 63 tmp += kCoefficients48To32[0][5] * In[5]; in WebRtcSpl_Resample48khzTo32khz() 64 tmp += kCoefficients48To32[0][6] * In[6]; in WebRtcSpl_Resample48khzTo32khz() 65 tmp += kCoefficients48To32[0][7] * In[7]; in WebRtcSpl_Resample48khzTo32khz() 69 tmp += kCoefficients48To32[1][0] * In[1]; in WebRtcSpl_Resample48khzTo32khz() [all …]
|
D | resample.c | 22 static void WebRtcSpl_32khzTo22khzIntToShort(const WebRtc_Word32 *In, WebRtc_Word16 *Out, 25 void WebRtcSpl_32khzTo22khzIntToInt(const WebRtc_Word32 *In, WebRtc_Word32 *Out, 422 void WebRtcSpl_32khzTo22khzIntToInt(const WebRtc_Word32* In, in WebRtcSpl_32khzTo22khzIntToInt() argument 436 Out[0] = ((WebRtc_Word32)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/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/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/skia/resources/ |
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/llvm/test/Transforms/InstCombine/ |
D | 2007-11-15-CompareMiscomp.ll | 1 ; RUN: opt < %s -instcombine -S | grep "icmp eq i32 %In, 1" 4 define i1 @test(i32 %In) { 5 %c1 = icmp sgt i32 %In, -1 6 %c2 = icmp eq i32 %In, 1
|
D | 2008-06-21-CompareMiscomp.ll | 1 ; RUN: opt < %s -instcombine -S | grep "icmp eq i32 %In, 15" 5 define i1 @test(i32 %In) { 6 %c1 = icmp ugt i32 %In, 13 7 %c2 = icmp eq i32 %In, 15
|
/external/libcap-ng/libcap-ng-0.7/ |
D | ChangeLog | 5 - In pscap, don't drop capabilities when running with capabilities 8 - In netcap, make sure readlink is handled properly 10 - In netcap and pscap, ensure euid is initialized 27 - In netcap and pscap use the effective uid 28 - In capng_change_id, only retain setpcap if clearing the bounding set 36 - In netcap, don't complain about missing udp or raw network files 40 - In netcap, don't complain about missing network files 51 - In the init routine, set hdr.pid to current process 54 - In update function, reverse the order of bounding set vs capabilities
|
/external/pdfium/core/src/fxcodec/lcms2/lcms2-2.6/src/ |
D | cmslut.c | 62 void EvaluateIdentity(const cmsFloat32Number In[], in EvaluateIdentity() argument 66 memmove(Out, In, mpe ->InputChannels * sizeof(cmsFloat32Number)); in EvaluateIdentity() 83 void FromFloatTo16(const cmsFloat32Number In[], cmsUInt16Number Out[], cmsUInt32Number n) in FromFloatTo16() argument 88 Out[i] = _cmsQuickSaturateWord(In[i] * 65535.0); in FromFloatTo16() 94 void From16ToFloat(const cmsUInt16Number In[], cmsFloat32Number Out[], cmsUInt32Number n) in From16ToFloat() argument 99 Out[i] = (cmsFloat32Number) In[i] / 65535.0F; in From16ToFloat() 167 void EvaluateCurves(const cmsFloat32Number In[], in EvaluateCurves() argument 182 Out[i] = cmsEvalToneCurveFloat(Data ->TheCurves[i], In[i]); in EvaluateCurves() 312 void EvaluateMatrix(const cmsFloat32Number In[], in EvaluateMatrix() argument 325 Tmp += In[j] * Data->Double[i*mpe->InputChannels + j]; in EvaluateMatrix() [all …]
|
D | cmsgamma.c | 820 cmsToneCurve* CMSEXPORT cmsDupToneCurve(const cmsToneCurve* In) in cmsDupToneCurve() argument 825 …if (In == NULL || In ->InterpParams == NULL || In ->Segments == NULL || In ->Table16 == NULL) retu… in cmsDupToneCurve() 827 …return AllocateToneCurveStruct(In ->InterpParams ->ContextID, In ->nEntries, In ->nSegments, In -… in cmsDupToneCurve() 878 int GetInterval(cmsFloat64Number In, const cmsUInt16Number LutTable[], const struct _cms_interp_str… in GetInterval() argument 896 if (In >= y0 && In <= y1) return i; in GetInterval() 900 if (In >= y1 && In <= y0) return i; in GetInterval() 912 if (In >= y0 && In <= y1) return i; in GetInterval() 916 if (In >= y1 && In <= y0) return i; in GetInterval() 1223 cmsUInt16Number In, Out; in cmsEvalToneCurveFloat() local 1225 In = (cmsUInt16Number) _cmsQuickSaturateWord(v * 65535.0); in cmsEvalToneCurveFloat() [all …]
|
D | cmsps2.c | 585 int OutputValueSampler(register const cmsUInt16Number In[], register cmsUInt16Number Out[], registe… in OutputValueSampler() argument 593 if (In[0] == 0xFFFF) { // Only in L* = 100, ab = [-8..8] in OutputValueSampler() 595 if ((In[1] >= 0x7800 && In[1] <= 0x8800) && in OutputValueSampler() 596 (In[2] >= 0x7800 && In[2] <= 0x8800)) { in OutputValueSampler() 616 if (In[0] != sc ->FirstComponent) { in OutputValueSampler() 629 sc ->FirstComponent = In[0]; in OutputValueSampler() 633 if (In[1] != sc ->SecondComponent) { in OutputValueSampler() 641 sc ->SecondComponent = In[1]; in OutputValueSampler() 1020 cmsUInt16Number In[1]; in WriteNamedColorCSA() local 1023 In[0] = (cmsUInt16Number) i; in WriteNamedColorCSA() [all …]
|
/external/boringssl/src/crypto/modes/asm/ |
D | ghashv8-armx.pl | 229 { my ($Xln,$Xmn,$Xhn,$In) = map("q$_",(4..7)); 240 vext.8 $In,$t1,$t1,#8 242 vpmull.p64 $Xln,$H,$In @ H�Ii+1 243 veor $t1,$t1,$In @ Karatsuba pre-processing 244 vpmull2.p64 $Xhn,$H,$In 280 vext.8 $In,$t1,$t1,#8 283 vpmull.p64 $Xln,$H,$In @ H�Ii+1 289 veor $t1,$t1,$In @ Karatsuba pre-processing 291 vpmull2.p64 $Xhn,$H,$In
|
/external/llvm/lib/Transforms/InstCombine/ |
D | InstCombineCasts.cpp | 522 Value *In = ICI->getOperand(0); in transformZExtICmp() local 523 Value *Sh = ConstantInt::get(In->getType(), in transformZExtICmp() 524 In->getType()->getScalarSizeInBits()-1); in transformZExtICmp() 525 In = Builder->CreateLShr(In, Sh, In->getName()+".lobit"); in transformZExtICmp() 526 if (In->getType() != CI.getType()) in transformZExtICmp() 527 In = Builder->CreateIntCast(In, CI.getType(), false/*ZExt*/); in transformZExtICmp() 530 Constant *One = ConstantInt::get(In->getType(), 1); in transformZExtICmp() 531 In = Builder->CreateXor(In, One, In->getName()+".not"); in transformZExtICmp() 534 return ReplaceInstUsesWith(CI, In); in transformZExtICmp() 568 Value *In = ICI->getOperand(0); in transformZExtICmp() local [all …]
|
/external/clang/test/Analysis/ |
D | objc-properties.m | 31 - (void) someMethod: (MyClass*)In; 65 - (void) someMethod: (MyClass*)In { 66 …(__A) = In; // expected-warning {{Direct assignment to an instance variable backing a property; us… 67 …_X = In; // expected-warning {{Direct assignment to an instance variable backing a property; use t… 68 …_Y = In; // expected-warning {{Direct assignment to an instance variable backing a property; use t… 69 …_Z = In; // expected-warning {{Direct assignment to an instance variable backing a property; use t…
|
/external/mesa3d/src/mapi/mapi/ |
D | sources.mak | 5 # - In default mode, mapi implements the interface defined by mapi.h. To use 8 # - In util mode, mapi provides utility functions for use with glapi. To use 11 # - In glapi mode, mapi implements the interface defined by glapi.h. To use 14 # - In bridge mode, mapi provides entry points calling into glapi. To use
|
/external/deqp/doc/testspecs/GLES31/ |
D | functional.texture.border_clamp.txt | 49 In formats.* subgroup, all GLES31 texture formats are tested. Each format is 53 In range_clamp.* subgroup, border color components are set to values that are 57 In sampler.* subgroup, texture border color and wrapping mode are set using 60 In per_axis_wrap_mode.*, texture wrap mode is not same in all S, T, and R 64 In depth_compare_mode.*, depth texture border values are tested with compare 67 In unused_channels.*, border color has non-zero values in components that are
|
D | functional.tessellation_geometry_interaction.txt | 43 passthrough geometry or tessellation shader does not change the result image. In 45 shader and then with a passthrough geometry shader. In 66 over the viewport. In the geometry_scatter_instances case, each geometry shader 68 emitted by the other instances of the same geometry shader execution. In the 70 far form each other. In geometry_scatter_layers case, each emitted primitive of 85 shader stages. In {vertex, control, evaluation, geometry}_set cases, a constant 86 is assigned to the gl_PointSize in the corresponding shader stage. In {vertex, 87 control, ...}_add cases, gl_PointSize is incremented by a constant. In {eval,
|
/external/guava/guava-tests/test/com/google/common/io/ |
D | TestByteSource.java | 59 return new RandomAmountInputStream(new In(), new Random()); in openStream() 62 private final class In extends TestInputStream { class in TestByteSource 64 public In() throws IOException { in In() method in TestByteSource.In
|
/external/deqp/doc/testspecs/GLES3/ |
D | functional.instanced.txt | 41 In the cases that test draw function, instancing method and instance count, the 44 glVertexAttribDivisor(). In a mixed case different methods are used for 48 In the tests for instanced attribute types, only the vertex attribute divisor 51 attribute is of type vec3. In these cases, draw function and instance count are 54 In all cases, the resulting image is compared against a reference image
|
/external/eigen/doc/ |
D | A05_PortingFrom2To3.dox | 14 In order to ease the switch from Eigen2 to Eigen3, Eigen3 features \subpage Eigen2SupportModes "Eig… 22 The USING_PART_OF_NAMESPACE_EIGEN macro has been removed. In Eigen 3, just do: 31 … second variable. In other words, the Eigen 2 code \code x.dot(y) \endcode is equivalent to the Ei… 81 In Eigen2, coefficient wise operations which have no proper mathematical definition (as a coefficie… 84 In Eigen3 this .cwise() prefix has been superseded by a new kind of matrix type called 107 In Eigen 2 you had to play with the part, extract, and marked functions to deal with triangular and… 219 <td class="alt">In place solving</td></tr> 235 In Eigen 2, the Transform class didn't really know whether it was a projective or affine transforma… 237 The Transform3f (etc) typedefs are no more. In Eigen 3, the Transform typedefs explicitly refer to … 251 In Eigen all operations are performed in a lazy fashion except the matrix products which are always… [all …]
|
/external/llvm/lib/LineEditor/ |
D | LineEditor.cpp | 193 LineEditor::LineEditor(StringRef ProgName, StringRef HistoryPath, FILE *In, in LineEditor() argument 206 Data->EL = ::el_init(ProgName.str().c_str(), In, Out, Err); in LineEditor() 277 FILE *In; member 281 LineEditor::LineEditor(StringRef ProgName, StringRef HistoryPath, FILE *In, in LineEditor() argument 284 Data->In = In; in LineEditor() 301 char *Res = ::fgets(Buf, sizeof(Buf), Data->In); in readLine()
|
/external/webrtc/src/modules/audio_coding/codecs/isac/main/source/ |
D | filter_functions.c | 55 void WebRtcIsac_AllZeroFilter(double *In, double *Coef, int lengthInOut, int orderCoef, double *Out… in WebRtcIsac_AllZeroFilter() argument 64 tmp = In[0] * Coef[0]; in WebRtcIsac_AllZeroFilter() 67 tmp += Coef[k] * In[-k]; in WebRtcIsac_AllZeroFilter() 71 In++; in WebRtcIsac_AllZeroFilter() 77 void WebRtcIsac_ZeroPoleFilter(double *In, double *ZeroCoef, double *PoleCoef, int lengthInOut, int… in WebRtcIsac_ZeroPoleFilter() argument 82 WebRtcIsac_AllZeroFilter(In,ZeroCoef,lengthInOut,orderCoef,Out); in WebRtcIsac_ZeroPoleFilter()
|
/external/llvm/lib/Analysis/ |
D | README.txt | 5 In test/Transforms/LoopStrengthReduce/quadradic-exit-value.ll, the 15 In addition to being much more complicated, it involves i65 arithmetic, 20 In formatValue in test/CodeGen/X86/lsr-delayed-fold.ll,
|
/external/deqp/modules/glshared/ |
D | glsBuiltinPrecisionTests.cpp | 4294 template <typename In> 4297 return (!isTypeValid<typename In::In0>() ? 0 : in numInputs() 4298 !isTypeValid<typename In::In1>() ? 1 : in numInputs() 4299 !isTypeValid<typename In::In2>() ? 2 : in numInputs() 4300 !isTypeValid<typename In::In3>() ? 3 : in numInputs() 4319 template<typename In> 4322 vector<typename In::In0> in0; 4323 vector<typename In::In1> in1; 4324 vector<typename In::In2> in2; 4325 vector<typename In::In3> in3; [all …]
|
/external/skia/include/core/ |
D | SkMath.h | 213 template <typename In, typename Out> 214 inline void SkTDivMod(In numer, In denom, Out* div, Out* mod) { in SkTDivMod() 222 const In d = numer/denom; in SkTDivMod()
|