Searched defs:off (Results 1 - 3 of 3) sorted by relevance

/scripts/
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;
/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 70 milliseconds