Searched refs:count (Results 1 – 7 of 7) sorted by relevance
/FileX-v6.2.1/test/regression_test/ |
D | filex_unicode_file_directory_rename_extra_test.c | 84 UINT status, length, count, new_length, old_length; in ftest_0_entry() local 119 for ( count = 0; count < 28; count++) in ftest_0_entry() 124 if ( count <=24) in ftest_0_entry() 128 return_value_if_fail( status == FX_SUCCESS, 4 + count); in ftest_0_entry() 134 return_value_if_fail( status == FX_ALREADY_CREATED, 4 + count); in ftest_0_entry() 187 for ( count = 0; count < 28; count++) in ftest_0_entry() 192 if ( count <=24) in ftest_0_entry() 196 return_value_if_fail( status == FX_SUCCESS, 4 + count); in ftest_0_entry() 202 return_value_if_fail( status == FX_ALREADY_CREATED, 4 + count); in ftest_0_entry()
|
D | filex_unicode_4_test.c | 95 UINT status, length, count; in ftest_0_entry() local 228 for (count = 0; count < 32; count++) in ftest_0_entry() 230 temp_array[count] = large_file_name_format[(1732 - 852) * 16 + count]; in ftest_0_entry() 231 …large_file_name_format[(1732 - 852) * 16 + count] = large_file_name_format[(1736 - 852) * 16 + cou… in ftest_0_entry() 239 for (count = 0; count < 32; count++) in ftest_0_entry() 241 large_file_name_format[(1732 - 852) * 16 + count] = temp_array[count]; in ftest_0_entry()
|
D | filex_unicode_file_rename_test.c | 100 UINT status, count; in ftest_0_entry() local 422 for ( count = 0; count < 27; count++) in ftest_0_entry() 426 …atus == FX_SUCCESS) || (status == FX_ALREADY_CREATED) || (status == FX_NO_MORE_SPACE), 24 + count); in ftest_0_entry()
|
D | filex_unicode_directory_rename_test.c | 100 UINT status, count; in ftest_0_entry() local 425 for ( count = 0; count < 27; count++) in ftest_0_entry() 429 …atus == FX_SUCCESS) || (status == FX_ALREADY_CREATED) || (status == FX_NO_MORE_SPACE), 24 + count); in ftest_0_entry()
|
/FileX-v6.2.1/common/src/ |
D | fx_partition_offset_calculate.c | 62 UINT *count, ULONG sector, UCHAR *sector_buffer); 133 UINT count; in _fx_partition_offset_calculate() local 140 count = 0; in _fx_partition_offset_calculate() 206 _fx_utility_partition_get(partition_table, &count, 0, partition_sector_ptr); in _fx_partition_offset_calculate() 209 if (partition >= count) in _fx_partition_offset_calculate() 280 UINT *count, ULONG sector, UCHAR *sector_buffer) in _fx_utility_partition_get() argument 297 partition_table[*count].fx_media_part_start = 0; in _fx_utility_partition_get() 298 partition_table[*count].fx_media_part_size = 0; in _fx_utility_partition_get() 307 partition_table[*count].fx_media_part_start = value + base_sector; in _fx_utility_partition_get() 313 partition_table[*count].fx_media_part_size = value; in _fx_utility_partition_get() [all …]
|
D | fx_media_check_FAT_chain_check.c | 84 ULONG count, error; in _fx_media_check_FAT_chain_check() local 98 count = 0; in _fx_media_check_FAT_chain_check() 151 count++; in _fx_media_check_FAT_chain_check() 156 *total_valid_clusters = count; in _fx_media_check_FAT_chain_check()
|
/FileX-v6.2.1/docs/ |
D | revision_history.txt | 168 … count calculation, fixed compiler warnings, removed an unnecessary
|