Searched refs:all (Results 126 - 150 of 744) sorted by relevance

1234567891011>>

/freebsd-9.3-release/contrib/compiler-rt/lib/
H A Dfixdfti.c37 ti_int r = 0x0010000000000000uLL | (0x000FFFFFFFFFFFFFuLL & fb.u.all);
H A Dfixunsdfti.c20 * Negative values all become zero.
39 tu_int r = 0x0010000000000000uLL | (fb.u.all & 0x000FFFFFFFFFFFFFuLL);
H A Dfixunsxfti.c20 * Negative values all become zero.
41 tu_int r = fb.u.low.all;
H A Dfixxfdi.c39 di_int r = fb.u.low.all;
H A Dfixxfti.c39 ti_int r = fb.u.low.all;
H A Dfloatdixf.c42 fb.u.low.all = a << clz; /* mantissa */
/freebsd-9.3-release/contrib/nvi/docs/USD.doc/exref/
H A DMakefile6 all: exref.ps summary.ps
/freebsd-9.3-release/contrib/openbsm/etc/
H A Daudit_class24 0xffffffff:all:all flags set
/freebsd-9.3-release/contrib/sendmail/libmilter/
H A DMakefile7 all: FRC
/freebsd-9.3-release/contrib/sendmail/libsm/
H A DMakefile7 all: FRC
/freebsd-9.3-release/contrib/sendmail/mail.local/
H A DMakefile7 all: FRC
/freebsd-9.3-release/contrib/sendmail/rmail/
H A DMakefile7 all: FRC
/freebsd-9.3-release/contrib/sendmail/src/
H A DMakefile7 all: FRC
/freebsd-9.3-release/contrib/sendmail/test/
H A DMakefile7 all: FRC
/freebsd-9.3-release/contrib/wpa/src/radius/
H A DMakefile0 all: libradius.a
/freebsd-9.3-release/crypto/openssl/demos/bio/
H A DMakefile6 all: $(EXAMPLES)
/freebsd-9.3-release/crypto/openssl/demos/easy_tls/
H A DMakefile11 auto-all:
14 make SYSCFLAGS="$(SOLARIS_CFLAGS)" SYSLIBS="$(SOLARIS_LIBS)" all;; \
16 make SYSCFLAGS="$(LINUX_CFLAGS)" SYSLIBS="$(LINUX_LIBS)" all;; \
20 all: test TAGS
/freebsd-9.3-release/gnu/lib/libodialog/TESTS/
H A DMakefile1 # Really quick and evil Makefile for building all the tests. I wish that
15 all: ${PROGS}
/freebsd-9.3-release/sys/modules/ata/atacore/
H A DMakefile6 SRCS= ata-all.c ata-lowlevel.c ata-queue.c ata_if.c
/freebsd-9.3-release/lib/libdisk/
H A DMakefile36 ad0: all install tst01
39 da0: all install tst01
42 da1: all install tst01
/freebsd-9.3-release/usr.bin/bmake/unit-tests/
H A DMakefile15 # all: run all the tests
16 # test: run 'all', capture output and compare to expected results
26 .MAIN: all
37 export-all \
62 all: ${SUBFILES}
/freebsd-9.3-release/contrib/ipfilter/rules/
H A DBASIC_1.FW15 # *Nasty* packets we don't want to allow near us at all!
17 block in log quick all with short
24 block in log on ppp0 all head 100
25 block in log proto tcp all flags S/SA head 101 group 100
26 block out log on ppp0 all head 150
28 block in log proto tcp all flags S/SA head 201 group 200
29 block in log proto udp all head 202 group 200
30 block out log on ed0 all head 250
41 pass in quick on lo0 all
42 pass out quick on lo0 all
[all...]
/freebsd-9.3-release/contrib/gcc/
H A Dvalue-prof.c87 check_counter (tree stmt, const char * name, gcov_type all, gcov_type bb_count) argument
89 if (all != bb_count)
96 locus, name, (int)all, (int)bb_count);
177 gcov_type all)
232 bb3->count = all - count;
235 bb4->count = all;
244 e13->count = all - count;
253 e34->count = all - count;
265 gcov_type val, count, all; local
299 all
175 tree_divmod_fixed_value(tree stmt, tree operation, tree op1, tree op2, tree value, int prob, gcov_type count, gcov_type all) argument
339 tree_mod_pow2(tree stmt, tree operation, tree op1, tree op2, int prob, gcov_type count, gcov_type all) argument
432 gcov_type count, wrong_values, all; local
502 tree_mod_subtract(tree stmt, tree operation, tree op1, tree op2, int prob1, int prob2, int ncounts, gcov_type count1, gcov_type count2, gcov_type all) argument
614 gcov_type count, wrong_values, all; local
[all...]
/freebsd-9.3-release/contrib/bmake/mk/
H A Ddoc.mk19 .if !target(all)
20 .MAIN: all
21 all: paper.ps
/freebsd-9.3-release/crypto/heimdal/appl/gssmask/
H A Dcommon.c85 char **list, ***all = NULL; local
94 permute(&all, size, list, 0, strings->num_strings);
96 return all;

Completed in 257 milliseconds

1234567891011>>