Searched refs:offs (Results 1 – 3 of 3) sorted by relevance
/tools/ |
A D | efivar.py | 113 def _next_var(self, offs=0): argument 118 offs += namelen 121 offs = (offs + len(data) + 7) & ~7 125 self.offs = 0 131 self.offs = noffs 149 offs = 0 150 while offs < len(self.ents): 158 offs = loffs 163 offs = 0 164 while offs < len(self.ents): [all …]
|
A D | sunxi-spl-image-builder.c | 154 int offs; in write_page() local 159 offs = steps * (info->ecc_step_size + eccbytes + 4); in write_page() 160 cnt = info->page_size + info->oob_size - offs; in write_page() 161 ret = fread(buffer + offs, 1, cnt, rnd); in write_page() 168 offs = info->page_size + (steps * (eccbytes + 4)); in write_page() 169 cnt = info->page_size + info->oob_size - offs; in write_page() 170 memset(buffer + offs, 0xff, cnt); in write_page() 171 scramble(info, page, buffer + offs, cnt); in write_page() 173 fseek(dst, pos + offs, SEEK_SET); in write_page() 174 fwrite(buffer + offs, cnt, 1, dst); in write_page()
|
A D | imximage.c | 515 int offs; in print_hdr_v2() local 518 offs = (char *)&hdr_v2->data.dcd_table in print_hdr_v2() 532 CONFIG_IMX_DCD_ADDR, offs, be16_to_cpu(dcdlen)); in print_hdr_v2()
|
Completed in 8 milliseconds