Searched refs:off (Results 1 – 10 of 10) sorted by relevance
| /scripts/gdb/linux/ |
| D | dmesg.py | 41 off = printk_ringbuffer_type.get_type()['desc_ring'].bitpos // 8 42 addr = prb_addr + off 47 off = prb_desc_ring_type.get_type()['count_bits'].bitpos // 8 48 desc_ring_count = 1 << utils.read_u32(desc_ring, off) 50 off = prb_desc_ring_type.get_type()['descs'].bitpos // 8 51 desc_addr = utils.read_ulong(desc_ring, off) 55 off = prb_desc_ring_type.get_type()['infos'].bitpos // 8 56 info_addr = utils.read_ulong(desc_ring, off) 59 off = printk_ringbuffer_type.get_type()['text_data_ring'].bitpos // 8 60 addr = prb_addr + off [all …]
|
| /scripts/dtc/ |
| D | yamltree.c | 37 unsigned int off; in yaml_propval_int() local 53 for (off = 0; off < len; off += width) { in yaml_propval_int() 60 sprintf(buf, "0x%"PRIx8, *(uint8_t*)(data + off)); in yaml_propval_int() 63 sprintf(buf, "0x%"PRIx16, dtb_ld16(data + off)); in yaml_propval_int() 66 sprintf(buf, "0x%"PRIx32, dtb_ld32(data + off)); in yaml_propval_int() 70 if (m->offset == (seq_offset + off)) { in yaml_propval_int() 77 sprintf(buf, "0x%"PRIx64, dtb_ld64(data + off)); in yaml_propval_int()
|
| D | flattree.c | 153 unsigned int off = 0; in asm_emit_data() local 159 while ((d.len - off) >= sizeof(uint32_t)) { in asm_emit_data() 160 asm_emit_cell(e, dtb_ld32(d.val + off)); in asm_emit_data() 161 off += sizeof(uint32_t); in asm_emit_data() 164 while ((d.len - off) >= 1) { in asm_emit_data() 165 fprintf(f, "\t.byte\t0x%hhx\n", d.val[off]); in asm_emit_data() 166 off += 1; in asm_emit_data() 169 assert(off == d.len); in asm_emit_data() 600 int off = inb->ptr - inb->base; in flat_realign() local 602 inb->ptr = inb->base + ALIGN(off, align); in flat_realign()
|
| /scripts/ |
| D | checkpatch.pl | 1580 my $off = 0; 1586 for ($off = 1; $off < length($line); $off++) { 1587 $c = substr($line, $off, 1); 1591 if ($sanitise_quote eq '' && substr($line, $off, 2) eq '/*') { 1594 substr($res, $off, 2, "$;$;"); 1595 $off++; 1598 if ($sanitise_quote eq '*/' && substr($line, $off, 2) eq '*/') { 1600 substr($res, $off, 2, "$;$;"); 1601 $off++; 1604 if ($sanitise_quote eq '' && substr($line, $off, 2) eq '//') { [all …]
|
| D | kallsyms.c | 354 unsigned int i, k, off; in write_src() local 380 off = 0; in write_src() 383 markers[i >> 8] = off; in write_src() 404 off += table[i]->len + 1; in write_src() 410 off += table[i]->len + 2; in write_src() 433 off = 0; in write_src() 435 best_idx[i] = off; in write_src() 438 off += strlen(buf) + 1; in write_src()
|
| D | git.orderFile | 6 # one-off usage:
|
| D | recordmcount.c | 281 size_t off = offset; in make_nop_arm() local 286 off -= 4; in make_nop_arm() 294 off -= 2; in make_nop_arm() 300 if (ulseek(off, SEEK_SET) < 0) in make_nop_arm()
|
| /scripts/dtc/libfdt/ |
| D | fdt.c | 52 static int check_off_(uint32_t hdrsize, uint32_t totalsize, uint32_t off) in check_off_() argument 54 return (off >= hdrsize) && (off <= totalsize); in check_off_()
|
| /scripts/coccinelle/api/ |
| D | string_choices.cocci | 269 - ((E) ? "on" : "off") 276 * E@P ? "on" : "off"
|
| /scripts/kconfig/ |
| D | qconf.cc | 810 …int off = header()->sectionPosition(0) + visualRect(indexAt(p)).x() + 4; // 4 is Hardcoded image o… in mouseReleaseEvent() local 811 if (x >= off && x < off + icon.availableSizes().first().width()) { in mouseReleaseEvent()
|