H A D | tnf_writer.h | 167 #define tnf_uchar(ops, item, ref) tnf_uint8(ops, item, ref) argument 171 #define tnf_short(ops, item, ref) tnf_int16(ops, item, ref) argument 175 #define tnf_ushort(ops, item, ref) tnf_uint16(ops, item, ref) argument 179 #define tnf_int(ops, item, ref) tnf_int32(ops, item, ref) argument 183 #define tnf_uint(ops, item, ref) tnf_uint32(ops, item, ref) argument 189 #define tnf_long(ops, item, ref) tnf_int64(ops, item, ref) argument 193 #define tnf_ulong(ops, item, ref) tnf_uint64(ops, item, ref) argument 199 #define tnf_long(ops, item, ref) tnf_int32(ops, item, ref) argument 203 #define tnf_ulong(ops, item, ref) tnf_uint32(ops, item, ref) argument 209 #define tnf_longlong(ops, item, ref) tnf_int64(ops, item, ref) argument [all …]
|