Home
last modified time | relevance | path

Searched refs:shortpos (Results 1 – 18 of 18) sorted by relevance

/dports/games/d2x/d2x-0.2.5/main/
H A Dobject.h130 typedef struct shortpos { struct
135 } __pack__ shortpos; argument
404 extern void create_shortpos(shortpos *spp, object *objp, int swap_bytes);
407 extern void extract_shortpos(object *objp, shortpos *spp, int swap_bytes);
H A Dnetwork.h91 shortpos thepos;
H A Dmultibot.c464 shortpos sp; in multi_send_robot_position_sub()
476 create_shortpos((shortpos *)(multibuf+loc), Objects+objnum,0); loc += sizeof(shortpos); in multi_send_robot_position_sub()
783 shortpos sp; in multi_do_robot_position()
826 extract_shortpos(&Objects[botnum], (shortpos *)(buf+loc), 0); in multi_do_robot_position()
H A Dmulti.c1648 shortpos sp; in multi_do_position()
1666 extract_shortpos(&Objects[Players[pnum].objnum], (shortpos *)(buf+1),0); in multi_do_position()
2853 shortpos sp; in multi_send_position()
2863 create_shortpos((shortpos *)(multibuf+count), Objects+objnum,0); in multi_send_position()
2864 count += sizeof(shortpos); in multi_send_position()
3909 shortpos sp; in multi_send_guided_info()
3920 create_shortpos((shortpos *)(multibuf+count), miss,0); in multi_send_guided_info()
3921 count+=sizeof(shortpos); in multi_send_guided_info()
3939 shortpos sp; in multi_do_guided()
3971 extract_shortpos(Guided_missile[(int)pnum], (shortpos *)(buf+count),0); in multi_do_guided()
[all …]
H A Dnewdemo.c941 void my_extract_shortpos(object *objp, shortpos *spp) in my_extract_shortpos()
1071 shortpos sp; in nd_write_shortpos()
1147 shortpos sp; in nd_read_shortpos()
H A Dgameseg.c1138 void create_shortpos(shortpos *spp, object *objp, int swap_bytes) in create_shortpos()
1193 void extract_shortpos(object *objp, shortpos *spp, int swap_bytes) in extract_shortpos()
/dports/games/dxx-rebirth/dxx-rebirth_20211220-src/common/main/
H A Dfwd-object.h93 struct shortpos;
256 void create_shortpos_little(const d_level_shared_segment_state &, shortpos &spp, const object_base …
257 void create_shortpos_native(const d_level_shared_segment_state &, shortpos &spp, const object_base …
261 void extract_shortpos_little(vmobjptridx_t objp, const shortpos *spp);
H A Dobject.h190 struct shortpos : prohibit_void_ptr<shortpos> struct
/dports/archivers/lzo2/lzo-2.10/lzotest/
H A Dlzotest.c1790 if (g->shortpos == 0) { in do_option()
1794 const char *m = &g->argv[g->optind][g->shortpos-1]; in do_option()
1796 ++g->optind; g->shortpos = 0; in do_option()
/dports/games/dxx-rebirth/dxx-rebirth_20211220-src/similar/main/
H A Dgameseg.cpp1015 void create_shortpos_native(const d_level_shared_segment_state &LevelSharedSegmentState, shortpos &… in create_shortpos_native()
1043 void create_shortpos_little(const d_level_shared_segment_state &LevelSharedSegmentState, shortpos &… in create_shortpos_little()
1060 void extract_shortpos_little(const vmobjptridx_t objp, const shortpos *spp) in extract_shortpos_little()
H A Dnewdemo.cpp251 static void my_extract_shortpos(object_base &objp, const shortpos *const spp) in my_extract_shortpos()
396 shortpos sp; in nd_write_shortpos()
541 shortpos sp{}; in nd_read_shortpos()
H A Dmulti.cpp136 DEFINE_SERIAL_UDT_TO_MESSAGE(shortpos, s, (s.bytemat, s.xo, s.yo, s.zo, s.segment, s.velx, s.vely, …
3903 shortpos sp;
/dports/archivers/lzo2/lzo-2.10/src/
H A Dlzo_supp.h1271 int eof; int shortpos; member
2454 if (g->shortpos) in LZOLIB_PUBLIC()
2538 a = g->argv[g->optind] + ++g->shortpos; in LZOLIB_PUBLIC()
2545 { ++g->optind; g->shortpos = 0; } in LZOLIB_PUBLIC()
2554 ++g->optind; g->shortpos = 0; in LZOLIB_PUBLIC()
/dports/sysutils/syslinux/syslinux-6.03/lzo/src/
H A Dlzo_supp.h1273 int eof; int shortpos; member
2449 if (g->shortpos) in LZOLIB_PUBLIC()
2533 a = g->argv[g->optind] + ++g->shortpos; in LZOLIB_PUBLIC()
2540 ++g->optind, g->shortpos = 0; in LZOLIB_PUBLIC()
2549 ++g->optind, g->shortpos = 0; in LZOLIB_PUBLIC()
H A Dminiacc.h4042 int eof; int shortpos; member
/dports/archivers/lzop/lzop-1.04/src/
H A Dminiacc.h5339 int eof; int shortpos; member
6751 if (g->shortpos) in ACCLIB_PUBLIC()
6835 a = g->argv[g->optind] + ++g->shortpos; in ACCLIB_PUBLIC()
6842 { ++g->optind; g->shortpos = 0; } in ACCLIB_PUBLIC()
6851 ++g->optind; g->shortpos = 0; in ACCLIB_PUBLIC()
/dports/archivers/upx/upx-3.96/src/
H A Dminiacc.h5380 int eof; int shortpos; member
6787 if (g->shortpos) in ACCLIB_PUBLIC()
6866 a = g->argv[g->optind] + ++g->shortpos; in ACCLIB_PUBLIC()
6872 { ++g->optind; g->shortpos = 0; } in ACCLIB_PUBLIC()
6878 ++g->optind; g->shortpos = 0; in ACCLIB_PUBLIC()
/dports/multimedia/opentoonz/opentoonz-1.5.0/thirdparty/lzo/2.03/src/
H A Dminiacc.h4042 int eof; int shortpos; member