Searched refs:len (Results 1 – 3 of 3) sorted by relevance
/FileX-v6.4.1/common/src/ |
D | fx_fault_tolerant_calculate_checksum.c | 76 USHORT _fx_fault_tolerant_calculate_checksum(UCHAR *data, UINT len) in _fx_fault_tolerant_calculate_checksum() argument 81 while (len >= 4) in _fx_fault_tolerant_calculate_checksum() 91 len -= sizeof(ULONG); in _fx_fault_tolerant_calculate_checksum()
|
D | fx_directory_entry_write.c | 89 UINT i, j, k, l, card, len, dotfound, dotpos, match; in _fx_directory_entry_write() local 189 for (len = 0, i = 0, dotpos = 0, dotfound = 0; entry_ptr -> fx_dir_entry_name[len]; len++) in _fx_directory_entry_write() 193 if (entry_ptr -> fx_dir_entry_name[len] == '.') in _fx_directory_entry_write() 197 if (len == 0) in _fx_directory_entry_write() 206 dotpos = len + 1; in _fx_directory_entry_write() 211 if ((entry_ptr -> fx_dir_entry_name[len] != ' ') && (i < 8)) in _fx_directory_entry_write() 215 shortname[i] = entry_ptr -> fx_dir_entry_name[len]; in _fx_directory_entry_write() 255 if (len % 13 == 0) in _fx_directory_entry_write() 257 card = len / 13; in _fx_directory_entry_write() 261 card = len / 13 + 1; in _fx_directory_entry_write()
|
/FileX-v6.4.1/common/inc/ |
D | fx_fault_tolerant.h | 383 USHORT _fx_fault_tolerant_calculate_checksum(UCHAR *data, UINT len);
|