Home
last modified time | relevance | path

Searched refs:csz (Results 1 – 4 of 4) sorted by relevance

/third_party/boost/libs/container/test/
Dcontainer_common_tests.hpp31 typename Container::size_type sz, csz; in test_nth_index_of() local
36 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()
/third_party/FatFs/documents/res/
Dapp3.c25 DWORD csz, tcl, ncl, ccl, cl; in allocate_contiguous_clusters() local
30 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()
/third_party/glib/glib/
Dgslice.c213 #define SLAB_BPAGE_SIZE(al,csz) (8 * (csz) + SLAB_INFO_SIZE) argument
/third_party/FatFs/source/
Dff.c1443 DWORD csz, clst; in dir_sdi() local
1461 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()