Home
last modified time | relevance | path

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

/external/elfutils/src/
Dstrings.c406 process_chunk (const char *fname, const unsigned char *buf, off_t to, in process_chunk() function
555 process_chunk (fname, buf, from + nb, nb, &unprinted); in read_block_no_mmap()
629 process_chunk (fname, elfmap_base + (from - elfmap_off), in read_block()
684 process_chunk (fname, remap_base - to_keep, in read_block()
DChangeLog772 * strings.c (process_chunk): Remove _MUDFLAP condition.
818 (process_chunk): Likewise.
3127 * strings.c (process_chunk): Reorder expressions in conditional
/external/libpng/contrib/tools/
Dpngfix.c2785 process_chunk(struct file *file, png_uint_32 file_crc, png_uint_32 next_length, in process_chunk() function
3010 process_chunk(file, file_crc, 0, 0); in sync_stream()
3040 process_chunk(file, file_crc, next_length, next_type); in sync_stream()
3142 process_chunk(file, file_crc, next_length, next_type); in read_chunk()
3150 process_chunk(file, file_crc, 0, 0); in read_chunk()
/external/chromium-trace/catapult/telemetry/third_party/png/
Dpng.py1721 self.process_chunk(lenient=lenient)
1742 def process_chunk(self, lenient=False): member in Reader