HomeSort by: relevance | last modified time | path
    Searched defs:mv (Results 1 - 25 of 45) sorted by relevancy

1 2

  /src/games/dab/
human.cc 57 int mv; local
61 switch (mv = b.getmove()) {
algor.cc 106 int tdir, mv; local
115 if ((mv = b.domove(ty, tx, tdir, getWho())) == -1)
118 i += mv;
240 int tdir, mindir = -1, mv; local
249 if ((mv = nb.domove(ty, tx, tdir, getWho())) != 0)
250 b.abort("find_min_closure1: Invalid move %d (%zu, %zu, %d)", mv,
  /src/external/gpl3/gdb.old/dist/gdb/testsuite/gdb.cp/
exceptprint.cc 48 int mv; member in struct:maude
50 maude (int x) : mv (x) { }
  /src/external/gpl3/gdb/dist/gdb/testsuite/gdb.cp/
exceptprint.cc 48 int mv; member in struct:maude
50 maude (int x) : mv (x) { }
  /src/sys/arch/vax/vax/
locore.c 92 const char *mv; local
102 mv = "MicroVAX";
104 mv = "VAXstation";
111 mv = NULL;
117 mv = "VAX 11/750";
123 mv = "VAX 11/730";
130 mv = NULL;
142 cpu_setmodel("%s 3100%s", mv, md);
143 mv = NULL;
148 cpu_setmodel("%s 2000", mv);
    [all...]
  /src/external/mit/isl/dist/
isl_ilp_opt_multi_val_templ.c 28 isl_multi_val *mv; local
38 mv = isl_multi_val_zero(space);
46 mv = isl_multi_val_set_val(mv, i, v);
50 return mv;
isl_ilp.c 777 isl_multi_val *mv; local
785 mv = isl_multi_val_zero(isl_multi_union_pw_aff_get_space(mupa));
793 mv = isl_multi_val_set_val(mv, i, v);
797 return mv;
isl_point.c 401 /* Set all entries of "mv" to NaN.
403 static __isl_give isl_multi_val *set_nan(__isl_take isl_multi_val *mv)
409 n = isl_multi_val_size(mv);
411 return isl_multi_val_free(mv);
412 v = isl_val_nan(isl_multi_val_get_ctx(mv));
414 mv = isl_multi_val_set_at(mv, i, isl_val_copy(v));
417 return mv;
428 isl_multi_val *mv; local
434 mv = isl_multi_val_alloc(isl_point_get_space(pnt))
    [all...]
  /src/lib/libossaudio/
oss4_mixer.c 52 oss_mixer_value *mv; local
441 mv = (oss_mixer_value *)argp;
442 if (mv == NULL) {
446 if (mv->ctrl == 0) {
450 snprintf(devname, sizeof(devname), "/dev/mixer%d", mv->dev);
453 mdi.index = mc.dev = mv->ctrl - 1;
464 if (mv->value >= mdi.un.e.num_mem) {
469 mc.un.ord = mdi.un.e.member[mv->value].ord;
472 if (mv->value >= mdi.un.s.num_mem) {
480 if (mv->value & (1 << i))
    [all...]
  /src/sys/dev/pci/cxgb/
cxgb_osdep.c 116 struct mbuf_vec *mv; local
131 mv = (struct mbuf_vec *)((m)->m_pktdat);
132 first = mv->mv_first;
133 for (i = mv->mv_count + first - 1; i > first; i--) {
134 type = mbuf_vec_get_type(mv, i);
135 cl = mv->mv_vec[i].mi_base;
136 offset = mv->mv_vec[i].mi_offset;
137 len = mv->mv_vec[i].mi_len;
157 m0->m_len = mv->mv_vec[i].mi_len;
166 offset = mv->mv_vec[first].mi_offset
    [all...]
cxgb_mvec.h 39 #define mbuf_vec_set_type(mv, i, type) \
40 (mv)->mv_vec[(i)].mi_flags = (((mv)->mv_vec[(i)].mi_flags \
43 #define mbuf_vec_get_type(mv, i) \
44 ((mv)->mv_vec[(i)].mi_flags & MBUF_IOV_TYPE_MASK)
73 struct mbuf_vec *mv = mtomv(m); local
75 mv->mv_first = mv->mv_count = 0;
83 struct mbuf_vec *mv = mtomv(m); local
85 int idx = mv->mv_first + mv->mv_count;
    [all...]
  /src/sys/external/bsd/drm2/dist/drm/nouveau/nvkm/subdev/volt/
nouveau_nvkm_subdev_volt_gk20a.c 59 int mv; local
61 mv = DIV_ROUND_CLOSEST(coef->c2 * speedo, s_scale);
62 mv = DIV_ROUND_CLOSEST((mv + coef->c1) * speedo, s_scale) + coef->c0;
63 return mv;
75 int cvb_mv, mv; local
79 mv = DIV_ROUND_CLOSEST(coef->c3 * speedo, s_scale) + coef->c4 +
81 mv = DIV_ROUND_CLOSEST(mv * temp, t_scale) + cvb_mv;
82 return mv;
89 int mv; local
    [all...]
  /src/games/hack/
def.flag.h 86 unsigned mv:1; member in struct:flag
  /src/external/gpl3/gcc/dist/libstdc++-v3/src/c++17/ryu/
generic_128.c 96 const uint128_t mv = 4 * m2; local
120 printf("%s * 2^%d / 10^%d\n", s(mv), e2, q);
125 // Only one of mp, mv, and mm can be a multiple of 5, if any.
126 if (mv % 5 == 0) {
127 vrIsTrailingZeros = multipleOfPowerOf5(mv, q - 1);
132 vmIsTrailingZeros = multipleOfPowerOf5(mv - 1 - mmShift, q);
135 vp -= multipleOfPowerOf5(mv + 2, q);
151 printf("%s * 5^%d / 10^%d\n", s(mv), -e2, q);
156 // {vr,vp,vm} is trailing zeros if {mv,mp,mm} has at least q trailing 0 bits.
157 // mv = 4 m2, so it always has at least two trailing 0 bits
    [all...]
d2s.c 98 const uint64_t mv = 4 * m2; local
103 // uint64_t mm = mv - 1 - mmShift;
125 printf("%" PRIu64 " * 2^%d / 10^%u\n", mv, e2, q);
131 // Only one of mp, mv, and mm can be a multiple of 5, if any.
132 const uint32_t mvMod5 = ((uint32_t) mv) - 5 * ((uint32_t) div5(mv));
134 vrIsTrailingZeros = multipleOfPowerOf5(mv, q);
139 vmIsTrailingZeros = multipleOfPowerOf5(mv - 1 - mmShift, q);
142 vp -= multipleOfPowerOf5(mv + 2, q);
160 printf("%" PRIu64 " * 5^%d / 10^%u\n", mv, -e2, q)
    [all...]
f2s.c 59 const uint32_t mv = 4 * m2; local
76 vr = mulPow5InvDivPow2(mv, q, i);
80 printf("%u * 2^%d / 10^%u\n", mv, e2, q);
88 lastRemovedDigit = (uint8_t) (mulPow5InvDivPow2(mv, q - 1, -e2 + (int32_t) q - 1 + l) % 10);
92 // Only one of mp, mv, and mm can be a multiple of 5, if any.
93 if (mv % 5 == 0) {
94 vrIsTrailingZeros = multipleOfPowerOf5_32(mv, q);
107 vr = mulPow5divPow2(mv, (uint32_t) i, j);
111 printf("%u * 5^%d / 10^%u\n", mv, -e2, q);
117 lastRemovedDigit = (uint8_t) (mulPow5divPow2(mv, (uint32_t) (i + 1), j) % 10)
    [all...]
  /src/external/gpl3/gcc.old/dist/libstdc++-v3/src/c++17/ryu/
generic_128.c 96 const uint128_t mv = 4 * m2; local
120 printf("%s * 2^%d / 10^%d\n", s(mv), e2, q);
125 // Only one of mp, mv, and mm can be a multiple of 5, if any.
126 if (mv % 5 == 0) {
127 vrIsTrailingZeros = multipleOfPowerOf5(mv, q - 1);
132 vmIsTrailingZeros = multipleOfPowerOf5(mv - 1 - mmShift, q);
135 vp -= multipleOfPowerOf5(mv + 2, q);
151 printf("%s * 5^%d / 10^%d\n", s(mv), -e2, q);
156 // {vr,vp,vm} is trailing zeros if {mv,mp,mm} has at least q trailing 0 bits.
157 // mv = 4 m2, so it always has at least two trailing 0 bits
    [all...]
d2s.c 98 const uint64_t mv = 4 * m2; local
103 // uint64_t mm = mv - 1 - mmShift;
125 printf("%" PRIu64 " * 2^%d / 10^%u\n", mv, e2, q);
131 // Only one of mp, mv, and mm can be a multiple of 5, if any.
132 const uint32_t mvMod5 = ((uint32_t) mv) - 5 * ((uint32_t) div5(mv));
134 vrIsTrailingZeros = multipleOfPowerOf5(mv, q);
139 vmIsTrailingZeros = multipleOfPowerOf5(mv - 1 - mmShift, q);
142 vp -= multipleOfPowerOf5(mv + 2, q);
160 printf("%" PRIu64 " * 5^%d / 10^%u\n", mv, -e2, q)
    [all...]
f2s.c 59 const uint32_t mv = 4 * m2; local
76 vr = mulPow5InvDivPow2(mv, q, i);
80 printf("%u * 2^%d / 10^%u\n", mv, e2, q);
88 lastRemovedDigit = (uint8_t) (mulPow5InvDivPow2(mv, q - 1, -e2 + (int32_t) q - 1 + l) % 10);
92 // Only one of mp, mv, and mm can be a multiple of 5, if any.
93 if (mv % 5 == 0) {
94 vrIsTrailingZeros = multipleOfPowerOf5_32(mv, q);
107 vr = mulPow5divPow2(mv, (uint32_t) i, j);
111 printf("%u * 5^%d / 10^%u\n", mv, -e2, q);
117 lastRemovedDigit = (uint8_t) (mulPow5divPow2(mv, (uint32_t) (i + 1), j) % 10)
    [all...]
  /src/sys/dev/spi/
mcp48x1.c 267 uint16_t mv; local
269 mv = (2048 * sc->sc_dac_data / (1 << sc->sc_dm->resolution));
272 mv *= 2;
274 return mv;
  /src/external/gpl3/gcc/dist/gcc/
lra-coalesce.cc 223 rtx_insn *mv, *insn, *next, **sorted_moves; local
266 mv = sorted_moves[i];
267 set = single_set (mv);
278 INSN_UID (mv), sregno, dregno,
279 REG_FREQ_FROM_BB (BLOCK_FOR_INSN (mv)));
291 INSN_UID (mv), sregno, ORIGINAL_REGNO (SET_SRC (set)),
293 REG_FREQ_FROM_BB (BLOCK_FOR_INSN (mv)));
  /src/external/gpl3/gcc.old/dist/gcc/
lra-coalesce.cc 225 rtx_insn *mv, *insn, *next, **sorted_moves; local
268 mv = sorted_moves[i];
269 set = single_set (mv);
280 INSN_UID (mv), sregno, dregno,
281 REG_FREQ_FROM_BB (BLOCK_FOR_INSN (mv)));
293 INSN_UID (mv), sregno, ORIGINAL_REGNO (SET_SRC (set)),
295 REG_FREQ_FROM_BB (BLOCK_FOR_INSN (mv)));
  /src/external/bsd/nvi/dist/regex/
engine.c 146 struct match mv; local
147 struct match *m = &mv;
  /src/external/bsd/jemalloc/dist/src/
conf.c 262 intmax_t mv = (intmax_t)malloc_strtoumax(v, &end, 0); local
267 if (check_min && mv < min) {
269 } else if (check_max && mv > max) {
272 *result = mv;
275 if ((check_min && mv < min) || (check_max && mv > max)) {
278 *result = mv;
502 max_t mv; \
503 CONF_VALUE_READ(max_t, mv) \
507 if (check_min(mv, (t)(min))) {
    [all...]
  /src/lib/libc/regex/
engine.c 208 struct match mv; local
209 struct match *m = &mv;

Completed in 53 milliseconds

1 2