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

1 2 3 4 5 6 7 8 91011>>

  /external/webrtc/webrtc/common_audio/signal_processing/
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 int32_t *In, int32_t *Out, size_t K)
50 // process in sub blocks of size 3 samples.
57 tmp += kCoefficients48To32[0][0] * In[0];
58 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 int32_t *In, int16_t *Out,
25 void WebRtcSpl_32khzTo22khzIntToInt(const int32_t *In, int32_t *Out,
45 void WebRtcSpl_Resample22khzTo16khz(const int16_t* in, int16_t* out,
54 // int16_t in[220/SUB_BLOCKS_22_16
    [all...]
  /toolchain/binutils/binutils-2.25/ld/testsuite/ld-mips-elf/
undefined.d 4 #error: \A[^\n]*\.o: In function `foo':\n\(\.text\+0x0\): undefined reference to `bar'\Z
  /toolchain/binutils/binutils-2.25/ld/testsuite/ld-cris/
tls-err-67.d 5 #error: \A[^\n]*\.o: In[^\n]*\n[^\n]*truncated[^\n]*\n[^\n]*too many[^\n]*\n[^\n]*\.o: In[^\n]*\n[^\n]*truncated[^\n]*\n[^\n]*too many[^\n]*\n[^\n]*\.o: In[^\n]*\n[^\n]*truncated[^\n]*\n[^\n]*too many[^\n]*\n[^\n]*\.o: In[^\n]*\n[^\n]*truncated[^\n]*\n[^\n]*too many[^\n]*\n[^\n]*\.o: In[^\n]*\n[^\n]*truncated[^\n]*\n[^\n]*too many[^\n]*\n[^\n]*\.o: In[^\n]*\n[^\n]*truncated[^\n]*\n[^\n]*too many[^\n]*\n[^\n]*\.o: In[^\n]*\n[^\n]*truncated[^\n]*\n[^\n]*too many[^\n]*\n[^\n]*\.o: In[^\n]*\n[^\n]*truncated[^\n]*\n[^\n]*too many[^\n]*\n[^\n]*\.o: In[^\n]*\n[^\n]*truncated[^\n]*\n[^\n]*too many[^\n]*\n[^\n]*\.o: In[^\n]*\n[^\n]*truncated[^\n]*\n[^\n]*too many[^\n]*\n[^\n]*\.o: In[^\n]*\n[^\n]*omitted[^\n]*\
    [all...]
tls-err-37.d 5 #error: \A[^\n]*\.o: In function[^\n]*\n[^\n]*undefined reference[^\n]*\Z
7 # Undefined reference for a R_CRIS_32_GOT_GD in an executable.
tls-err-39.d 5 #error: \A[^\n]*\.o: In function[^\n]*\n[^\n]*undefined reference[^\n]*\Z
7 # Undefined reference for a R_CRIS_32_DTPREL in an executable.
tls-err-41.d 5 #error: \A[^\n]*\.o: In function[^\n]*\n[^\n]*undefined reference[^\n]*\Z
7 # Undefined reference for a R_CRIS_32_GOT_TPREL in an executable.
tls-err-43.d 5 #error: \A[^\n]*\.o: In function[^\n]*\n[^\n]*undefined reference[^\n]*\Z
7 # Undefined reference for a R_CRIS_32_TPREL in an executable.
tls-err-45.d 5 #error: \A[^\n]*\.o: In function[^\n]*\n[^\n]*undefined reference[^\n]*\Z
7 # Undefined reference for a R_CRIS_16_GOT_GD in an executable.
tls-err-47.d 5 #error: \A[^\n]*\.o: In function[^\n]*\n[^\n]*undefined reference[^\n]*\Z
7 # Undefined reference for a R_CRIS_16_DTPREL in an executable.
tls-err-49.d 5 #error: \A[^\n]*\.o: In function[^\n]*\n[^\n]*undefined reference[^\n]*\Z
7 # Undefined reference for a R_CRIS_16_GOT_TPREL in an executable.
tls-err-51.d 5 #error: \A[^\n]*\.o: In function[^\n]*\n[^\n]*undefined reference[^\n]*\Z
7 # Undefined reference for a R_CRIS_16_TPREL in an executable.
tls-err-20x.d 8 #error: \A[^\n]*: warning: cannot find entry symbol _start; defaulting to [0-9a-f]*\n[^\n]*: In function `tlsdsofn9':\n[^\n]*: undefined reference to `x1'\n[^\n]*: In function `tlsdsofn9':\n[^n]*: undefined reference to `x2'\Z
tls-err-29.d 5 #error: \A[^\n]*\.o: In function[^\n]*\n[^\n]*truncated[^\n]*\n[^\n]*too many[^\n]*\Z
  /frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/reference/vc/m4p10/src/
omxVCM4P10_InvTransformResidualAndAdd.c 5 * you may not use this file except in compliance with the License.
10 * Unless required by applicable law or agreed to in writing, software
54 * bAC - Indicate whether there is AC coefficients in the coefficients
84 OMX_S16 In[16], Out[16];
102 In[i] = pDequantCoeff [i];
108 In[0] = pDequantCoeff [0];
112 In[i] = 0;
117 armVCM4P10_TransformResidual4x4 (Out, In);
  /external/guava/guava-tests/test/com/google/common/io/
TestByteSource.java 5 * you may not use this file except in compliance with the License.
10 * Unless required by applicable law or agreed to in writing, software
59 return new RandomAmountInputStream(new In(), new Random());
62 private final class In extends TestInputStream {
64 public In() throws IOException {
  /external/llvm/lib/Target/Hexagon/
HexagonGenExtract.cpp 32 // One of the reasons for "extract" is to put a sequence of bits in a regis-
41 cl::desc("Require & in extract patterns"));
68 bool convert(Instruction *In);
84 bool HexagonGenExtract::convert(Instruction *In) {
88 BasicBlock *BB = In->getParent();
94 bool Match = match(In, m_And(m_Shl(m_LShr(m_Value(BF), m_ConstantInt(CSR)),
101 Match = match(In, m_And(m_Shl(m_AShr(m_Value(BF), m_ConstantInt(CSR)),
109 Match = match(In, m_And(m_Shl(m_Value(BF), m_ConstantInt(CSL)),
118 Match = match(In, m_And(m_LShr(m_Value(BF), m_ConstantInt(CSR)),
125 Match = match(In, m_And(m_AShr(m_Value(BF), m_ConstantInt(CSR))
    [all...]
  /external/mesa3d/src/mapi/mapi/
sources.mak 3 # mapi may be used in several ways
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/valgrind/memcheck/tests/
descr_belowsp.stderr.exp 15 describing 0x........ discovered address giving SEGV in thread stack
17 In stack guard protected page, .... bytes below stack pointer
23 In stack guard protected page, .... bytes below stack pointer
26 In stack guard protected page, .... bytes below stack pointer
  /cts/tests/tests/renderscript/src/android/renderscript/cts/
GlobalSync.java 5 * you may not use this file except in compliance with the License.
10 * Unless required by applicable law or agreed to in writing, software
40 int [] In = new int [1];
41 In[0] = v;
42 AIn.copyFrom(In);
  /external/skia/include/core/
SkMath.h 6 * found in the LICENSE file.
18 * Return true iff the 64bit value can exactly be represented in signed 32bits
25 * Return the 64bit argument as signed 32bits, asserting in debug that the arg
26 * exactly fits in signed 32bits. In the release build, no checks are preformed
44 * Computes numer1 * numer2 / denom in full 64 intermediate precision.
56 * Computes (numer1 << shift) / denom in full 64 intermediate precision.
185 template <typename In, typename Out>
186 inline void SkTDivMod(In numer, In denom, Out* div, Out* mod)
    [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
  /toolchain/binutils/binutils-2.25/gas/testsuite/gas/hppa/parse/
lselbug.s 4 ; In gas-1.36 the ldil instruction using parenthesis generated

Completed in 1900 milliseconds

1 2 3 4 5 6 7 8 91011>>