Home
last modified time | relevance | path

Searched defs:out (Results 326 - 350 of 3415) sorted by relevance

1...<<11121314151617181920>>...137

/third_party/libphonenumber/cpp/src/phonenumbers/
H A Dencoding_utils.h30 static inline int DecodeUTF8Char(const char* in, char32* out) { in DecodeUTF8Char() argument
/third_party/node/deps/v8/src/strings/
H A Dunicode-decoder.cc46 void Utf8Decoder::Decode(Char* out, const base::Vector<const uint8_t>& data) { in Decode() argument
/third_party/node/deps/v8/src/torque/
H A Dcc-generator.h16 CCGenerator(const ControlFlowGraph& cfg, std::ostream& out, in CCGenerator() argument
H A Dcsa-generator.h16 CSAGenerator(const ControlFlowGraph& cfg, std::ostream& out, in CSAGenerator() argument
/third_party/mesa3d/src/util/
H A Dhalf_float.h64 __m128i out; in _mesa_float_to_half() local
80 __m128 out; in _mesa_half_to_float() local
95 __m128i out; in _mesa_float_to_float16_rtz() local
/third_party/mesa3d/src/gallium/auxiliary/postprocess/
H A Dpp_colors.c35 pp_nocolor(struct pp_queue_t *ppq, struct pipe_resource *in, struct pipe_resource *out, unsigned int n) pp_nocolor() argument
/third_party/mesa3d/src/gallium/auxiliary/util/
H A Du_index_modify.c29 util_shorten_ubyte_elts_to_userptr(struct pipe_context *context, const struct pipe_draw_info *info, unsigned add_transfer_flags, int index_bias, unsigned start, unsigned count, void *out) util_shorten_ubyte_elts_to_userptr() argument
64 util_rebuild_ushort_elts_to_userptr(struct pipe_context *context, const struct pipe_draw_info *info, unsigned add_transfer_flags, int index_bias, unsigned start, unsigned count, void *out) util_rebuild_ushort_elts_to_userptr() argument
98 util_rebuild_uint_elts_to_userptr(struct pipe_context *context, const struct pipe_draw_info *info, unsigned add_transfer_flags, int index_bias, unsigned start, unsigned count, void *out) util_rebuild_uint_elts_to_userptr() argument
/third_party/mesa3d/src/gallium/drivers/vc4/
H A Dvc4_cl.c79 struct vc4_cl_out *out; in vc4_gem_hindex() local
/third_party/musl/libc-test/src/functionalext/supplement/multibyte/
H A Dmbrtoc16.c54 char16_t out; in mbrtoc16_0200() local
77 char16_t out; in mbrtoc16_0300() local
H A Dmbrtoc32.c54 char32_t out; in mbrtoc32_0200() local
77 char32_t out; in mbrtoc32_0300() local
/third_party/node/deps/openssl/openssl/crypto/asn1/
H A Da_i2d_fp.c18 int ASN1_i2d_fp(i2d_of_void *i2d, FILE *out, const void *x) in ASN1_i2d_fp() argument
34 int ASN1_i2d_bio(i2d_of_void *i2d, BIO *out, const void *x) in ASN1_i2d_bio() argument
71 int ASN1_item_i2d_fp(const ASN1_ITEM *it, FILE *out, const void *x) in ASN1_item_i2d_fp() argument
87 int ASN1_item_i2d_bio(const ASN1_ITEM *it, BIO *out, const void *x) in ASN1_item_i2d_bio() argument
/third_party/node/deps/openssl/openssl/crypto/bf/
H A Dbf_cfb64.c25 void BF_cfb64_encrypt(const unsigned char *in, unsigned char *out, in BF_cfb64_encrypt() argument
/third_party/node/deps/openssl/openssl/crypto/buffer/
H A Dbuffer.c148 void BUF_reverse(unsigned char *out, const unsigned char *in, size_t size) in BUF_reverse() argument
/third_party/node/deps/openssl/openssl/crypto/comp/
H A Dcomp_lib.c59 int COMP_compress_block(COMP_CTX *ctx, unsigned char *out, int olen, in COMP_compress_block() argument
74 int COMP_expand_block(COMP_CTX *ctx, unsigned char *out, int olen, in COMP_expand_block() argument
/third_party/node/deps/openssl/openssl/crypto/ct/
H A Dct_prn.c19 static void SCT_signature_algorithms_print(const SCT *sct, BIO *out) in SCT_signature_algorithms_print() argument
29 static void timestamp_print(uint64_t timestamp, BIO *out) in timestamp_print() argument
70 void SCT_print(const SCT *sct, BIO *out, int indent, in SCT_print() argument
[all...]
H A Dct_x509v3.c26 i2r_SCT_LIST(X509V3_EXT_METHOD *method, STACK_OF(SCT) *sct_list, BIO *out, int indent) i2r_SCT_LIST() argument
/third_party/node/deps/openssl/openssl/crypto/ec/curve448/arch_32/
H A Df_impl.h23 void gf_add_RAW(gf out, const gf a, const gf b) in gf_add_RAW() argument
31 void gf_sub_RAW(gf out, const gf a, const gf b) in gf_sub_RAW() argument
/third_party/node/deps/openssl/openssl/crypto/ec/curve448/arch_64/
H A Df_impl.h21 void gf_add_RAW(gf out, const gf a, const gf b) in gf_add_RAW() argument
31 void gf_sub_RAW(gf out, const gf a, const gf b) in gf_sub_RAW() argument
/third_party/node/deps/openssl/openssl/crypto/ec/
H A Decdh_kdf.c24 int ossl_ecdh_kdf_X9_63(unsigned char *out, size_t outlen, in ossl_ecdh_kdf_X9_63() argument
57 int ECDH_KDF_X9_62(unsigned char *out, size_t outlen, in ECDH_KDF_X9_62() argument
H A Decp_nistputil.c53 ossl_ec_GFp_nistp_points_make_affine_internal(size_t num, void *point_array, size_t felem_size, void *tmp_felems, void (*felem_one) (void *out), int (*felem_is_zero) (const void *in), void (*felem_assign) (void *out, const void *in), void (*felem_square) (void *out, const void *in), void (*felem_mul) (void *out, const void *in1, const void *in2), void (*felem_inv) (void *out, const void *in), void (*felem_contract) (void *out, const void *in)) ossl_ec_GFp_nistp_points_make_affine_internal() argument
/third_party/node/deps/openssl/openssl/providers/implementations/ciphers/
H A Dcipher_aes_gcm_hw.c62 generic_aes_gcm_cipher_update(PROV_GCM_CTX *ctx, const unsigned char *in, size_t len, unsigned char *out) generic_aes_gcm_cipher_update() argument
[all...]
H A Dcipher_chacha20_hw.c41 static int chacha20_cipher(PROV_CIPHER_CTX *bctx, unsigned char *out, in chacha20_cipher() argument
H A Dcipher_rc4_hw.c27 static int cipher_hw_rc4_cipher(PROV_CIPHER_CTX *ctx, unsigned char *out, in cipher_hw_rc4_cipher() argument
/third_party/node/deps/openssl/openssl/providers/
H A Dnullprov.c70 ossl_null_provider_init(const OSSL_CORE_HANDLE *handle, const OSSL_DISPATCH *in, const OSSL_DISPATCH **out, void **provctx) ossl_null_provider_init() argument
/third_party/node/deps/openssl/openssl/ssl/
H A Dd1_srtp.c61 ssl_ctx_make_profiles(const char *profiles_string, STACK_OF(SRTP_PROTECTION_PROFILE) **out) ssl_ctx_make_profiles() argument

Completed in 7 milliseconds

1...<<11121314151617181920>>...137