Home
last modified time | relevance | path

Searched refs:off (Results 1 – 7 of 7) sorted by relevance

/scripts/
Dcheckpatch.pl861 my $off = 0;
867 for ($off = 1; $off < length($line); $off++) {
868 $c = substr($line, $off, 1);
872 if ($sanitise_quote eq '' && substr($line, $off, 2) eq '/*') {
875 substr($res, $off, 2, "$;$;");
876 $off++;
879 if ($sanitise_quote eq '*/' && substr($line, $off, 2) eq '*/') {
881 substr($res, $off, 2, "$;$;");
882 $off++;
885 if ($sanitise_quote eq '' && substr($line, $off, 2) eq '//') {
[all …]
Dkallsyms.c322 unsigned int i, k, off; in write_src() local
374 off = 0; in write_src()
377 markers[i >> 8] = off; in write_src()
384 off += table[i].len + 1; in write_src()
396 off = 0; in write_src()
398 best_idx[i] = off; in write_src()
401 off += strlen(buf) + 1; in write_src()
/scripts/dtc/
Dflattree.c175 int off = 0; in asm_emit_data() local
181 while ((d.len - off) >= sizeof(uint32_t)) { in asm_emit_data()
182 asm_emit_cell(e, fdt32_to_cpu(*((uint32_t *)(d.val+off)))); in asm_emit_data()
183 off += sizeof(uint32_t); in asm_emit_data()
186 while ((d.len - off) >= 1) { in asm_emit_data()
187 fprintf(f, "\t.byte\t0x%hhx\n", d.val[off]); in asm_emit_data()
188 off += 1; in asm_emit_data()
191 assert(off == d.len); in asm_emit_data()
614 int off = inb->ptr - inb->base; in flat_realign() local
616 inb->ptr = inb->base + ALIGN(off, align); in flat_realign()
Ddtc-parser.tab.c_shipped1469 /* Count tokens shifted since error; after three, turn off error
/scripts/kconfig/
Dqconf.cc743 int off = header()->sectionPos(0) + itemMargin() + in contentsMouseReleaseEvent() local
745 if (x >= off && x < off + pm->width()) { in contentsMouseReleaseEvent()
Dzconf.tab.c_shipped1612 /* Count tokens shifted since error; after three, turn off error
/scripts/genksyms/
Dparse.tab.c_shipped1657 /* Count tokens shifted since error; after three, turn off error