| /netbsd/src/sys/external/bsd/drm2/dist/drm/via/ |
| D | via_video.c | 96 drm_via_futex_t *fx = data; in via_decoder_futex() local 104 if (fx->lock >= VIA_NR_XVMC_LOCKS) in via_decoder_futex() 107 lock = (volatile int *)XVMCLOCKPTR(sAPriv, fx->lock); in via_decoder_futex() 109 switch (fx->func) { in via_decoder_futex() 112 spin_lock(&dev_priv->decoder_lock[fx->lock]); in via_decoder_futex() 113 DRM_SPIN_WAIT_ON(ret, &dev_priv->decoder_queue[fx->lock], in via_decoder_futex() 114 &dev_priv->decoder_lock[fx->lock], in via_decoder_futex() 115 (fx->ms / 10) * (HZ / 100), in via_decoder_futex() 116 *lock != fx->val); in via_decoder_futex() 117 spin_unlock(&dev_priv->decoder_lock[fx->lock]); in via_decoder_futex() [all …]
|
| /netbsd/src/lib/libedit/ |
| D | refresh.c | 497 re_clear_eol(EditLine *el, int fx, int sx, int diff) in re_clear_eol() argument 501 sx, fx, diff)); in re_clear_eol() 503 if (fx < 0) in re_clear_eol() 504 fx = -fx; in re_clear_eol() 507 if (fx > diff) in re_clear_eol() 508 diff = fx; in re_clear_eol() 546 int fx, sx; in re_update_line() local 674 fx = (int)((nsb - nfd) - (osb - ofd)); in re_update_line() 682 if (fx > 0) { in re_update_line() 698 if (fx < 0) { in re_update_line() [all …]
|
| /netbsd/src/games/hack/ |
| D | hack.unix.c | 449 int fx = u.ux, fy = u.uy; in mdrush() local 451 if (dist(fx, fy) < dist(doors[tmp].x, doors[tmp].y)) { in mdrush() 452 fx = doors[tmp].x; in mdrush() 460 tmp = fx; in mdrush() 461 fx = md->mx; in mdrush() 467 while (fx != md->mx || fy != md->my) { in mdrush() 468 int dx, dy, nfx = fx, nfy = fy, d1, in mdrush() 471 tmp_at(fx, fy); in mdrush() 472 d1 = DIST(fx, fy, md->mx, md->my); in mdrush() 476 … d2 = DIST(fx + dx, fy + dy, md->mx, md->my); in mdrush() [all …]
|
| D | hack.vault.c | 104 xchar fx, fy, ftyp; member 131 fcx = egd->fakecorr[fcbeg].fx; in restfakecorr() 155 if (g_at(egd->fakecorr[fci].fx, egd->fakecorr[fci].fy)) in goldincorridor() 258 egd->fakecorr[0].fx = x; in invault() 294 … if (egd->fakecorr[i].fx == nx && in gd_move() 358 fcp->fx = nx; in gd_move()
|
| /netbsd/src/external/gpl3/binutils/dist/gas/config/ |
| D | tc-d10v.c | 607 write_long (unsigned long insn, Fixups *fx) in write_long() argument 616 for (i = 0; i < fx->fc; i++) in write_long() 618 if (fx->fix[i].reloc) in write_long() 621 if (fx->fix[i].size == 2) in write_long() 624 if (fx->fix[i].reloc == BFD_RELOC_D10V_18) in write_long() 625 fx->fix[i].operand |= 4096; in write_long() 629 fx->fix[i].size, in write_long() 630 &(fx->fix[i].exp), in write_long() 631 fx->fix[i].pcrel, in write_long() 632 fx->fix[i].operand|2048); in write_long() [all …]
|
| D | tc-d30v.c | 587 Fixups *fx) in write_long() argument 596 for (i = 0; i < fx->fc; i++) in write_long() 598 if (fx->fix[i].reloc) in write_long() 601 fix_new_exp (frag_now, where, fx->fix[i].size, &(fx->fix[i].exp), in write_long() 602 fx->fix[i].pcrel, fx->fix[i].reloc); in write_long() 606 fx->fc = 0; in write_long() 614 Fixups *fx, in write_1_short() argument 655 for (i = 0; i < fx->fc; i++) in write_1_short() 657 if (fx->fix[i].reloc) in write_1_short() 662 fx->fix[i].size, in write_1_short() [all …]
|
| D | tc-m32c.c | 1029 tc_gen_reloc (asection *sec, fixS *fx) in tc_gen_reloc() argument 1031 if (fx->fx_r_type == BFD_RELOC_M32C_RL_JUMP in tc_gen_reloc() 1032 || fx->fx_r_type == BFD_RELOC_M32C_RL_1ADDR in tc_gen_reloc() 1033 || fx->fx_r_type == BFD_RELOC_M32C_RL_2ADDR) in tc_gen_reloc() 1040 *reloc->sym_ptr_ptr = symbol_get_bfdsym (fx->fx_addsy); in tc_gen_reloc() 1041 reloc->address = fx->fx_frag->fr_address + fx->fx_where; in tc_gen_reloc() 1042 reloc->howto = bfd_reloc_type_lookup (stdoutput, fx->fx_r_type); in tc_gen_reloc() 1043 reloc->addend = fx->fx_offset; in tc_gen_reloc() 1047 return gas_cgen_tc_gen_reloc (sec, fx); in tc_gen_reloc()
|
| /netbsd/src/sys/arch/sh3/sh3/ |
| D | db_disasm.c | 356 int rn, fx; in f_09() local 359 fx = (insn & 0x00f0) >> 4; in f_09() 361 switch (fx) { in f_09() 425 int n1, fx; in f_0b() local 431 fx = (insn & 0x00f0) >> 4; in f_0b() 432 switch (fx) { in f_0b() 719 int rn, fx; in f_40() local 722 fx = (insn & 0x00f0) >> 4; in f_40() 724 switch (fx) { in f_40() 743 int rn, fx; in f_41() local [all …]
|
| /netbsd/src/external/gpl3/gcc/dist/libgcc/config/libbid/ |
| D | bid128_logb.c | 32 int_float f64, fx; variable 45 fx.d = (float) CX.w[1] * f64.d + (float) CX.w[0]; 46 bin_expon_cx = ((fx.i >> 23) & 0xff) - 0x7f;
|
| D | bid128_div.c | 42 int_float fx, fy, f64; 155 fx.d = (float) CX.w[1] * f64.d + (float) CX.w[0]; 158 bin_index = (fy.i - fx.i) >> 23; 194 fx.d = (float) CQ.w[1] * f64.d + (float) CQ.w[0]; 196 bin_expon = (fx.i - 0x3f800000) >> 23; 493 int_float fx, fy, f64; 616 fx.d = (float) CX.w[1] * f64.d + (float) CX.w[0]; 619 bin_index = (fy.i - fx.i) >> 23; 655 fx.d = (float) CQ.w[1] * f64.d + (float) CQ.w[0]; 657 bin_expon = (fx.i - 0x3f800000) >> 23; [all …]
|
| D | bid128_rem.c | 34 int_float f64, fx; 179 fx.d = (float) CX.w[1] * f64.d + (float) CX.w[0]; 180 bin_expon_cx = ((fx.i >> 23) & 0xff) - 0x7f;
|
| D | bid64_div.c | 525 int_float fx, fy, f64; in bid64_div() local 635 fx.d = (float) CX.w[1] * f64.d + (float) CX.w[0]; in bid64_div() 638 bin_index = (fy.i - fx.i) >> 23; in bid64_div() 666 fx.d = (float) CQ.w[1] * f64.d + (float) CQ.w[0]; in bid64_div() 668 bin_expon = (fx.i - 0x3f800000) >> 23; in bid64_div() 939 int_float fx, fy, f64; variable 1058 fx.d = (float) CX.w[1] * f64.d + (float) CX.w[0]; 1061 bin_index = (fy.i - fx.i) >> 23; 1089 fx.d = (float) CQ.w[1] * f64.d + (float) CQ.w[0]; 1091 bin_expon = (fx.i - 0x3f800000) >> 23; [all …]
|
| D | bid128_sqrt.c | 39 int_float fx, f64; variable 94 fx.d = (float) CX.w[1] * f64.d + (float) CX.w[0]; 95 bin_expon_cx = ((fx.i >> 23) & 0xff) - 0x7f; 302 int_float fx, f64; 365 fx.d = (float) CX.w[1] * f64.d + (float) CX.w[0]; 366 bin_expon_cx = ((fx.i >> 23) & 0xff) - 0x7f;
|
| D | bid32_to_bid128.c | 82 int_float f64, fx; 125 fx.d = (float) CX.w[1] * f64.d + (float) CX.w[0]; 126 bin_expon_cx = ((fx.i >> 23) & 0xff) - 0x7f;
|
| D | bid64_to_bid128.c | 80 int_float f64, fx; 124 fx.d = (float) CX.w[1] * f64.d + (float) CX.w[0]; 125 bin_expon_cx = ((fx.i >> 23) & 0xff) - 0x7f;
|
| D | bid64_sqrt.c | 220 int_float fx, f64; in bid64_sqrt() local 284 fx.d = (float) CX.w[1] * f64.d + (float) CX.w[0]; in bid64_sqrt() 285 bin_expon_cx = ((fx.i >> 23) & 0xff) - 0x7f; in bid64_sqrt()
|
| /netbsd/src/lib/libm/src/ |
| D | s_cbrtl.c | 41 float ft, fx; in cbrtl() local 93 fx = x; in cbrtl() 94 GET_FLOAT_WORD(hx, fx); in cbrtl()
|
| /netbsd/src/external/bsd/tmux/dist/ |
| D | window-copy.c | 3551 window_copy_move_left(struct screen *s, u_int *fx, u_int *fy, int wrapflag) in window_copy_move_left() argument 3553 if (*fx == 0) { /* left */ in window_copy_move_left() 3556 *fx = screen_size_x(s) - 1; in window_copy_move_left() 3561 *fx = screen_size_x(s) - 1; in window_copy_move_left() 3564 *fx = *fx - 1; in window_copy_move_left() 3568 window_copy_move_right(struct screen *s, u_int *fx, u_int *fy, int wrapflag) in window_copy_move_right() argument 3570 if (*fx == screen_size_x(s) - 1) { /* right */ in window_copy_move_right() 3573 *fx = 0; in window_copy_move_right() 3578 *fx = 0; in window_copy_move_right() 3581 *fx = *fx + 1; in window_copy_move_right() [all …]
|
| /netbsd/src/external/gpl3/gcc/dist/gcc/config/rs6000/ |
| D | power6.md | 89 (define_insn_reservation "power6-load" 2 ; fx 109 (define_insn_reservation "power6-load-ext" 4 ; fx 129 (define_insn_reservation "power6-load-update" 2 ; fx 137 (define_insn_reservation "power6-load-update-indexed" 2 ; fx 145 (define_insn_reservation "power6-load-ext-update" 4 ; fx 153 (define_insn_reservation "power6-load-ext-update-indexed" 4 ; fx
|
| /netbsd/src/games/dab/ |
| D | random.h | 45 RANDOM(size_t fx);
|
| /netbsd/src/external/bsd/am-utils/dist/amd/ |
| D | opts.c | 549 char *fx; in eval_selectors() local 570 fx = strchr(arg, ')'); in eval_selectors() 571 if (fx == NULL || fx == arg) { in eval_selectors() 575 *fx = '\0'; in eval_selectors()
|
| /netbsd/src/external/gpl3/gcc/dist/gcc/config/avr/ |
| D | avr.cc | 14460 #define FX_FTYPE_FX(fx) \ in avr_init_builtins() argument 14461 tree fx##r_ftype_##fx##r \ in avr_init_builtins() 14462 = build_function_type_list (node_##fx##r, node_##fx##r, NULL); \ in avr_init_builtins() 14463 tree fx##k_ftype_##fx##k \ in avr_init_builtins() 14464 = build_function_type_list (node_##fx##k, node_##fx##k, NULL) in avr_init_builtins() 14466 #define FX_FTYPE_FX_INT(fx) \ in avr_init_builtins() argument 14467 tree fx##r_ftype_##fx##r_int \ in avr_init_builtins() 14468 = build_function_type_list (node_##fx##r, node_##fx##r, \ in avr_init_builtins() 14470 tree fx##k_ftype_##fx##k_int \ in avr_init_builtins() 14471 = build_function_type_list (node_##fx##k, node_##fx##k, \ in avr_init_builtins() [all …]
|
| /netbsd/src/sys/lib/libkern/arch/ia64/ |
| D | divsi3.S | 107 fcvt.fx.trunc.s1 f8=f8
|
| D | modsi3.S | 109 fcvt.fx.trunc.s1 f8=f8
|
| /netbsd/src/external/gpl3/gcc/dist/libgcc/config/ia64/ |
| D | lib1funcs.S | 195 fcvt.fx.trunc.s1 f10 = f10 249 fcvt.fx.trunc.s1 f10 = f10 410 fcvt.fx.trunc.s1 f10 = f10 458 fcvt.fx.trunc.s1 f10 = f10
|