Searched refs:all (Results 76 - 100 of 1129) sorted by relevance

1234567891011>>

/freebsd-11-stable/contrib/llvm-project/compiler-rt/lib/builtins/
H A Dint_types.h32 di_int all; member in union:__anon1129
45 du_int all; member in union:__anon1131
74 ti_int all; member in union:__anon1133
87 tu_int all; member in union:__anon1135
103 return r.all;
110 return r.all;
H A Dashldi3.c23 input.all = a;
33 return result.all;
H A Dashrdi3.c23 input.all = a;
34 return result.all;
H A Dashrti3.c25 input.all = a;
36 return result.all;
H A Dfloattitf.c44 // R = "or" of all bits to the right of Q
71 fb.u.high.all = (s & 0x8000000000000000LL) // sign
74 fb.u.low.all = (du_int)(a);
H A Dfloatuntitf.c42 // R = "or" of all bits to the right of Q
69 fb.u.high.all = (du_int)(e + 16383) << 48 // exponent
71 fb.u.low.all = (du_int)(a);
H A Dlshrdi3.c23 input.all = a;
33 return result.all;
H A Dclzdi2.c31 x.all = a;
H A Dctzdi2.c31 x.all = a;
H A Dfixunsxfti.c18 // Negative values all become zero.
36 tu_int r = fb.u.low.all;
/freebsd-11-stable/contrib/bmake/unit-tests/
H A Dforsubst.mk3 all: for-subst
H A Dhash.mk10 all:
/freebsd-11-stable/contrib/ee/
H A DMakefile15 all : localmake buildee
/freebsd-11-stable/contrib/opie/libmissing/
H A DMakefile.in22 all: $(TARGET)
/freebsd-11-stable/tools/regression/poll/
H A DMakefile9 all: ${PROG}
17 test: all
/freebsd-11-stable/tools/regression/pthread/unwind/
H A DMakefile2 all: main_thread_exit thread_normal_exit sem_wait_cancel \
/freebsd-11-stable/kerberos5/
H A DMakefile17 ${MAKE} all; \
27 ${MAKE} MK_KERBEROS=no all; \
/freebsd-11-stable/cddl/contrib/opensolaris/cmd/dtrace/test/tst/common/cpc/
H A Derr.cpcvscpustatpart2.ksh47 cpc:::PAPI_tot_ins-all-10000
H A Derr.cputrackterminates.ksh40 cpc:::PAPI_tot_ins-all-10000
/freebsd-11-stable/contrib/gperf/
H A DMakefile.in34 all : force
35 cd @subdir@; $(MAKE) all
/freebsd-11-stable/contrib/sendmail/test/
H A DMakefile7 all: FRC
/freebsd-11-stable/share/examples/sunrpc/
H A DMakefile5 # Build all demo services
17 all: ${SUBDIR}
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DLoopAccessAnalysisPrinter.cpp23 return PreservedAnalyses::all();
/freebsd-11-stable/contrib/sendmail/editmap/
H A DMakefile7 all: FRC
/freebsd-11-stable/contrib/sendmail/src/
H A DMakefile7 all: FRC

Completed in 212 milliseconds

1234567891011>>