Home
last modified time | relevance | path

Searched refs:temp (Results 1 – 20 of 20) sorted by relevance

/FileX-v6.4.1/common/src/
Dfxe_media_open.c94 ULONG temp; in _fxe_media_open() local
114 temp = _fx_system_media_max_sector_cache; in _fxe_media_open() local
117 temp = (temp & ((~temp) + ((ULONG) 1))); in _fxe_media_open()
120 if ((temp == 1) || (temp != _fx_system_media_max_sector_cache)) in _fxe_media_open()
128 temp = _fx_system_media_max_fat_cache; in _fxe_media_open()
131 temp = (temp & ((~temp) + ((ULONG) 1))); in _fxe_media_open()
134 if ((temp == 1) || (temp != _fx_system_media_max_fat_cache)) in _fxe_media_open()
Dfx_utility_FAT_flush.c86 UINT temp, i; in _fx_utility_FAT_flush() local
170 temp = ((UINT)*FAT_ptr) & 0xF0; in _fx_utility_FAT_flush()
171 *FAT_ptr = (UCHAR)(temp | ((next_cluster >> 8) & 0xF)); in _fx_utility_FAT_flush()
240 temp = (((UINT)*FAT_ptr) & 0x0F); in _fx_utility_FAT_flush()
241 *FAT_ptr = (UCHAR)(temp | ((next_cluster << 4) & 0xF0)); in _fx_utility_FAT_flush()
277 temp = ((UINT)*FAT_ptr) & 0xF0; in _fx_utility_FAT_flush()
278 *FAT_ptr = (UCHAR)(temp | ((next_cluster >> 8) & 0xF)); in _fx_utility_FAT_flush()
Dfx_directory_entry_write.c88 UINT status, temp, entry, delete_flag; in _fx_directory_entry_write() local
376 temp = ((entry >> 12) & 0xf); in _fx_directory_entry_write()
380 temp = ((entry >> 8) & 0xf); in _fx_directory_entry_write()
384 temp = ((entry >> 4) & 0xf); in _fx_directory_entry_write()
388 temp = ((entry) & 0xf); in _fx_directory_entry_write()
392 if (temp > 9) in _fx_directory_entry_write()
393 shortname[i++] = (CHAR)('A' + (temp - 10)); in _fx_directory_entry_write()
395 shortname[i++] = (CHAR)('0' + temp); in _fx_directory_entry_write()
1060 temp = (entry_ptr -> fx_dir_entry_cluster >> 16); in _fx_directory_entry_write()
1061 _fx_utility_16_unsigned_write(work_ptr, temp); in _fx_directory_entry_write()
/FileX-v6.4.1/test/regression_test/
Dfilex_utility_test.c252 ULONG temp; in ftest_0_entry() local
400 temp = partition_sector[2]; in ftest_0_entry()
418 partition_sector[2] = temp; in ftest_0_entry()
421 temp = partition_sector[2]; in ftest_0_entry()
439 partition_sector[2] = temp; in ftest_0_entry()
448 temp = partition_sector[0x16]; in ftest_0_entry()
474 partition_sector[0x16] = temp; in ftest_0_entry()
523 partition_sector[0x16] = temp; in ftest_0_entry()
547 partition_sector[0x16] = temp; in ftest_0_entry()
571 partition_sector[0x16] = temp; in ftest_0_entry()
[all …]
Dfilex_fault_tolerant_enable_test.c106 ULONG start_sector, temp; in ftest_0_entry() local
193 temp = ram_disk.fx_media_sectors_per_cluster; in ftest_0_entry()
196 ram_disk.fx_media_sectors_per_cluster = temp; in ftest_0_entry()
208 temp = ram_disk.fx_media_available_clusters; in ftest_0_entry()
212 ram_disk.fx_media_available_clusters = temp; in ftest_0_entry()
214 temp = ram_disk.fx_media_total_clusters; in ftest_0_entry()
218 ram_disk.fx_media_total_clusters = temp; in ftest_0_entry()
236 temp = ram_disk.fx_media_fault_tolerant_file_size; in ftest_0_entry()
242 ram_disk.fx_media_fault_tolerant_file_size = temp; in ftest_0_entry()
Dfilex_unicode_file_directory_rename_extra_test.c85 UCHAR temp; in ftest_0_entry() local
116 temp = new_file_name5[0]; in ftest_0_entry()
155 new_file_name5[0] = temp; in ftest_0_entry()
184 temp = new_file_name5[0]; in ftest_0_entry()
Dfilextestcontrol.c472 ULONG temp; in tx_application_define() local
1308 temp = _fx_system_media_max_sector_cache; in tx_application_define()
1316 _fx_system_media_max_sector_cache = temp; in tx_application_define()
1336 temp = _fx_system_media_max_sector_cache; in tx_application_define()
1344 _fx_system_media_max_sector_cache = temp; in tx_application_define()
1364 temp = _fx_system_media_max_fat_cache; in tx_application_define()
1372 _fx_system_media_max_fat_cache = temp; in tx_application_define()
1392 temp = _fx_system_media_max_fat_cache; in tx_application_define()
1400 _fx_system_media_max_fat_cache = temp; in tx_application_define()
1593 status = _fxe_media_space_available(&media_instance, &temp); in tx_application_define()
[all …]
Dfilex_media_multiple_open_close_test.c134 ULONG temp; in ftest_0_entry() local
1110 temp = _fx_system_build_options_1; in ftest_0_entry()
1132 _fx_system_build_options_1 = temp; in ftest_0_entry()
1354 temp = ram_disk.fx_media_FAT32_additional_info_sector; in ftest_0_entry()
1357 fx_media_read(&ram_disk, temp, raw_sector_buffer); in ftest_0_entry()
1363 fx_media_write(&ram_disk, temp, raw_sector_buffer); in ftest_0_entry()
1390 fx_media_read(&ram_disk, temp, raw_sector_buffer); in ftest_0_entry()
1403 fx_media_write(&ram_disk, temp, raw_sector_buffer); in ftest_0_entry()
1428 fx_media_read(&ram_disk, temp, raw_sector_buffer); in ftest_0_entry()
1434 fx_media_write(&ram_disk, temp, raw_sector_buffer); in ftest_0_entry()
[all …]
Dfilex_directory_create_delete_test.c168 ULONG temp; in ftest_0_entry() local
260 temp = ram_disk.fx_media_available_clusters; in ftest_0_entry()
264 ram_disk.fx_media_available_clusters = temp; in ftest_0_entry()
488 temp = ram_disk.fx_media_total_clusters; in ftest_0_entry()
491 ram_disk.fx_media_total_clusters = temp; in ftest_0_entry()
602 temp = ram_disk.fx_media_total_clusters; in ftest_0_entry()
605 ram_disk.fx_media_total_clusters = temp; in ftest_0_entry()
647 temp = ram_disk.fx_media_total_clusters; in ftest_0_entry()
650 ram_disk.fx_media_total_clusters = temp; in ftest_0_entry()
844 temp = ram_disk.fx_media_available_clusters; in ftest_0_entry()
[all …]
Dfilex_directory_first_next_find_test.c91 ULONG temp; in ftest_0_entry() local
792 temp = ram_disk.fx_media_total_clusters; in ftest_0_entry()
795 ram_disk.fx_media_total_clusters = temp; in ftest_0_entry()
873 temp = ram_disk.fx_media_default_path.fx_path_current_entry; in ftest_0_entry()
876 ram_disk.fx_media_default_path.fx_path_current_entry = temp; in ftest_0_entry()
1085 temp = ram_disk.fx_media_total_clusters; in ftest_0_entry()
1088 ram_disk.fx_media_total_clusters = temp; in ftest_0_entry()
1166 temp = ram_disk.fx_media_default_path.fx_path_current_entry; in ftest_0_entry()
1169 ram_disk.fx_media_default_path.fx_path_current_entry = temp; in ftest_0_entry()
Dfilex_unicode_file_directory_rename_extra_2_test.c86 UCHAR temp; in ftest_0_entry() local
507 temp = long_unicode_name1[0]; in ftest_0_entry()
522 long_unicode_name1[0] = temp; in ftest_0_entry()
Dfilex_file_create_delete_test.c112 ULONG64 temp; in ftest_0_entry() local
142 status = fx_media_extended_space_available(&ram_disk, &temp); in ftest_0_entry()
150 status = fx_file_extended_best_effort_allocate(&file_1, 0, &temp); in ftest_0_entry()
253 status = fx_file_extended_best_effort_allocate(&file_1, 1, &temp); in ftest_0_entry()
285 status = fx_file_extended_best_effort_allocate(&file_5, 0, &temp); in ftest_0_entry()
293 status = fx_file_extended_best_effort_allocate(&file_1, 0, &temp); in ftest_0_entry()
Dfilex_unicode_4_test.c102 UCHAR temp, temp_array[32]; in ftest_0_entry() local
224 temp = large_file_name_format[(1738 - 852) * 16]; in ftest_0_entry()
238 large_file_name_format[(1738 - 852) * 16] = temp; in ftest_0_entry()
Dfilex_fault_tolerant_corrupted_log_file_test.c122 UINT status, temp = 0; in ftest_0_entry() local
211 _fx_fault_tolerant_add_dir_log(&ram_disk, sector, 1, (UCHAR *)&temp, 1); in ftest_0_entry()
Dfilex_file_allocate_truncate_test.c90 ULONG temp; in ftest_0_entry() local
520 temp = ram_disk.fx_media_available_clusters; in ftest_0_entry()
527 ram_disk.fx_media_available_clusters = temp; in ftest_0_entry()
Dfilex_fault_tolerant_enable_3_test.c100 ULONG temp; in ftest_0_entry() local
687 temp = long_unicode_name[0]; in ftest_0_entry()
712 temp = ram_disk.fx_media_root_sectors; in ftest_0_entry()
715 ram_disk.fx_media_root_sectors = temp; in ftest_0_entry()
Dfilex_media_read_write_sector_test.c103 ULONG temp; in ftest_0_entry() local
1057 _fx_utility_FAT_entry_read(&ram_disk, fat_entry, &temp); in ftest_0_entry()
1122 _fx_utility_FAT_entry_read(&ram_disk, fat_entry, &temp); in ftest_0_entry()
1187 _fx_utility_FAT_entry_read(&ram_disk, fat_entry, &temp); in ftest_0_entry()
Dfilex_file_read_write_test.c100 ULONG temp; in ftest_0_entry() local
1368 temp = (ULONG)my_file.fx_file_current_file_offset; in ftest_0_entry()
1400 my_file.fx_file_current_file_offset = temp; in ftest_0_entry()
2367 temp = ram_disk.fx_media_total_clusters; in ftest_0_entry()
2370 ram_disk.fx_media_total_clusters = temp; in ftest_0_entry()
Dfilex_directory_default_path_get_set_test.c93 ULONG temp; in ftest_0_entry() local
191 temp = ram_disk.fx_media_id; in ftest_0_entry()
206 ram_disk.fx_media_id = temp; in ftest_0_entry()
/FileX-v6.4.1/cmake/
Dutilities.cmake3 # Store the current list in a temp
11 # Add this target into the temp
13 # Copy the temp back up to the parent list