Home
last modified time | relevance | path

Searched refs:type6 (Results 1 – 25 of 243) sorted by relevance

12345678910

/dports/astro/gpsd/gpsd-3.20/
H A Ddriver_ais.c198 (void)memset(ais->type6.bitdata, '\0', sizeof(ais->type6.bitdata)); in ais_binary_decode()
199 ais->type6.structured = false; in ais_binary_decode()
201 if (ais->type6.dac == 200) { in ais_binary_decode()
202 switch (ais->type6.fid) { in ais_binary_decode()
218 ais->type6.structured = true; in ais_binary_decode()
234 ais->type6.structured = true; in ais_binary_decode()
248 else if (ais->type6.dac == 235 || ais->type6.dac == 250) { in ais_binary_decode()
249 switch (ais->type6.fid) { in ais_binary_decode()
267 else if (ais->type6.dac == 1) in ais_binary_decode()
268 switch (ais->type6.fid) { in ais_binary_decode()
[all …]
H A Dais_json.c135 &ais->type6.dac1fid12.lday, in json_ais_read()
136 &ais->type6.dac1fid12.lhour, in json_ais_read()
145 &ais->type6.dac1fid12.nday, in json_ais_read()
146 &ais->type6.dac1fid12.nhour, in json_ais_read()
168 &ais->type6.dac1fid18.day, in json_ais_read()
169 &ais->type6.dac1fid18.hour, in json_ais_read()
184 &ais->type6.dac1fid20.day, in json_ais_read()
185 &ais->type6.dac1fid20.hour, in json_ais_read()
204 &ais->type6.dac1fid28.day, in json_ais_read()
205 &ais->type6.dac1fid28.hour, in json_ais_read()
[all …]
H A Dais_json.i131 {"lastport", t_string, .addr.string = ais->type6.dac1fid12.lastport,
141 {"imdcat", t_string, .addr.string = ais->type6.dac1fid12.imdcat,
143 {"unid", t_uinteger, .addr.uinteger = &ais->type6.dac1fid12.unid,
147 {"unit", t_uinteger, .addr.uinteger = &ais->type6.dac1fid12.unit,
180 {"lon", t_integer, .addr.integer = &ais->type6.dac1fid18.lon,
182 {"lat", t_integer, .addr.integer = &ais->type6.dac1fid18.lat,
206 {"fuel", t_uinteger, .addr.uinteger = &ais->type6.dac1fid20.fuel,
322 …gos", t_array, STRUCTARRAY(ais->type6.dac1fid25.cargos, json_ais6_fid25_cargos_subtype,…
348 …nts", t_array, STRUCTARRAY(ais->type6.dac1fid28.waypoints, json_ais6_fid28_waypoints_subty…
357 {"text", t_string, .addr.string = ais->type6.dac1fid30.text,
[all …]
H A Dgpsd_json.c2009 ais->type6.seqno, in json_aivdm_dump()
2010 ais->type6.dest_mmsi, in json_aivdm_dump()
2012 ais->type6.dac, in json_aivdm_dump()
2013 ais->type6.fid); in json_aivdm_dump()
2014 if (!ais->type6.structured) { in json_aivdm_dump()
2017 ais->type6.bitcount, in json_aivdm_dump()
2025 if (ais->type6.dac == 200) { in json_aivdm_dump()
2026 switch (ais->type6.fid) { in json_aivdm_dump()
2074 else if (ais->type6.dac == 235 || ais->type6.dac == 250) { in json_aivdm_dump()
2075 switch (ais->type6.fid) { in json_aivdm_dump()
[all …]
H A Dgpsdecode.c121 ais->type6.seqno, in aivdm_csv_dump()
122 ais->type6.dest_mmsi, in aivdm_csv_dump()
124 ais->type6.dac, in aivdm_csv_dump()
125 ais->type6.fid); in aivdm_csv_dump()
126 switch(ais->type6.dac) { in aivdm_csv_dump()
129 switch(ais->type6.fid) { in aivdm_csv_dump()
136 ais->type6.dac235fid10.racon, in aivdm_csv_dump()
137 ais->type6.dac235fid10.light, in aivdm_csv_dump()
149 ais->type6.bitcount, in aivdm_csv_dump()
151 ais->type6.structured, in aivdm_csv_dump()
[all …]
/dports/mail/thunderbird/thunderbird-91.8.0/third_party/rust/naga/tests/out/
H A Dquad-vert.msl4 struct type6 {
10 type6 gl_ClipDistance;
11 type6 gl_CullDistance;
17 type6 gl_ClipDistance1;
18 type6 gl_CullDistance1;
21 constant type6 const_type6_ = {0.0};
/dports/www/firefox-esr/firefox-91.8.0/third_party/rust/naga/tests/out/
H A Dquad-vert.msl4 struct type6 {
10 type6 gl_ClipDistance;
11 type6 gl_CullDistance;
17 type6 gl_ClipDistance1;
18 type6 gl_CullDistance1;
21 constant type6 const_type6_ = {0.0};
/dports/emulators/ppsspp-qt5/ppsspp-1.12.3/Core/ELF/
H A DPrxDecrypter.cpp957 PRXType6 type6(inbuf); in pspDecryptType6() local
958 type6.decrypt(pti->code); in pspDecryptType6()
962 SHAUpdate(&ctx, type6.tag, sizeof(type6.tag)); in pspDecryptType6()
964 SHAUpdate(&ctx, type6.empty, sizeof(type6.empty)); in pspDecryptType6()
965 SHAUpdate(&ctx, type6.ecdsaSignatureTail, sizeof(type6.ecdsaSignatureTail)); in pspDecryptType6()
966 SHAUpdate(&ctx, type6.id, sizeof(type6.id)); in pspDecryptType6()
967 SHAUpdate(&ctx, type6.kirkHeader, sizeof(type6.kirkHeader)); in pspDecryptType6()
968 SHAUpdate(&ctx, type6.kirkMetadata, sizeof(type6.kirkMetadata)); in pspDecryptType6()
969 SHAUpdate(&ctx, type6.prxHeader, sizeof(type6.prxHeader)); in pspDecryptType6()
988 memcpy(outbuf+offset+0x40, type6.ecdsaSignatureTail, sizeof(type6.ecdsaSignatureTail)); in pspDecryptType6()
[all …]
/dports/emulators/ppsspp/ppsspp-1.12.3/Core/ELF/
H A DPrxDecrypter.cpp957 PRXType6 type6(inbuf); in pspDecryptType6() local
958 type6.decrypt(pti->code); in pspDecryptType6()
962 SHAUpdate(&ctx, type6.tag, sizeof(type6.tag)); in pspDecryptType6()
964 SHAUpdate(&ctx, type6.empty, sizeof(type6.empty)); in pspDecryptType6()
965 SHAUpdate(&ctx, type6.ecdsaSignatureTail, sizeof(type6.ecdsaSignatureTail)); in pspDecryptType6()
966 SHAUpdate(&ctx, type6.id, sizeof(type6.id)); in pspDecryptType6()
967 SHAUpdate(&ctx, type6.kirkHeader, sizeof(type6.kirkHeader)); in pspDecryptType6()
968 SHAUpdate(&ctx, type6.kirkMetadata, sizeof(type6.kirkMetadata)); in pspDecryptType6()
969 SHAUpdate(&ctx, type6.prxHeader, sizeof(type6.prxHeader)); in pspDecryptType6()
988 memcpy(outbuf+offset+0x40, type6.ecdsaSignatureTail, sizeof(type6.ecdsaSignatureTail)); in pspDecryptType6()
[all …]
/dports/emulators/libretro-ppsspp/ppsspp-1.12.3/Core/ELF/
H A DPrxDecrypter.cpp957 PRXType6 type6(inbuf); in pspDecryptType6() local
958 type6.decrypt(pti->code); in pspDecryptType6()
962 SHAUpdate(&ctx, type6.tag, sizeof(type6.tag)); in pspDecryptType6()
964 SHAUpdate(&ctx, type6.empty, sizeof(type6.empty)); in pspDecryptType6()
965 SHAUpdate(&ctx, type6.ecdsaSignatureTail, sizeof(type6.ecdsaSignatureTail)); in pspDecryptType6()
966 SHAUpdate(&ctx, type6.id, sizeof(type6.id)); in pspDecryptType6()
967 SHAUpdate(&ctx, type6.kirkHeader, sizeof(type6.kirkHeader)); in pspDecryptType6()
968 SHAUpdate(&ctx, type6.kirkMetadata, sizeof(type6.kirkMetadata)); in pspDecryptType6()
969 SHAUpdate(&ctx, type6.prxHeader, sizeof(type6.prxHeader)); in pspDecryptType6()
988 memcpy(outbuf+offset+0x40, type6.ecdsaSignatureTail, sizeof(type6.ecdsaSignatureTail)); in pspDecryptType6()
[all …]
/dports/devel/jetbrains-webstorm/WebStorm-213.6461.79/plugins/remote-dev-server/selfcontained/X11/xkb/keycodes/
H A Dsun28 xkb_keycodes "type6" {
174 include "sun(type6)"
179 include "sun(type6)"
187 include "sun(type6)"
192 include "sun(type6)"
196 // on my type5 serial and type6 serial keyboards as well on linux-2.6 boxes.
197 // I'm not sure where the "type6" keycodes above are coming from...
214 // The blank has keycode 239 on my type6 serial kb, but 134 on
215 // my type6 usb keyboard (same as <PROP>)
/dports/devel/jetbrains-phpstorm/PhpStorm-213.6461.83/plugins/remote-dev-server/selfcontained/X11/xkb/keycodes/
H A Dsun28 xkb_keycodes "type6" {
174 include "sun(type6)"
179 include "sun(type6)"
187 include "sun(type6)"
192 include "sun(type6)"
196 // on my type5 serial and type6 serial keyboards as well on linux-2.6 boxes.
197 // I'm not sure where the "type6" keycodes above are coming from...
214 // The blank has keycode 239 on my type6 serial kb, but 134 on
215 // my type6 usb keyboard (same as <PROP>)
/dports/x11/xkeyboard-config/xkeyboard-config-2.34/keycodes/
H A Dsun28 xkb_keycodes "type6" {
174 include "sun(type6)"
179 include "sun(type6)"
187 include "sun(type6)"
192 include "sun(type6)"
196 // on my type5 serial and type6 serial keyboards as well on linux-2.6 boxes.
197 // I'm not sure where the "type6" keycodes above are coming from...
214 // The blank has keycode 239 on my type6 serial kb, but 134 on
215 // my type6 usb keyboard (same as <PROP>)
/dports/java/jfreechart/jfreechart-1.0.17/experimental/org/jfree/experimental/chart/demo/
H A DCombinedCategoryPlotDemo1.java92 String type6 = "Type 6"; in createDataset1() local
101 result.addValue(7.0, series1, type6); in createDataset1()
110 result.addValue(4.0, series2, type6); in createDataset1()
134 String type6 = "Type 6"; in createDataset2() local
143 result.addValue(17.0, series1, type6); in createDataset2()
152 result.addValue(14.0, series2, type6); in createDataset2()
/dports/science/agrum/aGrUM-29e540d8169268e8fe5d5c69bc4b2b1290f12320/src/agrum/tools/core/signal/
H A Dsignaler6.h37 class type1, class type2, class type3, class type4, class type5, class type6
38 #define LIST_CLASSES type1, type2, type3, type4, type5, type6
39 #define LIST_DECL_ARGS type1 arg1, type2 arg2, type3 arg3, type4 arg4, type5 arg5, type6 arg6
H A Dsignaler7.h37 class type1, class type2, class type3, class type4, class type5, class type6, class type7
38 #define LIST_CLASSES type1, type2, type3, type4, type5, type6, type7
40 type1 arg1, type2 arg2, type3 arg3, type4 arg4, type5 arg5, type6 arg6, type7 arg7
/dports/java/jfreechart/jfreechart-1.0.17/tests/org/jfree/chart/plot/
H A DCombinedRangeCategoryPlotTest.java176 String type6 = "Type 6"; in createDataset1() local
185 result.addValue(7.0, series1, type6); in createDataset1()
194 result.addValue(4.0, series2, type6); in createDataset1()
221 String type6 = "Type 6"; in createDataset2() local
230 result.addValue(17.0, series1, type6); in createDataset2()
239 result.addValue(14.0, series2, type6); in createDataset2()
H A DCombinedDomainCategoryPlotTest.java176 String type6 = "Type 6"; in createDataset1() local
185 result.addValue(7.0, series1, type6); in createDataset1()
194 result.addValue(4.0, series2, type6); in createDataset1()
221 String type6 = "Type 6"; in createDataset2() local
230 result.addValue(17.0, series1, type6); in createDataset2()
239 result.addValue(14.0, series2, type6); in createDataset2()
/dports/devel/gdb/gdb-11.1/gdb/testsuite/gdb.fortran/
H A Ddynamic-ptype-whatis.f9050 type type6 type
53 end type type6
62 type(type6) :: var8
/dports/devel/radare2/radare2-5.1.1/libr/include/sflib/linux-x86-32/
H A Dsfsyscall.h140 type5,arg5,type6,arg6) \ argument
141 type name (type1 arg1,type2 arg2,type3 arg3,type4 arg4,type5 arg5, type6 arg6) \
161 type5,arg5,type6,arg6) \ argument
162 type name (type1 arg1,type2 arg2,type3 arg3,type4 arg4,type5 arg5, type6 arg6) \
/dports/biology/ncbi-cxx-toolkit/ncbi_cxx--25_2_0/src/app/cn3d/data/
H A Dcdd_annot_types.ini27 type6=hexamer interface key
46 type6=Mg binding site key
59 type6=GTP binding site key
83 type6=armadillo repeat key
/dports/devel/boost-docs/boost_1_72_0/libs/numeric/odeint/test/
H A Dis_pair.cpp39 typedef std::pair< const int& , int > type6; in BOOST_AUTO_TEST_CASE() typedef
46 BOOST_STATIC_ASSERT(( is_pair< type6 >::value )); in BOOST_AUTO_TEST_CASE()
/dports/devel/boost-python-libs/boost_1_72_0/libs/numeric/odeint/test/
H A Dis_pair.cpp39 typedef std::pair< const int& , int > type6; in BOOST_AUTO_TEST_CASE() typedef
46 BOOST_STATIC_ASSERT(( is_pair< type6 >::value )); in BOOST_AUTO_TEST_CASE()
/dports/databases/percona57-pam-for-mysql/boost_1_59_0/libs/numeric/odeint/test/
H A Dis_pair.cpp39 typedef std::pair< const int& , int > type6; in BOOST_AUTO_TEST_CASE() typedef
46 BOOST_STATIC_ASSERT(( is_pair< type6 >::value )); in BOOST_AUTO_TEST_CASE()
/dports/math/stanmath/math-4.2.0/lib/boost_1.75.0/libs/numeric/odeint/test/
H A Dis_pair.cpp39 typedef std::pair< const int& , int > type6; in BOOST_AUTO_TEST_CASE() typedef
46 BOOST_STATIC_ASSERT(( is_pair< type6 >::value )); in BOOST_AUTO_TEST_CASE()

12345678910