Home
last modified time | relevance | path

Searched refs:process_chunk (Results 1 – 4 of 4) sorted by relevance

/external/mesa3d/src/gallium/drivers/freedreno/
Dfreedreno_log.c122 process_chunk(struct fd_context *ctx, struct fd_log_chunk *chunk, struct times *t) in process_chunk() function
186 process_chunk(ctx, chunk, &times); in fd_log_process()
/external/elfutils/src/
Dstrings.c391 process_chunk (const char *fname, const unsigned char *buf, off_t to, in process_chunk() function
540 process_chunk (fname, buf, from + nb, nb, &unprinted); in read_block_no_mmap()
614 process_chunk (fname, elfmap_base + (from - elfmap_off), in read_block()
669 process_chunk (fname, remap_base - to_keep, in read_block()
DChangeLog2241 * strings.c (process_chunk): Remove _MUDFLAP condition.
2287 (process_chunk): Likewise.
4596 * strings.c (process_chunk): Reorder expressions in conditional
/external/libpng/contrib/tools/
Dpngfix.c2784 process_chunk(struct file *file, png_uint_32 file_crc, png_uint_32 next_length, in process_chunk() function
3009 process_chunk(file, file_crc, 0, 0); in sync_stream()
3039 process_chunk(file, file_crc, next_length, next_type); in sync_stream()
3141 process_chunk(file, file_crc, next_length, next_type); in read_chunk()
3149 process_chunk(file, file_crc, 0, 0); in read_chunk()