/external/chromium_org/third_party/mesa/src/src/mesa/drivers/dri/nouveau/ |
nv10_state_frag.c | 7 * "Software"), to deal in the Software without restriction, including 14 * next paragraph) shall be included in all copies or substantial 20 * IN NO EVENT SHALL THE COPYRIGHT OWNER(S) AND/OR ITS SUPPLIERS BE 21 * LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION 22 * OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION 23 * WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. 75 uint64_t in; member in struct:combiner_state 91 (rc)->in = (rc)->out = 0; \ 204 (rc)->in |= get_input_arg(rc, arg, flags) << RC_IN_SHIFT_##var 208 (rc)->in |= (RC_IN_SOURCE(src) | 403 uint64_t in; local [all...] |
/external/chromium_org/third_party/mesa/src/src/mesa/tnl/ |
t_vb_texgen.c | 9 * to deal in the Software without restriction, including without limitation 15 * in all copies or substantial portions of the Software. 19 * FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL 20 * BRIAN PAUL BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN 21 * AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN 22 * CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. 69 /* Temporary values used in texgen. 171 /* This is unusual in that we respect the stride of the output vector 172 * (f). This allows us to pass in either a texcoord vector4f, or a 256 GLvector4f *in = VB->AttribPtr[VERT_ATTRIB_TEX0 + unit] local 278 GLvector4f *in = VB->AttribPtr[VERT_ATTRIB_TEX0 + unit]; local 306 GLvector4f *in = VB->AttribPtr[VERT_ATTRIB_TEX0 + unit]; local 340 GLvector4f *in = VB->AttribPtr[VERT_ATTRIB_TEX0 + unit]; local [all...] |
/external/chromium_org/third_party/openssl/openssl/apps/ |
crl.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 408 BIO *in=NULL; local [all...] |
dgst.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 110 BIO *in=NULL,*inp; local [all...] |
ecparam.c | 8 * Redistribution and use in source and binary forms, with or without 15 * 2. Redistributions in binary form must reproduce the above copyright 16 * notice, this list of conditions and the following disclaimer in 23 * for use in the OpenSSL Toolkit. (http://www.openssl.org/)" 31 * nor may "OpenSSL" appear in their names without prior written 37 * for use in the OpenSSL Toolkit (http://www.openssl.org/)" 42 * PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE OpenSSL PROJECT OR 47 * HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, 49 * ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED 92 * -in arg - input file - default stdi 130 BIO *in = NULL, *out = NULL; local [all...] |
enc.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 125 BIO *in=NULL,*out=NULL,*b64=NULL,*benc=NULL,*rbio=NULL,*wbio=NULL; local [all...] |
passwd.c | 50 * -in file - read passwords from file 70 BIO *in = NULL, *out = NULL; local 115 else if (strcmp(argv[i], "-in") == 0) 181 BIO_printf(bio_err, "-in file read passwords from file\n"); 193 in = BIO_new(BIO_s_file()); 194 if (in == NULL) 199 if (BIO_read_filename(in, infile) <= 0) 205 BIO_set_fp(in, stdin, BIO_NOCLOSE); 225 if ((in == NULL) && (passwds == NULL)) 231 if (in == NULL [all...] |
pkeyutl.c | 7 * Redistribution and use in source and binary forms, with or without 14 * 2. Redistributions in binary form must reproduce the above copyright 15 * notice, this list of conditions and the following disclaimer in 22 * for use in the OpenSSL Toolkit. (http://www.OpenSSL.org/)" 30 * nor may "OpenSSL" appear in their names without prior written 36 * for use in the OpenSSL Toolkit (http://www.OpenSSL.org/)" 41 * PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE OpenSSL PROJECT OR 46 * HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, 48 * ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED 84 unsigned char *in, size_t inlen) 90 BIO *in = NULL, *out = NULL; local [all...] |
rsautl.c | 8 * Redistribution and use in source and binary forms, with or without 15 * 2. Redistributions in binary form must reproduce the above copyright 16 * notice, this list of conditions and the following disclaimer in 23 * for use in the OpenSSL Toolkit. (http://www.OpenSSL.org/)" 31 * nor may "OpenSSL" appear in their names without prior written 37 * for use in the OpenSSL Toolkit (http://www.OpenSSL.org/)" 42 * PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE OpenSSL PROJECT OR 47 * HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, 49 * ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED 88 BIO *in = NULL, *out = NULL local [all...] |
s_socket.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 501 unsigned int in[4]; local [all...] |
smime.c | 8 * Redistribution and use in source and binary forms, with or without 15 * 2. Redistributions in binary form must reproduce the above copyright 16 * notice, this list of conditions and the following disclaimer in 23 * for use in the OpenSSL Toolkit. (http://www.OpenSSL.org/)" 31 * nor may "OpenSSL" appear in their names without prior written 37 * for use in the OpenSSL Toolkit (http://www.OpenSSL.org/)" 42 * PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE OpenSSL PROJECT OR 47 * HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, 49 * ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED 104 BIO *in = NULL, *out = NULL, *indata = NULL local [all...] |
/external/chromium_org/third_party/openssl/openssl/crypto/conf/ |
conf_def.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 187 BIO *in=NULL; local [all...] |
/external/chromium_org/third_party/openssl/openssl/crypto/srp/ |
srp_vfy.c | 9 * Redistribution and use in source and binary forms, with or without 16 * 2. Redistributions in binary form must reproduce the above copyright 17 * notice, this list of conditions and the following disclaimer in 24 * for use in the OpenSSL Toolkit. (http://www.OpenSSL.org/)" 32 * nor may "OpenSSL" appear in their names without prior written 38 * for use in the OpenSSL Toolkit (http://www.OpenSSL.org/)" 43 * PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE OpenSSL PROJECT OR 48 * HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, 50 * ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED 372 BIO *in = BIO_new(BIO_s_file()) local [all...] |
/external/chromium_org/third_party/protobuf/src/google/protobuf/io/ |
coded_stream_unittest.cc | 5 // Redistribution and use in source and binary forms, with or without 11 // * Redistributions in binary form must reproduce the above 13 // in the documentation and/or other materials provided with the 22 // A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT 27 // THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT 28 // (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE 49 // This declares an unsigned long long integer literal in a portable way. 64 // run multiple times, once for each item in some input array. TEST_1D 65 // tests all cases in a single input array. TEST_2D tests all 75 // they are all grater than zero. In case of failure, the exact cas 238 } in; local [all...] |
zero_copy_stream_unittest.cc | 5 // Redistribution and use in source and binary forms, with or without 11 // * Redistributions in binary form must reproduce the above 13 // in the documentation and/or other materials provided with the 22 // A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT 27 // THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT 28 // (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE 38 // match. When the data is written, it is written in several small chunks 105 // Writes some text to the output stream in a particular order. Returns 133 const uint8* in = reinterpret_cast<const uint8*>(data); local 146 memcpy(out, in, in_size) 163 const void* in; local [all...] |
/external/chromium_org/third_party/sqlite/src/src/ |
test3.c | 4 ** The author disclaims copyright to this source code. In place of 12 ** Code for testing the btree.c module in SQLite. This code 13 ** is not included in the SQLite library. It is used for automated 49 ** A bogus sqlite3 connection structure for use in the btree 179 /* Normally in this file, with a b-tree handle opened using the 182 ** from an open SQLite connection (using [btree_from_db]). In this case 289 ** Move the cursor to the next entry in the table. Return 0 on success 290 ** or 1 if the cursor was already on the last entry in the table or if 325 ** Move the cursor to the first entry in the table. Return 0 if the 411 /* The cursor may be in "require-seek" state. If this is the case, th 446 u64 in, out; local [all...] |
test_hexio.c | 4 ** The author disclaims copyright to this source code. In place of 15 ** hexadecimal. We could, in theory, use the built-in "binary" 49 ** the binary data. Spaces in the original input are ignored. 107 FILE *in; local 120 in = fopen(zFile, "rb"); 121 if( in==0 ){ 122 in = fopen(zFile, "r"); 124 if( in==0 ){ 128 fseek(in, offset, SEEK_SET) [all...] |
/external/chromium_org/third_party/webrtc/base/ |
nat_unittest.cc | 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. 55 TestClient* in = CreateTestClient(natsf, internal_addr); local 66 in->SendTo(buf, len, out[0]->address()); 71 in->SendTo(buf, len, out[i]->address()); 85 delete in; 106 TestClient* in = CreateTestClient(natsf, internal_addr) local [all...] |
/external/chromium_org/third_party/yasm/source/patched-yasm/modules/arch/x86/tests/ |
genopcode.asm | 60 in al, 55 label 61 in ax, 99 label 62 in eax, 100 label 63 in al, dx label 64 in ax, dx label 65 in eax, dx label
|
/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...] |