HomeSort by: relevance | last modified time | path
    Searched refs:fixpos (Results 1 - 18 of 18) sorted by relevancy

  /src/sys/dev/usb/
ums.c 213 int fixpos; local
225 fixpos = 24;
229 fixpos = 40;
233 fixpos = 40;
236 fixpos = 0;
239 if (fixpos) {
242 sc->sc_ms.hidms_loc_z.pos = fixpos;
  /src/games/backgammon/common_source/
fancy.c 44 static void fixpos(int, int, int, int, int);
270 fixpos(oldb[i], board[i], 13, 1 + (12 - i) * 4, -1);
274 fixpos(oldb[0], board[0], 13, 25, -1);
279 fixpos(oldb[i], board[i], 13, 29 + (6 - i) * 4, -1);
284 fixpos(oldw, i, 13, 54, -1);
289 fixpos(oldb[i], board[i], 3, 1 + (i - 13) * 4, 1);
293 fixpos(oldb[25], board[25], 3, 25, 1);
298 fixpos(oldb[i], board[i], 3, 29 + (i - 19) * 4, 1);
303 fixpos(oldr, i, 3, 54, 1);
312 fixpos(int cur, int new, int r, int c, int inc function
    [all...]
  /src/external/gpl3/binutils/dist/gas/config/
tc-mn10300.c 2239 char *fixpos = fixp->fx_where + fixp->fx_frag->fr_literal;
2247 md_number_to_chars (fixpos, reloc->addend, 1);
2251 md_number_to_chars (fixpos, reloc->addend, 2);
2255 md_number_to_chars (fixpos, reloc->addend, 3);
2259 md_number_to_chars (fixpos, reloc->addend, 4);
2329 char * fixpos = fixP->fx_where + fixP->fx_frag->fr_literal;
2394 md_number_to_chars (fixpos, value, size);
2236 char *fixpos = fixp->fx_where + fixp->fx_frag->fr_literal; local
2326 char * fixpos = fixP->fx_where + fixP->fx_frag->fr_literal; local
tc-alpha.c 5715 char * const fixpos = fixP->fx_frag->fr_literal + fixP->fx_where;
5752 md_number_to_chars (fixpos, value, 2);
5781 md_number_to_chars (fixpos, value, size);
5791 md_number_to_chars (fixpos, -alpha_gp_value, 4);
5804 image = bfd_getl32 (fixpos);
5813 image = bfd_getl32 (fixpos);
5840 md_number_to_chars (fixpos, value, 2);
5908 image = bfd_getl32(fixpos);
5946 image = bfd_getl32 (fixpos);
5963 md_number_to_chars (fixpos, image, 4)
5702 char * const fixpos = fixP->fx_frag->fr_literal + fixP->fx_where; local
    [all...]
tc-arc.c 2916 char * const fixpos = fixP->fx_frag->fr_literal + fixP->fx_where; local
3087 md_number_to_chars (fixpos, value, fixP->fx_size);
3105 md_number_to_chars_midend (fixpos, value, fixP->fx_size);
3109 md_number_to_chars_midend (fixpos, value, fixP->fx_size);
3162 insn = bfd_getb32 (fixpos);
3165 insn = bfd_getb16 (fixpos);
3178 insn = bfd_getl16 (fixpos) << 16 | bfd_getl16 (fixpos + 2);
3181 insn = bfd_getl16 (fixpos);
3192 md_number_to_chars_midend (fixpos, insn, fixP->fx_size)
    [all...]
tc-kvx.c 1642 char *const fixpos = fixP->fx_frag->fr_literal + fixP->fx_where; local
1661 image = md_chars_to_number (fixpos, fixP->fx_size);
1719 md_number_to_chars (fixpos, image, fixP->fx_size);
1766 md_number_to_chars (fixpos, image, fixP->fx_size);
tc-msp430.c 4728 char *fixpos = fixp->fx_where + fixp->fx_frag->fr_literal; local
4736 md_number_to_chars (fixpos, reloc->addend, 1);
4740 md_number_to_chars (fixpos, reloc->addend, 2);
4744 md_number_to_chars (fixpos, reloc->addend, 3);
4748 md_number_to_chars (fixpos, reloc->addend, 4);
4766 char *fixpos = fixp->fx_where + fixp->fx_frag->fr_literal;
4768 md_number_to_chars (fixpos, amount, 2);
tc-hppa.c 1695 char *fixpos;
1739 fixpos = fixP->fx_frag->fr_literal + fixP->fx_where;
1744 number_to_chars_bigendian (fixpos, *valP, fixP->fx_size);
1748 insn = bfd_get_32 (stdoutput, fixpos);
1937 bfd_put_32 (stdoutput, insn, fixpos);
1693 char *fixpos; local
tc-ia64.c 11344 char *fixpos; local
11348 fixpos = fix->fx_frag->fr_literal + (fix->fx_where - slot);
11351 t0 = bfd_getl64 (fixpos);
11352 t1 = bfd_getl64 (fixpos + 8);
11390 number_to_chars_littleendian (fixpos + 0, t0, 8);
11391 number_to_chars_littleendian (fixpos + 8, t1, 8);
11404 char *fixpos; local
11407 fixpos = fix->fx_frag->fr_literal + fix->fx_where;
11498 number_to_chars_bigendian (fixpos, value, fix->fx_size);
11500 number_to_chars_littleendian (fixpos, value, fix->fx_size)
    [all...]
tc-xtensa.c 5200 char *const fixpos = fixP->fx_frag->fr_literal + fixP->fx_where;
5212 xtensa_insnbuf_from_chars (isa, insnbuf, (unsigned char *) fixpos, 0);
5232 xtensa_insnbuf_to_chars (isa, insnbuf, (unsigned char *) fixpos, 0);
5997 char *const fixpos = fixP->fx_frag->fr_literal + fixP->fx_where;
6063 md_number_to_chars (fixpos, val, fixP->fx_size);
6072 md_number_to_chars (fixpos, 0, fixP->fx_size);
5192 char *const fixpos = fixP->fx_frag->fr_literal + fixP->fx_where; local
5988 char *const fixpos = fixP->fx_frag->fr_literal + fixP->fx_where; local
  /src/external/gpl3/binutils.old/dist/gas/config/
tc-mn10300.c 2239 char *fixpos = fixp->fx_where + fixp->fx_frag->fr_literal;
2247 md_number_to_chars (fixpos, reloc->addend, 1);
2251 md_number_to_chars (fixpos, reloc->addend, 2);
2255 md_number_to_chars (fixpos, reloc->addend, 3);
2259 md_number_to_chars (fixpos, reloc->addend, 4);
2329 char * fixpos = fixP->fx_where + fixP->fx_frag->fr_literal;
2394 md_number_to_chars (fixpos, value, size);
2236 char *fixpos = fixp->fx_where + fixp->fx_frag->fr_literal; local
2326 char * fixpos = fixP->fx_where + fixP->fx_frag->fr_literal; local
tc-alpha.c 5715 char * const fixpos = fixP->fx_frag->fr_literal + fixP->fx_where;
5752 md_number_to_chars (fixpos, value, 2);
5781 md_number_to_chars (fixpos, value, size);
5791 md_number_to_chars (fixpos, -alpha_gp_value, 4);
5804 image = bfd_getl32 (fixpos);
5813 image = bfd_getl32 (fixpos);
5840 md_number_to_chars (fixpos, value, 2);
5908 image = bfd_getl32(fixpos);
5946 image = bfd_getl32 (fixpos);
5963 md_number_to_chars (fixpos, image, 4)
5702 char * const fixpos = fixP->fx_frag->fr_literal + fixP->fx_where; local
    [all...]
tc-arc.c 2919 char * const fixpos = fixP->fx_frag->fr_literal + fixP->fx_where; local
3090 md_number_to_chars (fixpos, value, fixP->fx_size);
3108 md_number_to_chars_midend (fixpos, value, fixP->fx_size);
3112 md_number_to_chars_midend (fixpos, value, fixP->fx_size);
3165 insn = bfd_getb32 (fixpos);
3168 insn = bfd_getb16 (fixpos);
3181 insn = bfd_getl16 (fixpos) << 16 | bfd_getl16 (fixpos + 2);
3184 insn = bfd_getl16 (fixpos);
3195 md_number_to_chars_midend (fixpos, insn, fixP->fx_size)
    [all...]
tc-kvx.c 1642 char *const fixpos = fixP->fx_frag->fr_literal + fixP->fx_where; local
1661 image = md_chars_to_number (fixpos, fixP->fx_size);
1719 md_number_to_chars (fixpos, image, fixP->fx_size);
1766 md_number_to_chars (fixpos, image, fixP->fx_size);
tc-msp430.c 4728 char *fixpos = fixp->fx_where + fixp->fx_frag->fr_literal; local
4736 md_number_to_chars (fixpos, reloc->addend, 1);
4740 md_number_to_chars (fixpos, reloc->addend, 2);
4744 md_number_to_chars (fixpos, reloc->addend, 3);
4748 md_number_to_chars (fixpos, reloc->addend, 4);
4766 char *fixpos = fixp->fx_where + fixp->fx_frag->fr_literal;
4768 md_number_to_chars (fixpos, amount, 2);
tc-hppa.c 1695 char *fixpos;
1739 fixpos = fixP->fx_frag->fr_literal + fixP->fx_where;
1744 number_to_chars_bigendian (fixpos, *valP, fixP->fx_size);
1748 insn = bfd_get_32 (stdoutput, fixpos);
1937 bfd_put_32 (stdoutput, insn, fixpos);
1693 char *fixpos; local
tc-ia64.c 11344 char *fixpos; local
11348 fixpos = fix->fx_frag->fr_literal + (fix->fx_where - slot);
11351 t0 = bfd_getl64 (fixpos);
11352 t1 = bfd_getl64 (fixpos + 8);
11390 number_to_chars_littleendian (fixpos + 0, t0, 8);
11391 number_to_chars_littleendian (fixpos + 8, t1, 8);
11404 char *fixpos; local
11407 fixpos = fix->fx_frag->fr_literal + fix->fx_where;
11498 number_to_chars_bigendian (fixpos, value, fix->fx_size);
11500 number_to_chars_littleendian (fixpos, value, fix->fx_size)
    [all...]
tc-xtensa.c 5200 char *const fixpos = fixP->fx_frag->fr_literal + fixP->fx_where;
5212 xtensa_insnbuf_from_chars (isa, insnbuf, (unsigned char *) fixpos, 0);
5232 xtensa_insnbuf_to_chars (isa, insnbuf, (unsigned char *) fixpos, 0);
5997 char *const fixpos = fixP->fx_frag->fr_literal + fixP->fx_where;
6063 md_number_to_chars (fixpos, val, fixP->fx_size);
6072 md_number_to_chars (fixpos, 0, fixP->fx_size);
5192 char *const fixpos = fixP->fx_frag->fr_literal + fixP->fx_where; local
5988 char *const fixpos = fixP->fx_frag->fr_literal + fixP->fx_where; local

Completed in 216 milliseconds