HomeSort by: relevance | last modified time | path
    Searched defs:tset (Results 1 - 14 of 14) sorted by relevancy

  /src/external/gpl3/gcc.old/dist/gcc/d/
imports.cc 180 vec<tree, va_gc> *tset = NULL; local
182 vec_alloc (tset, d->a.length);
188 vec_safe_push (tset, overload);
191 this->result_ = build_tree_list_vec (tset);
192 tset->truncate (0);
  /src/sys/rump/librump/rumpkern/
signals.c 178 sigset_t tset; local
180 tset = p->p_sigpend.sp_set;
183 if (firstsig(&tset) != 0)
185 } else if (sigismember(&tset, signo))
  /src/sys/kern/
sys_sig.c 387 sigset_t tset; local
552 sigemptyset(&tset);
553 sigaddset(&tset, signum);
554 sigclearall(p, &tset, &kq);
kern_sig.c 386 sigset_t tset; local
402 sigemptyset(&tset);
410 sigaddset(&tset, signo);
420 sigclearall(p, &tset, &kq);
567 sigset_t tset; local
577 tset = *mask;
578 __sigandset(&sp->sp_set, &tset);
580 tset = sp->sp_set;
583 if ((signo = firstsig(&tset)) == 0)
705 sigset_t tset; local
    [all...]
  /src/external/bsd/libevent/dist/test/
regress.c 92 static struct timeval tset; variable in typeref:struct:timeval
630 evutil_gettimeofday(&tset, NULL);
632 test_timeval_diff_eq(&tset, &tcalled, 200);
  /src/external/bsd/ntp/dist/sntp/libevent/test/
regress.c 90 static struct timeval tset; variable in typeref:struct:timeval
628 evutil_gettimeofday(&tset, NULL);
630 test_timeval_diff_eq(&tset, &tcalled, 200);
  /src/external/mpl/dhcp/bind/dist/lib/dns/
client.c 2256 dns_rdataset_t *tset = NULL; local
2258 &tset) == ISC_R_SUCCESS ||
2260 &tset) == ISC_R_SUCCESS)
  /src/external/mpl/bind/dist/bin/nsupdate/
nsupdate.c 2859 dns_rdataset_t *tset = NULL; local
2861 &tset) == ISC_R_SUCCESS ||
2863 &tset) == ISC_R_SUCCESS)
  /src/external/gpl3/gcc/dist/libdecnumber/
decNumber.c 5229 decContext aset, tset, dset; /* working contexts */ local
5414 decContextDefault(&tset, DEC_INIT_DECIMAL64);
5415 dset=tset;
5419 tset.digits=p;
5420 tset.emin=DEC_MIN_EMIN; /* [emax is plenty] */
5431 decMultiplyOp(t, t, x, &tset, &ignore); /* t=t*x */
5432 decDivideOp(t, t, d, &tset, DIVIDE, &ignore); /* t=t/d */
  /src/external/gpl3/gcc.old/dist/libdecnumber/
decNumber.c 5229 decContext aset, tset, dset; /* working contexts */ local
5414 decContextDefault(&tset, DEC_INIT_DECIMAL64);
5415 dset=tset;
5419 tset.digits=p;
5420 tset.emin=DEC_MIN_EMIN; /* [emax is plenty] */
5431 decMultiplyOp(t, t, x, &tset, &ignore); /* t=t*x */
5432 decDivideOp(t, t, d, &tset, DIVIDE, &ignore); /* t=t/d */
  /src/external/gpl3/gdb/dist/libdecnumber/
decNumber.c 5229 decContext aset, tset, dset; /* working contexts */ local
5414 decContextDefault(&tset, DEC_INIT_DECIMAL64);
5415 dset=tset;
5419 tset.digits=p;
5420 tset.emin=DEC_MIN_EMIN; /* [emax is plenty] */
5431 decMultiplyOp(t, t, x, &tset, &ignore); /* t=t*x */
5432 decDivideOp(t, t, d, &tset, DIVIDE, &ignore); /* t=t/d */
  /src/external/gpl3/gdb.old/dist/libdecnumber/
decNumber.c 5229 decContext aset, tset, dset; /* working contexts */ local
5414 decContextDefault(&tset, DEC_INIT_DECIMAL64);
5415 dset=tset;
5419 tset.digits=p;
5420 tset.emin=DEC_MIN_EMIN; /* [emax is plenty] */
5431 decMultiplyOp(t, t, x, &tset, &ignore); /* t=t*x */
5432 decDivideOp(t, t, d, &tset, DIVIDE, &ignore); /* t=t/d */
  /src/external/gpl3/gcc/dist/gcc/c/
c-decl.cc 9215 hash_set<tree> tset;
9218 tset.add (DECL_NAME (x));
9223 && tset.contains (DECL_NAME (x)))
9185 hash_set<tree> tset; local
  /src/external/gpl3/gcc.old/dist/gcc/c/
c-decl.cc 8666 hash_set<tree> tset;
8669 tset.add (DECL_NAME (x));
8674 && tset.contains (DECL_NAME (x)))
8636 hash_set<tree> tset; local

Completed in 82 milliseconds