Home
last modified time | relevance | path

Searched refs:total_bytes (Results 1 – 2 of 2) sorted by relevance

/FileX-v6.2.1/test/regression_test/
Dfilex_file_write_available_cluster_test.c119 ULONG total_bytes; in ftest_0_entry() local
170 total_bytes = 9216; in ftest_0_entry()
181 used_clusters = total_bytes / 4096 + 1; in ftest_0_entry()
185 total_bytes += 8080; in ftest_0_entry()
Dfx_ram_driver_test.c215 UINT total_bytes; in _fx_ram_driver() local
391total_bytes = media_ptr -> fx_media_driver_sectors * media_ptr -> fx_media_bytes_per_sector; in _fx_ram_driver()
394 … if ((data_start + total_bytes) > ((UCHAR *)media_ptr -> fx_media_driver_info + media_size)) in _fx_ram_driver()
413 remaining_bytes = total_bytes; in _fx_ram_driver()