Home
last modified time | relevance | path

Searched refs:rd_byte (Results 1 – 23 of 23) sorted by relevance

/dports/games/zangband/zangband/src/
H A Dload.c256 rd_byte(&tmp8u); in rd_string()
294 rd_byte(&tmp8u); in strip_string()
378 rd_byte(&name1); in rd_item()
379 rd_byte(&name2); in rd_item()
390 rd_byte(&old_dd); in rd_item()
391 rd_byte(&old_ds); in rd_item()
465 rd_byte(&xtra1); in rd_item()
466 rd_byte(&xtra2); in rd_item()
1003 rd_byte(&type); in rd_store()
1124 rd_byte(&b); in rd_options()
[all …]
H A Dmain-lsl.c94 static void rd_byte(FILE *fff, byte *ip) in rd_byte() function
185 rd_byte(f, &(clrg.b)); in ReadBMP()
186 rd_byte(f, &(clrg.g)); in ReadBMP()
187 rd_byte(f, &(clrg.r)); in ReadBMP()
188 rd_byte(f, &(clrg.filler)); in ReadBMP()
H A Dmaid-x11.c214 static void rd_byte(FILE *fff, byte *ip) in rd_byte() function
314 rd_byte(f, &(clrg.b)); in ReadBMP()
315 rd_byte(f, &(clrg.g)); in ReadBMP()
316 rd_byte(f, &(clrg.r)); in ReadBMP()
317 rd_byte(f, &(clrg.filler)); in ReadBMP()
H A Dmain-gtk.c322 static void rd_byte(FILE *fff, byte *ip) in rd_byte() function
415 rd_byte(f, &(clrg.b)); in ReadBMP()
416 rd_byte(f, &(clrg.g)); in ReadBMP()
417 rd_byte(f, &(clrg.r)); in ReadBMP()
418 rd_byte(f, &(clrg.filler)); in ReadBMP()
/dports/games/angband/Angband-4.2.2/src/
H A Dload.c111 rd_byte(&ver);
118 rd_byte(&tmp8u);
120 rd_byte(&tmp8u);
182 rd_byte(&tmp8u);
192 rd_byte(&tmp8u);
202 rd_byte(&tmp8u);
434 rd_byte(&b); in rd_options()
438 rd_byte(&b); in rd_options()
442 rd_byte(&b); in rd_options()
447 rd_byte(&b); in rd_options()
[all …]
H A Dsavefile.c262 void rd_byte(byte *ip) in rd_byte() function
297 rd_byte(&tmp8u); in rd_string()
309 while (n--) rd_byte(&tmp8u); in strip_bytes()
H A Dsavefile.h70 void rd_byte(byte *ip);
/dports/games/tomenet/tomenet-4.6.0/src/server/
H A Dload2.c13 void rd_byte(byte *ip);
276 rd_byte(&tmp8u); in rd_string()
1005 rd_byte(&num); in rd_store()
2381 rd_byte(&tmp); in rd_floor()
2383 rd_byte(&tmp); in rd_floor()
2385 rd_byte(&tmp); in rd_floor()
2387 rd_byte(&tmp); in rd_floor()
2389 rd_byte(&tmp); in rd_floor()
2391 rd_byte(&tmp); in rd_floor()
2481 rd_byte(&x); in rd_floor()
[all …]
H A Dcsfunc.c44 extern void rd_byte(byte *ip);
194 rd_byte(&cs_ptr->sc.trap.t_idx); in tload()
195 rd_byte(&tmp8u); in tload()
281 rd_byte(&cs_ptr->sc.between.fy); in betweenload()
282 rd_byte(&cs_ptr->sc.between.fx); in betweenload()
302 rd_byte(&tmp8u); in fountload()
323 rd_byte(&cs_ptr->sc.montrap.feat); in montrapload()
335 rd_byte(&cs_ptr->sc.rune.typ); in runeload()
336 rd_byte(&cs_ptr->sc.rune.mod); in runeload()
337 rd_byte(&cs_ptr->sc.rune.lev); in runeload()
[all …]
/dports/games/moria/umoria/source/
H A Dsave.c94 static void rd_byte();
1096 rd_byte(&xchar);
1097 rd_byte(&char_tmp);
1101 rd_byte(&char_tmp);
1108 rd_byte(&xchar);
1109 rd_byte(&char_tmp);
1113 rd_byte(&char_tmp);
1120 rd_byte(&count);
1578 rd_byte(&mon->fy);
1579 rd_byte(&mon->fx);
[all …]
/dports/graphics/sane-backends/sane-backends-1.0.32/backend/
H A Dsm3840_scan.c174 unsigned char rd_byte; in setup_scan() local
211 read_vctl (udev, 0x0c, 0x0007, 0x0000, &rd_byte); in setup_scan()
214 read_vctl (udev, 0x0c, 0x0007, 0x0000, &rd_byte); in setup_scan()
217 read_vctl (udev, 0x0c, 0x0007, 0x0000, &rd_byte); in setup_scan()
220 read_vctl (udev, 0x0c, 0x0007, 0x0000, &rd_byte); in setup_scan()
226 read_vctl (udev, 0x0c, 0x0007, 0x0000, &rd_byte); in setup_scan()
229 read_vctl (udev, 0x0c, 0x0007, 0x0000, &rd_byte); in setup_scan()
232 read_vctl (udev, 0x0c, 0x0007, 0x0000, &rd_byte); in setup_scan()
235 read_vctl (udev, 0x0c, 0x0007, 0x0000, &rd_byte); in setup_scan()
239 read_vctl (udev, 0x0c, 0x0007, 0x0000, &rd_byte); in setup_scan()
[all …]
H A Dsm3840_lib.c566 unsigned char rd_byte; in reset_scanner() local
588 read_vctl (udev, 0x0c, 0x0007, 0x0000, &rd_byte); in reset_scanner()
591 read_vctl (udev, 0x0c, 0x0007, 0x0000, &rd_byte); in reset_scanner()
604 unsigned char rd_byte; in poll1() local
612 while (0 == (rd_byte & 0x40)); in poll1()
619 unsigned char rd_byte; in poll2() local
626 while (0 == (rd_byte & 0x02)); in poll2()
634 unsigned char rd_byte; in check_buttons() local
641 if (0 == (rd_byte & 1)) in check_buttons()
648 if (0 == (rd_byte & 2)) in check_buttons()
[all …]
/dports/games/moria/umoria/util/scores/
H A Dprint.c132 static void rd_byte(ptr) in rd_byte() function
200 rd_byte (&xor_byte);
207 rd_byte(&score->dun_level);
208 rd_byte(&score->lev);
209 rd_byte(&score->max_dlv);
210 rd_byte(&score->sex);
211 rd_byte(&score->race);
212 rd_byte(&score->class);
H A Ddelete.c175 static void rd_byte(ptr) in rd_byte() function
264 rd_byte (&xor_byte);
271 rd_byte(&score->dun_level);
272 rd_byte(&score->lev);
273 rd_byte(&score->max_dlv);
274 rd_byte(&score->sex);
275 rd_byte(&score->race);
276 rd_byte(&score->class);
/dports/comms/lirc/lirc-0.9.0/drivers/lirc_bt829/
H A Dlirc_bt829.c279 int rd_byte; in seems_rd_byte() local
285 rd_byte = 0; in seems_rd_byte()
297 rd_byte |= 1; in seems_rd_byte()
299 rd_byte <<= 1; in seems_rd_byte()
317 rd_byte >>= 1; in seems_rd_byte()
318 rd_byte &= 0xFF; in seems_rd_byte()
319 return rd_byte; in seems_rd_byte()
/dports/multimedia/v4l_compat/linux-5.13-rc2/drivers/infiniband/hw/qib/
H A Dqib_twsi.c175 static int rd_byte(struct qib_devdata *dd, int last) in rd_byte() function
414 *bp++ = rd_byte(dd, !len); in qib_twsi_blk_rd()
490 rd_byte(dd, 1); in qib_twsi_blk_wr()
/dports/multimedia/libv4l/linux-5.13-rc2/drivers/infiniband/hw/qib/
H A Dqib_twsi.c175 static int rd_byte(struct qib_devdata *dd, int last) in rd_byte() function
414 *bp++ = rd_byte(dd, !len); in qib_twsi_blk_rd()
490 rd_byte(dd, 1); in qib_twsi_blk_wr()
/dports/multimedia/v4l-utils/linux-5.13-rc2/drivers/infiniband/hw/qib/
H A Dqib_twsi.c175 static int rd_byte(struct qib_devdata *dd, int last) in rd_byte() function
414 *bp++ = rd_byte(dd, !len); in qib_twsi_blk_rd()
490 rd_byte(dd, 1); in qib_twsi_blk_wr()
/dports/games/zangband/zangband/src/tk/
H A Dplat.c440 static void rd_byte(FILE *fff, byte *ip) in rd_byte() function
543 rd_byte(f, &(clrg.b)); in ReadBMP()
544 rd_byte(f, &(clrg.g)); in ReadBMP()
545 rd_byte(f, &(clrg.r)); in ReadBMP()
546 rd_byte(f, &(clrg.filler)); in ReadBMP()
/dports/games/mangband/mangband-1.5.3/src/client/
H A Dmaid-x11.c232 static void rd_byte(FILE *fff, byte *ip) in rd_byte() function
434 rd_byte(f, &(clrg.b)); in ReadBMP()
435 rd_byte(f, &(clrg.g)); in ReadBMP()
436 rd_byte(f, &(clrg.r)); in ReadBMP()
437 rd_byte(f, &(clrg.filler)); in ReadBMP()
/dports/devel/radare2/radare2-5.1.1/libr/asm/arch/z80/
H A Dz80asm.c294 static int rd_byte(const char **p, char delimiter) { in rd_byte() function
1484 rd_byte (&ptr, '\0'); in assemble()
/dports/devel/z80asm/z80asm-1.8/
H A Dz80asm.c841 rd_byte (const char **p, char delimiter) in rd_byte() function
867 if (!rd_byte (p, delimiter)) in rd_wrt_jr()
2480 rd_byte (&ptr, '\0'); in assemble()
/dports/games/xinfocom/xinfocom/doc/
H A Dchanges.doc210 Eliminate superflous rd_byte calls in property code.