Lines Matching refs:ev_uint8_t
49 ev_uint8_t from_name_set;
50 ev_uint8_t to_name_set;
51 ev_uint8_t attack_set;
52 ev_uint8_t run_set;
105 ev_uint8_t weapon_set;
106 ev_uint8_t action_set;
107 ev_uint8_t how_often_set;
145 int (*some_bytes_assign)(struct run *, const ev_uint8_t *, ev_uint32_t);
146 int (*some_bytes_get)(struct run *, ev_uint8_t * *, ev_uint32_t *);
147 int (*fixed_bytes_assign)(struct run *, const ev_uint8_t *);
148 int (*fixed_bytes_get)(struct run *, ev_uint8_t **);
163 ev_uint8_t *some_bytes_data;
165 ev_uint8_t fixed_bytes_data[24];
174 ev_uint8_t how_set;
175 ev_uint8_t some_bytes_set;
176 ev_uint8_t fixed_bytes_set;
177 ev_uint8_t notes_set;
178 ev_uint8_t large_number_set;
179 ev_uint8_t other_numbers_set;
195 int run_some_bytes_assign(struct run *, const ev_uint8_t *, ev_uint32_t);
196 int run_some_bytes_get(struct run *, ev_uint8_t * *, ev_uint32_t *);
197 int run_fixed_bytes_assign(struct run *, const ev_uint8_t *);
198 int run_fixed_bytes_get(struct run *, ev_uint8_t **);