Searched refs:CIS (Results 1 - 3 of 3) sorted by relevance
/third_party/backends/backend/ |
H A D | mustek_pp_cis.c | 47 -> priv = Mustek_PP_CIS_dev -> CIS 379 Mustek_PP_1015_show_val (dev->CIS.regs.in_regs[0]), in Mustek_PP_1015_display_regs() 380 Mustek_PP_1015_show_val (dev->CIS.regs.in_regs[1]), in Mustek_PP_1015_display_regs() 381 Mustek_PP_1015_show_val (dev->CIS.regs.in_regs[2]), in Mustek_PP_1015_display_regs() 382 Mustek_PP_1015_show_val (dev->CIS.regs.in_regs[3]), in Mustek_PP_1015_display_regs() 383 Mustek_PP_1015_show_val (dev->CIS.regs.out_regs[0][0]), in Mustek_PP_1015_display_regs() 384 Mustek_PP_1015_show_val (dev->CIS.regs.out_regs[0][1]), in Mustek_PP_1015_display_regs() 385 Mustek_PP_1015_show_val (dev->CIS.regs.out_regs[0][2]), in Mustek_PP_1015_display_regs() 386 Mustek_PP_1015_show_val (dev->CIS.regs.out_regs[0][3]), in Mustek_PP_1015_display_regs() 387 Mustek_PP_1015_show_val (dev->CIS in Mustek_PP_1015_display_regs() [all...] |
H A D | mustek_pp_cis.h | 117 * CIS information 152 during CIS configuration */ 158 /* Physical resolution of the CIS: either 300 or 600 DPI */ 202 /* CIS status */ 203 Mustek_PP_CIS_Info CIS; member
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/IPO/ |
H A D | SampleProfile.cpp | 982 SmallVector<Instruction *, 10> CIS; in inlineHotFunctions() local 1001 CIS.insert(CIS.begin(), AllCandidates.begin(), AllCandidates.end()); in inlineHotFunctions() 1005 CIS.insert(CIS.begin(), ColdCandidates.begin(), ColdCandidates.end()); in inlineHotFunctions() 1009 for (auto I : CIS) { in inlineHotFunctions()
|
Completed in 6 milliseconds