Searched refs:nrecs (Results 1 – 6 of 6) sorted by relevance
| /OK3568_Linux_fs/kernel/fs/xfs/libxfs/ |
| H A D | xfs_bmap_btree.h | 67 #define XFS_BMAP_BROOT_SPACE_CALC(mp, nrecs) \ argument 69 ((nrecs) * (sizeof(xfs_bmbt_key_t) + sizeof(xfs_bmbt_ptr_t)))) 73 #define XFS_BMDR_SPACE_CALC(nrecs) \ argument 75 ((nrecs) * (sizeof(xfs_bmbt_key_t) + sizeof(xfs_bmbt_ptr_t))))
|
| H A D | xfs_inode_fork.c | 174 int nrecs; in xfs_iformat_btree() local 181 nrecs = be16_to_cpu(dfp->bb_numrecs); in xfs_iformat_btree() 192 nrecs == 0 || in xfs_iformat_btree() 193 XFS_BMDR_SPACE_CALC(nrecs) > in xfs_iformat_btree()
|
| /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… 174 uint16_t nrecs = 0; variable 188 parse_zip_footer(fp, nrecs, global_header_size, global_header_offset); 248 footer += (uint16_t)(nrecs + 1); // number of records on this disk 249 footer += (uint16_t)(nrecs + 1); // total number of records
|
| 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 220 nrecs = *(uint16_t*)&footer[10]; in parse_zip_footer() 227 assert(nrecs_on_disk == nrecs); 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… 174 uint16_t nrecs = 0; variable 188 parse_zip_footer(fp, nrecs, global_header_size, global_header_offset); 248 footer += (uint16_t)(nrecs + 1); // number of records on this disk 249 footer += (uint16_t)(nrecs + 1); // total number of records
|
| 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 220 nrecs = *(uint16_t*)&footer[10]; in parse_zip_footer() 227 assert(nrecs_on_disk == nrecs); in parse_zip_footer()
|