Searched refs:off (Results 1 - 5 of 5) sorted by relevance

/scripts/
H A Dcheckpatch.pl47 --no-signoff do not check for 'Signed-off-by' line
59 --debug KEY=[0|1] turn on/off debugging of KEY, where KEY is one of
61 is all off)
272 Signed-off-by:|
564 my $off = 0;
570 for ($off = 1; $off < length($line); $off++) {
571 $c = substr($line, $off, 1);
575 if ($sanitise_quote eq '' && substr($line, $off,
[all...]
H A Dkallsyms.c290 unsigned int i, k, off; local
342 off = 0;
345 markers[i >> 8] = off;
352 off += table[i].len + 1;
364 off = 0;
366 best_idx[i] = off;
369 off += strlen(buf) + 1;
H A Dget_maintainer.pl82 push(@signature_tags, "Signed-off-by:");
749 --file-emails => add email addresses found in -f file (default: 0 (off))
/scripts/dtc/
H A Dflattree.c175 int off = 0; local
181 while ((d.len - off) >= sizeof(uint32_t)) {
182 asm_emit_cell(e, fdt32_to_cpu(*((uint32_t *)(d.val+off))));
183 off += sizeof(uint32_t);
186 while ((d.len - off) >= 1) {
187 fprintf(f, "\t.byte\t0x%hhx\n", d.val[off]);
188 off += 1;
191 assert(off == d.len);
611 int off = inb->ptr - inb->base; local
613 inb->ptr = inb->base + ALIGN(off, alig
[all...]
/scripts/kconfig/
H A Dqconf.cc737 int off = header()->sectionPos(0) + itemMargin() + local
739 if (x >= off && x < off + pm->width()) {

Completed in 3092 milliseconds