Home
last modified time | relevance | path

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

/dports/astro/xtide/libtcd-2.2.7/
H A Dtide_db_header.h128 NV_U_INT32 constituent_size; member
441 {(NV_CHAR *) &hd.constituent_size},
H A Dtide_db.c2536 fprintf (fp, "[CONSTITUENT SIZE] = %u\n", hd.constituent_size); in write_tide_db_header()
2740 size = hd.pub.constituents * hd.constituent_size; in write_tide_db_header()
2751 assert (strlen(hd.constituent[i]) + 1 <= hd.constituent_size); in write_tide_db_header()
2753 pos += hd.constituent_size; in write_tide_db_header()
3414 if ((buf = (NV_U_BYTE *) calloc (hd.constituent_size, in read_tide_db_header()
3423 chk_fread (buf, hd.constituent_size, 1, fp); in read_tide_db_header()
4006 hd.constituent_size = DEFAULT_CONSTITUENT_SIZE; in create_tide_db()
/dports/astro/opencpn/OpenCPN-5.2.4/include/
H A Dtcmgr.h696 NV_U_INT32 constituent_size; member
1009 {(NV_CHAR *) &hd.constituent_size},
/dports/astro/opencpn/OpenCPN-5.2.4/src/
H A Dtcmgr.cpp4010 fprintf (fp, "[CONSTITUENT SIZE] = %u\n", hd.constituent_size); in write_tide_db_header()
4214 size = hd.pub.constituents * hd.constituent_size; in write_tide_db_header()
4225 assert (strlen(hd.constituent[i]) + 1 <= hd.constituent_size); in write_tide_db_header()
4227 pos += hd.constituent_size; in write_tide_db_header()
4885 if ((buf = (NV_U_BYTE *) calloc (hd.constituent_size, in read_tide_db_header()
4894 chk_fread (buf, hd.constituent_size, 1, fp); in read_tide_db_header()
5475 hd.constituent_size = DEFAULT_CONSTITUENT_SIZE; in create_tide_db()