Searched refs:mx (Results 1 - 25 of 100) sorted by relevance

1234

/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/gcc/testsuite/gcc.dg/
H A D20031218-1.c13 inline void foo (struct S * mx) { argument
14 mx->n = 1;
/netbsd-6-1-5-RELEASE/gnu/dist/gcc4/gcc/testsuite/gcc.dg/
H A D20031218-1.c13 inline void foo (struct S * mx) { argument
14 mx->n = 1;
/netbsd-6-1-5-RELEASE/external/bsd/bind/dist/lib/dns/rdata/generic/
H A Dmx_15.h30 dns_name_t mx; member in struct:dns_rdata_mx
H A Dmx_15.c201 dns_rdata_mx_t *mx = source; local
206 REQUIRE(mx->common.rdtype == type);
207 REQUIRE(mx->common.rdclass == rdclass);
212 RETERR(uint16_tobuffer(mx->pref, target));
213 dns_name_toregion(&mx->mx, &region);
220 dns_rdata_mx_t *mx = target; local
227 mx->common.rdclass = rdata->rdclass;
228 mx->common.rdtype = rdata->type;
229 ISC_LINK_INIT(&mx
244 dns_rdata_mx_t *mx = source; local
[all...]
/netbsd-6-1-5-RELEASE/external/lgpl3/mpfr/dist/
H A Dmin_prec.c28 mp_limb_t *mx; local
36 mx = MPFR_MANT (x);
41 for (n = 0; mx[n] == 0; n++)
47 /* mx[n] is now the first limb which is not null. Count number
48 * of null bits in mx[n], from the right */
49 while ((mx[n] & (MPFR_LIMB_ONE << i)) == 0)
H A Drem1.c61 mpz_t mx, my, r; local
86 mpz_init (mx);
90 ex = mpfr_get_z_2exp (mx, x); /* x = mx*2^ex */
98 mpz_abs (mx, mx);
111 /* q = x/y = mx/(my*2^(ey-ex)) */
112 mpz_mul_2exp (my, my, ey - ex); /* divide mx by my*2^(ey-ex) */
114 /* 0 <= |r| <= |my|, r has the same sign as mx */
115 mpz_tdiv_qr (mx,
[all...]
H A Dset_f.c29 mp_limb_t *my, *mx, *tmp; local
48 mx = PTR(x);
50 count_leading_zeros(cnt, mx[sx - 1]);
59 mpn_lshift (tmp, mx, sx, cnt);
62 on mx instead of tmp */
63 MPN_COPY (tmp, mx, sx);
73 mpn_lshift (my + sy - sx, mx, sx, cnt);
75 MPN_COPY (my + sy - sx, mx, sx);
H A Dprint_raw.c44 mp_limb_t *mx; local
48 mx = MPFR_MANT (x);
57 wd = mx[n];
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/libstdc++-v3/testsuite/22_locale/locale/global_locale_objects/
H A D2.cc35 const string mx("es_MX");
38 const char* testmx = setlocale(LC_ALL, mx.c_str());
47 const locale loc_mx = locale(mx.c_str());
60 VERIFY( mx == lc_all_mx );
/netbsd-6-1-5-RELEASE/gnu/dist/gcc4/libstdc++-v3/testsuite/22_locale/locale/global_locale_objects/
H A D2.cc36 const string mx("es_MX");
39 const char* testmx = setlocale(LC_ALL, mx.c_str());
48 const locale loc_mx = locale(mx.c_str());
61 VERIFY( mx == lc_all_mx );
/netbsd-6-1-5-RELEASE/crypto/external/bsd/openssl/dist/crypto/
H A Dex_data.c405 int mx,i; local
414 mx = sk_CRYPTO_EX_DATA_FUNCS_num(item->meth);
415 if(mx > 0)
417 storage = OPENSSL_malloc(mx * sizeof(CRYPTO_EX_DATA_FUNCS*));
420 for(i = 0; i < mx; i++)
425 if((mx > 0) && !storage)
430 for(i = 0; i < mx; i++)
448 int mx, j, i; local
458 mx = sk_CRYPTO_EX_DATA_FUNCS_num(item->meth);
460 if(j < mx)
494 int mx,i; local
[all...]
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/gcc/
H A Dopts-common.c53 size_t mn, mx, md, opt_len; local
58 mx = cl_options_count;
62 while (mx - mn > 1)
64 md = (mn + mx) / 2;
69 mx = md;
/netbsd-6-1-5-RELEASE/external/lgpl3/mpfr/dist/tests/
H A Dtinternals.c55 int failures = 0, mx, neg, err, dir, r, inex, inex2; local
65 for (mx = 16; mx < 32; mx++)
67 mpfr_set_ui_2exp (x, mx, -2, MPFR_RNDN);
/netbsd-6-1-5-RELEASE/games/hack/
H A Dhack.wizard.c100 if (dist(mtmp->mx, mtmp->my) > 2)
128 mtmp->mx = otmp->ox;
165 if (inroom(u.ux, u.uy) != inroom(mtmp->mx, mtmp->my))
167 tx = u.ux - mtmp->mx;
174 buzz(-1, mtmp->mx, mtmp->my, sgn(tx), sgn(ty));
249 buzz(-rnd(3), mtmp->mx, mtmp->my, sgn(tx), sgn(ty));
276 if ((mtmp2 = makemon(PM_WIZARD, mtmp->mx, mtmp->my)) != NULL) {
H A Dhack.fight.c99 vis = (cansee(magr->mx, magr->my) && cansee(mdef->mx, mdef->my));
110 boolean far = (dist(magr->mx, magr->my) > 15);
152 (void) mkobj_at(pd->mlet, mdef->mx, mdef->my);
153 if (cansee(mdef->mx, mdef->my)) {
155 atl(mdef->mx, mdef->my, fobj->olet);
167 mksobj_at(ENORMOUS_ROCK, mdef->mx, mdef->my);
169 mksobj_at(ROCK, mdef->mx, mdef->my);
170 if (cansee(mdef->mx, mdef->my)) {
172 atl(mdef->mx, mde
[all...]
H A Dhack.mon.c116 inpool = (levl[mtmp->mx][mtmp->my].typ == POOL);
119 if (cansee(mtmp->mx, mtmp->my))
141 if (Conflict && cansee(mtmp->mx, mtmp->my)
182 mtmp->mx = u.ux;
215 int x = mtmp->mx;
224 if ((dd = dist(mtmp->mx, mtmp->my)) < dist(x, y))
256 if (cansee(mtmp->mx, mtmp->my) &&
266 wipe_engr_at(mtmp->mx, mtmp->my, 1);
285 nearby = (dist(mtmp->mx, mtmp->my) < 3);
339 if (mtmp->mhide && o_at(mtmp->mx, mtm
[all...]
H A Dhack.steal.c124 if (dist(mtmp->mx, mtmp->my) < 3) {
263 otmp->ox = mtmp->mx;
269 if (show & cansee(mtmp->mx, mtmp->my))
277 mkgold((long) (tmp + d(dlevel, 30)), mtmp->mx, mtmp->my);
278 if (show & cansee(mtmp->mx, mtmp->my))
279 atl(mtmp->mx, mtmp->my, '$');
H A Dhack.unix.c429 if (dist(md->mx, md->my) > 2)
461 fx = md->mx;
462 md->mx = tmp;
467 while (fx != md->mx || fy != md->my) {
472 d1 = DIST(fx, fy, md->mx, md->my);
476 d2 = DIST(fx + dx, fy + dy, md->mx, md->my);
488 md->mx = fx;
H A Dhack.makemon.c134 mtmp->mx = x;
150 if (mtmp->mx && mtmp->my)
151 (void) mkobj_at(0, mtmp->mx, mtmp->my);
245 if (ch == 'w' && mtmp->mx)
252 mtmp->mx = tx;
/netbsd-6-1-5-RELEASE/external/bsd/tre/dist/tests/agrep/
H A Ddelimiters.ok254 foobarx
259 foobarx
264 delimiters.in:3:0:0-6:foobarx
269 (standard input):3:0:0-6:foobarx
374 xfoobarx
376 foobarx
381 xfoobarx
383 foobarx
388 delimiters.in:1:0:1-7:xfoobarx
390 delimiters.in:3:0:0-6:foobarx
[all...]
/netbsd-6-1-5-RELEASE/external/bsd/pcc/dist/pcc/mip/
H A Dmkext.c135 int i, j, areg, breg, creg, dreg, mx, ereg, freg, greg; local
359 mx = areg;
360 if (breg > mx) mx = breg;
361 if (creg > mx) mx = creg;
362 if (dreg > mx) mx = dreg;
363 if (ereg > mx) mx
[all...]
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/libcpp/
H A Dline-map.c277 unsigned int md, mn, mx; local
281 mx = set->used;
287 if (mn + 1 == mx || line < cached[1].start_location)
292 mx = mn;
296 while (mx - mn > 1)
298 md = (mn + mx) / 2;
300 mx = md;
/netbsd-6-1-5-RELEASE/gnu/dist/gcc4/libcpp/
H A Dline-map.c267 unsigned int md, mn, mx; local
271 mx = set->used;
277 if (mn + 1 == mx || line < cached[1].start_location)
282 mx = mn;
286 while (mx - mn > 1)
288 md = (mn + mx) / 2;
290 mx = md;
/netbsd-6-1-5-RELEASE/usr.bin/bthset/
H A Dbthset.c93 static int mx; /* mixer fd */ variable
302 if (ioctl(mx, AUDIO_MIXER_READ, &mc) < 0)
313 if (ioctl(mx, AUDIO_MIXER_READ, &mc) < 0)
368 if (ioctl(mx, AUDIO_MIXER_WRITE, &vgs) < 0)
381 if (ioctl(mx, AUDIO_MIXER_WRITE, &vgm) < 0)
459 mx = open(mixer, O_WRONLY, 0);
460 if (mx < 0)
463 if (ioctl(mx, BTSCO_GETINFO, info) < 0)
469 if (ioctl(mx, AUDIO_MIXER_READ, &vgs) < 0)
474 if (ioctl(mx, AUDIO_MIXER_REA
[all...]
/netbsd-6-1-5-RELEASE/sys/dev/pci/hdaudio/
H A Dhdafg.c2740 struct hdaudio_mixer *mx; local
2802 mx = kmem_zalloc(nmixers * sizeof(*mx), KM_SLEEP);
2807 mx[index].mx_ctl = NULL;
2808 mx[index].mx_di.index = index;
2809 mx[index].mx_di.type = AUDIO_MIXER_CLASS;
2810 mx[index].mx_di.mixer_class = i;
2811 mx[index].mx_di.next = mx[index].mx_di.prev = AUDIO_MIXER_LAST;
2814 strcpy(mx[inde
3739 struct hdaudio_mixer *mx = sc->sc_mixers; local
3976 struct hdaudio_mixer *mx; local
4036 struct hdaudio_mixer *mx; local
[all...]

Completed in 319 milliseconds

1234