Searched refs:cse (Results 1 – 11 of 11) sorted by relevance
/freebsd/sys/opencrypto/ |
H A D | cryptodev.c | 278 struct csession *cse; member 335 struct csession *cse; in cse_create() local 496 cse = malloc(sizeof(struct csession), M_CRYPTODEV, M_WAITOK | M_ZERO); in cse_create() 497 mtx_init(&cse->lock, "cryptodev", "crypto session lock", MTX_DEF); in cse_create() 498 refcount_init(&cse->refs, 1); in cse_create() 499 cse->key = key; in cse_create() 500 cse->mackey = mackey; in cse_create() 501 cse->cses = cses; in cse_create() 503 cse->hashsize = sop->maclen; in cse_create() 505 cse->hashsize = thash->hashsize; in cse_create() [all …]
|
/freebsd/contrib/llvm-project/llvm/include/llvm/Passes/ |
H A D | MachinePassRegistry.def | 221 DUMMY_MACHINE_FUNCTION_PASS("machine-cse", MachineCSEPass)
|
/freebsd/contrib/llvm-project/llvm/lib/Passes/ |
H A D | PassRegistry.def | 493 "early-cse", "EarlyCSEPass",
|
/freebsd/contrib/tcsh/ |
H A D | complete.tcsh | 126 c/-f/"(caller-saves cse-follow-jumps delayed-branch elide-constructors \ 129 no-default-inline no-defer-pop no-function-cse omit-frame-pointer \ 130 rerun-cse-after-loop schedule-insns schedule-insns2 strength-reduce \
|
/freebsd/contrib/tcp_wrappers/ |
H A D | README | 1025 (engr.latech.edu), Chris Turbeville (cse.uta.edu), Paul Kranenburg
|
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Vectorize/ |
H A D | LoopVectorize.cpp | 2869 static void cse(BasicBlock *BB) { in cse() function 2996 cse(VectorLoop->getHeader()); in fixVectorizedLoop()
|
/freebsd/contrib/libpcap/ |
H A D | CHANGES | 1513 Resulted from report by Daniel Ehrlich (ehrlich@cse.psu.edu).
|
/freebsd/contrib/ntp/ |
H A D | CommitLog-4.1.0 | 5410 Reported by: Marion Hakanson <hakanson@cse.ogi.edu> 5559 From: Marion Hakanson <hakanson@cse.ogi.edu>
|
/freebsd/sys/dev/usb/ |
H A D | usbdevs | 2501 product HP 3400CSE 0x0405 ScanJet 3400cse
|
/freebsd/share/misc/ |
H A D | usb_vendors | 258 0405 ScanJet 3400cse 326 1004 DeskJet 970c/970cse
|
/freebsd/contrib/ncurses/ |
H A D | NEWS | 9487 (reported by Warren L Dodge <warrend@mdhost.cse.tek.com>).
|