Searched defs:compr_bytes (Results 1 – 3 of 3) sorted by relevance
246 cnpy::NpyArray load_the_npz_array(FILE* fp, uint32_t compr_bytes, uint32_t uncompr_bytes) in load_the_npz_array()328 uint32_t compr_bytes = *reinterpret_cast<uint32_t*>(&local_header[0] + 18); in npz_load() local372 uint32_t compr_bytes = *reinterpret_cast<uint32_t*>(&local_header[0] + 18); in npz_load() local
248 size_t compr_bytes; member