HomeSort by relevance Sort by last modified time
    Searched refs:In (Results 1 - 25 of 194) sorted by null

1 2 3 4 5 6 7 8

  /external/webrtc/src/common_audio/signal_processing_library/main/source/
resample_fractional.c 5 * that can be found in the LICENSE file in the root of the source
7 * in the file PATENTS. All contributing project authors may
8 * be found in the AUTHORS file in the root of the source tree.
14 * The description headers can be found in signal_processing_library.h
44 void WebRtcSpl_Resample48khzTo32khz(const WebRtc_Word32 *In, WebRtc_Word32 *Out,
51 // process in sub blocks of size 3 samples.
58 tmp += kCoefficients48To32[0][0] * In[0];
59 tmp += kCoefficients48To32[0][1] * In[1]
    [all...]
resample.c 5 * that can be found in the LICENSE file in the root of the source
7 * in the file PATENTS. All contributing project authors may
8 * be found in the AUTHORS file in the root of the source tree.
14 * The description header can be found in signal_processing_library.h
22 static void WebRtcSpl_32khzTo22khzIntToShort(const WebRtc_Word32 *In, WebRtc_Word16 *Out,
25 void WebRtcSpl_32khzTo22khzIntToInt(const WebRtc_Word32 *In, WebRtc_Word32 *Out,
45 void WebRtcSpl_Resample22khzTo16khz(const WebRtc_Word16* in, WebRtc_Word16* out,
54 // WebRtc_Word16 in[220/SUB_BLOCKS_22_16
    [all...]
  /external/llvm/utils/FileUpdate/
FileUpdate.cpp 12 // unnecessary modifications in a build system.
47 OwningPtr<MemoryBuffer> In;
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());
  /frameworks/base/media/libstagefright/codecs/on2/h264dec/omxdl/reference/vc/m4p10/src/
omxVCM4P10_InvTransformResidualAndAdd.c 39 * bAC - Indicate whether there is AC coefficients in the coefficients
69 OMX_S16 In[16], Out[16];
87 In[i] = pDequantCoeff [i];
93 In[0] = pDequantCoeff [0];
97 In[i] = 0;
102 armVCM4P10_TransformResidual4x4 (Out, In);
  /external/clang/test/SemaTemplate/
deduction-crash.cpp 36 struct In;
39 struct In<a::int_<aaa::a>,my>;
44 In<a::int_<0> > a;
  /external/webkit/Source/WebKit2/Shared/
OriginAndDatabases.cpp 4 * Redistribution and use in source and binary forms, with or without
9 * 2. Redistributions in binary form must reproduce the above copyright
10 * notice, this list of conditions and the following disclaimer in the
16 * PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL APPLE INC. OR ITS CONTRIBUTORS
20 * INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN
22 * ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF
37 encoder->encode(CoreIPC::In(originIdentifier, originQuota, originUsage, databases));
PrintInfo.cpp 4 * Redistribution and use in source and binary forms, with or without
9 * 2. Redistributions in binary form must reproduce the above copyright
10 * notice, this list of conditions and the following disclaimer in the
16 * PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL APPLE INC. OR ITS CONTRIBUTORS
20 * INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN
22 * ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF
44 encoder->encode(CoreIPC::In(pageSetupScaleFactor, availablePaperWidth, availablePaperHeight));
WebPageGroupData.cpp 4 * Redistribution and use in source and binary forms, with or without
9 * 2. Redistributions in binary form must reproduce the above copyright
10 * notice, this list of conditions and the following disclaimer in the
16 * PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL APPLE INC. OR ITS CONTRIBUTORS
20 * INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN
22 * ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF
36 return encoder->encode(CoreIPC::In(identifer, pageGroupID, visibleToInjectedBundle, visibleToHistoryClient));
WebEvent.cpp 4 * Redistribution and use in source and binary forms, with or without
9 * 2. Redistributions in binary form must reproduce the above copyright
10 * notice, this list of conditions and the following disclaimer in the
16 * PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL APPLE INC. OR ITS CONTRIBUTORS
20 * INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN
22 * ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF
51 encoder->encode(CoreIPC::In(m_type, m_modifiers, m_timestamp));
WebGeolocationPosition.cpp 4 * Redistribution and use in source and binary forms, with or without
9 * 2. Redistributions in binary form must reproduce the above copyright
10 * notice, this list of conditions and the following disclaimer in the
16 * PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL APPLE INC. OR ITS CONTRIBUTORS
20 * INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN
22 * ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF
48 encoder->encode(CoreIPC::In(timestamp, latitude, longitude, accuracy));
WebOpenPanelParameters.cpp 4 * Redistribution and use in source and binary forms, with or without
9 * 2. Redistributions in binary form must reproduce the above copyright
10 * notice, this list of conditions and the following disclaimer in the
16 * PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL APPLE INC. OR ITS CONTRIBUTORS
20 * INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN
22 * ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF
49 encoder->encode(CoreIPC::In(allowMultipleFiles, allowsDirectoryUpload, acceptTypes, filenames));
WebPlatformTouchPoint.cpp 4 * Redistribution and use in source and binary forms, with or without
9 * 2. Redistributions in binary form must reproduce the above copyright
10 * notice, this list of conditions and the following disclaimer in the
16 * PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL APPLE INC. OR ITS CONTRIBUTORS
20 * INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN
22 * ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF
48 encoder->encode(CoreIPC::In(m_id, m_state, m_screenPosition, m_position));
WebKeyboardEvent.cpp 4 * Redistribution and use in source and binary forms, with or without
9 * 2. Redistributions in binary form must reproduce the above copyright
10 * notice, this list of conditions and the following disclaimer in the
16 * PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL APPLE INC. OR ITS CONTRIBUTORS
20 * INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN
22 * ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF
52 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));
SecurityOriginData.cpp 4 * Redistribution and use in source and binary forms, with or without
9 * 2. Redistributions in binary form must reproduce the above copyright
10 * notice, this list of conditions and the following disclaimer in the
16 * PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL APPLE INC. OR ITS CONTRIBUTORS
20 * INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN
22 * ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF
40 encoder->encode(CoreIPC::In(protocol, host, port));
WebTouchEvent.cpp 4 * Redistribution and use in source and binary forms, with or without
9 * 2. Redistributions in binary form must reproduce the above copyright
10 * notice, this list of conditions and the following disclaimer in the
16 * PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL APPLE INC. OR ITS CONTRIBUTORS
20 * INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN
22 * ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF
51 encoder->encode(CoreIPC::In(m_touchPoints));
  /external/llvm/lib/CompilerDriver/
Tool.cpp 49 sys::Path Tool::OutFilename(const sys::Path& In,
64 Out.set(sys::path::stem(In.str()));
72 Out = MakeTempFile(TempDir, sys::path::stem(In.str()), OutputSuffix);
CompilationGraph.cpp 65 // (error) invocation in TableGen -> we don't need to print an error
114 PrintError("Node " + ToolName + " is not in the graph");
123 PrintError("Node " + ToolName + " is not in the graph!");
177 sys::Path In = InFile;
185 JT.AddToJoinList(In);
190 if (int ret = CurTool->GenerateAction(CurAction, In, CurNode->HasChildren(),
209 In = CurAction.OutFile();
218 FindToolChain(const sys::Path& In, const std::string* ForceLanguage,
223 : LangMap.GetLanguage(In));
275 sys::Path In = sys::Path(*B)
    [all...]
  /external/webkit/Source/WebKit2/UIProcess/
ChunkedUpdateDrawingAreaProxy.cpp 5 * Redistribution and use in source and binary forms, with or without
10 * 2. Redistributions in binary form must reproduce the above copyright
11 * notice, this list of conditions and the following disclaimer in the
17 * PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL APPLE INC. OR ITS CONTRIBUTORS
21 * INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN
23 * ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF
99 page->process()->deprecatedSend(DrawingAreaLegacyMessage::SuspendPainting, page->pageID(), CoreIPC::In());
104 page->process()->deprecatedSend(DrawingAreaLegacyMessage::ResumePainting, page->pageID(), CoreIPC::In(m_forceRepaintWhenResumingPainting));
127 // Don't paint this into the backing store, because that could leave the backing store in an inconsistent state.
136 page->process()->deprecatedSend(DrawingAreaLegacyMessage::DidUpdate, page->pageID(), CoreIPC::In());
    [all...]
  /external/llvm/examples/OCaml-Kaleidoscope/Chapter5/
token.ml 19 | For | In
  /external/llvm/examples/OCaml-Kaleidoscope/Chapter6/
token.ml 19 | For | In
  /external/llvm/examples/OCaml-Kaleidoscope/Chapter7/
token.ml 19 | For | In
  /external/llvm/lib/Transforms/InstCombine/
InstCombineCasts.cpp 259 /// results in any code being generated and is interesting to optimize out. If
321 /// can be computed by computing V in the smaller type. If V is an instruction,
328 // We can always evaluate constants in another type.
344 // require duplicating the instruction in general, which isn't profitable.
376 // constant amount, we can always perform a SHL in a smaller type.
385 // lshr iff we know that the bits we would otherwise be shifting in are
447 // If this cast is a truncate, evaluting in a different type always
480 // amount is smaller than ASize, it is always safe to do the shift in A's
501 /// in order to eliminate the icmp.
516 Value *In = ICI->getOperand(0)
    [all...]
  /external/webkit/Source/WebKit2/WebProcess/WebPage/
ChunkedUpdateDrawingArea.cpp 4 * Redistribution and use in source and binary forms, with or without
9 * 2. Redistributions in binary form must reproduce the above copyright
10 * notice, this list of conditions and the following disclaimer in the
16 * PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL APPLE INC. OR ITS CONTRIBUTORS
20 * INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN
22 * ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF
87 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));
TiledDrawingArea.cpp 4 * Redistribution and use in source and binary forms, with or without
9 * 2. Redistributions in binary form must reproduce the above copyright
10 * notice, this list of conditions and the following disclaimer in the
16 * PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL APPLE INC. OR ITS CONTRIBUTORS
20 * INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN
22 * ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF
85 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());
    [all...]
  /external/llvm/lib/Transforms/IPO/
Internalize.cpp 10 // This pass loops over all of the functions in the input module, looking for a
89 std::ifstream In(Filename);
90 if (!In.good()) {
95 while (In) {
97 In >> Symbol;
108 // Return if we're not in 'all but main' mode and have no external api
112 // "main" symbol defined in the module. If so, use it, otherwise do not
125 // Mark all functions not in the api as internal.
154 // Mark all global variables with initializers that are not in the api as
169 // Mark all aliases that are not in the api as internal as well
    [all...]

Completed in 376 milliseconds

1 2 3 4 5 6 7 8