| /src/external/gpl3/gcc/dist/contrib/ |
| unused_functions.py | 30 (odir, sym_args, tmpd, verbose) = (set(), "", None, False) 44 if f.endswith('.a') and tmpd is None: 45 tmpd = mkdtemp(prefix='unused_fun') 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)
|
| /src/external/gpl3/gcc.old/dist/contrib/ |
| unused_functions.py | 30 (odir, sym_args, tmpd, verbose) = (set(), "", None, False) 44 if f.endswith('.a') and tmpd is None: 45 tmpd = mkdtemp(prefix='unused_fun') 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)
|
| /src/external/bsd/zstd/dist/contrib/largeNbDicts/ |
| largeNbDicts.c | 499 ZSTD_CDict* tmpd = dicts.cdicts[d]; local 501 dicts.cdicts[r] = tmpd; 506 ZSTD_CDict* tmpd = dicts.cdicts[d1]; local 508 dicts.cdicts[d2] = tmpd; 518 ZSTD_DDict* tmpd = dicts.ddicts[d]; local 520 dicts.ddicts[r] = tmpd; 525 ZSTD_DDict* tmpd = dicts.ddicts[d1]; local 527 dicts.ddicts[d2] = tmpd;
|
| /src/external/mpl/dhcp/dist/server/ |
| mdb6.c | 2018 unsigned char *tmpd; local 2047 tmpd = (unsigned char *)ia->iaid_duid.data; 2050 (ia_hash_lookup(&ia_active, ia_na_active, tmpd, 2053 ia_hash_delete(ia_na_active, tmpd, 2058 (ia_hash_lookup(&ia_active, ia_ta_active, tmpd, 2061 ia_hash_delete(ia_ta_active, tmpd, 2066 (ia_hash_lookup(&ia_active, ia_pd_active, tmpd, 2069 ia_hash_delete(ia_pd_active, tmpd,
|
| /src/external/lgpl3/mpfr/dist/src/ |
| add1sp.c | 46 mpfr_t tmpa, tmpb, tmpc, tmpd; local 71 MPFR_ALIAS (tmpd, tmpc, MPFR_SIGN (tmpb), MPFR_EXP (tmpc)); 72 inexact2 = mpfr_add1 (tmpa, tmpd, tmpb, rnd_mode);
|
| /src/external/gpl3/gcc/dist/libstdc++-v3/ |
| configure | 17621 volatile double_type tmpd; 17642 d = cabs(tmpd); 17643 d = carg(tmpd); 17644 tmpd = ccos(tmpd); 17645 tmpd = ccosh(tmpd); 17646 tmpd = cexp(tmpd); 17647 tmpd = clog(tmpd) [all...] |
| /src/external/gpl3/gcc.old/dist/libstdc++-v3/ |
| configure | 17436 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) [all...] |