Searched refs:is_export (Results 1 – 9 of 9) sorted by relevance
/third_party/mesa3d/src/gallium/drivers/freedreno/a2xx/ |
D | ir2.c | 64 if (is_export(instr)) in alu_vector_prio() 88 if (is_export(instr)) in alu_scalar_prio() 230 if (is_export(instr)) in sched_next() 239 if (is_export(instr) && export_buf(instr->alu.export) != export) in sched_next() 246 (is_export(instr) && export == SQ_MEMORY)) in sched_next() 379 ra_reg(ctx, get_reg(instr_v), -1, is_export(instr_v), in sched_next() 383 ra_reg(ctx, get_reg(instr_s), -1, is_export(instr_s), in sched_next()
|
D | ir2_cp.c | 109 if (!is_export(instr)) /* TODO */ in cp_export()
|
D | ir2_private.h | 294 is_export(struct ir2_instr *instr) in is_export() function
|
D | ir2_assemble.c | 144 if (is_export(instr)) in dst_to_reg()
|
/third_party/openssl/doc/man3/ |
D | SSL_CTX_set_tmp_dh_callback.pod | 12 DH *(*tmp_dh_callback)(SSL *ssl, int is_export, 17 DH *(*tmp_dh_callback)(SSL *ssl, int is_export, 77 Previous versions of the callback used B<is_export> and B<keylength> 81 the callback but ignore B<keylength> and B<is_export> and simply
|
/third_party/openssl/include/openssl/ |
D | ssl.h | 2071 DH *(*dh) (SSL *ssl, int is_export, 2074 DH *(*dh) (SSL *ssl, int is_export,
|
/third_party/openssl/ssl/ |
D | ssl_local.h | 1888 DH *(*dh_tmp_cb) (SSL *ssl, int is_export, int keysize);
|
D | ssl_lib.c | 4304 DH *(*dh) (SSL *ssl, int is_export, in SSL_CTX_set_tmp_dh_callback() argument 4310 void SSL_set_tmp_dh_callback(SSL *ssl, DH *(*dh) (SSL *ssl, int is_export, in SSL_set_tmp_dh_callback() argument
|
/third_party/openssl/ |
D | CHANGES | 10882 *) Call dh_tmp_cb (set by ..._TMP_DH_CB) with correct 'is_export' flag;
|