Home
last modified time | relevance | path

Searched refs:sh_instr (Results 1 – 8 of 8) sorted by relevance

/dports/games/avp/avp-20170505/src/win95/
H A Dchnkload.cpp2460 instruct[0].sh_instr = I_ShapePoints; /*I_shapepoints*/ in copy_to_shapeheader()
2476 instruct[4].sh_instr = I_ShapeItems; in copy_to_shapeheader()
2480 instruct[5].sh_instr = I_ShapeEnd; /*I_shapeEND*/ in copy_to_shapeheader()
2758 instruct[4].sh_instr = I_ShapeItems; in copy_sprite_to_shapeheader()
2762 instruct[5].sh_instr = I_ShapeEnd; /*I_shapeEND*/ in copy_sprite_to_shapeheader()
3499 instruct[4].sh_instr = I_ShapeItems;
3503 instruct[5].sh_instr = I_ShapeEnd; /*I_shapeEND*/
3792 instruct[4].sh_instr = I_ShapeItems;
3796 instruct[5].sh_instr = I_ShapeEnd; /*I_shapeEND*/
4022 instruct[4].sh_instr = I_ShapeItems;
[all …]
H A Dtexio.c539 while(ShInstrPtr->sh_instr != I_ShapeEnd) {
540 if(ShInstrPtr->sh_instr == I_ShapeBSPTree) {
/dports/audio/libsidplayfp/libsidplayfp-2.3.1/src/c64/CPU/
H A Dmos6510.h285 inline void sh_instr();
H A Dmos6510.cpp755 void MOS6510::sh_instr() in sh_instr() function in libsidplayfp::MOS6510
791 sh_instr(); in axa_instr()
801 sh_instr(); in say_instr()
811 sh_instr(); in xas_instr()
1232 sh_instr(); in shs_instr()
/dports/audio/ocp/ocp-0.2.90/playsid/libsidplayfp-git/src/c64/CPU/
H A Dmos6510.h295 inline void sh_instr(uint8_t offset);
H A Dmos6510.cpp757 void MOS6510::sh_instr(uint8_t offset) in reset_point()
788 sh_instr(Register_Y); in reset_point()
798 sh_instr(Register_X); in reset_point()
808 sh_instr(Register_Y); in reset_point()
1229 sh_instr(Register_Y); in reset_point()
/dports/games/avp/avp-20170505/src/include/
H A Dshape.h179 int sh_instr; /* int data */ member
/dports/games/avp/avp-20170505/src/
H A Dkshape.c4008 switch (shapeinstrptr->sh_instr) in AddShape()