Home
last modified time | relevance | path

Searched defs:cse (Results 1 – 7 of 7) sorted by relevance

/netbsd-src/sys/opencrypto/
H A Dcryptodev.c227 struct csession *cse; in cryptof_ioctl() local
454 cryptodev_op(struct csession *cse, struct crypt_op *cop, struct lwp *l) in cryptodev_op()
714 struct csession *cse = crp->crp_opaque; in cryptodev_cb() local
726 struct csession *cse = crp->crp_opaque; in cryptodev_mcb() local
896 struct csession *cse; in cryptof_close() local
924 struct csession *cse, *cnext, *ret = NULL; in csefind() local
938 struct csession *cse, *cnext; in csedelete() local
952 cseadd(struct fcrypt *fcr, struct csession *cse) in cseadd()
969 struct csession *cse; in csecreate() local
995 csefree(struct csession *cse) in csefree()
[all …]
H A Docryptodev.c116 struct csession *cse; in ocryptof_ioctl() local
197 ocryptodev_op(struct csession *cse, struct ocrypt_op *ocop, struct lwp *l) in ocryptodev_op()
/netbsd-src/external/gpl3/gcc/dist/gcc/fortran/
H A Dtrans-stmt.cc2898 gfc_se cse; in gfc_trans_select_type_cases() local
3682 gfc_se cse; in gfc_trans_select_rank_cases() local
5926 gfc_se cse, tdse, tsse, edse, esse; in gfc_trans_where_3() local
H A Dtrans-expr.cc598 gfc_se cse; in gfc_get_class_from_gfc_expr() local
/netbsd-src/external/gpl3/gcc.old/dist/gcc/fortran/
H A Dtrans-stmt.c2860 gfc_se cse; in gfc_trans_select_type_cases() local
3647 gfc_se cse; in gfc_trans_select_rank_cases() local
5890 gfc_se cse, tdse, tsse, edse, esse; in gfc_trans_where_3() local
H A Dtrans-expr.c519 gfc_se cse; in gfc_get_class_from_gfc_expr() local
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/Vectorize/
H A DLoopVectorize.cpp3811 static void cse(BasicBlock *BB) { in cse() function