Home
last modified time | relevance | path

Searched refs:INT (Results 1 – 18 of 18) sorted by relevance

/FileX-v6.2.1/common/src/
Dfx_media_volume_get_extended.c89 INT j; in _fx_media_volume_get_extended()
192 if (j >= (INT)volume_name_buffer_length - 1) in _fx_media_volume_get_extended()
199 j = (INT)volume_name_buffer_length - 2; in _fx_media_volume_get_extended()
295 if (j >= (INT)volume_name_buffer_length - 1) in _fx_media_volume_get_extended()
302 j = (INT)volume_name_buffer_length - 2; in _fx_media_volume_get_extended()
Dfx_utility_FAT_flush.c90 INT multi_sector_entry; in _fx_utility_FAT_flush()
222 multi_sector_entry = (INT)i; in _fx_utility_FAT_flush()
244 if ((multi_sector_entry) == (INT)i) in _fx_utility_FAT_flush()
266 if ((multi_sector_entry) == (INT)i) in _fx_utility_FAT_flush()
313 (UCHAR)((INT)media_ptr -> fx_media_fat_secondary_update_map[ind] in _fx_utility_FAT_flush()
427 (UCHAR)((INT)media_ptr -> fx_media_fat_secondary_update_map[ind] in _fx_utility_FAT_flush()
528 (UCHAR)((INT)media_ptr -> fx_media_fat_secondary_update_map[ind] in _fx_utility_FAT_flush()
Dfxe_file_attributes_set.c88 if ((INT)attributes & ~(FX_READ_ONLY | FX_HIDDEN | FX_SYSTEM | FX_ARCHIVE)) in _fxe_file_attributes_set()
Dfxe_directory_attributes_set.c89 if ((INT)attributes & ~(FX_DIRECTORY | FX_READ_ONLY | FX_HIDDEN | FX_SYSTEM | FX_ARCHIVE)) in _fxe_directory_attributes_set()
Dfx_unicode_file_rename.c161 alpha = (CHAR)((INT)alpha - 0x20); in _fx_unicode_file_rename()
168 beta = (CHAR)((INT)beta - 0x20); in _fx_unicode_file_rename()
Dfx_unicode_directory_rename.c162 alpha = (UCHAR)((INT)alpha - 0x20); in _fx_unicode_directory_rename()
169 beta = (UCHAR)((INT)beta - 0x20); in _fx_unicode_directory_rename()
Dfx_media_volume_set.c191 alpha = (CHAR)((INT)alpha - 0x20); in _fx_media_volume_set()
368 alpha = (CHAR)((INT)alpha - 0x20); in _fx_media_volume_set()
Dfx_directory_rename.c321 alpha = (CHAR)((INT)alpha - 0x20); in _fx_directory_rename()
328 beta = (CHAR)((INT)beta - 0x20); in _fx_directory_rename()
Dfx_directory_search.c662 alpha = (CHAR)((INT)alpha - 0x20); in _fx_directory_search()
670 name_alpha = (CHAR)((INT)name_alpha - 0x20); in _fx_directory_search()
720 name_alpha = (CHAR)((INT)name_alpha - 0x20); in _fx_directory_search()
Dfx_file_rename.c327 alpha = (CHAR)((INT)alpha - 0x20); in _fx_file_rename()
334 beta = (CHAR)((INT)beta - 0x20); in _fx_file_rename()
Dfx_unicode_directory_create.c171 _fx_unicode_temp_long_file_name[i] = (UCHAR)((INT)'0' + (i % 9)); in _fx_unicode_directory_create()
Dfx_unicode_directory_search.c247 unicode_to_short_name[j] = (CHAR)((INT)unicode_to_short_name[j] - 0x20); in _fx_unicode_directory_search()
Dfx_unicode_directory_entry_read.c665 short_name_ptr[j] = (CHAR)((INT)short_name_ptr[j] + 32); in _fx_unicode_directory_entry_read()
/FileX-v6.2.1/ports/win32/vs_2019/inc/
Dfx_port.h99 typedef int INT; typedef
/FileX-v6.2.1/ports/generic/inc/
Dfx_port.h97 typedef int INT; typedef
/FileX-v6.2.1/ports/linux/gnu/inc/
Dfx_port.h93 typedef int INT; typedef
/FileX-v6.2.1/test/regression_test/
Dfilex_unicode_test.c49 static INT driver_called_counter = 0;
Dfilextestcontrol.c6342 exit((INT)test_control_failed_tests); in test_control_thread_entry()