Searched
defs:out (Results
251 -
275 of
1601) sorted by null
<<11121314151617181920>>
/external/chromium_org/net/quic/ |
quic_config_test.cc | 72 const QuicTag* out; local 74 error = msg.GetTaglist(kCGST, &out, &out_len); 76 EXPECT_EQ(kQBIC, *out);
|
/external/chromium_org/remoting/codec/ |
video_decoder_verbatim.cc | 49 uint8_t* out = screen_buffer_.get() + rect.top() * stride + local 56 memcpy(out, in, rect_row_size); 58 out += stride;
|
/external/chromium_org/third_party/angle/src/compiler/translator/ |
intermOut.cpp | 19 // 2. Print out a text based description of the tree. 96 TInfoSinkBase& out = sink; local 98 OutputTreeText(out, node, mDepth); 103 out << "move second child to first child"; 106 out << "initialize first child with second child"; 109 out << "add second child into first child"; 112 out << "subtract second child into first child"; 115 out << "multiply second child into first child"; 118 out << "matrix mult second child into first child"; 121 out << "vector scale second child into first child" 217 TInfoSinkBase& out = sink; local 277 TInfoSinkBase &out = sink; local 362 TInfoSinkBase &out = sink; local 400 TInfoSinkBase &out = sink; local 439 TInfoSinkBase &out = sink; local 486 TInfoSinkBase &out = sink; local [all...] |
/external/chromium_org/third_party/boringssl/src/crypto/asn1/ |
bio_ndef.c | 34 * The word 'cryptographic' can be left out if the rouines from the library 49 * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF 72 * The data is streamed out and does *not* need to be 76 * signatures etc written out. 94 BIO *out; member in struct:ndef_aux_st 106 BIO *BIO_new_NDEF(BIO *out, ASN1_VALUE *val, const ASN1_ITEM *it) 123 out = BIO_push(asn_bio, out); 125 if (!ndef_aux || !asn_bio || !out) 135 sarg.out = out [all...] |
/external/chromium_org/third_party/boringssl/src/crypto/hmac/ |
hmac_test.c | 34 * The word 'cryptographic' can be left out if the rouines from the library 49 * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF 125 uint8_t out[EVP_MAX_MD_SIZE]; local 134 test->data_len, out, &out_len)) { 140 p = to_hex(out, out_len);
|