Searched refs:tocheck (Results 1 – 3 of 3) sorted by relevance
| /OK3568_Linux_fs/kernel/scripts/coccinelle/api/ |
| H A D | check_bq27xxx_data.cocci | 36 @script:ocaml tocheck@ 59 identifier tocheck.i1regs; 67 identifier tocheck.i2regs; 77 i1regs << tocheck.i1regs; 78 i2regs << tocheck.i2regs; 95 identifier tocheck.i1dmregs; 103 identifier tocheck.i2dmregs; 113 i1dmregs << tocheck.i1dmregs; 114 i2dmregs << tocheck.i2dmregs; 131 identifier tocheck.i1props; [all …]
|
| /OK3568_Linux_fs/yocto/poky/bitbake/lib/bb/ |
| H A D | runqueue.py | 1454 def validate_hashes(self, tocheck, data, currentcount=0, siginfo=False, summary=True): argument 1461 for tid in tocheck: 1651 tocheck = set() 1661 tocheck.add(tid) 1663 valid_new = self.validate_hashes(tocheck, self.cooker.data, 0, True, summary=False) 2927 tocheck = set() 2949 tocheck.add(tid) 2951 …sqdata.valid |= rq.validate_hashes(tocheck, cooker.data, len(sqdata.stamppresent), False, summary=…
|
| /OK3568_Linux_fs/kernel/drivers/media/usb/dvb-usb/ |
| H A D | cxusb-analog.c | 330 unsigned int tocheck = clamp_t(size_t, maxlinesamples / 4, 3, in cxusb_medion_cs_start_sch() local 333 if (!cxusb_auxbuf_copy(auxbuf, bt656->pos + 1, buf, tocheck)) in cxusb_medion_cs_start_sch() 336 for (idx = 0; idx <= tocheck - 3; idx++) in cxusb_medion_cs_start_sch()
|