HomeSort by relevance Sort by last modified time
    Searched defs:in (Results 476 - 500 of 1097) sorted by null

<<11121314151617181920>>

  /external/chromium_org/third_party/yasm/source/patched-yasm/modules/preprocs/nasm/
nasm-preproc.c 6 * Redistribution and use in source and binary forms, with or without
11 * 2. Redistributions in binary form must reproduce the above copyright
12 * notice, this list of conditions and the following disclaimer in the
18 * ARE DISCLAIMED. IN NO EVENT SHALL THE AUTHOR OR OTHER CONTRIBUTORS BE
22 * INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN
24 * ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
39 FILE *in; member in struct:yasm_preproc_nasm
150 preproc_nasm->in = f;
226 /* Save in preproc_deps */
  /external/chromium_org/third_party/yasm/source/patched-yasm/tools/genperf/
genperf.c 7 * Redistribution and use in source and binary forms, with or without
12 * 2. Redistributions in binary form must reproduce the above copyright
13 * notice, this list of conditions and the following disclaimer in the
19 * ARE DISCLAIMED. IN NO EVENT SHALL THE AUTHOR OR OTHER CONTRIBUTORS BE
23 * INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN
25 * ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
79 ub4 blen, /* b in 0..blen-1, power of 2 */
80 ub4 *scramble) /* used in final hash */
85 /* A way to make the 1-byte values in tab bigger */
159 ub4 smax; /* scramble[] values in 0..smax-1, a power of 2 *
252 FILE *in, *out; local
    [all...]
  /external/chromium_org/third_party/zlib/
inflate.c 3 * For conditions of distribution and use, see copyright notice in zlib.h
16 * - Use pointers for available input and output checking in inffast.c
17 * - Remove input and output counters in inffast.c
19 * - Remove unnecessary second byte pull from length extra in inffast.c
20 * - Unroll direct copy to three copies per loop in inffast.c
24 * - Correct filename to inffixed.h for fixed tables in inflate.c
25 * - Make hbuf[] unsigned char to match parameter type in inflate.c
27 * to avoid negation problem on Alphas (64 bit) in inflate.c
30 * - Add comments on state->bits assertion in inffast.c
31 * - Add comments on op field in inftrees.
599 unsigned in, out; \/* save starting available input and output *\/ local
    [all...]
  /external/deqp/modules/gles3/functional/
es3fShaderPackingFunctionTests.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
173 // Random values, mostly in range.
194 const void* in = &inputs[0]; local
198 m_executor->execute((int)inputs.size(), &in, &out);
222 m_testCtx.getLog() << TestLog::Message << "ERROR: Mismatch in value " << valNdx
282 const void* in = &inputs[0]; local
286 m_executor->execute((int)inputs.size(), &in, &out);
311 m_testCtx.getLog() << TestLog::Message << "ERROR: Mismatch in value " << valNdx << ",\n"
364 // Random values, mostly in range
385 const void* in = &inputs[0]; local
473 const void* in = &inputs[0]; local
581 const void* in = &inputs[0]; local
684 const void* in = &inputs[0]; local
    [all...]
  /external/dexmaker/src/dx/java/com/android/dx/io/instructions/
DecodedInstruction.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
33 * match the names given in the Dalvik instruction format
35 * arbitrarily alphabetically from A. In this class, non-register
55 * though it is stored in an {@code int}.
69 public static DecodedInstruction decode(CodeInput in) throws EOFException {
70 int opcodeUnit = in.read();
74 return format.decode(opcodeUnit, in);
85 ShortArrayCodeInput in = new ShortArrayCodeInput(encodedInstructions); local
88 while (in.hasMore())
    [all...]
  /external/dnsmasq/src/
util.c 8 This program is distributed in the hope that it will be useful,
49 static uint32 in[12]; variable
58 !read_write(fd, (unsigned char *)&in, sizeof(in), 1))
72 for (i = 0;i < 12;++i) t[i] = in[i] ^ seed[12 + i];
91 if (!++in[0]) if (!++in[1]) if (!++in[2]) ++in[3];
101 static int check_name(char *in)
    [all...]
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.build.tools/src/org/eclipse/releng/
CompileErrorCheck.java 16 * information in monitor.properties.
120 BufferedReader in = null;
124 in = new BufferedReader(new FileReader(file));
130 while ((aLine = in.readLine()) != null) {
145 if (in != null) {
147 in.close();
190 //send email notification that there are compile errors in the build
206 mailer.sendMultiPartMessage("Compile errors in build", "Compile errors in build. See attached compile logs.", logFiles);
211 System.out.println("Compile errors detected in "+nameWithPlugin)
    [all...]
  /external/eigen/unsupported/Eigen/src/Eigenvalues/
ArpackSelfAdjointEigenSolver.h 16 // Eigen is distributed in the hope that it will be useful, but WITHOUT ANY
66 * The default constructor is for cases in which the user intends to
81 * \param[in] A Self-adjoint matrix whose eigenvalues / eigenvectors will
84 * \param[in] B Self-adjoint matrix for the generalized eigenvalue problem.
85 * \param[in] nbrEigenvalues The number of eigenvalues / eigenvectors to compute.
87 * \param[in] eigs_sigma String containing either "LM", "SM", "LA", or "SA", with
90 * value can contain floating point value in string form, in which case the
92 * \param[in] options Can be #ComputeEigenvectors (default) or #EigenvaluesOnly.
93 * \param[in] tol What tolerance to find the eigenvalues to. Default is 0, whic
515 Scalar *in = workd + ipntr[0] - 1; local
566 Scalar *in = workd + ipntr[0] - 1; local
    [all...]
  /external/f2fs-tools/lib/
libf2fs.c 220 static void TEA_transform(unsigned int buf[4], unsigned int const in[])
224 __u32 a = in[0], b = in[1], c = in[2], d = in[3];
278 __u32 in[8], buf[4]; local
293 str2hashbuf(p, len, in, 4);
294 TEA_transform(buf, in);
406 * the file system. In this case, we should not format.
414 MSG(0, "\tError: In use by the system!\n")
    [all...]
  /external/freetype/src/base/
ftoutln.c 21 /* All functions are declared in freetype.h. */
36 /* The macro FT_COMPONENT is used in trace mode. It is an implicit */
48 /* documentation is in ftoutln.h */
68 FT_Int n; /* index of contour in outline */
69 FT_UInt first; /* index of first point in contour */
85 FT_Int last; /* index of last point in contour */
334 /* documentation is in ftoutln.h */
350 /* documentation is in ftoutln.h */
395 /* documentation is in ftoutln.h */
450 /* documentation is in ftoutln.h *
935 FT_Vector in, out, shift; local
    [all...]
  /external/guava/guava/src/com/google/common/base/
Predicates.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
94 * components evaluates to {@code true}. The components are evaluated in
96 * predicate is found. It defensively copies the iterable passed in, so future
108 * components evaluates to {@code true}. The components are evaluated in
110 * predicate is found. It defensively copies the array passed in, so future
121 * components evaluate to {@code true}. The components are evaluated in
133 * components evaluates to {@code true}. The components are evaluated in
135 * true predicate is found. It defensively copies the iterable passed in, so
147 * components evaluates to {@code true}. The components are evaluated in
226 public static <T> Predicate<T> in(Collection<? extends T> target) { method in class:Predicates
    [all...]
  /external/guava/guava/src/com/google/common/collect/
ComputingConcurrentHashMap.java 5 * in compliance with the License. You may obtain a copy of the License at
9 * Unless required by applicable law or agreed to in writing, software distributed under the License
404 private void readObject(ObjectInputStream in) throws IOException, ClassNotFoundException {
405 in.defaultReadObject();
406 MapMaker mapMaker = readMapMaker(in);
408 readEntries(in);