| /third_party/openssl/crypto/x509/ |
| H A D | v3_pci.c | 67 i2r_pci(X509V3_EXT_METHOD *method, PROXY_CERT_INFO_EXTENSION *pci, BIO *out, int indent) i2r_pci() argument
|
| /third_party/openssl/providers/implementations/ciphers/ |
| H A D | cipher_rc4_hmac_md5_hw.c | 49 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/skia/third_party/externals/sfntly/java/src/com/google/typography/font/sfntly/data/ |
| H A D | FontOutputStream.java | 88 private final OutputStream out; field in FontOutputStream
|
| /third_party/skia/third_party/externals/spirv-tools/source/opt/ |
| H A D | pass_manager.h | 82 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 D | pass_manager.h | 82 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 D | val_extension_spv_khr_integer_dot_product.cpp | 47 inline std::ostream& operator<<(std::ostream& out, Case c) { in operator <<() argument [all...] |
| H A D | val_ssa_test.cpp | 669 std::string out = kHeader + op_name + kBasicTypes + kKernelTypesAndConstants + in forwardKernelNonDominantParameterBaseCode() local
|
| /third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/tools/cfg/ |
| H A D | bin_to_dot.cpp | 34 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/libpng/ |
| H A D | pngwtran.c | 231 unsigned int v, out; in png_do_shift() local 259 unsigned int v, out; in png_do_shift() local [all...] |
| /third_party/skia/third_party/externals/libwebp/src/dsp/ |
| H A D | lossless_enc_neon.c | 120 const int8x16_t out = vsubq_s8(vreinterpretq_s8_u8(in), in TransformColor_NEON() local
|
| H A D | upsampling_neon.c | 61 Upsample16Pixels_NEON(const uint8_t* r1, const uint8_t* r2, uint8_t* out) Upsample16Pixels_NEON() argument [all...] |
| /third_party/skia/third_party/externals/icu/source/samples/dtitvfmtsample/ |
| H A D | dtitvfmtsample.cpp | 27 UFILE *out = u_finit(stdout, NULL, "UTF-8"); in dtitvfmtPreDefined() local 89 UFILE *out = u_finit(stdout, NULL, "UTF-8"); in dtitvfmtCustomized() local
|
| /third_party/skia/third_party/externals/icu/source/samples/dtptngsample/ |
| H A D | dtptngsample.cpp | 124 UFILE *out = u_finit(stdout, NULL, "UTF-8"); in replaceFieldTypesExample() local [all...] |
| /third_party/skia/third_party/externals/icu/source/tools/genrb/ |
| H A D | filterrb.cpp | 59 std::ostream& operator<<(std::ostream& out, const ResKeyPath& value) { in operator <<() argument 211 void SimpleRuleBasedPathFilter::Tree::print(std::ostream& out, int32_t indent) const { in print() argument 236 operator <<(std::ostream& out, const SimpleRuleBasedPathFilter& value) operator <<() argument [all...] |
| /third_party/skia/third_party/externals/icu/source/tools/gentest/ |
| H A D | gentest.c | 146 FILE *out; in outputJavaStuff() local [all...] |
| /third_party/skia/third_party/externals/icu/source/tools/icuinfo/ |
| H A D | icuinfo.cpp | 283 FILE *out = fopen(options[7].value, "w"); in main() local
|
| /third_party/skia/third_party/externals/microhttpd/src/microspdy/ |
| H A D | io_openssl.c | 42 spdyf_next_protos_advertised_cb (SSL *ssl, const unsigned char **out, unsigned int *outlen, void *arg) in spdyf_next_protos_advertised_cb() argument
|
| /third_party/skia/src/sksl/codegen/ |
| H A D | SkSLCodeGenerator.h | 22 CodeGenerator(const Context* context, const Program* program, OutputStream* out) in CodeGenerator() argument
|
| /third_party/skia/src/sksl/ |
| H A D | SkSLDehydrator.cpp | 597 void Dehydrator::finish(OutputStream& out) { in finish() argument
|
| /third_party/skia/src/ports/ |
| H A D | SkOSFile_stdio.cpp | 56 uint16_t* out = wchars.data(); in fopen_win() local
|
| /third_party/skia/tests/ |
| H A D | PathOpsSimplifyQuadThreadedTest.cpp | 38 SkPath path, out; in testSimplifyQuadsMain() local
|
| H A D | PathOpsSimplifyQuadralateralsThreadedTest.cpp | 38 SkPath path, out; in testSimplifyQuadralateralsMain() local
|
| /third_party/skia/third_party/externals/dawn/src/dawn_node/binding/ |
| H A D | Converter.h | 74 [[nodiscard]] inline bool operator()(OUT&& out, IN&& in) { in operator ()() argument 258 Convert(const char*& out, const std::string& in) Convert() argument 265 Convert(T& out, const T& in) Convert() argument 274 Convert(OUT& out, const IN& in) Convert() argument 287 Convert(OUT& out, const std::variant<IN_TYPES...>& in) Convert() argument 294 Convert(OUT& out, const std::optional<IN>& in) Convert() argument 307 Convert(OUT*& out, const std::optional<IN>& in) Convert() argument 322 Convert(OUT& out, const interop::Interface<IN>& in) Convert() argument [all...] |
| H A D | GPUAdapter.cpp | 93 std::vector<std::string> out; variable
|
| /third_party/skia/third_party/externals/dawn/src/dawn_native/ |
| H A D | EncodingContext.h | 65 std::string out; in ConsumedError() local
|