Home
last modified time | relevance | path

Searched defs:out (Results 1051 - 1075 of 4024) sorted by relevance

1...<<41424344454647484950>>...161

/third_party/skia/third_party/externals/spirv-tools/tools/cfg/
H A Dbin_to_dot.cpp34 DotConverter(spvtools::NameMapper name_mapper, std::iostream* out) in DotConverter() argument
168 BinaryToDot(const spv_const_context context, const uint32_t* words, size_t num_words, std::iostream* out, spv_diagnostic* diagnostic) BinaryToDot() argument
/third_party/skia/third_party/externals/angle2/src/tests/gl_tests/
H A DProgramInterfaceTest.cpp27 std::ostringstream out; in ProgramInterfaceTestPrint() local
[all...]
/third_party/skia/src/core/
H A DSkStringUtils.cpp74 char* out = ret.writable_str(); in SkStringFromUTF16() local
H A DSkRTree.cpp49 Node& out = fNodes.back(); in allocateNodeAtLevel() local
/third_party/skia/third_party/externals/swiftshader/src/OpenGL/compiler/
H A DintermOut.cpp97 TInfoSinkBase& out = sink; in visitBinary() local
161 TInfoSinkBase& out = sink; visitUnary() local
247 TInfoSinkBase& out = sink; visitAggregate() local
339 TInfoSinkBase& out = sink; visitSelection() local
372 TInfoSinkBase& out = sink; visitConstantUnion() local
409 TInfoSinkBase& out = sink; visitLoop() local
447 TInfoSinkBase& out = sink; visitBranch() local
[all...]
/third_party/skia/third_party/externals/swiftshader/src/Reactor/
H A DCoroutine.hpp39 bool await(void *out) in await() argument
65 inline bool await(T &out) { return StreamBase::await(&out); } in await() argument
/third_party/skia/third_party/externals/swiftshader/src/System/
H A DSynchronization.hpp148 T out = queue.front(); in take() local
161 T out = queue.front(); in tryTake() local
/third_party/openssl/demos/pkey/
H A DEVP_PKEY_DSA_paramvalidate.c61 EVP_PKEY_CTX *out = NULL; in create_merged_key() local
/third_party/openssl/providers/
H A Dbaseprov.c127 ossl_base_provider_init(const OSSL_CORE_HANDLE *handle, const OSSL_DISPATCH *in, const OSSL_DISPATCH **out, void **provctx) ossl_base_provider_init() argument
/third_party/openssl/providers/implementations/ciphers/
H A Dcipher_aes_siv_hw.c62 PROV_AES_SIV_CTX *out = (PROV_AES_SIV_CTX *)out_vctx; in aes_siv_dupctx() local
103 aes_siv_cipher(void *vctx, unsigned char *out, const unsigned char *in, size_t len) aes_siv_cipher() argument
[all...]
H A Dcipher_des_hw.c51 static int cipher_hw_des_ecb_cipher(PROV_CIPHER_CTX *ctx, unsigned char *out, in cipher_hw_des_ecb_cipher() argument
65 static int cipher_hw_des_cbc_cipher(PROV_CIPHER_CTX *ctx, unsigned char *out, in cipher_hw_des_cbc_cipher() argument
89 static int cipher_hw_des_ofb64_cipher(PROV_CIPHER_CTX *ctx, unsigned char *out, in cipher_hw_des_ofb64_cipher() argument
108 cipher_hw_des_cfb64_cipher(PROV_CIPHER_CTX *ctx, unsigned char *out, const unsigned char *in, size_t len) cipher_hw_des_cfb64_cipher() argument
134 cipher_hw_des_cfb1_cipher(PROV_CIPHER_CTX *ctx, unsigned char *out, const unsigned char *in, size_t inl) cipher_hw_des_cfb1_cipher() argument
162 cipher_hw_des_cfb8_cipher(PROV_CIPHER_CTX *ctx, unsigned char *out, const unsigned char *in, size_t inl) cipher_hw_des_cfb8_cipher() argument
[all...]
H A Dcipher_tdes_wrap.c35 static int des_ede3_unwrap(PROV_CIPHER_CTX *ctx, unsigned char *out, in des_ede3_unwrap() argument
81 des_ede3_wrap(PROV_CIPHER_CTX *ctx, unsigned char *out, const unsigned char *in, size_t inl) des_ede3_wrap() argument
111 tdes_wrap_cipher_internal(PROV_CIPHER_CTX *ctx, unsigned char *out, const unsigned char *in, size_t inl) tdes_wrap_cipher_internal() argument
127 tdes_wrap_cipher(void *vctx, unsigned char *out, size_t *outl, size_t outsize, const unsigned char *in, size_t inl) tdes_wrap_cipher() argument
151 tdes_wrap_update(void *vctx, unsigned char *out, size_t *outl, size_t outsize, const unsigned char *in, size_t inl) tdes_wrap_update() argument
[all...]
H A Dcipher_rc4_hmac_md5_hw.c49 cipher_hw_rc4_hmac_md5_cipher(PROV_CIPHER_CTX *bctx, unsigned char *out, const unsigned char *in, size_t len) cipher_hw_rc4_hmac_md5_cipher() argument
[all...]
/third_party/openssl/crypto/x509/
H A Dpcy_cache.c217 static int policy_cache_set_int(long *out, ASN1_INTEGER *value) in policy_cache_set_int() argument
H A Dv3_pci.c67 i2r_pci(X509V3_EXT_METHOD *method, PROXY_CERT_INFO_EXTENSION *pci, BIO *out, int indent) i2r_pci() argument
/third_party/openssl/providers/implementations/encode_decode/
H A Dencode_key2blob.c32 BIO *out = ossl_bio_new_from_core_bio(provctx, cout); in write_blob() local
/third_party/openssl/test/
H A Dbio_enc_test.c43 unsigned char out[BUF_SIZE], ref[BUF_SIZE]; in do_bio_cipher() local
[all...]
H A Dbio_memleak_test.c240 BIO *bio = NULL, *out = NULL; in test_bio_i2d_ASN1_mime() local
/third_party/openssl/crypto/sm4/
H A Dsm4.c187 void ossl_sm4_encrypt(const uint8_t *in, uint8_t *out, const SM4_KEY *ks) in ossl_sm4_encrypt() argument
213 void ossl_sm4_decrypt(const uint8_t *in, uint8_t *out, const SM4_KEY *ks) in ossl_sm4_decrypt() argument
[all...]
/third_party/openssl/crypto/txt_db/
H A Dtxt_db.c188 long TXT_DB_write(BIO *out, TXT_DB *db) in TXT_DB_write() argument
/third_party/skia/third_party/externals/sfntly/java/src/com/google/typography/font/sfntly/data/
H A DFontOutputStream.java88 private final OutputStream out; field in FontOutputStream
/third_party/skia/third_party/externals/spirv-tools/source/opt/
H A Dpass_manager.h82 PassManager& SetPrintAll(std::ostream* out) { in SetPrintAll() argument
90 PassManager& SetTimeReport(std::ostream* out) { in SetTimeReport() argument
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/source/opt/
H A Dpass_manager.h82 PassManager& SetPrintAll(std::ostream* out) { in SetPrintAll() argument
90 PassManager& SetTimeReport(std::ostream* out) { in SetTimeReport() argument
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/test/val/
H A Dval_extension_spv_khr_integer_dot_product.cpp47 inline std::ostream& operator<<(std::ostream& out, Case c) { in operator <<() argument
[all...]
H A Dval_ssa_test.cpp669 std::string out = kHeader + op_name + kBasicTypes + kKernelTypesAndConstants + in forwardKernelNonDominantParameterBaseCode() local

Completed in 13 milliseconds

1...<<41424344454647484950>>...161