/third_party/mesa3d/src/mesa/main/ |
H A D | atifragshader.c | 91 static void match_pair_inst(struct ati_fragment_shader *curProg, GLuint optype) in match_pair_inst() argument 93 if (optype == curProg->last_optype) { in match_pair_inst() 131 static void debug_op(GLint optype, GLuint arg_count, GLenum op, GLuint dst, in debug_op() argument 139 op_name = atifs_ops[(arg_count-1)+(optype?3:0)]; in debug_op() 143 if (optype == ATI_FRAGMENT_SHADER_COLOR_OP) in debug_op() 163 check_arith_arg(GLuint optype, GLuint arg, GLuint argRep) in check_arith_arg() argument 182 if (optype == ATI_FRAGMENT_SHADER_COLOR_OP && argRep == GL_ALPHA) { in check_arith_arg() 185 } else if (optype == ATI_FRAGMENT_SHADER_ALPHA_OP && in check_arith_arg() 593 _mesa_FragmentOpXATI(GLint optype, GLuint arg_count, GLenum op, GLuint dst, in _mesa_FragmentOpXATI() argument 623 if (optype in _mesa_FragmentOpXATI() [all...] |
/third_party/mesa3d/src/mesa/state_tracker/ |
H A D | st_atifs_to_nir.c | 397 unsigned optype; in compile_instruction() local 399 for (optype = 0; optype < 2; optype++) { /* color, alpha */ in compile_instruction() 400 unsigned dstreg = inst->DstReg[optype].Index - GL_REG_0_ATI; in compile_instruction() 402 if (!inst->Opcode[optype]) in compile_instruction() 406 nir_ssa_def *result = emit_arith_inst(t, inst, optype); in compile_instruction() 407 result = emit_dstmod(t, result, inst->DstReg[optype].dstMod); in compile_instruction() 412 if (inst->DstReg[optype].dstMask & (1 << i)) in compile_instruction() 542 unsigned pass, i, r, optype, ar in st_init_atifs_prog() local [all...] |
/third_party/node/deps/openssl/openssl/crypto/evp/ |
H A D | pmeth_lib.c | 41 int keytype, int optype, 1297 static int evp_pkey_ctx_ctrl_int(EVP_PKEY_CTX *ctx, int keytype, int optype, in evp_pkey_ctx_ctrl_int() argument 1313 if ((optype != -1) && !(ctx->operation & optype)) { in evp_pkey_ctx_ctrl_int() 1321 return evp_pkey_ctx_ctrl_to_param(ctx, keytype, optype, cmd, p1, p2); in evp_pkey_ctx_ctrl_int() 1340 int EVP_PKEY_CTX_ctrl(EVP_PKEY_CTX *ctx, int keytype, int optype, in EVP_PKEY_CTX_ctrl() argument 1351 ret = evp_pkey_ctx_store_cached_data(ctx, keytype, optype, in EVP_PKEY_CTX_ctrl() 1365 return evp_pkey_ctx_ctrl_int(ctx, keytype, optype, cmd, p1, p2); in EVP_PKEY_CTX_ctrl() 1368 int EVP_PKEY_CTX_ctrl_uint64(EVP_PKEY_CTX *ctx, int keytype, int optype, in EVP_PKEY_CTX_ctrl_uint64() argument 1371 return EVP_PKEY_CTX_ctrl(ctx, keytype, optype, cm in EVP_PKEY_CTX_ctrl_uint64() 1447 evp_pkey_ctx_store_cached_data(EVP_PKEY_CTX *ctx, int keytype, int optype, int cmd, const char *name, const void *data, size_t data_len) evp_pkey_ctx_store_cached_data() argument 1619 EVP_PKEY_CTX_md(EVP_PKEY_CTX *ctx, int optype, int cmd, const char *md) EVP_PKEY_CTX_md() argument [all...] |
H A D | ctrl_params_translate.c | 239 int optype; /* The operation type */ member 418 if (translation->optype != 0) { in default_fixup_args() 2536 * Base search criteria: check that the optype and keytypes match, in lookup_translation() 2539 if (item->optype != -1 && (tmpl->optype & item->optype) == 0) in lookup_translation() 2636 int keytype, int optype, in evp_pkey_ctx_ctrl_to_param() 2650 tmpl.optype = optype; in evp_pkey_ctx_ctrl_to_param() 2712 int optype in evp_pkey_ctx_ctrl_str_to_param() local 2635 evp_pkey_ctx_ctrl_to_param(EVP_PKEY_CTX *pctx, int keytype, int optype, int cmd, int p1, void *p2) evp_pkey_ctx_ctrl_to_param() argument 2771 int optype = pctx->operation == 0 ? -1 : pctx->operation; evp_pkey_ctx_setget_params_to_ctrl() local [all...] |
/third_party/openssl/crypto/evp/ |
H A D | pmeth_lib.c | 41 int keytype, int optype, 1296 static int evp_pkey_ctx_ctrl_int(EVP_PKEY_CTX *ctx, int keytype, int optype, in evp_pkey_ctx_ctrl_int() argument 1312 if ((optype != -1) && !(ctx->operation & optype)) { in evp_pkey_ctx_ctrl_int() 1320 return evp_pkey_ctx_ctrl_to_param(ctx, keytype, optype, cmd, p1, p2); in evp_pkey_ctx_ctrl_int() 1339 int EVP_PKEY_CTX_ctrl(EVP_PKEY_CTX *ctx, int keytype, int optype, in EVP_PKEY_CTX_ctrl() argument 1350 ret = evp_pkey_ctx_store_cached_data(ctx, keytype, optype, in EVP_PKEY_CTX_ctrl() 1364 return evp_pkey_ctx_ctrl_int(ctx, keytype, optype, cmd, p1, p2); in EVP_PKEY_CTX_ctrl() 1367 int EVP_PKEY_CTX_ctrl_uint64(EVP_PKEY_CTX *ctx, int keytype, int optype, in EVP_PKEY_CTX_ctrl_uint64() argument 1370 return EVP_PKEY_CTX_ctrl(ctx, keytype, optype, cm in EVP_PKEY_CTX_ctrl_uint64() 1446 evp_pkey_ctx_store_cached_data(EVP_PKEY_CTX *ctx, int keytype, int optype, int cmd, const char *name, const void *data, size_t data_len) evp_pkey_ctx_store_cached_data() argument 1618 EVP_PKEY_CTX_md(EVP_PKEY_CTX *ctx, int optype, int cmd, const char *md) EVP_PKEY_CTX_md() argument [all...] |
H A D | ctrl_params_translate.c | 239 int optype; /* The operation type */ member 418 if (translation->optype != 0) { in default_fixup_args() 2527 * Base search criteria: check that the optype and keytypes match, in lookup_translation() 2530 if (item->optype != -1 && (tmpl->optype & item->optype) == 0) in lookup_translation() 2627 int keytype, int optype, in evp_pkey_ctx_ctrl_to_param() 2641 tmpl.optype = optype; in evp_pkey_ctx_ctrl_to_param() 2703 int optype in evp_pkey_ctx_ctrl_str_to_param() local 2626 evp_pkey_ctx_ctrl_to_param(EVP_PKEY_CTX *pctx, int keytype, int optype, int cmd, int p1, void *p2) evp_pkey_ctx_ctrl_to_param() argument 2762 int optype = pctx->operation == 0 ? -1 : pctx->operation; evp_pkey_ctx_setget_params_to_ctrl() local [all...] |
/third_party/node/deps/openssl/openssl/crypto/rsa/ |
H A D | rsa_lib.c | 730 int RSA_pkey_ctx_ctrl(EVP_PKEY_CTX *ctx, int optype, int cmd, int p1, void *p2) in RSA_pkey_ctx_ctrl() argument 737 return EVP_PKEY_CTX_ctrl(ctx, -1, optype, cmd, p1, p2); in RSA_pkey_ctx_ctrl() 884 int keytype, int optype, in int_set_rsa_md_name() 891 if (ctx == NULL || mdname == NULL || (ctx->operation & optype) == 0) { in int_set_rsa_md_name() 924 int keytype, int optype, in int_get_rsa_md_name() 931 if (ctx == NULL || mdname == NULL || (ctx->operation & optype) == 0) { in int_get_rsa_md_name() 1171 * For some reason, the optype was set to this: in EVP_PKEY_CTX_set_rsa_pss_saltlen() 1176 * and verification operations, so the optype gets upgraded to this: in EVP_PKEY_CTX_set_rsa_pss_saltlen() 1191 * Because of circumstances, the optype is updated from: in EVP_PKEY_CTX_get_rsa_pss_saltlen() 882 int_set_rsa_md_name(EVP_PKEY_CTX *ctx, int keytype, int optype, const char *mdkey, const char *mdname, const char *propkey, const char *mdprops) int_set_rsa_md_name() argument 922 int_get_rsa_md_name(EVP_PKEY_CTX *ctx, int keytype, int optype, const char *mdkey, char *mdname, size_t mdnamesize) int_get_rsa_md_name() argument
|
/third_party/openssl/crypto/rsa/ |
H A D | rsa_lib.c | 730 int RSA_pkey_ctx_ctrl(EVP_PKEY_CTX *ctx, int optype, int cmd, int p1, void *p2) in RSA_pkey_ctx_ctrl() argument 737 return EVP_PKEY_CTX_ctrl(ctx, -1, optype, cmd, p1, p2); in RSA_pkey_ctx_ctrl() 880 int keytype, int optype, in int_set_rsa_md_name() 887 if (ctx == NULL || mdname == NULL || (ctx->operation & optype) == 0) { in int_set_rsa_md_name() 920 int keytype, int optype, in int_get_rsa_md_name() 927 if (ctx == NULL || mdname == NULL || (ctx->operation & optype) == 0) { in int_get_rsa_md_name() 1149 * For some reason, the optype was set to this: in EVP_PKEY_CTX_set_rsa_pss_saltlen() 1154 * and verification operations, so the optype gets upgraded to this: in EVP_PKEY_CTX_set_rsa_pss_saltlen() 1169 * Because of circumstances, the optype is updated from: in EVP_PKEY_CTX_get_rsa_pss_saltlen() 878 int_set_rsa_md_name(EVP_PKEY_CTX *ctx, int keytype, int optype, const char *mdkey, const char *mdname, const char *propkey, const char *mdprops) int_set_rsa_md_name() argument 918 int_get_rsa_md_name(EVP_PKEY_CTX *ctx, int keytype, int optype, const char *mdkey, char *mdname, size_t mdnamesize) int_get_rsa_md_name() argument
|
/third_party/openssl/ohos_lite/include/openssl/ |
H A D | evp.h | 1343 int EVP_PKEY_CTX_ctrl(EVP_PKEY_CTX *ctx, int keytype, int optype, 1347 int EVP_PKEY_CTX_ctrl_uint64(EVP_PKEY_CTX *ctx, int keytype, int optype, 1353 int EVP_PKEY_CTX_md(EVP_PKEY_CTX *ctx, int optype, int cmd, const char *md);
|
H A D | rsa.h | 278 int RSA_pkey_ctx_ctrl(EVP_PKEY_CTX *ctx, int optype, int cmd, int p1, void *p2);
|
/third_party/node/deps/openssl/openssl/include/openssl/ |
H A D | rsa.h | 313 int RSA_pkey_ctx_ctrl(EVP_PKEY_CTX *ctx, int optype, int cmd, int p1, void *p2);
|
H A D | evp.h | 1791 int EVP_PKEY_CTX_ctrl(EVP_PKEY_CTX *ctx, int keytype, int optype, 1795 int EVP_PKEY_CTX_ctrl_uint64(EVP_PKEY_CTX *ctx, int keytype, int optype, 1801 int EVP_PKEY_CTX_md(EVP_PKEY_CTX *ctx, int optype, int cmd, const char *md);
|
/third_party/openssl/include/openssl/ |
H A D | rsa.h | 313 int RSA_pkey_ctx_ctrl(EVP_PKEY_CTX *ctx, int optype, int cmd, int p1, void *p2);
|
H A D | evp.h | 1789 int EVP_PKEY_CTX_ctrl(EVP_PKEY_CTX *ctx, int keytype, int optype, 1793 int EVP_PKEY_CTX_ctrl_uint64(EVP_PKEY_CTX *ctx, int keytype, int optype, 1799 int EVP_PKEY_CTX_md(EVP_PKEY_CTX *ctx, int optype, int cmd, const char *md);
|
/third_party/rust/crates/rust-openssl/openssl-sys/src/handwritten/ |
H A D | evp.rs | 507 optype: c_int, in EVP_PKEY_CTX_ctrl()
|
/third_party/python/Python/ |
H A D | compile.c | 4252 enum { OP_FAST, OP_GLOBAL, OP_DEREF, OP_NAME } optype; in compiler_nameop() local 4269 optype = OP_NAME; in compiler_nameop() 4274 optype = OP_DEREF; in compiler_nameop() 4278 optype = OP_DEREF; in compiler_nameop() 4282 optype = OP_FAST; in compiler_nameop() 4286 optype = OP_GLOBAL; in compiler_nameop() 4289 optype = OP_GLOBAL; in compiler_nameop() 4299 switch (optype) { in compiler_nameop()
|
/third_party/node/deps/openssl/openssl/include/crypto/ |
H A D | evp.h | 921 int keytype, int optype,
|
/third_party/openssl/include/crypto/ |
H A D | evp.h | 921 int keytype, int optype,
|
/third_party/ltp/tools/sparse/sparse-src/ |
H A D | example.c | 145 enum optype { enum 154 enum optype type;
|