Searched refs:all (Results 51 - 75 of 1129) sorted by relevance

1234567891011>>

/freebsd-11-stable/contrib/llvm-project/compiler-rt/lib/builtins/
H A Dlshrti3.c25 input.all = a;
35 return result.all;
H A Ducmpdi2.c21 x.all = a;
23 y.all = b;
H A Ducmpti2.c23 x.all = a;
25 y.all = b;
H A Dclzti2.c23 x.all = a;
H A Dctzti2.c23 x.all = a;
H A Dffsdi2.c20 x.all = a;
H A Dffsti2.c22 x.all = a;
H A Dfloatundixf.c33 fb.u.low.all = a << clz; // mantissa
H A Dudivmodti4.c26 n.all = a;
28 d.all = b;
67 *rem = r.all;
78 *rem = r.all;
89 *rem = n.all;
94 // q.all = n.all << (n_utword_bits - sr);
97 // r.all = n.all >> sr;
109 return n.all;
[all...]
H A Dudivmoddi4.c31 n.all = a;
33 d.all = b;
72 *rem = r.all;
83 *rem = r.all;
94 *rem = n.all;
99 // q.all = n.all << (n_udword_bits - sr);
102 // r.all = n.all >> sr;
114 return n.all;
[all...]
H A Dmuldi3.c33 return r.all;
40 x.all = a;
42 y.all = b;
44 r.all = __muldsi3(x.s.low, y.s.low);
46 return r.all;
/freebsd-11-stable/contrib/dialog/
H A Dmenubox.c337 ALL_DATA all; local
353 all.items = items;
354 all.item_no = item_no;
363 all.menu_height = menu_height;
366 if (all.menu_height == 0) {
369 dlg_calc_listh(&height, &all.menu_height, item_no);
373 MIN_HIGH + all.menu_height, use_width);
383 all.dialog = dialog;
397 all.menu_width = width - 6;
399 all
[all...]
/freebsd-11-stable/contrib/bmake/unit-tests/
H A Dexport-all.mk1 # $Id: export-all.mk,v 1.1.1.2 2015/04/10 20:43:38 sjg Exp $
22 UT_TEST=export-all
H A Dexport.mk7 UT_NO=all
20 all:
/freebsd-11-stable/lib/libc/quad/TESTS/
H A DMakefile3 all: mul divrem
/freebsd-11-stable/release/doc/share/xml/
H A DMakefile11 all: dev-auto.ent
/freebsd-11-stable/etc/rc.d/
H A Dhastd26 ${hastctl} role init all
/freebsd-11-stable/contrib/nvi/docs/man/
H A DMakefile5 all: vi.0 vi.0.ps
/freebsd-11-stable/tools/regression/environ/
H A DMakefile6 all clean test:
/freebsd-11-stable/tools/regression/usr.bin/env/
H A DMakefile5 all:
/freebsd-11-stable/sys/modules/ata/atacore/
H A DMakefile6 SRCS= ata-all.c ata_if.c ata-lowlevel.c
/freebsd-11-stable/sys/compat/svr4/
H A DMakefile14 all:
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DIVUsersPrinter.cpp20 return PreservedAnalyses::all();
/freebsd-11-stable/sys/cddl/dev/dtrace/
H A Ddtrace_cddl.h153 #define PRIV_POLICY(cred, priv, all, err, reason) \
154 priv_policy((cred), (priv), (all), (err), (reason))
160 #define PRIV_POLICY_CHOICE(cred, priv, all) \
161 priv_policy_choice((cred), (priv), (all))
168 #define PRIV_POLICY_ONLY(cred, priv, all) \
169 priv_policy_only((cred), (priv), (all))
/freebsd-11-stable/usr.sbin/snapinfo/
H A Dsnapinfo.c61 int all = 0, ch, done = 0, fscount, n; local
66 all++;
84 if ((all == 0 && argc != 1) || (all == 1 && argc > 0))
87 if (!all) {
106 if (all || strcmp(path, mntbuf[n].f_mntonname) == 0) {

Completed in 139 milliseconds

1234567891011>>