| /openbsd-src/games/backgammon/common_source/ |
| H A D | fancy.c | 182 fixpos(oldb[i], board[i], 13, 1 + (12 - i) * 4, -1); in moveplayers() 186 fixpos(oldb[0], board[0], 13, 25, -1); in moveplayers() 191 fixpos(oldb[i], board[i], 13, 29 + (6 - i) * 4, -1); in moveplayers() 196 fixpos(oldw, i, 13, 54, -1); in moveplayers() 201 fixpos(oldb[i], board[i], 3, 1 + (i - 13) * 4, 1); in moveplayers() 205 fixpos(oldb[25], board[25], 3, 25, 1); in moveplayers() 210 fixpos(oldb[i], board[i], 3, 29 + (i - 19) * 4, 1); in moveplayers() 215 fixpos(oldr, i, 3, 54, 1); in moveplayers() 224 fixpos(int old, int new, int r, int c, int inc) in fixpos() function
|
| H A D | back.h | 142 void fixpos(int, int, int, int, int);
|
| /openbsd-src/gnu/usr.bin/binutils-2.17/gas/config/ |
| H A D | tc-mn10300.c | 2386 char *fixpos = fixp->fx_where + fixp->fx_frag->fr_literal; local 2394 md_number_to_chars (fixpos, reloc->addend, 1); 2398 md_number_to_chars (fixpos, reloc->addend, 2); 2402 md_number_to_chars (fixpos, reloc->addend, 3); 2406 md_number_to_chars (fixpos, reloc->addend, 4); 2473 char * fixpos = fixP->fx_where + fixP->fx_frag->fr_literal; local 2534 md_number_to_chars (fixpos, value, size);
|
| H A D | tc-alpha.c | 5209 char * const fixpos = fixP->fx_frag->fr_literal + fixP->fx_where; in md_apply_fix() local 5246 md_number_to_chars (fixpos, value, 2); in md_apply_fix() 5269 md_number_to_chars (fixpos, value, size); in md_apply_fix() 5279 md_number_to_chars (fixpos, -alpha_gp_value, 4); in md_apply_fix() 5292 image = bfd_getl32 (fixpos); in md_apply_fix() 5301 image = bfd_getl32 (fixpos); in md_apply_fix() 5328 md_number_to_chars (fixpos, value, 2); in md_apply_fix() 5361 image = bfd_getl32 (fixpos); in md_apply_fix() 5378 md_number_to_chars (fixpos, image, 4); in md_apply_fix()
|
| H A D | tc-ia64.c | 11523 char *fixpos; local 11527 fixpos = fix->fx_frag->fr_literal + (fix->fx_where - slot); 11530 t0 = bfd_getl64 (fixpos); 11531 t1 = bfd_getl64 (fixpos + 8); 11569 number_to_chars_littleendian (fixpos + 0, t0, 8); 11570 number_to_chars_littleendian (fixpos + 8, t1, 8); 11586 char *fixpos; local 11589 fixpos = fix->fx_frag->fr_literal + fix->fx_where; 11644 number_to_chars_bigendian (fixpos, value, fix->fx_size); 11646 number_to_chars_littleendian (fixpos, value, fix->fx_size);
|
| H A D | tc-hppa.c | 4439 char *fixpos; local 4483 fixpos = fixP->fx_frag->fr_literal + fixP->fx_where; 4488 number_to_chars_bigendian (fixpos, *valP, fixP->fx_size); 4492 insn = bfd_get_32 (stdoutput, fixpos); 4662 bfd_put_32 (stdoutput, insn, fixpos);
|
| H A D | tc-xtensa.c | 4871 char *const fixpos = fixP->fx_frag->fr_literal + fixP->fx_where; in xg_apply_fix_value() local 4883 xtensa_insnbuf_from_chars (isa, insnbuf, (unsigned char *) fixpos, 0); in xg_apply_fix_value() 4903 xtensa_insnbuf_to_chars (isa, insnbuf, (unsigned char *) fixpos, 0); in xg_apply_fix_value() 5536 char *const fixpos = fixP->fx_frag->fr_literal + fixP->fx_where; in md_apply_fix() local 5595 md_number_to_chars (fixpos, val, fixP->fx_size); in md_apply_fix()
|
| /openbsd-src/gnu/usr.bin/binutils/gas/config/ |
| H A D | tc-mn10300.c | 2368 char *fixpos = fixp->fx_where + fixp->fx_frag->fr_literal; local 2376 md_number_to_chars (fixpos, reloc->addend, 1); 2380 md_number_to_chars (fixpos, reloc->addend, 2); 2384 md_number_to_chars (fixpos, reloc->addend, 3); 2388 md_number_to_chars (fixpos, reloc->addend, 4); 2455 char * fixpos = fixP->fx_where + fixP->fx_frag->fr_literal; local 2517 md_number_to_chars (fixpos, value, size);
|
| H A D | tc-alpha.c | 1164 char * const fixpos = fixP->fx_frag->fr_literal + fixP->fx_where; local 1201 md_number_to_chars (fixpos, value, 2); 1221 md_number_to_chars (fixpos, value, size); 1231 md_number_to_chars (fixpos, -alpha_gp_value, 4); 1244 image = bfd_getl32 (fixpos); 1253 image = bfd_getl32 (fixpos); 1280 md_number_to_chars (fixpos, value, 2); 1313 image = bfd_getl32 (fixpos); 1330 md_number_to_chars (fixpos, image, 4);
|
| H A D | tc-ia64.c | 10608 char *fixpos; local 10612 fixpos = fix->fx_frag->fr_literal + (fix->fx_where - slot); 10615 t0 = bfd_getl64 (fixpos); 10616 t1 = bfd_getl64 (fixpos + 8); 10654 number_to_chars_littleendian (fixpos + 0, t0, 8); 10655 number_to_chars_littleendian (fixpos + 8, t1, 8); 10671 char *fixpos; local 10674 fixpos = fix->fx_frag->fr_literal + fix->fx_where; 10732 number_to_chars_bigendian (fixpos, value, fix->fx_size); 10734 number_to_chars_littleendian (fixpos, value, fix->fx_size);
|
| H A D | tc-xtensa.c | 5203 char *const fixpos = fixP->fx_frag->fr_literal + fixP->fx_where; local 5223 md_number_to_chars (fixpos, *valP, fixP->fx_size); 5234 xtensa_insnbuf_from_chars (isa, insnbuf, fixpos); 5243 xtensa_insnbuf_to_chars (isa, insnbuf, fixpos);
|