Home
last modified time | relevance | path

Searched defs:out (Results 2001 - 2025 of 3962) sorted by relevance

1...<<81828384858687888990>>...159

/third_party/node/deps/v8/src/utils/
H A Dutils.cc42 void PrintF(FILE* out, const char* format, ...) { in PrintF() argument
/third_party/mesa3d/src/gallium/drivers/i915/
H A Di915_debug.c237 char *out = ralloc_vasprintf(NULL, fmt, args); in BITS() local
261 char *out = ralloc_vasprintf(NULL, fmt, args); in FLAG() local
/third_party/mesa3d/src/gallium/drivers/iris/
H A Diris_fence.c521 iris_fence_create_fd(struct pipe_context *ctx, struct pipe_fence_handle **out, int fd, enum pipe_fd_type type) iris_fence_create_fd() argument
/third_party/mesa3d/src/gallium/auxiliary/draw/
H A Ddraw_vs.h59 struct draw_variant_output out; member
/third_party/mesa3d/src/gallium/auxiliary/tgsi/
H A Dtgsi_scan.c1167 tgsi_scan_tess_ctrl(const struct tgsi_token *tokens, const struct tgsi_shader_info *info, struct tgsi_tessctrl_info *out) tgsi_scan_tess_ctrl() argument
/third_party/mesa3d/src/gallium/drivers/asahi/
H A Dmagic.c111 asahi_pack_iogpu_attachment(void *out, struct agx_resource *rsrc, in asahi_pack_iogpu_attachment() argument
127 asahi_pack_iogpu_attachments(void *out, struct pipe_framebuffer_state *framebuffer) in asahi_pack_iogpu_attachments() argument
/third_party/mesa3d/src/gallium/drivers/d3d12/
H A Dd3d12_gs_variant.cpp99 nir_variable *in, *out; in d3d12_make_passthrough_gs() local
152 nir_variable *out[VARYING_SLOT_MAX]; member
[all...]
/third_party/mesa3d/src/nouveau/codegen/
H A Dnv50_ir_graph.h134 Edge *out; member in nv50_ir::Graph::Node
/third_party/mesa3d/src/gallium/drivers/crocus/
H A Dcrocus_fence.c470 crocus_fence_create_fd(struct pipe_context *ctx, struct pipe_fence_handle **out, in crocus_fence_create_fd() argument
/third_party/mesa3d/src/gallium/drivers/etnaviv/
H A Detnaviv_asm.h182 etna_assemble_set_imm(uint32_t *out, uint32_t imm) in etna_assemble_set_imm() argument
/third_party/mesa3d/src/gallium/auxiliary/nir/
H A Dnir_draw_helpers.c185 nir_ssa_def *out = nir_vec4(b, nir_channel(b, out_input, 0), in nir_lower_aaline_block() local
273 nir_ssa_def *out = nir_vec4(b, nir_channel(b, out_input, 0), in nir_lower_aapoint_block() local
/third_party/mesa3d/src/gallium/drivers/r300/
H A Dr300_fs.c216 struct ureg_dst out; in r300_dummy_fragment_shader() local
/third_party/node/deps/openssl/openssl/apps/
H A Ddhparam.c81 BIO *in = NULL, *out = NULL; in dhparam_main() local
H A Ddsa.c79 BIO *out = NULL; in dsa_main() local
[all...]
/third_party/node/deps/openssl/openssl/apps/lib/
H A Dcmp_mock_srv.c294 process_genm(OSSL_CMP_SRV_CTX *srv_ctx, const OSSL_CMP_MSG *genm, const STACK_OF(OSSL_CMP_ITAV) *in, STACK_OF(OSSL_CMP_ITAV) **out) process_genm() argument
/third_party/node/deps/openssl/openssl/crypto/bio/
H A Dbss_conn.c323 static int conn_read(BIO *b, char *out, int outl) in conn_read() argument
H A Dbss_acpt.c365 static int acpt_read(BIO *b, char *out, int outl) in acpt_read() argument
/third_party/node/deps/openssl/openssl/providers/implementations/asymciphers/
H A Drsa_enc.c135 static int rsa_encrypt(void *vprsactx, unsigned char *out, size_t *outlen, in rsa_encrypt() argument
197 static int rsa_decrypt(void *vprsactx, unsigned char *out, size_t *outlen, in rsa_decrypt() argument
[all...]
/third_party/node/deps/openssl/openssl/providers/implementations/ciphers/
H A Dcipher_aes_cbc_hmac_sha256_hw.c117 unsigned char *out; member
125 tls1_multi_block_encrypt(void *vctx, unsigned char *out, const unsigned char *inp, size_t inp_len, int n4x) tls1_multi_block_encrypt() argument
395 aesni_cbc_hmac_sha256_cipher(PROV_CIPHER_CTX *vctx, unsigned char *out, const unsigned char *in, size_t len) aesni_cbc_hmac_sha256_cipher() argument
[all...]
H A Dcipher_aes_cbc_hmac_sha1_hw.c113 unsigned char *out; member
121 tls1_multi_block_encrypt(void *vctx, unsigned char *out, const unsigned char *inp, size_t inp_len, int n4x) tls1_multi_block_encrypt() argument
372 aesni_cbc_hmac_sha1_cipher(PROV_CIPHER_CTX *vctx, unsigned char *out, const unsigned char *in, size_t len) aesni_cbc_hmac_sha1_cipher() argument
[all...]
H A Dcipher_aes_wrp.c162 static int aes_wrap_cipher_internal(void *vctx, unsigned char *out, in aes_wrap_cipher_internal() argument
222 static int aes_wrap_final(void *vctx, unsigned char *out, size_t *outl, in aes_wrap_final() argument
232 aes_wrap_cipher(void *vctx, unsigned char *out, size_t *outl, size_t outsize, const unsigned char *in, size_t inl) aes_wrap_cipher() argument
H A Dcipher_chacha20_poly1305_hw.c117 chacha20_poly1305_tls_cipher(PROV_CIPHER_CTX *bctx, unsigned char *out, size_t *out_padlen, const unsigned char *in, size_t len) chacha20_poly1305_tls_cipher() argument
267 chacha20_poly1305_aead_cipher(PROV_CIPHER_CTX *bctx, unsigned char *out, size_t *outl, const unsigned char *in, size_t inl) chacha20_poly1305_aead_cipher() argument
[all...]
H A Dciphercommon.c247 int ossl_cipher_generic_block_update(void *vctx, unsigned char *out, in ossl_cipher_generic_block_update() argument
393 ossl_cipher_generic_block_final(void *vctx, unsigned char *out, size_t *outl, size_t outsize) ossl_cipher_generic_block_final() argument
467 ossl_cipher_generic_stream_update(void *vctx, unsigned char *out, size_t *outl, size_t outsize, const unsigned char *in, size_t inl) ossl_cipher_generic_stream_update() argument
529 ossl_cipher_generic_stream_final(void *vctx, unsigned char *out, size_t *outl, size_t outsize) ossl_cipher_generic_stream_final() argument
546 ossl_cipher_generic_cipher(void *vctx, unsigned char *out, size_t *outl, size_t outsize, const unsigned char *in, size_t inl) ossl_cipher_generic_cipher() argument
[all...]
H A Dciphercommon_gcm.c111 static int getivgen(PROV_GCM_CTX *ctx, unsigned char *out, size_t olen) in getivgen() argument
309 int ossl_gcm_stream_update(void *vctx, unsigned char *out, size_t *outl, in ossl_gcm_stream_update() argument
331 int ossl_gcm_stream_final(void *vctx, unsigned char *out, size_t *outl, in ossl_gcm_stream_final() argument
348 ossl_gcm_cipher(void *vctx, unsigned char *out, size_t *outl, size_t outsize, const unsigned char *in, size_t inl) ossl_gcm_cipher() argument
393 gcm_cipher_internal(PROV_GCM_CTX *ctx, unsigned char *out, size_t *padlen, const unsigned char *in, size_t len) gcm_cipher_internal() argument
512 gcm_tls_cipher(PROV_GCM_CTX *ctx, unsigned char *out, size_t *padlen, const unsigned char *in, size_t len) gcm_tls_cipher() argument
[all...]
/third_party/node/deps/openssl/openssl/providers/implementations/digests/
H A Dsha3_prov.c105 static int keccak_final(void *vctx, unsigned char *out, size_t *outl, in keccak_final() argument

Completed in 19 milliseconds

1...<<81828384858687888990>>...159