Home
last modified time | relevance | path

Searched refs:uncompressed_data (Results 1 – 2 of 2) sorted by relevance

/external/mesa3d/src/util/
Ddisk_cache.c1055 uint8_t *uncompressed_data = NULL; in disk_cache_get() local
1134 uncompressed_data = malloc(cf_data.uncompressed_size); in disk_cache_get()
1135 if (!inflate_cache_data(data, cache_data_size, uncompressed_data, in disk_cache_get()
1140 if (cf_data.crc32 != util_hash_crc32(uncompressed_data, in disk_cache_get()
1152 return uncompressed_data; in disk_cache_get()
1157 if (uncompressed_data) in disk_cache_get()
1158 free(uncompressed_data); in disk_cache_get()
/external/squashfs-tools/squashfs-tools/
Dmksquashfs.c6471 inode_dir_start_block, uncompressed_data, in main() local
6515 uncompressed_data = (inode_dir_offset + inode_dir_file_size) & in main()
6523 sdirectory_cache_bytes = uncompressed_data; in main()
6568 directory_cache_bytes = uncompressed_data; in main()
6570 compressed_data, uncompressed_data); in main()