Searched refs:INT (Results 1 – 18 of 18) sorted by relevance
89 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()
90 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()
88 if ((INT)attributes & ~(FX_READ_ONLY | FX_HIDDEN | FX_SYSTEM | FX_ARCHIVE)) in _fxe_file_attributes_set()
89 if ((INT)attributes & ~(FX_DIRECTORY | FX_READ_ONLY | FX_HIDDEN | FX_SYSTEM | FX_ARCHIVE)) in _fxe_directory_attributes_set()
161 alpha = (CHAR)((INT)alpha - 0x20); in _fx_unicode_file_rename()168 beta = (CHAR)((INT)beta - 0x20); in _fx_unicode_file_rename()
162 alpha = (UCHAR)((INT)alpha - 0x20); in _fx_unicode_directory_rename()169 beta = (UCHAR)((INT)beta - 0x20); in _fx_unicode_directory_rename()
191 alpha = (CHAR)((INT)alpha - 0x20); in _fx_media_volume_set()368 alpha = (CHAR)((INT)alpha - 0x20); in _fx_media_volume_set()
321 alpha = (CHAR)((INT)alpha - 0x20); in _fx_directory_rename()328 beta = (CHAR)((INT)beta - 0x20); in _fx_directory_rename()
662 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()
327 alpha = (CHAR)((INT)alpha - 0x20); in _fx_file_rename()334 beta = (CHAR)((INT)beta - 0x20); in _fx_file_rename()
171 _fx_unicode_temp_long_file_name[i] = (UCHAR)((INT)'0' + (i % 9)); in _fx_unicode_directory_create()
247 unicode_to_short_name[j] = (CHAR)((INT)unicode_to_short_name[j] - 0x20); in _fx_unicode_directory_search()
665 short_name_ptr[j] = (CHAR)((INT)short_name_ptr[j] + 32); in _fx_unicode_directory_entry_read()
99 typedef int INT; typedef
97 typedef int INT; typedef
93 typedef int INT; typedef
49 static INT driver_called_counter = 0;
6342 exit((INT)test_control_failed_tests); in test_control_thread_entry()