Home
last modified time | relevance | path

Searched refs:tmpd (Results 1 – 11 of 11) sorted by relevance

/netbsd-src/external/gpl3/gcc.old/dist/contrib/
H A Dunused_functions.py30 (odir, sym_args, tmpd, verbose) = (set(), "", None, False)
44 if f.endswith('.a') and tmpd is None:
45 tmpd = mkdtemp(prefix='unused_fun') variable
97 d = tmpd + os.path.sep + f
161 if tmpd is not None:
162 oprog.update(walker([tmpd]))
166 p0 = Popen(["rm", "-r", "-f", "%s" % (tmpd)], stderr=PIPE, stdout=PIPE)
168 if p0.returncode != 0: raise "rm '%s' didn't work out" % (tmpd)
171 rmtree(tmpd, ignore_errors=True)
/netbsd-src/external/gpl3/gcc/dist/contrib/
H A Dunused_functions.py30 (odir, sym_args, tmpd, verbose) = (set(), "", None, False)
44 if f.endswith('.a') and tmpd is None:
45 tmpd = mkdtemp(prefix='unused_fun') variable
97 d = tmpd + os.path.sep + f
161 if tmpd is not None:
162 oprog.update(walker([tmpd]))
166 p0 = Popen(["rm", "-r", "-f", "%s" % (tmpd)], stderr=PIPE, stdout=PIPE)
168 if p0.returncode != 0: raise "rm '%s' didn't work out" % (tmpd)
171 rmtree(tmpd, ignore_errors=True)
/netbsd-src/external/gpl3/binutils/dist/cpu/
H A Dcris.cpu3357 ((BWD tmpd))
3358 (set tmpd (cris-get-mem BWD Rs))
3361 sub BWD (.pmacro (sz regno val) (nop)) 0 tmpd 0 cbit cbit)))
3374 ((BWD tmpd))
3375 (set tmpd Rs-dfield)
3376 (cris-set-mem BWD Rd-sfield tmpd)
3440 ((SI tmpd) (SI tmps))
3442 (set tmpd (add (sll Rd 1) (if SI nbit tmps 0)))
3443 (set Rd tmpd)
3444 (setf-move SI tmpd))
[all …]
/netbsd-src/external/gpl3/binutils.old/dist/cpu/
H A Dcris.cpu3355 ((BWD tmpd))
3356 (set tmpd (cris-get-mem BWD Rs))
3359 sub BWD (.pmacro (sz regno val) (nop)) 0 tmpd 0 cbit cbit)))
3372 ((BWD tmpd))
3373 (set tmpd Rs-dfield)
3374 (cris-set-mem BWD Rd-sfield tmpd)
3438 ((SI tmpd) (SI tmps))
3440 (set tmpd (add (sll Rd 1) (if SI nbit tmps 0)))
3441 (set Rd tmpd)
3442 (setf-move SI tmpd))
[all …]
/netbsd-src/external/gpl3/gdb.old/dist/cpu/
H A Dcris.cpu3355 ((BWD tmpd))
3356 (set tmpd (cris-get-mem BWD Rs))
3359 sub BWD (.pmacro (sz regno val) (nop)) 0 tmpd 0 cbit cbit)))
3372 ((BWD tmpd))
3373 (set tmpd Rs-dfield)
3374 (cris-set-mem BWD Rd-sfield tmpd)
3438 ((SI tmpd) (SI tmps))
3440 (set tmpd (add (sll Rd 1) (if SI nbit tmps 0)))
3441 (set Rd tmpd)
3442 (setf-move SI tmpd))
[all …]
/netbsd-src/external/gpl3/gcc.old/dist/libstdc++-v3/
H A Dacinclude.m4964 volatile double_type tmpd;
982 d = cabs(tmpd);
983 d = carg(tmpd);
984 tmpd = ccos(tmpd);
985 tmpd = ccosh(tmpd);
986 tmpd = cexp(tmpd);
987 tmpd = clog(tmpd);
988 tmpd = csin(tmpd);
989 tmpd = csinh(tmpd);
990 tmpd = csqrt(tmpd);
[all …]
H A Dconfigure17291 volatile double_type tmpd;
17312 d = cabs(tmpd);
17313 d = carg(tmpd);
17314 tmpd = ccos(tmpd);
17315 tmpd = ccosh(tmpd);
17316 tmpd = cexp(tmpd);
17317 tmpd = clog(tmpd);
17318 tmpd = csin(tmpd);
17319 tmpd = csinh(tmpd);
17320 tmpd = csqrt(tmpd);
[all …]
/netbsd-src/external/gpl3/gcc/dist/libstdc++-v3/
H A Dacinclude.m4914 volatile double_type tmpd;
932 d = cabs(tmpd);
933 d = carg(tmpd);
934 tmpd = ccos(tmpd);
935 tmpd = ccosh(tmpd);
936 tmpd = cexp(tmpd);
937 tmpd = clog(tmpd);
938 tmpd = csin(tmpd);
939 tmpd = csinh(tmpd);
940 tmpd = csqrt(tmpd);
[all …]
H A Dconfigure17436 volatile double_type tmpd;
17457 d = cabs(tmpd);
17458 d = carg(tmpd);
17459 tmpd = ccos(tmpd);
17460 tmpd = ccosh(tmpd);
17461 tmpd = cexp(tmpd);
17462 tmpd = clog(tmpd);
17463 tmpd = csin(tmpd);
17464 tmpd = csinh(tmpd);
17465 tmpd = csqrt(tmpd);
[all …]
/netbsd-src/external/mpl/dhcp/dist/server/
H A Dmdb6.c2018 unsigned char *tmpd; in cleanup_old_expired() local
2047 tmpd = (unsigned char *)ia->iaid_duid.data; in cleanup_old_expired()
2050 (ia_hash_lookup(&ia_active, ia_na_active, tmpd, in cleanup_old_expired()
2053 ia_hash_delete(ia_na_active, tmpd, in cleanup_old_expired()
2058 (ia_hash_lookup(&ia_active, ia_ta_active, tmpd, in cleanup_old_expired()
2061 ia_hash_delete(ia_ta_active, tmpd, in cleanup_old_expired()
2066 (ia_hash_lookup(&ia_active, ia_pd_active, tmpd, in cleanup_old_expired()
2069 ia_hash_delete(ia_pd_active, tmpd, in cleanup_old_expired()
/netbsd-src/external/lgpl3/mpfr/dist/src/
H A Dadd1sp.c46 mpfr_t tmpa, tmpb, tmpc, tmpd; in mpfr_add1sp() local
71 MPFR_ALIAS (tmpd, tmpc, MPFR_SIGN (tmpb), MPFR_EXP (tmpc)); in mpfr_add1sp()
72 inexact2 = mpfr_add1 (tmpa, tmpd, tmpb, rnd_mode); in mpfr_add1sp()