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

/external/elfutils/0.153/src/
H A Dstrings.c400 process_chunk (const char *fname, const unsigned char *buf, off64_t to, function
554 process_chunk (fname, buf, from + nb, nb, &unprinted);
628 process_chunk (fname, elfmap_base + (from - elfmap_off),
683 process_chunk (fname, remap_base - to_keep,
/external/qemu/distrib/libsparse/src/
H A Dsparse_read.c222 static int process_chunk(struct sparse_file *s, int fd, off64_t offset, function
340 ret = process_chunk(s, fd, offset, sparse_header.chunk_hdr_sz, &chunk_header,
/external/libpng/contrib/tools/
H A Dpngfix.c2763 /* The three routines read_chunk, process_chunk and sync_stream can only be
2764 * called via a call to read_chunk and only exit at a return from process_chunk.
2771 * -> process_chunk
2772 * -> process_chunk
2778 process_chunk(struct file *file, png_uint_32 file_crc, png_uint_32 next_length, function
2960 * header. Executes stop on a fatal error, otherwise calls process_chunk.
3003 process_chunk(file, file_crc, 0, 0);
3033 process_chunk(file, file_crc, next_length, next_type);
3047 * process_chunk. So the invariant that IEND leaves the file position
3079 * routine (via process_chunk) instantiate
[all...]
/external/chromium_org/tools/telemetry/third_party/png/
H A Dpng.py1721 self.process_chunk(lenient=lenient)
1742 def process_chunk(self, lenient=False): member in class:Reader

Completed in 1928 milliseconds