/external/chromium_org/third_party/openssl/openssl/crypto/chacha/ |
chachatest.c | 53 * ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED 111 static void hex_decode(unsigned char *out, const char* hex) 120 out[j++] = v; 155 unsigned char *expected, *out_bytes, *zero_bytes, *out, *zeros; local 172 out = misalign(out_bytes); 177 CRYPTO_chacha_20(out, zeros, len, key, nonce, 0); 179 if (memcmp(out, expected, len) != 0) 183 hexdump(out, len); 195 CRYPTO_chacha_20(out, zeros, len - 64, key, nonce, 1); 196 if (memcmp(out, expected + 64, len - 64) != 0 [all...] |
/external/chromium_org/third_party/openssl/openssl/crypto/des/ |
des_enc.c | 35 * The word 'cryptographic' can be left out if the rouines from the library 50 * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF 82 * for pointing this out. */ 175 * for pointing this out. */ 296 unsigned char *out; local 302 out=output; 322 l2c(tout0,out); 323 l2c(tout1,out); 337 l2c(tout0,out); 338 l2c(tout1,out); [all...] |
/external/chromium_org/third_party/openssl/openssl/crypto/ecdh/ |
ecdhtest.c | 60 * ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED 109 static void *KDF1_SHA1(const void *in, size_t inlen, void *out, size_t *outlen) 116 return SHA1(in, inlen, out); 123 static int test_ecdh_curve(int nid, const char *text, BN_CTX *ctx, BIO *out) 146 BIO_puts(out,"Testing key generation with "); 147 BIO_puts(out,text); 149 BIO_puts(out,"\n"); 151 (void)BIO_flush(out); 169 BIO_puts(out," pri 1="); 170 BN_print(out,a->priv_key) 307 BIO *out; local [all...] |
/external/chromium_org/third_party/openssl/openssl/crypto/rand/ |
randfile.c | 35 * The word 'cryptographic' can be left out if the rouines from the library 50 * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF 185 FILE *out = NULL; local 214 out = fdopen(fd, "wb"); 238 out = vms_fopen(file,"rb+",VMS_OPEN_ATTRS); 239 if (out == NULL) 240 out = vms_fopen(file,"wb",VMS_OPEN_ATTRS); 242 if (out == NULL) 243 out = fopen(file,"wb"); 245 if (out == NULL) goto err [all...] |
/external/chromium_org/third_party/opus/src/celt/ |
opus_custom_demo.c | 25 NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS 61 opus_int16 *in, *out; local 129 out = (opus_int16*)malloc(frame_size*channels*sizeof(opus_int16)); 168 ret = opus_custom_decode(dec, NULL, len, out, frame_size); 170 ret = opus_custom_decode(dec, data, len, out, frame_size); 175 out[i] = in[i]; 180 rmsd += (in[i]-out[i])*1.0*(in[i]-out[i]); 181 /*out[i] -= in[i];*/ 185 fwrite(out+skip*channels, sizeof(short), (ret-skip)*channels, fout) [all...] |
/external/chromium_org/third_party/opus/src/celt/tests/ |
test_unit_dft.c | 24 NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS 54 void check(kiss_fft_cpx * in,kiss_fft_cpx * out,int nfft,int isinverse) 82 difr = ansr - out[bin].r; 83 difi = ansi - out[bin].i; 100 kiss_fft_cpx * out= (kiss_fft_cpx*)malloc(buflen); local 125 opus_ifft(cfg,in,out); 127 opus_fft(cfg,in,out); 129 /*for (k=0;k<nfft;++k) printf("%d %d ", out[k].r, out[k].i);printf("\n");*/ 131 check(in,out,nfft,isinverse) [all...] |
test_unit_mdct.c | 24 NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS 54 void check(kiss_fft_scalar * in,kiss_fft_scalar * out,int nfft,int isinverse) 71 /*printf ("%f %f\n", ansr, out[bin]);*/ 72 difr = ansr - out[bin]; 84 void check_inv(kiss_fft_scalar * in,kiss_fft_scalar * out,int nfft,int isinverse) 101 /*printf ("%f %f\n", ansr, out[bin]);*/ 102 difr = ansr - out[bin]; 122 kiss_fft_scalar * out= (kiss_fft_scalar*)malloc(buflen); local 152 out[k] = 0; 153 clt_mdct_backward(&cfg,in,out, window, nfft/2, 0, 1) [all...] |
/external/chromium_org/third_party/opus/src/doc/ |
trivial_example.c | 23 NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS 55 opus_int16 out[MAX_FRAME_SIZE*CHANNELS]; local 138 frame_size = opus_decode(decoder, cbits, nbBytes, out, MAX_FRAME_SIZE, 0); 148 pcm_bytes[2*i]=out[i]&0xFF; 149 pcm_bytes[2*i+1]=(out[i]>>8)&0xFF;
|
/external/chromium_org/third_party/protobuf/src/google/protobuf/ |
message_unittest.cc | 28 // (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE 100 ofstream out; local 104 EXPECT_FALSE(message.SerializeToOstream(&out));
|
/external/chromium_org/third_party/skia/experimental/Intersection/ |
EdgeWalkerQuadratic4x4_Test.cpp | 40 SkPath path, out; local 62 testSimplifyx(path, false, out, state, pathStr); 66 testSimplifyx(path, true, out, state, pathStr);
|
EdgeWalkerQuadratics_Test.cpp | 14 SkPath path, out; local 21 testSimplify(path, true, out, bitmap); 25 SkPath path, out; local 32 testSimplify(path, true, out, bitmap); 36 SkPath path, out; local 43 testSimplify(path, true, out, bitmap); 47 SkPath path, out; local 54 testSimplify(path, true, out, bitmap); 55 drawAsciiPaths(path, out, true); 59 SkPath path, out; local 73 SkPath path, out; local 87 SkPath path, out; local 101 SkPath path, out; local 115 SkPath path, out; local 129 SkPath path, out; local 143 SkPath path, out; local 157 SkPath path, out; local 171 SkPath path, out; local 186 SkPath path, out; local 200 SkPath path, out; local 214 SkPath path, out; local 228 SkPath path, out; local [all...] |
SimplifyRect4x4_Test.cpp | 41 SkPath path, out; local 159 testSimplifyx(path, false, out, state, pathStr); 162 testSimplifyx(path, true, out, state, pathStr);
|
/external/chromium_org/third_party/skia/src/core/ |
SkMaskGamma.cpp | 115 float out = dstConvert.fromLuma(dstGamma, linOut); local 118 float result = (out - dst) / (src - dst);
|
/external/chromium_org/third_party/skia/tests/ |
PathOpsSimplifyDegenerateThreadedTest.cpp | 14 bool progress = state.fReporter->verbose(); // FIXME: break out into its own parameter? 37 SkPath path, out; local 59 testSimplify(path, false, out, state, pathStr); 64 testSimplify(path, true, out, state, pathStr);
|
PathOpsSimplifyQuadThreadedTest.cpp | 15 bool progress = state.fReporter->verbose(); // FIXME: break out into its own parameter? 39 SkPath path, out; local 64 testSimplify(path, false, out, state, pathStr); 69 testSimplify(path, true, out, state, pathStr);
|
PathOpsSimplifyQuadralateralsThreadedTest.cpp | 15 bool progress = state.fReporter->verbose(); // FIXME: break out into its own parameter? 39 SkPath path, out; local 66 testSimplify(path, false, out, state, pathStr); 71 testSimplify(path, true, out, state, pathStr);
|
PathOpsSimplifyRectThreadedTest.cpp | 22 bool progress = state.fReporter->verbose(); // FIXME: break out into its own parameter? 42 SkPath path, out; local 174 testSimplify(path, false, out, state, pathStr); 178 testSimplify(path, true, out, state, pathStr);
|
PathOpsSimplifyTrianglesThreadedTest.cpp | 14 bool progress = state.fReporter->verbose(); // FIXME: break out into its own parameter? 40 SkPath path, out; local 63 testSimplify(path, false, out, state, pathStr); 69 testSimplify(path, true, out, state, pathStr);
|
/external/chromium_org/third_party/skia/tools/ |
bbh_shootout.cpp | 150 SkString out; local 151 out.printf("%s ", kBBoxHierarchyTypeNames[bBoxType]); 152 recordOut.writeText(out.c_str()); 153 playbackOut.writeText(out.c_str());
|
/external/chromium_org/third_party/webrtc/base/ |
optionsfile_unittest.cc | 135 std::string out; local 137 EXPECT_FALSE(store_->GetStringValue(kOptionWithEquals, &out)); 139 EXPECT_FALSE(store_->GetStringValue(kOptionWithNewline, &out)); 144 EXPECT_TRUE(store_->GetStringValue(kTestOptionA, &out)); 145 EXPECT_EQ(kTestString1, out); 146 EXPECT_TRUE(store_->GetStringValue(kOptionWithUtf8, &out)); 147 EXPECT_EQ(kValueWithUtf8, out); 149 EXPECT_TRUE(store_->GetStringValue(kTestOptionA, &out)); 150 EXPECT_EQ(kTestString1, out); 154 EXPECT_TRUE(store_->GetStringValue(kTestOptionA, &out)); [all...] |
/external/chromium_org/third_party/yasm/source/patched-yasm/libyasm/tests/ |
leb128_test.c | 23 * ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE 81 unsigned char out[100]; local 98 for (i=0; i<sizeof(out); i++) 99 out[i] = 0xFF; 100 size = yasm_intnum_get_leb128(intn, out, test->sign); 111 if (out[i] != test->result[i])
|
/external/chromium_org/third_party/zlib/ |
inffast.c | 33 Decode literal, length, and distance codes and write out the resulting 50 LEN -- ran out of enough output space or enough available input 74 unsigned char FAR *out; /* local strm->next_out */ local 76 unsigned char FAR *end; /* while out < end, enough space available */ 101 out = strm->next_out - OFF; 102 beg = out - (start - strm->avail_out); 103 end = out + (strm->avail_out - 257); 137 PUP(out) = (unsigned char)(here.val); 186 op = (unsigned)(out - beg); /* max distance in output */ 199 PUP(out) = 0 [all...] |
/external/deqp/framework/qphelper/ |
qpDebugOut.c | 112 FILE* out = getOutFile(type); local 115 fprintf(out, "FATAL ERROR: "); 117 fputs(message, out); 121 putc('\n', out); 122 fflush(out); 128 FILE* out = getOutFile(type); local 131 fprintf(out, "FATAL ERROR: "); 133 vfprintf(out, format, args); 137 putc('\n', out); 138 fflush(out); [all...] |
/external/deqp/modules/egl/ |
teglInfoTests.cpp | 46 std::vector<std::string> out; local 47 if (str.length() == 0) return out; 54 out.push_back(str.substr(start, end-start)); 59 out.push_back(str.substr(start, end-start)); 61 return out; 68 int out; local 69 strStream >> out; local 70 return out;
|
/external/dexmaker/src/dx/java/com/android/dx/dex/file/ |
EncodedArrayItem.java | 95 ByteArrayAnnotatedOutput out = new ByteArrayAnnotatedOutput(); local 96 ValueEncoder encoder = new ValueEncoder(addedTo.getFile(), out); 99 encodedForm = out.toByteArray(); 105 protected void writeTo0(DexFile file, AnnotatedOutput out) { 106 boolean annotates = out.annotates(); 109 out.annotate(0, offsetString() + " encoded array"); 116 ValueEncoder encoder = new ValueEncoder(file, out); 119 out.write(encodedForm);
|