Home
last modified time | relevance | path

Searched refs:type18 (Results 1 – 25 of 64) sorted by relevance

123

/dports/astro/gpsd/gpsd-3.20/
H A Dpseudoais.c215 ais_addbits(bits, 46, 10, (uint64_t)ais->type18.speed); in ais_binary_encode()
217 ais_addbits(bits, 57, 28, (uint64_t)ais->type18.lon); in ais_binary_encode()
218 ais_addbits(bits, 85, 27, (uint64_t)ais->type18.lat); in ais_binary_encode()
219 ais_addbits(bits, 112, 12, (uint64_t)ais->type18.course); in ais_binary_encode()
221 ais_addbits(bits, 133, 6, (uint64_t)ais->type18.second); in ais_binary_encode()
223 ais_addbits(bits, 141, 1, (uint64_t)ais->type18.cs); in ais_binary_encode()
225 ais_addbits(bits, 143, 1, (uint64_t)ais->type18.dsc); in ais_binary_encode()
226 ais_addbits(bits, 144, 1, (uint64_t)ais->type18.band); in ais_binary_encode()
227 ais_addbits(bits, 145, 1, (uint64_t)ais->type18.msg22); in ais_binary_encode()
229 ais_addbits(bits, 147, 1, (uint64_t)ais->type18.raim); in ais_binary_encode()
[all …]
H A Dgpsdecode.c321 ais->type18.reserved, in aivdm_csv_dump()
322 ais->type18.speed, in aivdm_csv_dump()
324 ais->type18.lon, in aivdm_csv_dump()
325 ais->type18.lat, in aivdm_csv_dump()
326 ais->type18.course, in aivdm_csv_dump()
327 ais->type18.heading, in aivdm_csv_dump()
328 ais->type18.second, in aivdm_csv_dump()
329 ais->type18.regional, in aivdm_csv_dump()
330 (unsigned int) ais->type18.cs, in aivdm_csv_dump()
332 (unsigned int) ais->type18.dsc, in aivdm_csv_dump()
[all …]
H A Ddriver_ais.c849 ais->type18.reserved = UBITS(38, 8); in ais_binary_decode()
850 ais->type18.speed = UBITS(46, 10); in ais_binary_decode()
852 ais->type18.lon = SBITS(57, 28); in ais_binary_decode()
853 ais->type18.lat = SBITS(85, 27); in ais_binary_decode()
854 ais->type18.course = UBITS(112, 12); in ais_binary_decode()
855 ais->type18.heading = UBITS(124, 9); in ais_binary_decode()
856 ais->type18.second = UBITS(133, 6); in ais_binary_decode()
857 ais->type18.regional = UBITS(139, 2); in ais_binary_decode()
858 ais->type18.cs = UBITS(141, 1) != 0; in ais_binary_decode()
864 ais->type18.raim = UBITS(147, 1) != 0; in ais_binary_decode()
[all …]
H A Ddriver_nmea2000.c550 ais->type18.accuracy = (bool) ((bu[13] >> 0) & 0x01); in hnd_129039()
551 ais->type18.raim = (bool) ((bu[13] >> 1) & 0x01); in hnd_129039()
552 ais->type18.second = (unsigned int) ((bu[13] >> 2) & 0x3f); in hnd_129039()
557 ais->type18.reserved = 0; in hnd_129039()
558 ais->type18.regional = (unsigned int) ((bu[24] >> 0) & 0x03); in hnd_129039()
559 ais->type18.cs = (bool) ((bu[24] >> 2) & 0x01); in hnd_129039()
560 ais->type18.display = (bool) ((bu[24] >> 3) & 0x01); in hnd_129039()
561 ais->type18.dsc = (bool) ((bu[24] >> 4) & 0x01); in hnd_129039()
562 ais->type18.band = (bool) ((bu[24] >> 5) & 0x01); in hnd_129039()
563 ais->type18.msg22 = (bool) ((bu[24] >> 6) & 0x01); in hnd_129039()
[all …]
H A Dgpsd_json.c3210 ais->type18.reserved, in json_aivdm_dump()
3216 ais->type18.heading, in json_aivdm_dump()
3217 ais->type18.second, in json_aivdm_dump()
3224 JSON_BOOL(ais->type18.raim), ais->type18.radio); in json_aivdm_dump()
3233 ais->type18.speed, in json_aivdm_dump()
3235 ais->type18.lon, in json_aivdm_dump()
3236 ais->type18.lat, in json_aivdm_dump()
3237 ais->type18.course, in json_aivdm_dump()
3238 ais->type18.heading, in json_aivdm_dump()
3239 ais->type18.second, in json_aivdm_dump()
[all …]
H A Dais_json.i929 {"speed", t_uinteger, .addr.uinteger = &ais->type18.speed,
933 {"lon", t_integer, .addr.integer = &ais->type18.lon,
935 {"lat", t_integer, .addr.integer = &ais->type18.lat,
937 {"course", t_uinteger, .addr.uinteger = &ais->type18.course,
941 {"second", t_uinteger, .addr.uinteger = &ais->type18.second,
945 {"cs", t_boolean, .addr.boolean = &ais->type18.cs,
949 {"dsc", t_boolean, .addr.boolean = &ais->type18.dsc,
951 {"band", t_boolean, .addr.boolean = &ais->type18.band,
953 {"msg22", t_boolean, .addr.boolean = &ais->type18.msg22,
955 {"raim", t_boolean, .addr.boolean = &ais->type18.raim,
[all …]
/dports/math/gap/gap-4.11.0/pkg/SmallGrp-1.4.1/tst/
H A Dsmall-7-8-9.tst57 gap> type18 := [512];;
58 gap> List(type18, NrSmallGroups);
/dports/japanese/canna-lib/Canna37p3/server/
H A Dwconvert.c1341 wReq18 *req = &Request.type18 ;
1345 int cxnum = Request.type18.context, stat = -1;
1346 int requestsize = Request.type18.size, retval;
1493 wReq18 *req = &Request.type18 ;
1497 int cxnum = Request.type18.context, stat = BADCONT;
1498 int dirlen, requestsize = Request.type18.size, retval;
2651 if (Request.type18.datalen < SIZEOFSHORT * 2)
2654 buf += SIZEOFSHORT; Request.type18.data = (char *)buf;
2655 buf += Request.type18.datalen - SIZEOFSHORT * 2;
2656 Request.type18.size = S2TOS(buf);
[all …]
H A DIRwproto.h226 wReq18 type18; member
/dports/japanese/canna-server/Canna37p3/server/
H A Dwconvert.c1341 wReq18 *req = &Request.type18 ;
1345 int cxnum = Request.type18.context, stat = -1;
1346 int requestsize = Request.type18.size, retval;
1493 wReq18 *req = &Request.type18 ;
1497 int cxnum = Request.type18.context, stat = BADCONT;
1498 int dirlen, requestsize = Request.type18.size, retval;
2651 if (Request.type18.datalen < SIZEOFSHORT * 2)
2654 buf += SIZEOFSHORT; Request.type18.data = (char *)buf;
2655 buf += Request.type18.datalen - SIZEOFSHORT * 2;
2656 Request.type18.size = S2TOS(buf);
[all …]
H A DIRwproto.h226 wReq18 type18; member
/dports/devel/sparsehash/sparsehash-sparsehash-2.0.4/src/
H A Dtestutil.h141 typedef C18 type18; typedef
162 typedef typelist::type18 classname##_type18; \
/dports/science/py-dlib/dlib-19.22/dlib/type_safe_union/
H A Dtype_safe_union_kernel_abstract.h91 typedef T18 type18; typedef
/dports/science/dlib-cpp/dlib-19.22/dlib/type_safe_union/
H A Dtype_safe_union_kernel_abstract.h91 typedef T18 type18; typedef
/dports/www/mod_php81/php-8.1.1/ext/ffi/tests/
H A D002.phpt37 typedef signed int type18; /* sint32_t */
/dports/lang/php81/php-8.1.1/ext/ffi/tests/
H A D002.phpt37 typedef signed int type18; /* sint32_t */
/dports/lang/php80/php-8.0.15/ext/ffi/tests/
H A D002.phpt37 typedef signed int type18; /* sint32_t */
/dports/lang/php74/php-7.4.27/ext/ffi/tests/
H A D002.phpt37 typedef signed int type18; /* sint32_t */
/dports/devel/php74-ffi/php-7.4.27/ext/ffi/tests/
H A D002.phpt37 typedef signed int type18; /* sint32_t */
/dports/devel/php81-ffi/php-8.1.1/ext/ffi/tests/
H A D002.phpt37 typedef signed int type18; /* sint32_t */
/dports/devel/php80-ffi/php-8.0.15/ext/ffi/tests/
H A D002.phpt37 typedef signed int type18; /* sint32_t */
/dports/www/mod_php74/php-7.4.27/ext/ffi/tests/
H A D002.phpt37 typedef signed int type18; /* sint32_t */
/dports/www/mod_php80/php-8.0.15/ext/ffi/tests/
H A D002.phpt37 typedef signed int type18; /* sint32_t */
/dports/sysutils/openipmi/OpenIPMI-2.0.29/lanserv/sdrcomp/
H A Dsdrcomp.c780 static struct sdr_field type18[] = variable
805 #define TYPE18_LEN (sizeof(type18) / sizeof(struct sdr_field))
1266 *t = type18; in get_sdr_type()
/dports/astro/gpsd/gpsd-3.20/devtools/
H A Dais.py667 type18 = ( variable
938 16: type16, 17: type17, 18: type18, 19: type19,

123