Home
last modified time | relevance | path

Searched refs:clst (Results 1 - 5 of 5) sorted by relevance

/third_party/FatFs/documents/res/
H A Dapp5.c10 DWORD clst, clsz, step; in test_contiguous_file() local
26 clst = fp->obj.sclust - 1; /* A cluster leading the first cluster for first test */ in test_contiguous_file()
31 if (clst + 1 != fp->clust) break; /* Is not the cluster next to previous one? */ in test_contiguous_file()
32 clst = fp->clust; fsz -= step; /* Get current cluster for next test */ in test_contiguous_file()
H A Dapp3.c15 DWORD clust2sect (FATFS* fs, DWORD clst);
16 DWORD get_fat (FATFS* fs, DWORD clst);
17 FRESULT put_fat (FATFS* fs, DWORD clst, DWORD val);
/third_party/FatFs/source/
H A Dff.c1025 DWORD clst /* Cluster# to be converted */ in clst2sect()
1028 clst -= 2; /* Cluster number is origin from 2 */ in clst2sect()
1029 if (clst >= fs->n_fatent - 2) return 0; /* Is it invalid cluster number? */ in clst2sect()
1030 return fs->database + (LBA_t)fs->csize * clst; /* Start sector number of the cluster */ in clst2sect()
1042 DWORD clst /* Cluster number to get the value */ in get_fat()
1053 if (clst < 2 || clst >= fs->n_fatent) { /* Check if in valid range */ in get_fat()
1061 bc = (UINT)clst; bc += bc / 2; in get_fat()
1066 val = (clst & 1) ? (wc >> 4) : (wc & 0xFFF); /* Adjust bit position */ in get_fat()
1070 if (move_window(fs, fs->fatbase + (clst / (S in get_fat()
1095 put_fat( FATFS* fs, DWORD clst, DWORD val ) put_fat() argument
1153 remove_chain( FFOBJID* obj, DWORD clst, DWORD pclst ) remove_chain() argument
1446 DWORD csz, clst; dir_sdi() local
1496 DWORD ofs, clst; dir_next() local
3285 DWORD cl, bcs, clst, tm; f_open() local
3548 DWORD clst; f_read() local
3668 DWORD clst; f_write() local
4064 DWORD clst, bcs; f_lseek() local
4420 DWORD nfree, clst, stat; fat_count_free_entries() local
5327 DWORD n, clst, stcl, scl, ncl, tcl, lclst, count, fclust = 0; global() local
5486 DWORD clst; global() local
[all...]
H A Dff.h353 DWORD clst; member
480 DWORD get_fat (FFOBJID *obj, DWORD clst);
481 FRESULT put_fat(FATFS *fs, DWORD clst, DWORD val);
483 QWORD clst2sect (FATFS* fs, DWORD clst );
505 DWORD create_chain (FFOBJID* obj, DWORD clst);
506 FRESULT remove_chain (FFOBJID* obj, DWORD clst, DWORD pclst);
/third_party/node/deps/v8/src/codegen/s390/
H A Dconstants-s390.h1231 V(clst, CLST, 0xB25D) /* type = RRE COMPARE LOGICAL STRING */ \

Completed in 16 milliseconds