Searched defs:out (Results 76 - 100 of 2458) sorted by relevance

1234567891011>>

/external/chromium_org/net/spdy/
H A Dspdy_prefixed_buffer_reader.cc25 bool SpdyPrefixedBufferReader::ReadN(size_t count, char* out) { argument
31 std::copy(prefix_, prefix_ + count, out);
37 out = std::copy(prefix_, prefix_ + prefix_length_, out);
44 std::copy(suffix_, suffix_ + count, out);
51 SpdyPinnableBufferPiece* out) {
55 out->storage_.reset();
56 out->length_ = count;
60 out->buffer_ = prefix_;
67 out
50 ReadN(size_t count, SpdyPinnableBufferPiece* out) argument
[all...]
/external/chromium_org/third_party/boringssl/src/crypto/modes/
H A Dofb.c56 void CRYPTO_ofb128_encrypt(const uint8_t *in, uint8_t *out, size_t len, argument
62 assert(in && out && key && ivec && num);
68 *(out++) = *(in++) ^ ivec[n];
74 ((size_t)in | (size_t)out | (size_t)ivec) % sizeof(size_t) != 0) {
79 out[l] = in[l] ^ ivec[n];
91 *(size_t *)(out + n) = *(size_t *)(in + n) ^ *(size_t *)(ivec + n);
94 out += 16;
101 out[n] = in[n] ^ ivec[n];
/external/chromium_org/third_party/boringssl/src/crypto/perlasm/
H A Dx86_64-xlate.pl140 sub out {
196 sub out {
237 sub out {
336 sub out {
357 sub out {
425 sub out {
664 sub out {
873 if ($label=label->re(\$line)) { print $label->out(); }
876 printf "%s",directive->out();
907 $insn = $opcode->out(
139 sub out { subroutine
195 sub out { subroutine
236 sub out { subroutine
335 sub out { subroutine
356 sub out { subroutine
424 sub out { subroutine
663 sub out { subroutine
[all...]
/external/chromium_org/third_party/boringssl/src/crypto/rand/
H A Dwindows.c36 int RAND_bytes(uint8_t *out, size_t requested) { argument
63 if (TRUE != CryptGenRandom(provider, requested, out)) {
/external/chromium_org/third_party/boringssl/src/crypto/x509/
H A Dt_x509a.c34 * The word 'cryptographic' can be left out if the rouines from the library
66 int X509_CERT_AUX_print(BIO *out, X509_CERT_AUX *aux, int indent) argument
74 BIO_printf(out, "%*sTrusted Uses:\n%*s",
77 if(!first) BIO_puts(out, ", ");
81 BIO_puts(out, oidstr);
83 BIO_puts(out, "\n");
84 } else BIO_printf(out, "%*sNo Trusted Uses.\n", indent, "");
87 BIO_printf(out, "%*sRejected Uses:\n%*s",
90 if(!first) BIO_puts(out, ", ");
94 BIO_puts(out, oidst
[all...]
/external/chromium_org/third_party/icu/source/test/intltest/
H A Dtstnrapi.cpp80 UnicodeString out, out2; local
86 copy.getText(out);
88 if( out!=out2 ||
138 Normalizer::normalize(s, UNORM_NONE, 0, out, status);
139 if(out!=s) {
/external/chromium_org/third_party/icu/source/tools/gentest/
H A Dgenres32.c54 FILE *out; local
61 out = fopen(file, "w");
64 if(out == NULL) {
76 "testtable32 {", out
86 fprintf(out, "%s{\"\\U%08x\"}\n", key, i);
89 fprintf(out, "%s:int{%d}\n", key, i);
97 "}", out
100 fclose(out);
/external/chromium_org/third_party/mesa/src/src/gallium/auxiliary/postprocess/
H A Dpp_colors.c35 struct pipe_resource *out, unsigned int n)
41 pp_filter_setup_out(p, out);
34 pp_nocolor(struct pp_queue_t *ppq, struct pipe_resource *in, struct pipe_resource *out, unsigned int n) argument
/external/chromium_org/third_party/openmax_dl/dl/sp/src/x86/
H A Dx86SP_FFT_CToC_FC32_Fwd_Radix2_fs.c16 OMX_F32 *out,
19 OMX_F32 *out0 = out;
14 x86SP_FFT_CToC_FC32_Fwd_Radix2_fs( const OMX_F32 *in, OMX_F32 *out, OMX_INT n) argument
H A Dx86SP_FFT_CToC_FC32_Inv_Radix2_fs.c16 OMX_F32 *out,
20 OMX_F32 *out0 = out;
14 x86SP_FFT_CToC_FC32_Inv_Radix2_fs( const OMX_F32 *in, OMX_F32 *out, OMX_INT n) argument
/external/chromium_org/third_party/opus/src/silk/
H A Dresampler_down2.c38 opus_int16 *out, /* O Output signal [ floor(len/2) ] */
71 out[ k ] = (opus_int16)silk_SAT16( silk_RSHIFT_ROUND( out32, 11 ) );
36 silk_resampler_down2( opus_int32 *S, opus_int16 *out, const opus_int16 *in, opus_int32 inLen ) argument
H A Dresampler_down2_3.c41 opus_int16 *out, /* O Output signal [ floor(2*inLen/3) ] */
75 *out++ = (opus_int16)silk_SAT16( silk_RSHIFT_ROUND( res_Q6, 6 ) );
83 *out++ = (opus_int16)silk_SAT16( silk_RSHIFT_ROUND( res_Q6, 6 ) );
39 silk_resampler_down2_3( opus_int32 *S, opus_int16 *out, const opus_int16 *in, opus_int32 inLen ) argument
/external/chromium_org/third_party/ots/src/
H A Dcbdt.cc30 bool ots_cbdt_serialise(OTSStream *out, OpenTypeFile *file) { argument
31 if (!out->Write(file->cbdt->data, file->cbdt->length)) {
H A Dcblc.cc30 bool ots_cblc_serialise(OTSStream *out, OpenTypeFile *file) { argument
31 if (!out->Write(file->cblc->data, file->cblc->length)) {
H A Dcvt.cc42 bool ots_cvt_serialise(OTSStream *out, OpenTypeFile *file) { argument
45 if (!out->Write(cvt->data, cvt->length)) {
H A Dfpgm.cc36 bool ots_fpgm_serialise(OTSStream *out, OpenTypeFile *file) { argument
39 if (!out->Write(fpgm->data, fpgm->length)) {
H A Dhhea.cc38 bool ots_hhea_serialise(OTSStream *out, OpenTypeFile *file) { argument
39 if (!SerialiseMetricsHeader(out, &file->hhea->header)) {
H A Dhmtx.cc36 bool ots_hmtx_serialise(OTSStream *out, OpenTypeFile *file) { argument
37 if (!SerialiseMetricsTable(out, &file->hmtx->metrics)) {
H A Dos2.cc218 bool ots_os2_serialise(OTSStream *out, OpenTypeFile *file) { argument
221 if (!out->WriteU16(os2->version) ||
222 !out->WriteS16(os2->avg_char_width) ||
223 !out->WriteU16(os2->weight_class) ||
224 !out->WriteU16(os2->width_class) ||
225 !out->WriteU16(os2->type) ||
226 !out->WriteS16(os2->subscript_x_size) ||
227 !out->WriteS16(os2->subscript_y_size) ||
228 !out->WriteS16(os2->subscript_x_offset) ||
229 !out
[all...]
H A Dprep.cc36 bool ots_prep_serialise(OTSStream *out, OpenTypeFile *file) { argument
39 if (!out->Write(prep->data, prep->length)) {
H A Dvhea.cc38 // Firefox developer pointed out that vhea/vmtx should serialise iff GSUB is
44 bool ots_vhea_serialise(OTSStream *out, OpenTypeFile *file) { argument
45 if (!SerialiseMetricsHeader(out, &file->vhea->header)) {
H A Dvmtx.cc40 bool ots_vmtx_serialise(OTSStream *out, OpenTypeFile *file) { argument
41 if (!SerialiseMetricsTable(out, &file->vmtx->metrics)) {
/external/chromium_org/third_party/smhasher/src/
H A DSpookyTest.cpp3 void SpookyHash32_test(const void *key, int len, uint32_t seed, void *out) { argument
4 *(uint32_t*)out = SpookyHash::Hash32(key, len, seed);
7 void SpookyHash64_test(const void *key, int len, uint32_t seed, void *out) { argument
8 *(uint64_t*)out = SpookyHash::Hash64(key, len, seed);
11 void SpookyHash128_test(const void *key, int len, uint32_t seed, void *out) { argument
14 ((uint64_t*)out)[0] = h1;
15 ((uint64_t*)out)[1] = h2;
/external/chromium_org/third_party/webrtc/modules/audio_coding/codecs/ilbc/
H A Dinterpolate.c27 int16_t *out, /* (o) output vector */
37 Performs the operation out[i] = in[i]*coef + (1-coef)*in2[i] (with rounding)
42 out[i] = (int16_t) WEBRTC_SPL_RSHIFT_W32(
26 WebRtcIlbcfix_Interpolate( int16_t *out, int16_t *in1, int16_t *in2, int16_t coef, int16_t length) argument
/external/chromium_org/third_party/yasm/source/patched-yasm/
H A Dgenstring.c37 FILE *in, *out; local
49 out = fopen(argv[2], "wt");
51 if (!out) {
58 fprintf(out, "/* This file auto-generated from %s by genstring.c"
66 fclose(out);
83 fprintf(out, " \"");
86 fputc('\\', out);
87 fputc(*strp, out);
90 fprintf(out, "\",\n");
96 fprintf(out, "};\
[all...]

Completed in 226 milliseconds

1234567891011>>