Home
last modified time | relevance | path

Searched refs:In (Results 1 – 25 of 2649) sorted by relevance

12345678910>>...106

/external/webrtc/webrtc/common_audio/signal_processing/
Dresample_fractional.c44 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 …]
Dresample.c22 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/tcpdump/tests/
Dsflow_multiple_counter_30_pdus.out7 In octets 820721, unicast pkts 9601, multicast pkts 0, broadcast pkts 1302, discards 0
8 In errors 0, unknown protos 0
19In octets 156084746, unicast pkts 473593, multicast pkts 0, broadcast pkts 1862745, discards 0
20 In errors 0, unknown protos 0
31In 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/
Ddirect-ivar-assignment-in-annotated-functions.m18 …- (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/llvm/test/Transforms/LoopVectorize/X86/
Dgather_scatter.ll86 ;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/
DHexagonGenExtract.cpp68 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/skia/resources/
Dslides_content2.lua35 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/libmojo/mojo/public/interfaces/bindings/tests/
Dtest_constants.mojom13 // In the range of (MAX_INT8, MAX_UINT8].
16 // In the range of [MIN_INT16, MIN_INT8).
19 // In the range of (MAX_INT16, MAX_UINT16].
22 // In the range of [MIN_INT32, MIN_INT16).
25 // In the range of (MAX_INT32, MAX_UINT32].
28 // In the range of [MIN_INT64, MIN_INT32).
31 // In the range of (MAX_INT64, MAX_UINT64].
/external/swiftshader/third_party/LLVM/utils/FileUpdate/
DFileUpdate.cpp47 OwningPtr<MemoryBuffer> In; in main() local
48 if (error_code ec = MemoryBuffer::getFileOrSTDIN(InputFilename.c_str(), In)) { in main()
59 if (Out && In->getBufferSize() == Out->getBufferSize() && in main()
60 memcmp(In->getBufferStart(), Out->getBufferStart(), in main()
81 OutStream.os().write(In->getBufferStart(), In->getBufferSize()); in main()
/external/llvm/test/CodeGen/X86/
Dlegalize-shl-vec.ll3 define <2 x i256> @test_shl(<2 x i256> %In) {
5 %Out = shl <2 x i256> %In, %Amt
20 define <2 x i256> @test_srl(<2 x i256> %In) {
22 %Out = lshr <2 x i256> %In, %Amt
37 define <2 x i256> @test_sra(<2 x i256> %In) {
39 %Out = ashr <2 x i256> %In, %Amt
/external/libcap-ng/libcap-ng-0.7/
DChangeLog5 - 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/third_party/lcms2-2.6/src/
Dcmslut.c62 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 …]
Dcmsgamma.c820 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 …]
/external/swiftshader/third_party/LLVM/lib/Transforms/InstCombine/
DInstCombineCasts.cpp517 Value *In = ICI->getOperand(0); in transformZExtICmp() local
518 Value *Sh = ConstantInt::get(In->getType(), in transformZExtICmp()
519 In->getType()->getScalarSizeInBits()-1); in transformZExtICmp()
520 In = Builder->CreateLShr(In, Sh, In->getName()+".lobit"); in transformZExtICmp()
521 if (In->getType() != CI.getType()) in transformZExtICmp()
522 In = Builder->CreateIntCast(In, CI.getType(), false/*ZExt*/); in transformZExtICmp()
525 Constant *One = ConstantInt::get(In->getType(), 1); in transformZExtICmp()
526 In = Builder->CreateXor(In, One, In->getName()+".not"); in transformZExtICmp()
529 return ReplaceInstUsesWith(CI, In); in transformZExtICmp()
566 Value *In = ICI->getOperand(0); in transformZExtICmp() local
[all …]
/external/swiftshader/third_party/LLVM/test/Transforms/InstCombine/
D2007-11-15-CompareMiscomp.ll1 ; 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
D2008-06-21-CompareMiscomp.ll1 ; 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/llvm/test/Transforms/InstCombine/
D2007-11-15-CompareMiscomp.ll1 ; 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
D2008-06-21-CompareMiscomp.ll1 ; 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/llvm/lib/Transforms/InstCombine/
DInstCombineCasts.cpp597 Value *In = ICI->getOperand(0); in transformZExtICmp() local
598 Value *Sh = ConstantInt::get(In->getType(), in transformZExtICmp()
599 In->getType()->getScalarSizeInBits() - 1); in transformZExtICmp()
600 In = Builder->CreateLShr(In, Sh, In->getName() + ".lobit"); in transformZExtICmp()
601 if (In->getType() != CI.getType()) in transformZExtICmp()
602 In = Builder->CreateIntCast(In, CI.getType(), false/*ZExt*/); in transformZExtICmp()
605 Constant *One = ConstantInt::get(In->getType(), 1); in transformZExtICmp()
606 In = Builder->CreateXor(In, One, In->getName() + ".not"); in transformZExtICmp()
609 return replaceInstUsesWith(CI, In); in transformZExtICmp()
643 Value *In = ICI->getOperand(0); in transformZExtICmp() local
[all …]
/external/boringssl/src/crypto/modes/asm/
Dghashv8-armx.pl229 { 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/test/MC/ARM/
Ddirective-arch-mode-switch.s8 @ In ARM mode, switch to an arch which has ARM and Thumb, no warning or .code directive (stay in AR…
15 @ In ARM mode, switch to an arch which has Thumb only, expect warning and .code 16 directive
21 @ In Thumb mode, switch to an arch which has ARM and Thumb, no warning or .code directive (stay in …
28 @ In Thumb mode, switch to a CPU which has ARM and Thumb, no warning or .code directive (stay in Th…
39 @ In ARM mode, switch to a CPU which has ARM and Thumb, no warning or .code directive (stay in ARM …
46 @ In ARM mode, switch to a CPU which has Thumb only, expect warning and .code 16 directive
/external/clang/test/Analysis/
Dobjc-properties.m31 - (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/lz4/examples/
Dstreaming_api_basics.md23 In other words, LZ4 library find redundancy from single contiguous memory block.
28 In these figures, original data is splitted to 4KiBytes contiguous chunks.
70 - In example (1), there is no dependency.
72 - In example (2), naturally 8KiBytes block has internal dependency.
74 - In example (3), block #2 has dependency to #1,
78 In (2), there's no dependency between chunk B and C, but (3) has dependency between B and C.
/external/skia/include/core/
DSkMath.h125 template <typename In, typename Out>
126 inline void SkTDivMod(In numer, In denom, Out* div, Out* mod) { in SkTDivMod()
134 const In d = numer/denom; in SkTDivMod()
/external/mesa3d/src/mapi/mapi/
Dsources.mak5 # - 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

12345678910>>...106