Home
last modified time | relevance | path

Searched refs:type8 (Results 1 – 25 of 139) sorted by relevance

123456

/dports/games/scummvm/scummvm-2.5.1/engines/glk/magnetic/
H A Dmagnetic.h237 type8 anim_repeat;
258 type8 *_saveData;
1099 type8 ms_getchar(type8 trans);
1214 type8 init_gfx1(type8 *header);
1216 type8 init_gfx2(type8 *header);
1218 type8 init_snd(type8 *header);
1260 type8 *reg_align(type8 *ptr, type8 size);
1324 type8 do_btst(type8 a);
1327 void do_bop(type8 b, type8 a);
1361 type8 ms_load_file(const char *name, type8 *ptr, type16 size);
[all …]
H A Demu.cpp154 type8 Magnetic::init_gfx1(type8 *header) { in init_gfx1()
202 type8 Magnetic::init_gfx2(type8 *header) { in init_gfx1()
233 type8 Magnetic::init_snd(type8 *header) { in init_gfx1()
599 type8 i; in init_gfx1()
1062 type8 i; in init_gfx1()
1109 type8 *Magnetic::reg_align(type8 *ptr, type8 size) { in init_gfx1()
1645 type8 Magnetic::do_btst(type8 a) { in init_gfx1()
1657 void Magnetic::do_bop(type8 b, type8 a) { in init_gfx1()
1717 type8 l1c; in init_gfx1()
1745 type8 l1c; in init_gfx1()
[all …]
H A Dglk.cpp393 type8 animated; in gms_graphics_restart()
753 type8 mask_hibit; in gms_graphics_apply_animation_frame()
802 type8 mask_byte; in gms_graphics_apply_animation_frame()
830 type8 status; in gms_graphics_animate()
841 type8 *bitmap, *mask; in gms_graphics_animate()
866 type8 pixel; in gms_graphics_is_vertex()
915 void Magnetic::gms_graphics_assign_layers(type8 off_screen[], type8 on_screen[], in gms_graphics_assign_layers()
971 type8 off_screen[], type8 on_screen[], in gms_graphics_paint_region()
974 type8 pixel; in gms_graphics_paint_region()
1452 type8 *bitmap, animated; in ms_showpic()
[all …]
/dports/astro/gpsd/gpsd-3.20/
H A Ddriver_ais.c476 (void)memset(ais->type8.bitdata, '\0', sizeof(ais->type8.bitdata)); in ais_binary_decode()
477 ais->type8.structured = false; in ais_binary_decode()
478 if (ais->type8.dac == 1) in ais_binary_decode()
479 switch (ais->type8.fid) { in ais_binary_decode()
518 ais->type8.structured = true; in ais_binary_decode()
535 ais->type8.structured = true; in ais_binary_decode()
540 ais->type8.structured = true; in ais_binary_decode()
582 ais->type8.structured = true; in ais_binary_decode()
595 ais->type8.structured = true; in ais_binary_decode()
675 switch (ais->type8.fid) { in ais_binary_decode()
[all …]
H A Dais_json.c284 &ais->type8.dac1fid11.day, in json_ais_read()
285 &ais->type8.dac1fid11.hour, in json_ais_read()
300 &ais->type8.dac1fid13.fday, in json_ais_read()
301 &ais->type8.dac1fid13.fhour, in json_ais_read()
310 &ais->type8.dac1fid13.tday, in json_ais_read()
311 &ais->type8.dac1fid13.thour, in json_ais_read()
376 &ais->type8.dac1fid27.day, in json_ais_read()
377 &ais->type8.dac1fid27.hour, in json_ais_read()
394 &ais->type8.dac1fid31.day, in json_ais_read()
395 &ais->type8.dac1fid31.hour, in json_ais_read()
[all …]
H A Dgpsdecode.c163 str_appendf(buf, buflen, "%u|%u", ais->type8.dac, ais->type8.fid); in aivdm_csv_dump()
164 switch(ais->type8.dac) { in aivdm_csv_dump()
166 switch(ais->type8.fid) { in aivdm_csv_dump()
170 ais->type8.dac1fid11.lon, in aivdm_csv_dump()
171 ais->type8.dac1fid11.lat, in aivdm_csv_dump()
172 ais->type8.dac1fid11.day, in aivdm_csv_dump()
211 ais->type8.dac1fid31.lon, in aivdm_csv_dump()
212 ais->type8.dac1fid31.lat, in aivdm_csv_dump()
255 ais->type8.bitcount, in aivdm_csv_dump()
257 ais->type8.structured, in aivdm_csv_dump()
[all …]
H A Dgpsd_json.c2365 "\"dac\":%u,\"fid\":%u,",ais->type8.dac, ais->type8.fid); in json_aivdm_dump()
2366 if (!ais->type8.structured) { in json_aivdm_dump()
2369 ais->type8.bitcount, in json_aivdm_dump()
2377 if (ais->type8.dac == 1) { in json_aivdm_dump()
2401 switch (ais->type8.fid) { in json_aivdm_dump()
2413 ais->type8.dac1fid11.lat, in json_aivdm_dump()
2498 ais->type8.dac1fid11.ice, in json_aivdm_dump()
2963 switch (ais->type8.fid) { in json_aivdm_dump()
2995 if (!ais->type8.structured) in json_aivdm_dump()
3062 ais->type8.dac200fid40.lon, in json_aivdm_dump()
[all …]
H A Dais_json.i436 {"vin", t_string, .addr.string = ais->type8.dac200fid10.vin,
465 {"lat", t_integer, .addr.integer = &ais->type8.dac1fid11.lat,
467 {"lon", t_integer, .addr.integer = &ais->type8.dac1fid11.lon,
614 …ets", t_array, STRUCTARRAY(ais->type8.dac1fid17.targets, json_ais8_fid17_targets_subtype…
625 {"lon", t_integer, .addr.integer = &ais->type8.dac1fid19.lon,
627 {"lat", t_integer, .addr.integer = &ais->type8.dac1fid19.lat,
688 …es", t_array, STRUCTARRAY(ais->type8.dac200fid24.gauges, json_ais8_fid24_gauges_subtype…
713 …nts", t_array, STRUCTARRAY(ais->type8.dac1fid27.waypoints, json_ais8_fid27_waypoints_subty…
722 {"text", t_string, .addr.string = ais->type8.dac1fid29.text,
730 {"lon", t_integer, .addr.integer = &ais->type8.dac1fid31.lon,
[all …]
/dports/graphics/IPA/IPA-1.08/Geometry/
H A DGeometry.c169 Handle convt, type8; in IPA__Geometry_rotate90() local
175 CImage(type8)-> set_conversion( type8, ictNone); in IPA__Geometry_rotate90()
176 CImage(type8)-> set_type( type8, img-> type); in IPA__Geometry_rotate90()
177 CImage(type8)-> set_conversion( type8, img-> conversion); in IPA__Geometry_rotate90()
178 return (PImage) type8; in IPA__Geometry_rotate90()
260 Handle convt, type8; in IPA__Geometry_rotate180() local
263 type8 = ( Handle) IPA__Geometry_rotate180((PImage) convt); in IPA__Geometry_rotate180()
266 CImage(type8)-> set_conversion( type8, ictNone); in IPA__Geometry_rotate180()
267 CImage(type8)-> set_type( type8, img-> type); in IPA__Geometry_rotate180()
268 CImage(type8)-> set_conversion( type8, img-> conversion); in IPA__Geometry_rotate180()
[all …]
/dports/graphics/libosmesa-gallium/mesa-21.3.6/src/gallium/auxiliary/gallivm/
H A Dlp_bld_format_s3tc.c357 memset(&type8, 0, sizeof type8); in color_expand2_565_to_8888()
582 memset(&type8, 0, sizeof type8); in s3tc_dxt1_full_to_rgba_aos()
778 memset(&type8, 0, sizeof type8); in s3tc_dxt3_to_rgba_aos()
857 memset(&type8, 0, sizeof type8); in lp_build_lerpdxta()
913 memset(&type8, 0, sizeof type8); in s3tc_dxt5_alpha_channel()
1064 memset(&type8, 0, sizeof type8); in s3tc_dxt5_full_to_rgba_aos()
1276 memset(&type8, 0, sizeof type8); in s3tc_decode_block_dxt1()
1504 memset(&type8, 0, sizeof type8); in s3tc_decode_block_dxt3()
1628 memset(&type8, 0, sizeof type8); in s3tc_decode_block_dxt5()
2447 memset(&type8, 0, sizeof type8); in rgtc1_to_rgba_aos()
[all …]
/dports/graphics/libosmesa/mesa-21.3.6/src/gallium/auxiliary/gallivm/
H A Dlp_bld_format_s3tc.c357 memset(&type8, 0, sizeof type8); in color_expand2_565_to_8888()
582 memset(&type8, 0, sizeof type8); in s3tc_dxt1_full_to_rgba_aos()
778 memset(&type8, 0, sizeof type8); in s3tc_dxt3_to_rgba_aos()
857 memset(&type8, 0, sizeof type8); in lp_build_lerpdxta()
913 memset(&type8, 0, sizeof type8); in s3tc_dxt5_alpha_channel()
1064 memset(&type8, 0, sizeof type8); in s3tc_dxt5_full_to_rgba_aos()
1276 memset(&type8, 0, sizeof type8); in s3tc_decode_block_dxt1()
1504 memset(&type8, 0, sizeof type8); in s3tc_decode_block_dxt3()
1628 memset(&type8, 0, sizeof type8); in s3tc_decode_block_dxt5()
2447 memset(&type8, 0, sizeof type8); in rgtc1_to_rgba_aos()
[all …]
/dports/graphics/mesa-libs/mesa-21.3.6/src/gallium/auxiliary/gallivm/
H A Dlp_bld_format_s3tc.c357 memset(&type8, 0, sizeof type8); in color_expand2_565_to_8888()
582 memset(&type8, 0, sizeof type8); in s3tc_dxt1_full_to_rgba_aos()
778 memset(&type8, 0, sizeof type8); in s3tc_dxt3_to_rgba_aos()
857 memset(&type8, 0, sizeof type8); in lp_build_lerpdxta()
913 memset(&type8, 0, sizeof type8); in s3tc_dxt5_alpha_channel()
1064 memset(&type8, 0, sizeof type8); in s3tc_dxt5_full_to_rgba_aos()
1276 memset(&type8, 0, sizeof type8); in s3tc_decode_block_dxt1()
1504 memset(&type8, 0, sizeof type8); in s3tc_decode_block_dxt3()
1628 memset(&type8, 0, sizeof type8); in s3tc_decode_block_dxt5()
2447 memset(&type8, 0, sizeof type8); in rgtc1_to_rgba_aos()
[all …]
/dports/graphics/mesa-dri-gallium/mesa-21.3.6/src/gallium/auxiliary/gallivm/
H A Dlp_bld_format_s3tc.c357 memset(&type8, 0, sizeof type8); in color_expand2_565_to_8888()
582 memset(&type8, 0, sizeof type8); in s3tc_dxt1_full_to_rgba_aos()
778 memset(&type8, 0, sizeof type8); in s3tc_dxt3_to_rgba_aos()
857 memset(&type8, 0, sizeof type8); in lp_build_lerpdxta()
913 memset(&type8, 0, sizeof type8); in s3tc_dxt5_alpha_channel()
1064 memset(&type8, 0, sizeof type8); in s3tc_dxt5_full_to_rgba_aos()
1276 memset(&type8, 0, sizeof type8); in s3tc_decode_block_dxt1()
1504 memset(&type8, 0, sizeof type8); in s3tc_decode_block_dxt3()
1628 memset(&type8, 0, sizeof type8); in s3tc_decode_block_dxt5()
2447 memset(&type8, 0, sizeof type8); in rgtc1_to_rgba_aos()
[all …]
/dports/graphics/mesa-gallium-va/mesa-21.3.6/src/gallium/auxiliary/gallivm/
H A Dlp_bld_format_s3tc.c357 memset(&type8, 0, sizeof type8); in color_expand2_565_to_8888()
582 memset(&type8, 0, sizeof type8); in s3tc_dxt1_full_to_rgba_aos()
778 memset(&type8, 0, sizeof type8); in s3tc_dxt3_to_rgba_aos()
857 memset(&type8, 0, sizeof type8); in lp_build_lerpdxta()
913 memset(&type8, 0, sizeof type8); in s3tc_dxt5_alpha_channel()
1064 memset(&type8, 0, sizeof type8); in s3tc_dxt5_full_to_rgba_aos()
1276 memset(&type8, 0, sizeof type8); in s3tc_decode_block_dxt1()
1504 memset(&type8, 0, sizeof type8); in s3tc_decode_block_dxt3()
1628 memset(&type8, 0, sizeof type8); in s3tc_decode_block_dxt5()
2447 memset(&type8, 0, sizeof type8); in rgtc1_to_rgba_aos()
[all …]
/dports/graphics/mesa-gallium-vdpau/mesa-21.3.6/src/gallium/auxiliary/gallivm/
H A Dlp_bld_format_s3tc.c357 memset(&type8, 0, sizeof type8); in color_expand2_565_to_8888()
582 memset(&type8, 0, sizeof type8); in s3tc_dxt1_full_to_rgba_aos()
778 memset(&type8, 0, sizeof type8); in s3tc_dxt3_to_rgba_aos()
857 memset(&type8, 0, sizeof type8); in lp_build_lerpdxta()
913 memset(&type8, 0, sizeof type8); in s3tc_dxt5_alpha_channel()
1064 memset(&type8, 0, sizeof type8); in s3tc_dxt5_full_to_rgba_aos()
1276 memset(&type8, 0, sizeof type8); in s3tc_decode_block_dxt1()
1504 memset(&type8, 0, sizeof type8); in s3tc_decode_block_dxt3()
1628 memset(&type8, 0, sizeof type8); in s3tc_decode_block_dxt5()
2447 memset(&type8, 0, sizeof type8); in rgtc1_to_rgba_aos()
[all …]
/dports/graphics/mesa-gallium-xa/mesa-21.3.6/src/gallium/auxiliary/gallivm/
H A Dlp_bld_format_s3tc.c357 memset(&type8, 0, sizeof type8); in color_expand2_565_to_8888()
582 memset(&type8, 0, sizeof type8); in s3tc_dxt1_full_to_rgba_aos()
778 memset(&type8, 0, sizeof type8); in s3tc_dxt3_to_rgba_aos()
857 memset(&type8, 0, sizeof type8); in lp_build_lerpdxta()
913 memset(&type8, 0, sizeof type8); in s3tc_dxt5_alpha_channel()
1064 memset(&type8, 0, sizeof type8); in s3tc_dxt5_full_to_rgba_aos()
1276 memset(&type8, 0, sizeof type8); in s3tc_decode_block_dxt1()
1504 memset(&type8, 0, sizeof type8); in s3tc_decode_block_dxt3()
1628 memset(&type8, 0, sizeof type8); in s3tc_decode_block_dxt5()
2447 memset(&type8, 0, sizeof type8); in rgtc1_to_rgba_aos()
[all …]
/dports/graphics/mesa-devel/mesa-22.0-branchpoint-2059-ge8a63cf61ec/src/gallium/auxiliary/gallivm/
H A Dlp_bld_format_s3tc.c357 memset(&type8, 0, sizeof type8); in color_expand2_565_to_8888()
582 memset(&type8, 0, sizeof type8); in s3tc_dxt1_full_to_rgba_aos()
778 memset(&type8, 0, sizeof type8); in s3tc_dxt3_to_rgba_aos()
857 memset(&type8, 0, sizeof type8); in lp_build_lerpdxta()
913 memset(&type8, 0, sizeof type8); in s3tc_dxt5_alpha_channel()
1064 memset(&type8, 0, sizeof type8); in s3tc_dxt5_full_to_rgba_aos()
1276 memset(&type8, 0, sizeof type8); in s3tc_decode_block_dxt1()
1504 memset(&type8, 0, sizeof type8); in s3tc_decode_block_dxt3()
1628 memset(&type8, 0, sizeof type8); in s3tc_decode_block_dxt5()
2447 memset(&type8, 0, sizeof type8); in rgtc1_to_rgba_aos()
[all …]
/dports/graphics/mesa-dri/mesa-21.3.6/src/gallium/auxiliary/gallivm/
H A Dlp_bld_format_s3tc.c357 memset(&type8, 0, sizeof type8); in color_expand2_565_to_8888()
582 memset(&type8, 0, sizeof type8); in s3tc_dxt1_full_to_rgba_aos()
778 memset(&type8, 0, sizeof type8); in s3tc_dxt3_to_rgba_aos()
857 memset(&type8, 0, sizeof type8); in lp_build_lerpdxta()
913 memset(&type8, 0, sizeof type8); in s3tc_dxt5_alpha_channel()
1064 memset(&type8, 0, sizeof type8); in s3tc_dxt5_full_to_rgba_aos()
1276 memset(&type8, 0, sizeof type8); in s3tc_decode_block_dxt1()
1504 memset(&type8, 0, sizeof type8); in s3tc_decode_block_dxt3()
1628 memset(&type8, 0, sizeof type8); in s3tc_decode_block_dxt5()
2447 memset(&type8, 0, sizeof type8); in rgtc1_to_rgba_aos()
[all …]
/dports/graphics/mesa-dri-classic/mesa-20.2.3/src/gallium/auxiliary/gallivm/
H A Dlp_bld_format_s3tc.c357 memset(&type8, 0, sizeof type8); in color_expand2_565_to_8888()
582 memset(&type8, 0, sizeof type8); in s3tc_dxt1_full_to_rgba_aos()
778 memset(&type8, 0, sizeof type8); in s3tc_dxt3_to_rgba_aos()
857 memset(&type8, 0, sizeof type8); in lp_build_lerpdxta()
913 memset(&type8, 0, sizeof type8); in s3tc_dxt5_alpha_channel()
1064 memset(&type8, 0, sizeof type8); in s3tc_dxt5_full_to_rgba_aos()
1276 memset(&type8, 0, sizeof type8); in s3tc_decode_block_dxt1()
1504 memset(&type8, 0, sizeof type8); in s3tc_decode_block_dxt3()
1628 memset(&type8, 0, sizeof type8); in s3tc_decode_block_dxt5()
2444 memset(&type8, 0, sizeof type8); in rgtc1_to_rgba_aos()
[all …]
/dports/lang/clover/mesa-21.3.6/src/gallium/auxiliary/gallivm/
H A Dlp_bld_format_s3tc.c357 memset(&type8, 0, sizeof type8); in color_expand2_565_to_8888()
582 memset(&type8, 0, sizeof type8); in s3tc_dxt1_full_to_rgba_aos()
778 memset(&type8, 0, sizeof type8); in s3tc_dxt3_to_rgba_aos()
857 memset(&type8, 0, sizeof type8); in lp_build_lerpdxta()
913 memset(&type8, 0, sizeof type8); in s3tc_dxt5_alpha_channel()
1064 memset(&type8, 0, sizeof type8); in s3tc_dxt5_full_to_rgba_aos()
1276 memset(&type8, 0, sizeof type8); in s3tc_decode_block_dxt1()
1504 memset(&type8, 0, sizeof type8); in s3tc_decode_block_dxt3()
1628 memset(&type8, 0, sizeof type8); in s3tc_decode_block_dxt5()
2447 memset(&type8, 0, sizeof type8); in rgtc1_to_rgba_aos()
[all …]
/dports/devel/z88dk/z88dk/testsuite/
H A DIssue_693_missing_return.c1 typedef unsigned char type8; typedef
8 static type8 *str_word_wrap(type8 *str) in str_word_wrap()
13 void ms_statuschar(type8 c) in ms_statuschar()
/dports/java/jfreechart/jfreechart-1.0.17/experimental/org/jfree/experimental/chart/demo/
H A DCombinedCategoryPlotDemo1.java94 String type8 = "Type 8"; in createDataset1() local
103 result.addValue(8.0, series1, type8); in createDataset1()
112 result.addValue(1.0, series2, type8); in createDataset1()
136 String type8 = "Type 8"; in createDataset2() local
145 result.addValue(18.0, series1, type8); in createDataset2()
154 result.addValue(11.0, series2, type8); in createDataset2()
/dports/java/jfreechart/jfreechart-1.0.17/tests/org/jfree/chart/plot/
H A DCombinedRangeCategoryPlotTest.java178 String type8 = "Type 8"; in createDataset1() local
187 result.addValue(8.0, series1, type8); in createDataset1()
196 result.addValue(1.0, series2, type8); in createDataset1()
223 String type8 = "Type 8"; in createDataset2() local
232 result.addValue(18.0, series1, type8); in createDataset2()
241 result.addValue(11.0, series2, type8); in createDataset2()
H A DCombinedDomainCategoryPlotTest.java178 String type8 = "Type 8"; in createDataset1() local
187 result.addValue(8.0, series1, type8); in createDataset1()
196 result.addValue(1.0, series2, type8); in createDataset1()
223 String type8 = "Type 8"; in createDataset2() local
232 result.addValue(18.0, series1, type8); in createDataset2()
241 result.addValue(11.0, series2, type8); in createDataset2()
/dports/biology/ncbi-cxx-toolkit/ncbi_cxx--25_2_0/src/app/cn3d/data/
H A Dcdd_annot_types.ini29 type8=peptide binding site key
48 type8=Co binding site key
61 type8=NADP binding site key
85 type8=WD40 repeat key

123456