Home
last modified time | relevance | path

Searched refs:record_type_bits (Results 1 – 4 of 4) sorted by relevance

/dports/astro/xtide/libtcd-2.2.7/
H A Dtide_db_header.h98 NV_U_INT32 record_type_bits; member
351 {(NV_CHAR *) &hd.record_type_bits},
H A Dtide_db.c2491 fprintf (fp, "[RECORD TYPE BITS] = %u\n", hd.record_type_bits); in write_tide_db_header()
2938 rec->header.record_type = bit_unpack (buf, *pos, hd.record_type_bits); in unpack_partial_tide_record()
2939 *pos += hd.record_type_bits; in unpack_partial_tide_record()
3000 maximum_possible_size = hd.record_size_bits + hd.record_type_bits + in read_partial_tide_record()
3984 hd.record_type_bits = DEFAULT_RECORD_TYPE_BITS; in create_tide_db()
4414 hd.record_type_bits + in figure_size()
4554 bit_pack (buf, pos, hd.record_type_bits, rec->header.record_type); in pack_tide_record()
4555 pos += hd.record_type_bits; in pack_tide_record()
/dports/astro/opencpn/OpenCPN-5.2.4/include/
H A Dtcmgr.h666 NV_U_INT32 record_type_bits; member
919 {(NV_CHAR *) &hd.record_type_bits},
/dports/astro/opencpn/OpenCPN-5.2.4/src/
H A Dtcmgr.cpp3965 fprintf (fp, "[RECORD TYPE BITS] = %u\n", hd.record_type_bits); in write_tide_db_header()
4412 rec->header.record_type = bit_unpack (buf, *pos, hd.record_type_bits); in unpack_partial_tide_record()
4413 *pos += hd.record_type_bits; in unpack_partial_tide_record()
4474 maximum_possible_size = hd.record_size_bits + hd.record_type_bits + in read_partial_tide_record()
5453 hd.record_type_bits = DEFAULT_RECORD_TYPE_BITS; in create_tide_db()
5883 hd.record_type_bits + in figure_size()
6023 bit_pack (buf, pos, hd.record_type_bits, rec->header.record_type); in pack_tide_record()
6024 pos += hd.record_type_bits; in pack_tide_record()