Searched defs:f (Results 1 – 3 of 3) sorted by relevance
/FileX-v6.2.1/common/inc/ |
D | fx_file.h | 60 #define _fx_file_allocate(f, s) _fx_file_extended_allocate(f, (ULONG64)s); argument 76 #define _fx_file_relative_seek(f, b, sf) _fx_file_extended_relative_seek(f, (ULONG64)b, sf); argument 84 #define _fx_file_seek(f, b) _fx_file_extended_seek(f, (ULONG64)b) argument 85 #define _fx_file_truncate(f, s) _fx_file_extended_truncate(f, (ULONG64)s); argument 86 #define _fx_file_truncate_release(f, s) _fx_file_extended_truncate_release(f, (ULONG64)s); argument
|
D | fx_api.h | 353 #define FX_TRACE_IN_LINE_INSERT(i, a, b, c, d, f, g, h) _fx_trace_event_insert((ULONG)i, (ULONG)a, … argument 1180 #define fx_file_seek(f, b) fx_file_extended_seek(f, (ULONG64)b) argument 1181 #define fx_file_allocate(f, s) fx_file_extended_allocate(f, (ULONG64)s); argument 1182 #define fx_file_truncate(f, s) fx_file_extended_truncate(f, (ULONG64)s); argument 1183 #define fx_file_relative_seek(f, b, sf) fx_file_extended_relative_seek(f, (ULONG64)b, sf); argument 1184 #define fx_file_truncate_release(f, s) fx_file_extended_truncate_release(f, (ULONG64)s); argument 1326 #define fx_file_open(m, f, n, t) _fxe_file_open(m, f, n, t, sizeof(FX_FILE)) argument
|
/FileX-v6.2.1/common/src/ |
D | fx_media_format.c | 136 UINT sectors_per_fat, f, s; in _fx_media_format() local
|