Searched defs:crc (Results 1 - 7 of 7) sorted by relevance

/system/extras/ext4_utils/
H A Dsparse_crc32.c104 u32 crc; local
106 crc = crc_in ^ ~0U;
108 crc = crc32_tab[(crc ^ *p++) & 0xFF] ^ (crc >> 8);
109 return crc ^ ~0U;
H A Dmake_ext4fs_main.c59 int crc = 0; local
115 crc = 1;
185 sparse, crc, wipe, init_itabs, sehnd);
H A Dext2simg.c177 int crc = 0; local
182 crc = 1;
239 write_ext4_image(outfd, gzip, sparse, crc, 0);
H A Dext4_utils.c145 void write_ext4_image(int fd, int gz, int sparse, int crc, int wipe) argument
150 count_sparse_chunks(), crc, wipe);
H A Dmake_ext4fs.c322 int crc, int wipe, int init_itabs, struct selabel_handle *sehnd)
459 write_ext4_image(fd, gzip, sparse, crc, wipe);
320 make_ext4fs_internal(int fd, const char *directory, char *mountpoint, fs_config_func_t fs_config_func, int gzip, int sparse, int crc, int wipe, int init_itabs, struct selabel_handle *sehnd) argument
H A Doutput_file.c355 int chunks, int crc, int wipe)
390 out->use_crc = crc;
411 int chunks, int crc, int wipe) {
426 file = open_output_fd(fd, gz, sparse, chunks, crc, wipe);
354 open_output_fd(int fd, int gz, int sparse, int chunks, int crc, int wipe) argument
410 open_output_file(const char *filename, int gz, int sparse, int chunks, int crc, int wipe) argument
/system/core/libzipfile/
H A Dzipfile.c82 unsigned long crc; local

Completed in 137 milliseconds