Searched refs:start_off (Results 1 – 2 of 2) sorted by relevance
| /rk3399_rockchip-uboot/cmd/ |
| H A D | mtd.c | 54 static void mtd_dump_device_buf(struct mtd_info *mtd, u64 start_off, in mtd_dump_device_buf() argument 67 mtd->writesize, start_off + data_off); in mtd_dump_device_buf() 69 mtd->writesize, start_off + data_off); in mtd_dump_device_buf() 75 mtd->oobsize, start_off + data_off); in mtd_dump_device_buf() 82 len, start_off); in mtd_dump_device_buf() 83 mtd_dump_buf(buf, len, start_off); in mtd_dump_device_buf() 277 u64 start_off, off, len, remaining, default_len; in do_mtd() local 297 start_off = argc > 0 ? simple_strtoul(argv[0], NULL, 16) : 0; in do_mtd() 298 if (!mtd_is_aligned_with_min_io_size(mtd, start_off)) { in do_mtd() 329 read ? "Reading" : "Writing", len, npages, start_off, in do_mtd() [all …]
|
| /rk3399_rockchip-uboot/drivers/video/ |
| H A D | stb_truetype.h | 1229 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()
|