Searched defs:b (Results 1 – 2 of 2) sorted by relevance
/FileX-v6.4.1/common/inc/ |
D | fx_file.h | 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
|
D | fx_api.h | 351 #define FX_TRACE_OBJECT_REGISTER(t, p, n, a, b) _fx_trace_object_register(t, (VOID *)p, (CH… argument 353 #define FX_TRACE_IN_LINE_INSERT(i, a, b, c, d, f, g, h) _fx_trace_event_insert((ULONG)i, (ULONG)a, … argument 354 #define FX_TRACE_EVENT_UPDATE(e, t, i, a, b, c, d) _fx_trace_event_update((TX_TRACE_BUFFER_ENT… argument 1180 #define fx_file_seek(f, b) fx_file_extended_seek(f, (ULONG64)b) argument 1183 #define fx_file_relative_seek(f, b, sf) fx_file_extended_relative_seek(f, (ULONG64)b, sf); argument
|