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

1 2 3 4 5 6 7 8 91011>>

  /external/chromium_org/third_party/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,
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 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...]
  /external/chromium_org/mojo/nacl/generator/
interface.py 3 # found in the LICENSE file.
14 f.Param('num_bytes').In('uint64_t')
18 f.Param('buffer_handle').In('MojoHandle')
23 f.Param('buffer_handle').In('MojoHandle')
24 f.Param('offset').In('uint64_t')
25 f.Param('num_bytes').In('uint64_t')
27 f.Param('flags').In('MojoMapBufferFlags')
30 f.Param('buffer').In('void*')
38 f.Param('data_pipe_producer_handle').In('MojoHandle')
41 f.Param('flags').In('MojoWriteDataFlags'
    [all...]
  /external/chromium_org/native_client_sdk/src/doc/reference/
index.rst 5 The reference section includes more in-depth details about some aspects of
6 developing with Native Client, such as the NaCl manifest file format. In
  /external/chromium_org/third_party/mesa/src/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/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
  /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/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/clang/test/SemaTemplate/
deduction-crash.cpp 36 struct In;
39 struct In<a::int_<aaa::a>,my>;
44 In<a::int_<0> > a;
  /external/chromium_org/third_party/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.
210 template <typename In, typename Out>
211 inline void SkTDivMod(In numer, In denom, Out* div, Out* mod)
    [all...]
  /external/llvm/lib/Transforms/IPO/
Internalize.cpp 10 // This pass loops over all of the functions and variables in the input module.
11 // If the function or variable is not in the list of external names given to
14 // This transformation would not be legal in a regular compilation, but it gets
94 std::ifstream In(Filename);
95 if (!In.good()) {
100 while (In) {
102 In >> Symbol;
142 // We must assume that globals in llvm.used have a reference that not even
147 // is that even in LTO llvm doesn't see every reference. For example,
149 // conservative, we internalize symbols in llvm.compiler.used, but w
    [all...]
LoopExtractor.cpp 11 // top-level loop into its own new function. If the loop is the ONLY loop in a
97 // If there is more than one top-level loop in this function, extract all of
98 // the loops. Otherwise there is exactly one top-level loop; in this case if
124 // instruction. But this would result in a loop in the extracted
194 // specified in the argument list) from the functions in the module.
202 std::ifstream In(Filename);
203 if (!In.good()) {
208 while (In) {
    [all...]
  /external/mdnsresponder/mDNSShared/
dnsextd.conf 5 // 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
21 // You also need a "zone" statement in /etc/named.conf to tell BIND the update
32 // perform updates in your dynamic zone, like this:
35 // zone "my-dynamic-subdomain.company.com." in
  /external/chromium_org/chrome/common/extensions/docs/examples/api/tabs/zoom/
background.js 3 // found in the LICENSE file.
6 * @fileoverview In this extension, the background page demonstrates how to
  /external/chromium_org/third_party/webrtc/modules/audio_coding/codecs/isac/main/source/
filter_functions.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.
24 /* the state of filter is assumed to be in InOut[-1] to InOut[-orderCoef] */
56 void WebRtcIsac_AllZeroFilter(double *In, double *Coef, int lengthInOut, int orderCoef, double *Out){
58 /* the state of filter is assumed to be in In[-1] to In[-orderCoef] *
    [all...]
codec.h 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.
41 int WebRtcIsac_EncodeLb(float* in, ISACLBEncStruct* ISACencLB_obj,
63 * - inRateBitPerSec : a total bit-rate in bits/sec.
67 * in bits/sec.
69 * in bits/sec.
84 * Decode the upper-band if the codec is in 0-16 kHz mode
    [all...]
  /external/llvm/lib/LineEditor/
LineEditor.cpp 193 LineEditor::LineEditor(StringRef ProgName, StringRef HistoryPath, FILE *In,
206 Data->EL = ::el_init(ProgName.str().c_str(), In, Out, Err);
277 FILE *In;
281 LineEditor::LineEditor(StringRef ProgName, StringRef HistoryPath, FILE *In,
284 Data->In = In;
301 char *Res = ::fgets(Buf, sizeof(Buf), Data->In);
  /external/llvm/lib/Transforms/InstCombine/
InstCombineCasts.cpp 270 /// results in any code being generated and is interesting to optimize out. If
332 /// can be computed by computing V in the smaller type. If V is an instruction,
339 // We can always evaluate constants in another type.
355 // require duplicating the instruction in general, which isn't profitable.
387 // constant amount, we can always perform a SHL in a smaller type.
396 // lshr iff we know that the bits we would otherwise be shifting in are
458 // If this cast is a truncate, evaluting in a different type always
491 // amount is smaller than ASize, it is always safe to do the shift in A's
512 /// in order to eliminate the icmp.
527 Value *In = ICI->getOperand(0)
    [all...]
  /external/chromium_org/v8/test/webkit/fast/js/
numeric-escapes-in-string-literals.js 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 // DISCLAIMED. IN NO EVENT SHALL APPLE INC. OR ITS CONTRIBUTORS BE LIABLE FOR ANY
20 // ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
21 // (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS
25 "Test numeric escapes in string literals - https://bugs.webkit.org/show_bug.cgi?id=51724"
43 // In non-strict mode 0-7 are octal escapes, 8-9 are NonEscapeCharacters.
44 // In strict mode only "\0" is permitted.
52 // Octal literals may be 1-3 digits long. In strict more all multi-digit sequences are illegal
    [all...]
  /bionic/libc/arch-arm/bionic/
__bionic_clone.S 5 * Redistribution and use in source and binary forms, with or without
10 * * Redistributions in binary form must reproduce the above copyright
11 * notice, this list of conditions and the following disclaimer in
18 * FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE
23 * AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY,
24 * OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT
55 # In the parent, reload saved registers then either return or set errno.
  /external/chromium_org/chrome/browser/resources/cryptotoken/
textfetcher.js 3 // found in the LICENSE file.
22 * @return {!Promise.<string>} A promise for the fetched text. In case of an
38 * @return {!Promise.<string>} A promise for the fetched text. In case of an
  /external/deqp/modules/glshared/
glsBuiltinPrecisionTests.cpp 8 * you may not use this file except in compliance with the License.
13 * Unless required by applicable law or agreed to in writing, software
125 * In the precision tests we are dealing with functions of different arities.
147 // These are used to make Voids usable as containers in container-generic code.
159 //! This is used in vector and matrix constructors.
196 * approximation. These are given in the type Traits<T>.
202 * the actual operations in Traits<T>. Hence we can just use:
266 //! Approximate `value` elementwise to the float precision defined in `fmt`.
267 //! The resulting interval might not be a singleton if rounding in both
653 * effects only: the execute() method should modify at least one variable in
    [all...]
  /external/chromium_org/chrome/common/extensions/docs/examples/api/eventPage/basic/
content.js 3 // found in the LICENSE file.
32 log("In-memory counter is: " + response.counter);

Completed in 752 milliseconds

1 2 3 4 5 6 7 8 91011>>