Searched refs:data_size (Results 1 – 3 of 3) sorted by relevance
187 size_t data_size = 0; // # bytes read so far in LoadPartitionContents() local193 size_t next = size[index[i]] - data_size; in LoadPartitionContents()211 data_size += read; in LoadPartitionContents()256 data.resize(data_size); in LoadPartitionContents()
37 static GRSurface* malloc_surface(size_t data_size) { in malloc_surface() argument38 size_t size = sizeof(GRSurface) + data_size + SURFACE_DATA_ALIGNMENT; in malloc_surface()
1886 if (status.data_size <= (uint64_t)j * BLOCKSIZE) { in BlockImageRecoverFn()