/third_party/mesa3d/src/mesa/main/ |
D | atifragshader.c | 91 static void match_pair_inst(struct ati_fragment_shader *curProg, GLuint optype) in match_pair_inst() 131 static void debug_op(GLint optype, GLuint arg_count, GLenum op, GLuint dst, in debug_op() 163 check_arith_arg(GLuint optype, GLuint arg, GLuint argRep) in check_arith_arg() 593 _mesa_FragmentOpXATI(GLint optype, GLuint arg_count, GLenum op, GLuint dst, in _mesa_FragmentOpXATI()
|
/third_party/mesa3d/src/mesa/state_tracker/ |
D | st_atifs_to_nir.c | 397 unsigned optype; in compile_instruction() local 542 unsigned pass, i, r, optype, arg; in st_init_atifs_prog() local
|
/third_party/openssl/crypto/evp/ |
D | ctrl_params_translate.c | 239 int optype; /* The operation type */ member 2627 int keytype, int optype, in evp_pkey_ctx_ctrl_to_param() 2703 int optype = pctx->operation == 0 ? -1 : pctx->operation; in evp_pkey_ctx_ctrl_str_to_param() local 2762 int optype = pctx->operation == 0 ? -1 : pctx->operation; in evp_pkey_ctx_setget_params_to_ctrl() local
|
D | pmeth_lib.c | 1296 static int evp_pkey_ctx_ctrl_int(EVP_PKEY_CTX *ctx, int keytype, int optype, 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() 1367 int EVP_PKEY_CTX_ctrl_uint64(EVP_PKEY_CTX *ctx, int keytype, int optype, in EVP_PKEY_CTX_ctrl_uint64() 1447 int keytype, int optype, in evp_pkey_ctx_store_cached_data() 1618 int EVP_PKEY_CTX_md(EVP_PKEY_CTX *ctx, int optype, int cmd, const char *md) in EVP_PKEY_CTX_md()
|
/third_party/node/deps/openssl/openssl/crypto/evp/ |
D | ctrl_params_translate.c | 239 int optype; /* The operation type */ member 2630 int keytype, int optype, in evp_pkey_ctx_ctrl_to_param() 2706 int optype = pctx->operation == 0 ? -1 : pctx->operation; in evp_pkey_ctx_ctrl_str_to_param() local 2765 int optype = pctx->operation == 0 ? -1 : pctx->operation; in evp_pkey_ctx_setget_params_to_ctrl() local
|
D | pmeth_lib.c | 1296 static int evp_pkey_ctx_ctrl_int(EVP_PKEY_CTX *ctx, int keytype, int optype, 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() 1367 int EVP_PKEY_CTX_ctrl_uint64(EVP_PKEY_CTX *ctx, int keytype, int optype, in EVP_PKEY_CTX_ctrl_uint64() 1447 int keytype, int optype, in evp_pkey_ctx_store_cached_data() 1618 int EVP_PKEY_CTX_md(EVP_PKEY_CTX *ctx, int optype, int cmd, const char *md) in EVP_PKEY_CTX_md()
|
/third_party/node/deps/openssl/openssl/crypto/rsa/ |
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() 880 int keytype, int optype, in int_set_rsa_md_name() 920 int keytype, int optype, in int_get_rsa_md_name()
|
/third_party/openssl/crypto/rsa/ |
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() 880 int keytype, int optype, in int_set_rsa_md_name() 920 int keytype, int optype, in int_get_rsa_md_name()
|
/third_party/ltp/tools/sparse/sparse-src/ |
D | example.c | 145 enum optype { enum
|
/third_party/python/Python/ |
D | compile.c | 3683 enum { OP_FAST, OP_GLOBAL, OP_DEREF, OP_NAME } optype; in compiler_nameop() local
|