Home
last modified time | relevance | path

Searched refs:state_s (Results 1 – 25 of 42) sorted by relevance

12

/dports/devel/pegtl/PEGTL-3.0.0/src/test/pegtl/
H A Drule_apply0.cpp64 int state_s = 0; in unit_test() local
65 …ply0< test1::action_a, test1::action_b > > >( memory_input( "", __FUNCTION__ ), state_r, state_s ); in unit_test()
67 TAO_PEGTL_TEST_ASSERT( state_s == 2 ); in unit_test()
68 …ly< test1::action_a, test1::action_b > > > >( memory_input( "", __FUNCTION__ ), state_r, state_s ); in unit_test()
70 TAO_PEGTL_TEST_ASSERT( state_s == 2 ); in unit_test()
H A Drule_apply.cpp69 int state_s = 0;
70 …pply< test1::action_a, test1::action_b > > >( memory_input( "", __FUNCTION__ ), state_r, state_s );
72 TAO_PEGTL_TEST_ASSERT( state_s == 2 );
73 …ly< test1::action_a, test1::action_b > > > >( memory_input( "", __FUNCTION__ ), state_r, state_s );
75 TAO_PEGTL_TEST_ASSERT( state_s == 2 );
H A Drule_if_apply.cpp91 std::string state_s; in unit_test() local
94 …_apply< one< '-' >, test1::action_a, test1::action_b > >, test1::action >( in1, state_r, state_s ); in unit_test()
97 TAO_PEGTL_TEST_ASSERT( state_s == "-*-" ); in unit_test()
99 …pply< one< '-' >, test1::action_a, test1::action_b > > >, test1::action >( in2, state_r, state_s ); in unit_test()
102 TAO_PEGTL_TEST_ASSERT( state_s == "-*-" ); in unit_test()
/dports/emulators/mess/mame-mame0226/src/mame/drivers/
H A Dgunpey.cpp218 static void set_o(struct state_s *s, unsigned char v);
219 static unsigned char get_o(struct state_s *s, int x, int y);
222 static void hn_copy_directly(struct state_s *s, unsigned char v, int n);
272 int next_node(struct huffman_node_s **res, struct state_s *s);
273 int get_next_bit(struct state_s *s);
647 struct state_s struct
660 inline int gunpey_state::get_next_bit(struct state_s *s) in get_next_bit() argument
683 void gunpey_state::set_o(struct state_s *s, unsigned char v) in set_o()
706 unsigned char gunpey_state::get_o(struct state_s *s, int x, int y) in get_o()
791 void (*func)(struct state_s *, unsigned char, int);
[all …]
/dports/emulators/mame/mame-mame0226/src/mame/drivers/
H A Dgunpey.cpp218 static void set_o(struct state_s *s, unsigned char v);
219 static unsigned char get_o(struct state_s *s, int x, int y);
222 static void hn_copy_directly(struct state_s *s, unsigned char v, int n);
272 int next_node(struct huffman_node_s **res, struct state_s *s);
273 int get_next_bit(struct state_s *s);
647 struct state_s struct
660 inline int gunpey_state::get_next_bit(struct state_s *s) in get_next_bit() argument
683 void gunpey_state::set_o(struct state_s *s, unsigned char v) in set_o()
706 unsigned char gunpey_state::get_o(struct state_s *s, int x, int y) in get_o()
791 void (*func)(struct state_s *, unsigned char, int);
[all …]
/dports/games/quakeforge/quakeforge-0.7.2/ruamoko/scheme/
H A Dstate.h10 struct state_s { struct
20 typedef struct state_s state_t; argument
/dports/games/doomsday/doomsday-2.3.1/doomsday/apps/client/include/render/
H A Dplayerweaponanimator.h26 struct state_s;
44 void stateChanged(state_s const *state);
/dports/games/edge/Edge-1.35-source/src/
H A Dp_mobj.h48 struct state_s;
221 const struct state_s *state;
222 const struct state_s *next_state;
/dports/multimedia/handbrake/HandBrake-1.4.2/libhb/
H A Dhb_json.c22 const char * state_s; in hb_state_to_dict() local
29 state_s = "IDLE"; in hb_state_to_dict()
32 state_s = "SCANNING"; in hb_state_to_dict()
35 state_s = "SCANDONE"; in hb_state_to_dict()
38 state_s = "WORKING"; in hb_state_to_dict()
41 state_s = "PAUSED"; in hb_state_to_dict()
44 state_s = "SEARCHING"; in hb_state_to_dict()
47 state_s = "WORKDONE"; in hb_state_to_dict()
50 state_s = "MUXING"; in hb_state_to_dict()
53 state_s = "UNKNOWN"; in hb_state_to_dict()
[all …]
/dports/games/xqf/xqf-xqf-1.0.6.2/src/
H A Dconfig.c203 struct state_s struct
211 static gboolean parse_line_file(char* buf, struct state_s* state) { in parse_line_file() argument
268 static gboolean parse_line_script(char* buf, struct state_s* state) { in parse_line_script()
290 struct state_s state = {0}; in load_file()
292 gboolean (*parse_line)(char* buf, struct state_s* state); in load_file()
/dports/games/edge/Edge-1.35-source/ddf/
H A Dstates.h43 typedef struct state_s struct
/dports/devel/distcc/distcc-3.3.5/src/
H A Dlsdistcc.c118 struct state_s { struct
130 typedef struct state_s state_t; argument
664 static int one_poll_loop(struct rslave_s* rs, struct state_s states[], in one_poll_loop()
672 struct state_s *sp; in one_poll_loop()
924 struct state_s states[MAXHOSTS+1]; in detect_distcc_servers()
/dports/games/doomsday/doomsday-2.3.1/doomsday/apps/client/include/
H A Dclientplayer.h105 void weaponStateChanged(struct state_s const *state);
/dports/sysutils/smenu/smenu-0.9.18/
H A Dctxopt.h53 typedef struct state_s struct
/dports/games/doomsday/doomsday-2.3.1/doomsday/apps/libdoomsday/include/doomsday/
H A Dplayer.h51 struct state_s *statePtr;
H A Dplugins.h105 struct state_s const *state;
/dports/games/doomsday/doomsday-2.3.1/doomsday/apps/api/
H A Ddef_share.h44 typedef struct state_s { struct
H A Ddd_share.h500 struct state_s *state; \
/dports/games/doomsday/doomsday-2.3.1/doomsday/apps/client/src/render/
H A Dplayerweaponanimator.cpp100 void PlayerWeaponAnimator::stateChanged(state_s const *state) in stateChanged()
/dports/net/corosync2/corosync-2.4.5/lib/
H A Dsam.c936 const char *state_s; in sam_parent_cmap_state_set() local
939 state_s = SAM_CMAP_S_STARTED; in sam_parent_cmap_state_set()
941 state_s = SAM_CMAP_S_REGISTERED; in sam_parent_cmap_state_set()
944 if ((err = sam_cmap_update_key (SAM_CMAP_KEY_STATE, state_s)) != CS_OK) { in sam_parent_cmap_state_set()
/dports/math/R-cran-MCMCpack/MCMCpack/src/
H A DcHMMpanelFE.cc265 Matrix<int> state_s = hetero_state_sampler(stream, mvector[s], ntime_s, Yres[s], delta, Sigma, P); in HMMpanelFE_impl() local
271 if (state_s[i] == (j+1)) { in HMMpanelFE_impl()
/dports/math/yices/yices-2.6.2/src/frontend/yices/
H A Dyices_parse_tables.h35 typedef enum state_s { enum
/dports/math/yices/yices-2.6.2/src/frontend/smt2/
H A Dsmt2_parse_tables.h31 typedef enum state_s { enum
/dports/math/yices/yices-2.6.2/src/frontend/smt1/
H A Dsmt_parse_tables.h29 typedef enum state_s { enum
/dports/math/yices/yices-2.6.2/utils/
H A Dsmt_input_tables.h21 typedef enum state_s { enum

12