/netbsd/sys/dev/usb/ |
H A D | ums.c | 212 int fixpos; in ums_attach() local 224 fixpos = 24; in ums_attach() 227 fixpos = 40; in ums_attach() 231 fixpos = 40; in ums_attach() 234 fixpos = 0; in ums_attach() 237 if (fixpos) { in ums_attach() 240 sc->sc_ms.hidms_loc_z.pos = fixpos; in ums_attach()
|
/netbsd/games/backgammon/common_source/ |
H A D | fancy.c | 44 static void fixpos(int, int, int, int, int); 270 fixpos(oldb[i], board[i], 13, 1 + (12 - i) * 4, -1); in refresh() 274 fixpos(oldb[0], board[0], 13, 25, -1); in refresh() 279 fixpos(oldb[i], board[i], 13, 29 + (6 - i) * 4, -1); in refresh() 284 fixpos(oldw, i, 13, 54, -1); in refresh() 289 fixpos(oldb[i], board[i], 3, 1 + (i - 13) * 4, 1); in refresh() 293 fixpos(oldb[25], board[25], 3, 25, 1); in refresh() 298 fixpos(oldb[i], board[i], 3, 29 + (i - 19) * 4, 1); in refresh() 303 fixpos(oldr, i, 3, 54, 1); in refresh() 312 fixpos(int cur, int new, int r, int c, int inc) in fixpos() function
|
/netbsd/external/gpl3/gdb/dist/gas/config/ |
H A D | tc-mn10300.c | 2236 char *fixpos = fixp->fx_where + fixp->fx_frag->fr_literal; in tc_gen_reloc() local 2244 md_number_to_chars (fixpos, reloc->addend, 1); in tc_gen_reloc() 2248 md_number_to_chars (fixpos, reloc->addend, 2); in tc_gen_reloc() 2252 md_number_to_chars (fixpos, reloc->addend, 3); in tc_gen_reloc() 2256 md_number_to_chars (fixpos, reloc->addend, 4); in tc_gen_reloc() 2328 char * fixpos = fixP->fx_where + fixP->fx_frag->fr_literal; in md_apply_fix() local 2393 md_number_to_chars (fixpos, value, size); in md_apply_fix()
|
H A D | tc-arc.c | 2900 char * const fixpos = fixP->fx_frag->fr_literal + fixP->fx_where; in md_apply_fix() local 3076 md_number_to_chars (fixpos, value, fixP->fx_size); in md_apply_fix() 3094 md_number_to_chars_midend (fixpos, value, fixP->fx_size); in md_apply_fix() 3098 md_number_to_chars_midend (fixpos, value, fixP->fx_size); in md_apply_fix() 3151 insn = bfd_getb32 (fixpos); in md_apply_fix() 3154 insn = bfd_getb16 (fixpos); in md_apply_fix() 3167 insn = bfd_getl16 (fixpos) << 16 | bfd_getl16 (fixpos + 2); in md_apply_fix() 3170 insn = bfd_getl16 (fixpos); in md_apply_fix() 3181 md_number_to_chars_midend (fixpos, insn, fixP->fx_size); in md_apply_fix()
|
H A D | tc-alpha.c | 5726 char * const fixpos = fixP->fx_frag->fr_literal + fixP->fx_where; in md_apply_fix() local 5763 md_number_to_chars (fixpos, value, 2); in md_apply_fix() 5792 md_number_to_chars (fixpos, value, size); in md_apply_fix() 5802 md_number_to_chars (fixpos, -alpha_gp_value, 4); in md_apply_fix() 5815 image = bfd_getl32 (fixpos); in md_apply_fix() 5824 image = bfd_getl32 (fixpos); in md_apply_fix() 5851 md_number_to_chars (fixpos, value, 2); in md_apply_fix() 5919 image = bfd_getl32(fixpos); in md_apply_fix() 5957 image = bfd_getl32 (fixpos); in md_apply_fix() 5974 md_number_to_chars (fixpos, image, 4); in md_apply_fix()
|
H A D | tc-msp430.c | 4715 char *fixpos = fixp->fx_where + fixp->fx_frag->fr_literal; in tc_gen_reloc() local 4723 md_number_to_chars (fixpos, reloc->addend, 1); in tc_gen_reloc() 4727 md_number_to_chars (fixpos, reloc->addend, 2); in tc_gen_reloc() 4731 md_number_to_chars (fixpos, reloc->addend, 3); in tc_gen_reloc() 4735 md_number_to_chars (fixpos, reloc->addend, 4); in tc_gen_reloc() 4755 char *fixpos = fixp->fx_where + fixp->fx_frag->fr_literal; in tc_gen_reloc() 4757 md_number_to_chars (fixpos, amount, 2); in tc_gen_reloc()
|
H A D | tc-ia64.c | 11359 char *fixpos; in fix_insn() local 11363 fixpos = fix->fx_frag->fr_literal + (fix->fx_where - slot); in fix_insn() 11366 t0 = bfd_getl64 (fixpos); in fix_insn() 11367 t1 = bfd_getl64 (fixpos + 8); in fix_insn() 11405 number_to_chars_littleendian (fixpos + 0, t0, 8); in fix_insn() 11406 number_to_chars_littleendian (fixpos + 8, t1, 8); in fix_insn() 11419 char *fixpos; in md_apply_fix() local 11422 fixpos = fix->fx_frag->fr_literal + fix->fx_where; in md_apply_fix() 11513 number_to_chars_bigendian (fixpos, value, fix->fx_size); in md_apply_fix() 11515 number_to_chars_littleendian (fixpos, value, fix->fx_size); in md_apply_fix()
|
H A D | tc-hppa.c | 1713 char *fixpos; in md_apply_fix() local 1757 fixpos = fixP->fx_frag->fr_literal + fixP->fx_where; in md_apply_fix() 1762 number_to_chars_bigendian (fixpos, *valP, fixP->fx_size); in md_apply_fix() 1766 insn = bfd_get_32 (stdoutput, fixpos); in md_apply_fix() 1955 bfd_put_32 (stdoutput, insn, fixpos); in md_apply_fix()
|
/netbsd/external/gpl3/binutils/dist/gas/config/ |
H A D | tc-mn10300.c | 2236 char *fixpos = fixp->fx_where + fixp->fx_frag->fr_literal; in tc_gen_reloc() local 2244 md_number_to_chars (fixpos, reloc->addend, 1); in tc_gen_reloc() 2248 md_number_to_chars (fixpos, reloc->addend, 2); in tc_gen_reloc() 2252 md_number_to_chars (fixpos, reloc->addend, 3); in tc_gen_reloc() 2256 md_number_to_chars (fixpos, reloc->addend, 4); in tc_gen_reloc() 2328 char * fixpos = fixP->fx_where + fixP->fx_frag->fr_literal; in md_apply_fix() local 2393 md_number_to_chars (fixpos, value, size); in md_apply_fix()
|
H A D | tc-arc.c | 2898 char * const fixpos = fixP->fx_frag->fr_literal + fixP->fx_where; in md_apply_fix() local 3069 md_number_to_chars (fixpos, value, fixP->fx_size); in md_apply_fix() 3087 md_number_to_chars_midend (fixpos, value, fixP->fx_size); in md_apply_fix() 3091 md_number_to_chars_midend (fixpos, value, fixP->fx_size); in md_apply_fix() 3144 insn = bfd_getb32 (fixpos); in md_apply_fix() 3147 insn = bfd_getb16 (fixpos); in md_apply_fix() 3160 insn = bfd_getl16 (fixpos) << 16 | bfd_getl16 (fixpos + 2); in md_apply_fix() 3163 insn = bfd_getl16 (fixpos); in md_apply_fix() 3174 md_number_to_chars_midend (fixpos, insn, fixP->fx_size); in md_apply_fix()
|
H A D | tc-alpha.c | 5726 char * const fixpos = fixP->fx_frag->fr_literal + fixP->fx_where; in md_apply_fix() local 5763 md_number_to_chars (fixpos, value, 2); in md_apply_fix() 5792 md_number_to_chars (fixpos, value, size); in md_apply_fix() 5802 md_number_to_chars (fixpos, -alpha_gp_value, 4); in md_apply_fix() 5815 image = bfd_getl32 (fixpos); in md_apply_fix() 5824 image = bfd_getl32 (fixpos); in md_apply_fix() 5851 md_number_to_chars (fixpos, value, 2); in md_apply_fix() 5919 image = bfd_getl32(fixpos); in md_apply_fix() 5957 image = bfd_getl32 (fixpos); in md_apply_fix() 5974 md_number_to_chars (fixpos, image, 4); in md_apply_fix()
|
H A D | tc-msp430.c | 4723 char *fixpos = fixp->fx_where + fixp->fx_frag->fr_literal; in tc_gen_reloc() local 4731 md_number_to_chars (fixpos, reloc->addend, 1); in tc_gen_reloc() 4735 md_number_to_chars (fixpos, reloc->addend, 2); in tc_gen_reloc() 4739 md_number_to_chars (fixpos, reloc->addend, 3); in tc_gen_reloc() 4743 md_number_to_chars (fixpos, reloc->addend, 4); in tc_gen_reloc() 4763 char *fixpos = fixp->fx_where + fixp->fx_frag->fr_literal; in tc_gen_reloc() 4765 md_number_to_chars (fixpos, amount, 2); in tc_gen_reloc()
|
H A D | tc-ia64.c | 11363 char *fixpos; in fix_insn() local 11367 fixpos = fix->fx_frag->fr_literal + (fix->fx_where - slot); in fix_insn() 11370 t0 = bfd_getl64 (fixpos); in fix_insn() 11371 t1 = bfd_getl64 (fixpos + 8); in fix_insn() 11409 number_to_chars_littleendian (fixpos + 0, t0, 8); in fix_insn() 11410 number_to_chars_littleendian (fixpos + 8, t1, 8); in fix_insn() 11423 char *fixpos; in md_apply_fix() local 11426 fixpos = fix->fx_frag->fr_literal + fix->fx_where; in md_apply_fix() 11517 number_to_chars_bigendian (fixpos, value, fix->fx_size); in md_apply_fix() 11519 number_to_chars_littleendian (fixpos, value, fix->fx_size); in md_apply_fix()
|
H A D | tc-hppa.c | 1713 char *fixpos; in md_apply_fix() local 1757 fixpos = fixP->fx_frag->fr_literal + fixP->fx_where; in md_apply_fix() 1762 number_to_chars_bigendian (fixpos, *valP, fixP->fx_size); in md_apply_fix() 1766 insn = bfd_get_32 (stdoutput, fixpos); in md_apply_fix() 1955 bfd_put_32 (stdoutput, insn, fixpos); in md_apply_fix()
|
/netbsd/external/gpl3/binutils.old/dist/gas/config/ |
H A D | tc-mn10300.c | 2236 char *fixpos = fixp->fx_where + fixp->fx_frag->fr_literal; in tc_gen_reloc() local 2244 md_number_to_chars (fixpos, reloc->addend, 1); in tc_gen_reloc() 2248 md_number_to_chars (fixpos, reloc->addend, 2); in tc_gen_reloc() 2252 md_number_to_chars (fixpos, reloc->addend, 3); in tc_gen_reloc() 2256 md_number_to_chars (fixpos, reloc->addend, 4); in tc_gen_reloc() 2328 char * fixpos = fixP->fx_where + fixP->fx_frag->fr_literal; in md_apply_fix() local 2393 md_number_to_chars (fixpos, value, size); in md_apply_fix()
|
H A D | tc-arc.c | 2900 char * const fixpos = fixP->fx_frag->fr_literal + fixP->fx_where; in md_apply_fix() local 3076 md_number_to_chars (fixpos, value, fixP->fx_size); in md_apply_fix() 3094 md_number_to_chars_midend (fixpos, value, fixP->fx_size); in md_apply_fix() 3098 md_number_to_chars_midend (fixpos, value, fixP->fx_size); in md_apply_fix() 3151 insn = bfd_getb32 (fixpos); in md_apply_fix() 3154 insn = bfd_getb16 (fixpos); in md_apply_fix() 3167 insn = bfd_getl16 (fixpos) << 16 | bfd_getl16 (fixpos + 2); in md_apply_fix() 3170 insn = bfd_getl16 (fixpos); in md_apply_fix() 3181 md_number_to_chars_midend (fixpos, insn, fixP->fx_size); in md_apply_fix()
|
H A D | tc-msp430.c | 4724 char *fixpos = fixp->fx_where + fixp->fx_frag->fr_literal; in tc_gen_reloc() local 4732 md_number_to_chars (fixpos, reloc->addend, 1); in tc_gen_reloc() 4736 md_number_to_chars (fixpos, reloc->addend, 2); in tc_gen_reloc() 4740 md_number_to_chars (fixpos, reloc->addend, 3); in tc_gen_reloc() 4744 md_number_to_chars (fixpos, reloc->addend, 4); in tc_gen_reloc() 4764 char *fixpos = fixp->fx_where + fixp->fx_frag->fr_literal; in tc_gen_reloc() 4766 md_number_to_chars (fixpos, amount, 2); in tc_gen_reloc()
|
H A D | tc-alpha.c | 5732 char * const fixpos = fixP->fx_frag->fr_literal + fixP->fx_where; in md_apply_fix() local 5769 md_number_to_chars (fixpos, value, 2); in md_apply_fix() 5798 md_number_to_chars (fixpos, value, size); in md_apply_fix() 5808 md_number_to_chars (fixpos, -alpha_gp_value, 4); in md_apply_fix() 5821 image = bfd_getl32 (fixpos); in md_apply_fix() 5830 image = bfd_getl32 (fixpos); in md_apply_fix() 5857 md_number_to_chars (fixpos, value, 2); in md_apply_fix() 5925 image = bfd_getl32(fixpos); in md_apply_fix() 5963 image = bfd_getl32 (fixpos); in md_apply_fix() 5980 md_number_to_chars (fixpos, image, 4); in md_apply_fix()
|
H A D | tc-ia64.c | 11373 char *fixpos; in fix_insn() local 11377 fixpos = fix->fx_frag->fr_literal + (fix->fx_where - slot); in fix_insn() 11380 t0 = bfd_getl64 (fixpos); in fix_insn() 11381 t1 = bfd_getl64 (fixpos + 8); in fix_insn() 11419 number_to_chars_littleendian (fixpos + 0, t0, 8); in fix_insn() 11420 number_to_chars_littleendian (fixpos + 8, t1, 8); in fix_insn() 11433 char *fixpos; in md_apply_fix() local 11436 fixpos = fix->fx_frag->fr_literal + fix->fx_where; in md_apply_fix() 11527 number_to_chars_bigendian (fixpos, value, fix->fx_size); in md_apply_fix() 11529 number_to_chars_littleendian (fixpos, value, fix->fx_size); in md_apply_fix()
|
H A D | tc-hppa.c | 1713 char *fixpos; in md_apply_fix() local 1757 fixpos = fixP->fx_frag->fr_literal + fixP->fx_where; in md_apply_fix() 1762 number_to_chars_bigendian (fixpos, *valP, fixP->fx_size); in md_apply_fix() 1766 insn = bfd_get_32 (stdoutput, fixpos); in md_apply_fix() 1955 bfd_put_32 (stdoutput, insn, fixpos); in md_apply_fix()
|
/netbsd/external/gpl3/gdb.old/dist/gas/config/ |
H A D | tc-mn10300.c | 2236 char *fixpos = fixp->fx_where + fixp->fx_frag->fr_literal; in tc_gen_reloc() local 2244 md_number_to_chars (fixpos, reloc->addend, 1); in tc_gen_reloc() 2248 md_number_to_chars (fixpos, reloc->addend, 2); in tc_gen_reloc() 2252 md_number_to_chars (fixpos, reloc->addend, 3); in tc_gen_reloc() 2256 md_number_to_chars (fixpos, reloc->addend, 4); in tc_gen_reloc() 2328 char * fixpos = fixP->fx_where + fixP->fx_frag->fr_literal; in md_apply_fix() local 2393 md_number_to_chars (fixpos, value, size); in md_apply_fix()
|
H A D | tc-arc.c | 2900 char * const fixpos = fixP->fx_frag->fr_literal + fixP->fx_where; in md_apply_fix() local 3076 md_number_to_chars (fixpos, value, fixP->fx_size); in md_apply_fix() 3094 md_number_to_chars_midend (fixpos, value, fixP->fx_size); in md_apply_fix() 3098 md_number_to_chars_midend (fixpos, value, fixP->fx_size); in md_apply_fix() 3151 insn = bfd_getb32 (fixpos); in md_apply_fix() 3154 insn = bfd_getb16 (fixpos); in md_apply_fix() 3167 insn = bfd_getl16 (fixpos) << 16 | bfd_getl16 (fixpos + 2); in md_apply_fix() 3170 insn = bfd_getl16 (fixpos); in md_apply_fix() 3181 md_number_to_chars_midend (fixpos, insn, fixP->fx_size); in md_apply_fix()
|
H A D | tc-alpha.c | 5726 char * const fixpos = fixP->fx_frag->fr_literal + fixP->fx_where; in md_apply_fix() local 5763 md_number_to_chars (fixpos, value, 2); in md_apply_fix() 5792 md_number_to_chars (fixpos, value, size); in md_apply_fix() 5802 md_number_to_chars (fixpos, -alpha_gp_value, 4); in md_apply_fix() 5815 image = bfd_getl32 (fixpos); in md_apply_fix() 5824 image = bfd_getl32 (fixpos); in md_apply_fix() 5851 md_number_to_chars (fixpos, value, 2); in md_apply_fix() 5919 image = bfd_getl32(fixpos); in md_apply_fix() 5957 image = bfd_getl32 (fixpos); in md_apply_fix() 5974 md_number_to_chars (fixpos, image, 4); in md_apply_fix()
|
H A D | tc-msp430.c | 4715 char *fixpos = fixp->fx_where + fixp->fx_frag->fr_literal; in tc_gen_reloc() local 4723 md_number_to_chars (fixpos, reloc->addend, 1); in tc_gen_reloc() 4727 md_number_to_chars (fixpos, reloc->addend, 2); in tc_gen_reloc() 4731 md_number_to_chars (fixpos, reloc->addend, 3); in tc_gen_reloc() 4735 md_number_to_chars (fixpos, reloc->addend, 4); in tc_gen_reloc() 4755 char *fixpos = fixp->fx_where + fixp->fx_frag->fr_literal; in tc_gen_reloc() 4757 md_number_to_chars (fixpos, amount, 2); in tc_gen_reloc()
|
H A D | tc-ia64.c | 11359 char *fixpos; in fix_insn() local 11363 fixpos = fix->fx_frag->fr_literal + (fix->fx_where - slot); in fix_insn() 11366 t0 = bfd_getl64 (fixpos); in fix_insn() 11367 t1 = bfd_getl64 (fixpos + 8); in fix_insn() 11405 number_to_chars_littleendian (fixpos + 0, t0, 8); in fix_insn() 11406 number_to_chars_littleendian (fixpos + 8, t1, 8); in fix_insn() 11419 char *fixpos; in md_apply_fix() local 11422 fixpos = fix->fx_frag->fr_literal + fix->fx_where; in md_apply_fix() 11513 number_to_chars_bigendian (fixpos, value, fix->fx_size); in md_apply_fix() 11515 number_to_chars_littleendian (fixpos, value, fix->fx_size); in md_apply_fix()
|