Home
last modified time | relevance | path

Searched refs:start_off (Results 1 – 6 of 6) sorted by relevance

/openbmc/u-boot/cmd/
H A Dmtd.c68 static void mtd_dump_device_buf(struct mtd_info *mtd, u64 start_off, in mtd_dump_device_buf() argument
81 mtd->writesize, start_off + data_off); in mtd_dump_device_buf()
83 mtd->writesize, start_off + data_off); in mtd_dump_device_buf()
89 mtd->oobsize, start_off + data_off); in mtd_dump_device_buf()
96 len, start_off); in mtd_dump_device_buf()
97 mtd_dump_buf(buf, len, start_off); in mtd_dump_device_buf()
244 u64 start_off, off, len, remaining, default_len; in do_mtd_io() local
283 start_off = argc > 0 ? simple_strtoul(argv[0], NULL, 16) : 0; in do_mtd_io()
284 if (!mtd_is_aligned_with_min_io_size(mtd, start_off)) { in do_mtd_io()
316 read ? "Reading" : "Writing", len, npages, start_off, in do_mtd_io()
[all …]
/openbmc/qemu/tcg/
H A Dperf.c65 uint16_t start_off = insn ? tcg_ctx->gen_insn_end_off[insn - 1] : 0; in get_host_pc_size() local
68 *host_pc = (uintptr_t)start + start_off; in get_host_pc_size()
71 *host_size = tcg_ctx->gen_insn_end_off[insn] - start_off; in get_host_pc_size()
/openbmc/qemu/tests/tcg/multiarch/system/
H A Dmemory.c334 bool do_unsigned_reads(int start_off) in do_unsigned_reads() argument
342 for (off = start_off; off < 8 && ok; off++) { in do_unsigned_reads()
346 ok = read_ufns[i](start_off); in do_unsigned_reads()
/openbmc/qemu/block/
H A Dparallels.c148 int64_t start_off = -2, prev_end_off = -2; in block_status() local
151 while (nb_sectors > 0 || start_off == -2) { in block_status()
155 if (start_off == -2) { in block_status()
156 start_off = offset; in block_status()
171 return start_off; in block_status()
/openbmc/qemu/hw/net/
H A Dxilinx_axienet.c916 unsigned int start_off = s->hdr[1] >> 16; in xilinx_axienet_data_stream_push() local
921 tmp_csum = net_checksum_add(s->txpos - start_off, in xilinx_axienet_data_stream_push()
922 buf + start_off); in xilinx_axienet_data_stream_push()
/openbmc/u-boot/drivers/video/
H A Dstb_truetype.h1229 static int stbtt__close_shape(stbtt_vertex *vertices, int num_vertices, int was_off, int start_off, in stbtt__close_shape() argument
1232 if (start_off) { in stbtt__close_shape()
1262 stbtt_int32 ins, i,j=0,m,n, next_move, was_off=0, off, start_off=0; in stbtt_GetGlyphShape() local
1339 …num_vertices = stbtt__close_shape(vertices, num_vertices, was_off, start_off, sx,sy,scx,scy,cx,cy); in stbtt_GetGlyphShape()
1342 start_off = !(flags & 1); in stbtt_GetGlyphShape()
1343 if (start_off) { in stbtt_GetGlyphShape()
1382 …num_vertices = stbtt__close_shape(vertices, num_vertices, was_off, start_off, sx,sy,scx,scy,cx,cy); in stbtt_GetGlyphShape()