Searched refs:global_header_size (Results 1 – 4 of 4) sorted by relevance
| /OK3568_Linux_fs/external/rknpu2/examples/rknn_benchmark/src/cnpy/ |
| H A D | cnpy.h | 89 void parse_zip_footer(FILE* fp, uint16_t& nrecs, size_t& global_header_size, size_t& global_hea… 187 size_t global_header_size; variable 188 parse_zip_footer(fp, nrecs, global_header_size, global_header_offset); 190 global_header.resize(global_header_size); 191 size_t res = fread(&global_header[0], sizeof(char), global_header_size, fp); 192 if (res != global_header_size) {
|
| H A D | cnpy.cpp | 208 void cnpy::parse_zip_footer(FILE* fp, uint16_t& nrecs, size_t& global_header_size, size_t& global_h… in parse_zip_footer() argument 221 global_header_size = *(uint32_t*)&footer[12]; in parse_zip_footer()
|
| /OK3568_Linux_fs/external/rknpu2/examples/3rdparty/cnpy/ |
| H A D | cnpy.h | 89 void parse_zip_footer(FILE* fp, uint16_t& nrecs, size_t& global_header_size, size_t& global_hea… 187 size_t global_header_size; variable 188 parse_zip_footer(fp, nrecs, global_header_size, global_header_offset); 190 global_header.resize(global_header_size); 191 size_t res = fread(&global_header[0], sizeof(char), global_header_size, fp); 192 if (res != global_header_size) {
|
| H A D | cnpy.cpp | 208 void cnpy::parse_zip_footer(FILE* fp, uint16_t& nrecs, size_t& global_header_size, size_t& global_h… in parse_zip_footer() argument 221 global_header_size = *(uint32_t*)&footer[12]; in parse_zip_footer()
|