Searched refs:In (Results 1 - 25 of 164) sorted by relevance

1234567

/external/webrtc/src/common_audio/signal_processing/
H A Dresample_fractional.c44 void WebRtcSpl_Resample48khzTo32khz(const WebRtc_Word32 *In, WebRtc_Word32 *Out, argument
58 tmp += kCoefficients48To32[0][0] * In[0];
59 tmp += kCoefficients48To32[0][1] * In[1];
60 tmp += kCoefficients48To32[0][2] * In[2];
61 tmp += kCoefficients48To32[0][3] * In[3];
62 tmp += kCoefficients48To32[0][4] * In[4];
63 tmp += kCoefficients48To32[0][5] * In[5];
64 tmp += kCoefficients48To32[0][6] * In[6];
65 tmp += kCoefficients48To32[0][7] * In[7];
69 tmp += kCoefficients48To32[1][0] * In[
90 WebRtcSpl_Resample32khzTo24khz(const WebRtc_Word32 *In, WebRtc_Word32 *Out, const WebRtc_Word32 K) argument
199 WebRtcSpl_Resample44khzTo32khz(const WebRtc_Word32 *In, WebRtc_Word32 *Out, const WebRtc_Word32 K) argument
[all...]
H A Dresample.c22 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, argument
436 Out[0] = ((WebRtc_Word32)In[3] << 15) + (1 << 14);
439 WebRtcSpl_DotProdIntToInt(&In[0], &In[22], kCoefficients32To22[0], &Out[1], &Out[10]);
442 WebRtcSpl_DotProdIntToInt(&In[2], &In[20], kCoefficients32To22[1], &Out[2], &Out[9]);
445 WebRtcSpl_DotProdIntToInt(&In[3], &In[1
464 WebRtcSpl_32khzTo22khzIntToShort(const WebRtc_Word32 *In, WebRtc_Word16 *Out, const WebRtc_Word32 K) argument
[all...]
/external/llvm/utils/FileUpdate/
H A DFileUpdate.cpp47 OwningPtr<MemoryBuffer> In; local
48 if (error_code ec = MemoryBuffer::getFileOrSTDIN(InputFilename.c_str(), In)) {
59 if (Out && In->getBufferSize() == Out->getBufferSize() &&
60 memcmp(In->getBufferStart(), Out->getBufferStart(),
81 OutStream.os().write(In->getBufferStart(), In->getBufferSize());
/external/clang/test/SemaTemplate/
H A Ddeduction-crash.cpp36 struct In;
39 struct In<a::int_<aaa::a>,my>;
44 In<a::int_<0> > a;
/external/webkit/Source/WebKit2/Shared/
H A DOriginAndDatabases.cpp37 encoder->encode(CoreIPC::In(originIdentifier, originQuota, originUsage, databases));
H A DPrintInfo.cpp44 encoder->encode(CoreIPC::In(pageSetupScaleFactor, availablePaperWidth, availablePaperHeight));
H A DWebPageGroupData.cpp36 return encoder->encode(CoreIPC::In(identifer, pageGroupID, visibleToInjectedBundle, visibleToHistoryClient));
H A DWebEvent.cpp51 encoder->encode(CoreIPC::In(m_type, m_modifiers, m_timestamp));
H A DWebGeolocationPosition.cpp48 encoder->encode(CoreIPC::In(timestamp, latitude, longitude, accuracy));
H A DWebOpenPanelParameters.cpp49 encoder->encode(CoreIPC::In(allowMultipleFiles, allowsDirectoryUpload, acceptTypes, filenames));
H A DWebPlatformTouchPoint.cpp48 encoder->encode(CoreIPC::In(m_id, m_state, m_screenPosition, m_position));
H A DWebKeyboardEvent.cpp52 encoder->encode(CoreIPC::In(m_text, m_unmodifiedText, m_keyIdentifier, m_windowsVirtualKeyCode, m_nativeVirtualKeyCode, m_macCharCode));
53 encoder->encode(CoreIPC::In(m_isAutoRepeat, m_isKeypad, m_isSystemKey));
H A DSecurityOriginData.cpp40 encoder->encode(CoreIPC::In(protocol, host, port));
H A DWebTouchEvent.cpp51 encoder->encode(CoreIPC::In(m_touchPoints));
H A DWebMouseEvent.cpp87 encoder->encode(CoreIPC::In(m_button, m_position, m_globalPosition, m_deltaX, m_deltaY, m_deltaZ, m_clickCount, m_didActivateWebView));
89 encoder->encode(CoreIPC::In(m_button, m_position, m_globalPosition, m_deltaX, m_deltaY, m_deltaZ, m_clickCount));
/external/webkit/Source/WebKit2/UIProcess/
H A DChunkedUpdateDrawingAreaProxy.cpp99 page->process()->deprecatedSend(DrawingAreaLegacyMessage::SuspendPainting, page->pageID(), CoreIPC::In());
104 page->process()->deprecatedSend(DrawingAreaLegacyMessage::ResumePainting, page->pageID(), CoreIPC::In(m_forceRepaintWhenResumingPainting));
136 page->process()->deprecatedSend(DrawingAreaLegacyMessage::DidUpdate, page->pageID(), CoreIPC::In());
148 m_webPageProxy->process()->deprecatedSend(DrawingAreaLegacyMessage::SetSize, m_webPageProxy->pageID(), CoreIPC::In(m_size));
/external/llvm/examples/OCaml-Kaleidoscope/Chapter5/
H A Dtoken.ml19 | For | In
/external/llvm/examples/OCaml-Kaleidoscope/Chapter6/
H A Dtoken.ml19 | For | In Constructor in type:token
/external/llvm/examples/OCaml-Kaleidoscope/Chapter7/
H A Dtoken.ml19 | For | In Constructor in type:token
/external/llvm/lib/Transforms/InstCombine/
H A DInstCombineCasts.cpp515 Value *In = ICI->getOperand(0);
516 Value *Sh = ConstantInt::get(In->getType(),
517 In->getType()->getScalarSizeInBits()-1);
518 In = Builder->CreateLShr(In, Sh, In->getName()+".lobit");
519 if (In->getType() != CI.getType())
520 In = Builder->CreateIntCast(In, CI.getType(), false/*ZExt*/);
523 Constant *One = ConstantInt::get(In
561 Value *In = ICI->getOperand(0); local
894 Value *In = Builder->CreateAShr(Op0, Sh, Op0->getName()+".lobit"); local
914 Value *In = ICI->getOperand(0); local
967 Value *In = Builder->CreateAShr(Op0, VSh, Op0->getName()+".lobit"); local
[all...]
/external/webkit/Source/WebKit2/WebProcess/WebPage/
H A DChunkedUpdateDrawingArea.cpp87 WebProcess::shared().connection()->deprecatedSend(DrawingAreaProxyLegacyMessage::Update, m_webPage->pageID(), CoreIPC::In(updateChunk));
130 WebProcess::shared().connection()->deprecatedSend(DrawingAreaProxyLegacyMessage::DidSetSize, m_webPage->pageID(), CoreIPC::In(UpdateChunk()));
140 WebProcess::shared().connection()->deprecatedSend(DrawingAreaProxyLegacyMessage::DidSetSize, m_webPage->pageID(), CoreIPC::In(updateChunk));
H A DTiledDrawingArea.cpp85 WebProcess::shared().connection()->deprecatedSend(DrawingAreaProxyLegacyMessage::Invalidate, m_webPage->pageID(), CoreIPC::In(dirtyRect));
110 WebProcess::shared().connection()->deprecatedSend(DrawingAreaProxyLegacyMessage::DidSetSize, m_webPage->pageID(), CoreIPC::In(viewSize));
145 WebProcess::shared().connection()->deprecatedSend(DrawingAreaProxyLegacyMessage::TileUpdated, m_webPage->pageID(), CoreIPC::In(tileID, updateChunk, scale, pendingUpdateCount));
159 WebProcess::shared().connection()->deprecatedSend(DrawingAreaProxyLegacyMessage::AllTileUpdatesProcessed, m_webPage->pageID(), CoreIPC::In());
189 WebProcess::shared().connection()->deprecatedSend(DrawingAreaProxyLegacyMessage::AllTileUpdatesProcessed, m_webPage->pageID(), CoreIPC::In());
225 WebProcess::shared().connection()->deprecatedSend(DrawingAreaProxyLegacyMessage::SnapshotTaken, m_webPage->pageID(), CoreIPC::In(updateChunk));
/external/llvm/lib/Transforms/IPO/
H A DInternalize.cpp89 std::ifstream In(Filename);
90 if (!In.good()) {
95 while (In) {
97 In >> Symbol;
H A DLoopExtractor.cpp198 std::ifstream In(Filename);
199 if (!In.good()) {
204 while (In) {
206 In >> FunctionName;
207 In >> BlockName;
/external/mdnsresponder/mDNSShared/
H A Ddnsextd.conf5 // In most cases, you should not need to change these default options in
16 // In /etc/named.conf you will need to modify the "options" section to

Completed in 286 milliseconds

1234567