HomeSort by relevance Sort by last modified time
    Searched defs:in (Results 1326 - 1350 of 2162) sorted by null

<<51525354555657585960>>

  /external/chromium_org/third_party/icu/source/tools/pkgdata/
pkgdata.cpp 34 /* popen/pclose aren't defined in strict ANSI on Cygwin */
245 "Specify a version when packaging in dll or static mode",
284 "%s: error in command line argument \"%s\"\n",
352 /* OK, fill in the options struct */
784 /* Read in options file. */
816 * Given the base libName and version numbers, generate the libary file names and store it in libFileNames.
1631 FileStream *in; local
    [all...]
  /external/chromium_org/third_party/leveldatabase/src/db/
db_impl.cc 3 // found in the LICENSE file. See the AUTHORS file for names of contributors.
101 // Open a log file in the same directory as the db
102 src.env->CreateDir(dbname); // In case it does not exist
243 // (in case there is a race that allows other incarnations)
251 // be recorded in pending_outputs_, which is inserted into "live"
308 // Recover from all newer log files than the ones named in the
310 // incarnation without registering them in the descriptor).
313 // attention to it in case we are recovering a database
341 // Recover in the order in which the logs were generate
1353 Slice in = property; local
    [all...]
  /external/chromium_org/third_party/libwebp/dec/
vp8l.c 4 // that can be found in the COPYING file in the root of the source
6 // in the file PATENTS. All contributing project authors may
7 // be found in the AUTHORS file in the root of the source tree.
153 // to ReadSymbol, in order to pre-fetch enough bits.
318 // The huffman data is stored in red and green bytes.
439 uint8_t* in, int in_stride, int mb_h,
445 uint8_t* const row_in = in + num_lines_in * in_stride;
471 return mb_h; // Num rows out == num rows in
728 const uint8_t* const in = local
1228 const uint32_t* const in = dec->pixels_ + dec->width_ * dec->last_row_; local
    [all...]
  /external/chromium_org/third_party/libwebp/dsp/
dec_neon.c 4 // that can be found in the COPYING file in the root of the source
6 // in the file PATENTS. All contributing project authors may
7 // be found in the AUTHORS file in the root of the source tree.
90 uint32x4x4_t in; local
91 INIT_VECTOR4(in, zero, zero, zero, zero);
93 LOADQ_LANE_32b(in.val[0], 0);
94 LOADQ_LANE_32b(in.val[1], 0);
95 LOADQ_LANE_32b(in.val[2], 0)
    [all...]
enc_neon.c 4 // that can be found in the COPYING file in the root of the source
6 // in the file PATENTS. All contributing project authors may
7 // be found in the AUTHORS file in the root of the source tree.
27 // This code is pretty much the same as TransformOne in the dec_neon.c, except
120 const int16_t* in, uint8_t* dst) {
122 INIT_VECTOR2(rows, vld1q_s16(in + 0), vld1q_s16(in + 8));
131 const int16_t* in, uint8_t* dst)
485 int16x4x4_t in; local
    [all...]
  /external/chromium_org/third_party/mesa/src/src/glsl/
ast.h 7 * to deal in the Software without restriction, including without limitation
13 * paragraph) shall be included in all copies or substantial portions of the
18 * FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL
20 * LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
21 * FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
22 * DEALINGS IN THE SOFTWARE.
65 * ralloc_free in that case. */
72 * Print an AST node in something approximating the original GLSL code
121 unsigned column; /**< Column in the line. */
299 * This is done as a define instead of as an additional value in the enum s
366 unsigned in:1; member in struct:ast_type_qualifier::__anon17871::__anon17872
    [all...]
  /external/chromium_org/third_party/mesa/src/src/mesa/main/
ffvertex_prog.c 8 * "Software"), to deal in the Software without restriction, including
15 * next paragraph) shall be included in all copies or substantial portions
21 * IN NO EVENT SHALL TUNGSTEN GRAPHICS AND/OR ITS SUPPLIERS BE LIABLE FOR
22 * ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT,
23 * TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE
24 * SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
286 * NOTE: These are passed by value extensively in this file rather
288 * remembering they are just 32bits in size.
290 * GCC is smart enough to deal with these dword-sized structures in
519 * matrix out in one go
1493 struct ureg in = register_input(p, VERT_ATTRIB_TEX0+i); local
1500 struct ureg in = (!is_undef(out_texgen) ? local
1567 struct ureg in = register_input(p, VERT_ATTRIB_POINT_SIZE); local
    [all...]
  /external/chromium_org/third_party/openssl/openssl/apps/
apps.c 11 * apply to all code found in this distribution, be it the RC4, RSA,
16 * Copyright remains Eric Young's, and as such any Copyright notices in
18 * If this package is used in a product, Eric Young should be given attribution
20 * This can be in the form of a textual message at program startup or
21 * in documentation (online or textual) provided with the package.
23 * Redistribution and use in source and binary forms, with or without
28 * 2. Redistributions in binary form must reproduce the above copyright
29 * notice, this list of conditions and the following disclaimer in the
44 * ARE DISCLAIMED. IN NO EVENT SHALL THE AUTHOR OR CONTRIBUTORS BE LIABLE
48 * HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRIC
1591 BIO *in=NULL; local
1800 BIO *in = BIO_new(BIO_s_file()); local
    [all...]
ca.c 11 * apply to all code found in this distribution, be it the RC4, RSA,
16 * Copyright remains Eric Young's, and as such any Copyright notices in
18 * If this package is used in a product, Eric Young should be given attribution
20 * This can be in the form of a textual message at program startup or
21 * in documentation (online or textual) provided with the package.
23 * Redistribution and use in source and binary forms, with or without
28 * 2. Redistributions in binary form must reproduce the above copyright
29 * notice, this list of conditions and the following disclaimer in the
44 * ARE DISCLAIMED. IN NO EVENT SHALL THE AUTHOR OR CONTRIBUTORS BE LIABLE
48 * HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRIC
304 BIO *in=NULL,*out=NULL,*Sout=NULL,*Cout=NULL; local
1584 BIO *in=NULL; local
    [all...]
  /external/chromium_org/third_party/openssl/openssl/crypto/pkcs7/
pkcs7.h 11 * apply to all code found in this distribution, be it the RC4, RSA,
16 * Copyright remains Eric Young's, and as such any Copyright notices in
18 * If this package is used in a product, Eric Young should be given attribution
20 * This can be in the form of a textual message at program startup or
21 * in documentation (online or textual) provided with the package.
23 * Redistribution and use in source and binary forms, with or without
28 * 2. Redistributions in binary form must reproduce the above copyright
29 * notice, this list of conditions and the following disclaimer in the
44 * ARE DISCLAIMED. IN NO EVENT SHALL THE AUTHOR OR CONTRIBUTORS BE LIABLE
48 * HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRIC
370 PKCS7 *PKCS7_encrypt(STACK_OF(X509) *certs, BIO *in, const EVP_CIPHER *cipher, variable
    [all...]
  /external/chromium_org/third_party/openssl/openssl/include/openssl/
pkcs7.h 11 * apply to all code found in this distribution, be it the RC4, RSA,
16 * Copyright remains Eric Young's, and as such any Copyright notices in
18 * If this package is used in a product, Eric Young should be given attribution
20 * This can be in the form of a textual message at program startup or
21 * in documentation (online or textual) provided with the package.
23 * Redistribution and use in source and binary forms, with or without
28 * 2. Redistributions in binary form must reproduce the above copyright
29 * notice, this list of conditions and the following disclaimer in the
44 * ARE DISCLAIMED. IN NO EVENT SHALL THE AUTHOR OR CONTRIBUTORS BE LIABLE
48 * HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRIC
370 PKCS7 *PKCS7_encrypt(STACK_OF(X509) *certs, BIO *in, const EVP_CIPHER *cipher, variable
    [all...]
  /external/chromium_org/third_party/sqlite/src/ext/fts1/
fulltext.c 25 /* We encode variable-length integers in little-endian order using seven bits
51 q[-1] &= 0x7f; /* turn off high bit in final byte */
58 * The value is stored in *v. */
98 * Here, array { X } means zero or more occurrences of X, adjacent in memory.
189 /* Add a position to the last position list in a doclist. */
205 /* Terminate the last position list in the given doclist. */
351 /* A DocListMerge computes the AND of an in-memory DocList [in] and a chunked
352 * on-disk doclist, resulting in another in-memory DocList [out]. [in
375 DocListReader in; member in struct:DocListMerge
    [all...]
  /external/chromium_org/third_party/sqlite/src/src/
shell.c 4 ** The author disclaims copyright to this source code. In place of
93 /* Return the difference of two time_structs in seconds */
135 /* GetProcessTimes() isn't supported in WIN95 and some other Windows versions.
164 /* Return the difference of two FILETIME structs in seconds */
224 ** This is the name of our program. It is set in main(), used
225 ** in a number of other places, mostly for error messages.
230 ** Prompt strings. Initialized in main. Settable with
244 ** This routine works like printf in that its first argument is a
246 ** in place of % fields. The result of formatting this string
313 ** This routine reads a line of text from FILE in, store
1667 FILE *in; \/* The input file *\/ local
2572 FILE *in = NULL; local
    [all...]