Searched refs:optype (Results 1 – 5 of 5) sorted by relevance
/external/openssl/crypto/evp/ |
D | pmeth_lib.c | 384 int EVP_PKEY_CTX_ctrl(EVP_PKEY_CTX *ctx, int keytype, int optype, in EVP_PKEY_CTX_ctrl() argument 402 if ((optype != -1) && !(ctx->operation & optype)) in EVP_PKEY_CTX_ctrl()
|
D | evp.h | 1127 int EVP_PKEY_CTX_ctrl(EVP_PKEY_CTX *ctx, int keytype, int optype,
|
/external/qemu/target-mips/ |
D | translate.c | 6013 enum { BINOP, CMPOP, OTHEROP } optype = OTHEROP; in gen_farith() local 6030 optype = BINOP; in gen_farith() 6045 optype = BINOP; in gen_farith() 6060 optype = BINOP; in gen_farith() 6075 optype = BINOP; in gen_farith() 6438 optype = BINOP; in gen_farith() 6454 optype = BINOP; in gen_farith() 6470 optype = BINOP; in gen_farith() 6486 optype = BINOP; in gen_farith() 7229 switch (optype) { in gen_farith()
|
/external/llvm/lib/Target/CellSPU/ |
D | SPUInstrInfo.td | 2344 class ROTIVecInst<ValueType vectype, Operand optype, ValueType inttype, PatLeaf pred>: 2345 ROTIInst<(outs VECREG:$rT), (ins VECREG:$rA, optype:$val), 2349 class ROTIRegInst<RegisterClass rclass, Operand optype, ValueType inttype, PatLeaf pred>: 2350 ROTIInst<(outs rclass:$rT), (ins rclass:$rA, optype:$val), 2480 class ROTQBIIVecInst<ValueType vectype, Operand optype, ValueType inttype, 2482 ROTQBIIInst<(outs VECREG:$rT), (ins VECREG:$rA, optype:$val), 2485 class ROTQBIIRegInst<RegisterClass rclass, Operand optype, ValueType inttype, 2487 ROTQBIIInst<(outs rclass:$rT), (ins rclass:$rA, optype:$val), 2670 class ROTQMBYIRegInst<RegisterClass rclass, Operand optype, ValueType inttype, 2672 ROTQMBYIInst<(outs rclass:$rT), (ins rclass:$rA, optype:$val), [all …]
|
/external/openssl/include/openssl/ |
D | evp.h | 1127 int EVP_PKEY_CTX_ctrl(EVP_PKEY_CTX *ctx, int keytype, int optype,
|