/external/libvpx/libvpx/vp8/common/ |
D | extend.c | 33 int linesize; in copy_and_extend_plane() local 59 linesize = el + er + w; in copy_and_extend_plane() 63 vpx_memcpy(dest_ptr1, src_ptr1, linesize); in copy_and_extend_plane() 69 vpx_memcpy(dest_ptr2, src_ptr2, linesize); in copy_and_extend_plane()
|
/external/qemu/ |
D | console.c | 477 unsigned int font_data, linesize, xorcol, bpp; in vga_putcharxy() local 497 linesize = ds_get_linesize(ds); in vga_putcharxy() 510 d += linesize; in vga_putcharxy() 525 d += linesize; in vga_putcharxy() 542 d += linesize; in vga_putcharxy() 1323 int linesize = width * 4; in defaultallocator_create_displaysurface() local 1324 qemu_alloc_display(surface, width, height, linesize, in defaultallocator_create_displaysurface() 1332 int linesize = width * 4; in defaultallocator_resize_displaysurface() local 1333 qemu_alloc_display(surface, width, height, linesize, in defaultallocator_resize_displaysurface() 1339 int linesize, PixelFormat pf, int newflags) in qemu_alloc_display() argument [all …]
|
D | console.h | 141 int linesize; /* bytes per line */ member 231 int linesize, uint8_t *data); 233 int linesize, PixelFormat pf, int newflags); 392 return ds->surface->linesize; in ds_get_linesize()
|
D | vnc.c | 375 vs->server.ds->data = qemu_mallocz(vs->server.ds->linesize * in vnc_resize()
|
D | vnc-android.c | 381 vs->server.ds->data = qemu_mallocz(vs->server.ds->linesize * in vnc_resize()
|
/external/bison/lib/ |
D | stdio.in.h | 644 (char **lineptr, size_t *linesize, int delimiter, 648 (char **lineptr, size_t *linesize, int delimiter, 653 (char **lineptr, size_t *linesize, int delimiter, 658 (char **lineptr, size_t *linesize, int delimiter, 683 (char **lineptr, size_t *linesize, FILE *stream) 686 (char **lineptr, size_t *linesize, FILE *stream)); 690 (char **lineptr, size_t *linesize, FILE *stream) 694 (char **lineptr, size_t *linesize, FILE *stream));
|
/external/bison/darwin-lib/ |
D | stdio.h | 956 (char **lineptr, size_t *linesize, int delimiter, 960 (char **lineptr, size_t *linesize, int delimiter, 965 (char **lineptr, size_t *linesize, int delimiter, 970 (char **lineptr, size_t *linesize, int delimiter, 995 (char **lineptr, size_t *linesize, FILE *stream) 998 (char **lineptr, size_t *linesize, FILE *stream)); 1002 (char **lineptr, size_t *linesize, FILE *stream) 1006 (char **lineptr, size_t *linesize, FILE *stream));
|
/external/bison/linux-lib/ |
D | stdio.h | 956 (char **lineptr, size_t *linesize, int delimiter, 960 (char **lineptr, size_t *linesize, int delimiter, 965 (char **lineptr, size_t *linesize, int delimiter, 970 (char **lineptr, size_t *linesize, int delimiter, 995 (char **lineptr, size_t *linesize, FILE *stream) 998 (char **lineptr, size_t *linesize, FILE *stream)); 1002 (char **lineptr, size_t *linesize, FILE *stream) 1006 (char **lineptr, size_t *linesize, FILE *stream));
|
/external/qemu/android/protocol/ |
D | fb-updates-proxy.c | 85 return (const uint8_t*)dsu->data + y * dsu->linesize + x * dsu->pf.bytes_per_pixel; in _pixel_offset() 101 start += dsu->linesize; in _copy_fb_rect()
|
/external/qemu/hw/ |
D | goldfish_fb.c | 75 qemu_put_be32(f, ds->surface->linesize); in goldfish_fb_save() 108 ds->surface->linesize != ds_pitch || in goldfish_fb_load() 483 pitch = s->ds->surface->linesize; in goldfish_fb_update_display()
|
/external/qemu/android/ |
D | multitouch-screen.c | 342 mts_state->fb_header.bpl = surface->linesize; in _mt_fb_update() 454 mts_state->fb_header.bpl = ds->surface->linesize; in multitouch_init()
|
/external/regex-re2/benchlog/ |
D | benchlog.mini | 90 machdep.cpu.cache.linesize: 64
|
D | benchlog.wreck | 70 machdep.cpu.cache.linesize: 64
|