Home
last modified time | relevance | path

Searched defs:out (Results 2276 - 2300 of 3674) sorted by relevance

1...<<919293949596979899100>>...147

/third_party/node/deps/openssl/config/archs/linux-armv4/no-asm/include/openssl/
H A Dct.h361 void SCT_LIST_print(const STACK_OF(SCT) *sct_list, BIO *out, int indent, variable
H A Dconf.h128 int CONF_dump_fp(LHASH_OF(CONF_VALUE) *conf, FILE *out); variable
130 int CONF_dump_bio(LHASH_OF(CONF_VALUE) *conf, BIO *out); variable
[all...]
/third_party/node/deps/zlib/google/
H A Dzip_reader.cc44 std::ostream& operator<<(std::ostream& out, UnzipError error) { in operator <<() argument
/third_party/node/src/
H A Dnode_options.cc1048 std::ostringstream out; in GetBashCompletion() local
H A Dstring_bytes.cc584 char* out = node::UncheckedMalloc(buflen); in Encode() local
H A Dutil.cc183 std::vector<std::string_view> out; in SplitString() local
/third_party/musl/porting/uniproton/kernel/src/locale/
H A Diconv.c227 size_t iconv(iconv_t cd, char **restrict in, size_t *restrict inb, char **restrict out, size_t *restrict outb) in iconv() argument
[all...]
/third_party/nghttp2/src/
H A Dhttp2.cc593 void dump_nv(FILE *out, const char **nv) { in dump_nv() argument
601 void dump_nv(FILE *out, const nghttp2_nv *nva, size_t nvlen) { in dump_nv() argument
610 void dump_nv(FILE *out, const Headers &nva) { in dump_nv() argument
618 dump_nv(FILE *out, const HeaderRefs &nva) dump_nv() argument
[all...]
H A Dapp_helper.cc480 ssize_t deflate_data(uint8_t *out, size_t outlen, const uint8_t *in, in deflate_data() argument
H A Dutil.h635 template <typename T> StringRef format_common_log(char *out, const T &tp) { in format_common_log() argument
658 template <typename T> StringRef format_iso8601(char *out, cons argument
672 format_iso8601_basic(char *out, const T &tp) format_iso8601_basic() argument
686 format_http_date(char *out, const T &tp) format_http_date() argument
[all...]
/third_party/musl/src/crypt/
H A Dcrypt_des.c847 static void des_cipher(const unsigned char *in, unsigned char *out, in des_cipher() argument
/third_party/nghttp2/examples/
H A Dlibevent-client.c315 static int select_next_proto_cb(SSL *ssl, unsigned char **out, in select_next_proto_cb() argument
/third_party/musl/porting/liteos_m/kernel/src/locale/
H A Diconv.c227 size_t iconv(iconv_t cd, char **restrict in, size_t *restrict inb, char **restrict out, size_t *restrict outb) in iconv() argument
[all...]
/third_party/musl/src/locale/
H A Diconv.c227 size_t iconv(iconv_t cd, char **restrict in, size_t *restrict inb, char **restrict out, size_t *restrict outb) in iconv() argument
[all...]
/third_party/nghttp2/tests/
H A Dnghttp2_test_helper.c121 void nva_out_init(nva_out *out) { in nva_out_init() argument
126 void nva_out_reset(nva_out *out, nghttp2_mem *mem) { in nva_out_reset() argument
136 add_out(nva_out *out, nghttp2_nv *nv, nghttp2_mem *mem) add_out() argument
158 inflate_hd(nghttp2_hd_inflater *inflater, nva_out *out, nghttp2_bufs *bufs, size_t offset, nghttp2_mem *mem) inflate_hd() argument
[all...]
/third_party/node/deps/cares/src/lib/
H A Dares_update_servers.c1116 char *out = NULL; in ares_get_servers_csv() local
/third_party/node/deps/brotli/c/enc/
H A Dhash_forgetful_chain_inc.h191 FindLongestMatch( HashForgetfulChain* BROTLI_RESTRICT self, const BrotliEncoderDictionary* dictionary, const uint8_t* BROTLI_RESTRICT data, const size_t ring_buffer_mask, const int* BROTLI_RESTRICT distance_cache, const size_t cur_ix, const size_t max_length, const size_t max_backward, const size_t dictionary_distance, const size_t max_distance, HasherSearchResult* BROTLI_RESTRICT out) FindLongestMatch() argument
[all...]
H A Dhash_longest_match_inc.h158 FindLongestMatch( HashLongestMatch* BROTLI_RESTRICT self, const BrotliEncoderDictionary* dictionary, const uint8_t* BROTLI_RESTRICT data, const size_t ring_buffer_mask, const int* BROTLI_RESTRICT distance_cache, const size_t cur_ix, const size_t max_length, const size_t max_backward, const size_t dictionary_distance, const size_t max_distance, HasherSearchResult* BROTLI_RESTRICT out) FindLongestMatch() argument
[all...]
/third_party/mesa3d/src/microsoft/clc/
H A Dclc_compiler_test.cpp112 auto out = ShaderArg<int64_t>(std::vector<int64_t>(12, 0xdeadbeed), SHADER_ARG_OUTPUT); in TEST_F() local
229 auto out = ShaderArg<struct s>(std::vector<struct s>(2, {0xdeadbeefdeadbeef, 0}), SHADER_ARG_OUTPUT); TEST_F() local
256 auto out = ShaderArg<struct s>(std::vector<struct s>(2, {0xdeadbeefdeadbeef, 0}), SHADER_ARG_OUTPUT); TEST_F() local
285 auto out = ShaderArg<struct s>(std::vector<struct s>(2, { 0xdeadbeefdeadbeef }), SHADER_ARG_OUTPUT); TEST_F() local
308 auto out = ShaderArg<struct s>(std::vector<struct s>(2, { 0xdeadbeefdeadbeef }), SHADER_ARG_OUTPUT); TEST_F() local
753 auto out = ShaderArg<struct uchar3>(std::vector<struct uchar3>(4, { 0xff, 0xff, 0xff }), TEST_F() local
840 auto out = ShaderArg<struct uint8>({ { 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff } }, TEST_F() local
1393 auto out = ShaderArg<uint32_t>({ 0 }, SHADER_ARG_OUTPUT); TEST_F() local
1678 auto out = ShaderArg<float>(std::vector<float>(4, std::numeric_limits<float>::infinity()), SHADER_ARG_OUTPUT); TEST_F() local
1757 auto out = ShaderArg<int>(std::vector<int>(2, 0), SHADER_ARG_OUTPUT); TEST_F() local
1868 auto out = ShaderArg<uint32_t>(0xdeadbeef, SHADER_ARG_OUTPUT); TEST_F() local
1919 auto out = ShaderArg<uint32_t>(std::vector<uint32_t>(6, 0xdeadbeef), SHADER_ARG_OUTPUT); TEST_F() local
2070 auto out = ShaderArg<struct s>({0, 0, 0}, SHADER_ARG_OUTPUT); TEST_F() local
2100 auto out = ShaderArg<struct s>({{0, 0, 0}, {0, 0, 0}}, SHADER_ARG_OUTPUT); TEST_F() local
2134 auto out = ShaderArg<struct s>(std::vector<struct s>(2, {0, 0, 0}), SHADER_ARG_OUTPUT); TEST_F() local
[all...]
/third_party/node/deps/icu-small/source/i18n/
H A Dunits_data.cpp53 explicit ConversionRateDataSink(MaybeStackVector<ConversionRateInfo> *out) : outVector(out) {} in ConversionRateDataSink() argument
/third_party/node/deps/icu-small/source/tools/genrb/
H A Dwrtjava.cpp87 static FileStream* out=nullptr; variable
[all...]
/third_party/node/deps/openssl/config/archs/BSD-x86/no-asm/include/openssl/
H A Dct.h361 void SCT_LIST_print(const STACK_OF(SCT) *sct_list, BIO *out, int indent, variable
H A Dconf.h128 int CONF_dump_fp(LHASH_OF(CONF_VALUE) *conf, FILE *out); variable
130 int CONF_dump_bio(LHASH_OF(CONF_VALUE) *conf, BIO *out); variable
[all...]
/third_party/node/deps/openssl/config/archs/BSD-x86_64/asm_avx2/include/openssl/
H A Dct.h361 void SCT_LIST_print(const STACK_OF(SCT) *sct_list, BIO *out, int indent, variable
H A Dconf.h128 int CONF_dump_fp(LHASH_OF(CONF_VALUE) *conf, FILE *out); variable
130 int CONF_dump_bio(LHASH_OF(CONF_VALUE) *conf, BIO *out); variable
[all...]

Completed in 31 milliseconds

1...<<919293949596979899100>>...147