Searched refs:csz (Results 1 – 4 of 4) sorted by relevance
31 typename Container::size_type sz, csz; in test_nth_index_of() local36 csz = (as_const)(c).index_of(cit); in test_nth_index_of()44 if(csz != 0) in test_nth_index_of()52 csz = (as_const)(c).index_of(cit); in test_nth_index_of()60 if(csz != sz_div_2) in test_nth_index_of()67 csz = (as_const)(c).index_of(cit); in test_nth_index_of()75 if(csz != c.size()) in test_nth_index_of()
25 DWORD csz, tcl, ncl, ccl, cl; in allocate_contiguous_clusters() local30 csz = 512UL * fp->fs->csize; /* Cluster size in unit of byte (assuming 512 bytes/sector) */ in allocate_contiguous_clusters()31 tcl = (len + csz - 1) / csz; /* Total number of clusters required */ in allocate_contiguous_clusters()32 len = tcl * csz; /* Round-up file size to the cluster boundary */ in allocate_contiguous_clusters()
213 #define SLAB_BPAGE_SIZE(al,csz) (8 * (csz) + SLAB_INFO_SIZE) argument
1443 DWORD csz, clst; in dir_sdi() local1461 csz = (DWORD)fs->csize * SS(fs); /* Bytes per cluster */ in dir_sdi()1462 while (ofs >= csz) { /* Follow cluster chain */ in dir_sdi()1466 ofs -= csz; in dir_sdi()