Home
last modified time | relevance | path

Searched full:fi (Results 1 – 25 of 4084) sorted by relevance

12345678910>>...164

/freebsd/cddl/contrib/opensolaris/cmd/dtrace/test/tst/common/funcs/
H A Dtst.basename.d.out5 fi
9 fi
13 fi
17 fi
21 fi
25 fi
29 fi
33 fi
37 fi
41 fi
[all …]
/freebsd/contrib/llvm-project/llvm/lib/Target/NVPTX/MCTargetDesc/
H A DNVPTXTargetStreamer.cpp45 static bool isDwarfSection(const MCObjectFileInfo *FI, in isDwarfSection() argument
51 return Section == FI->getDwarfAbbrevSection() || in isDwarfSection()
52 Section == FI->getDwarfInfoSection() || in isDwarfSection()
53 Section == FI->getDwarfMacinfoSection() || in isDwarfSection()
54 Section == FI->getDwarfFrameSection() || in isDwarfSection()
55 Section == FI->getDwarfAddrSection() || in isDwarfSection()
56 Section == FI->getDwarfRangesSection() || in isDwarfSection()
57 Section == FI->getDwarfARangesSection() || in isDwarfSection()
58 Section == FI->getDwarfLocSection() || in isDwarfSection()
59 Section == FI->getDwarfStrSection() || in isDwarfSection()
[all …]
/freebsd/tests/sys/cddl/zfs/tests/delegate/
H A Ddelegate_common.kshlib52 fi
58 fi
60 fi
80 fi
96 fi
102 fi
124 fi
140 fi
146 fi
373 fi
[all …]
/freebsd/sys/contrib/openzfs/tests/zfs-tests/tests/functional/delegate/
H A Ddelegate_common.kshlib65 fi
85 fi
101 fi
108 fi
130 fi
146 fi
152 fi
322 fi
353 fi
379 fi
[all …]
/freebsd/usr.sbin/etcupdate/
H A Detcupdate.sh150 fi
199 fi
226 fi
227 fi
233 fi
235 fi
271 fi
290 fi
296 fi
302 fi
[all...]
/freebsd/contrib/ee/
H A Dcreate.make27 fi
30 fi
39 fi
48 fi
57 fi
66 fi
71 fi
81 fi
91 fi
92 fi
[all …]
/freebsd/contrib/wpa/wpa_supplicant/examples/
H A Dwpas-dbus-new-getall.py10 wpas_obj = bus.get_object("fi.w1.wpa_supplicant1",
11 "/fi/w1/wpa_supplicant1")
12 props = wpas_obj.GetAll("fi.w1.wpa_supplicant1",
14 print("GetAll(fi.w1.wpa_supplicant1, /fi/w1/wpa_supplicant1):")
22 wpas = dbus.Interface(wpas_obj, "fi.w1.wpa_supplicant1")
24 if_obj = bus.get_object("fi.w1.wpa_supplicant1", path)
25 props = if_obj.GetAll("fi.w1.wpa_supplicant1.Interface",
28 print("GetAll(fi.w1.wpa_supplicant1.Interface, %s):" % (path))
31 props = if_obj.GetAll("fi.w1.wpa_supplicant1.Interface.WPS",
34 print("GetAll(fi.w1.wpa_supplicant1.Interface.WPS, %s):" % (path))
[all …]
/freebsd/sbin/dhclient/
H A Ddhclient-script31 fi
46 fi
76 fi
84 fi
104 fi
122 fi
129 fi
137 fi
163 fi
167 fi
[all …]
/freebsd/usr.sbin/ypserv/
H A Dypinit.sh34 fi
41 fi
42 fi
51 fi
59 fi
66 fi
67 fi
77 fi
78 fi
93 fi
[all …]
/freebsd/contrib/openresolv/
H A Dresolvconf.in39 fi
60 fi
61 fi
156 fi
190 fi
191 fi
207 fi
214 fi
231 fi
235 fi
[all …]
/freebsd/contrib/file/
H A Dconfigure.ac17 fi], [
31 fi], [
81 fi], [
123 fi
126 fi
129 fi
132 fi
135 fi
138 fi
191 fi], [
[all …]
/freebsd/sys/contrib/openzfs/config/
H A Dlib-link.m4107 fi
214 fi
215 fi
216 fi
240 fi
258 fi
271 fi
290 fi
298 fi
300 fi
[all …]
/freebsd/crypto/openssh/regress/
H A Dtest-exec.sh8 fi
14 fi
20 fi
24 fi
29 fi
33 fi
39 fi
52 fi
56 fi
80 fi
[all …]
/freebsd/contrib/netbsd-tests/dev/sysmon/
H A Dt_swsensor.sh14 fi
50 fi
63 fi
117 fi
127 fi
138 fi
143 fi
149 fi
155 fi
156 fi
[all …]
/freebsd/usr.bin/man/
H A Dman.sh54 fi
67 fi
83 fi
92 fi
112 fi
120 fi
139 fi
157 fi
184 fi
186 fi
[all …]
/freebsd/libexec/rc/rc.d/
H A Dipfw29 fi
32 fi
35 fi
38 fi
41 fi
44 fi
55 fi
63 fi
68 fi
80 fi
[all …]
H A Dmdconfig262 fi
83 fi
90 fi
94 fi
96 fi
119 fi
126 fi
130 fi
133 fi
138 fi
[all …]
/freebsd/libexec/rc/
H A Drc.subr42 fi
51 IDCMD="if [ -x $ID ]; then $ID -un; fi"
83 fi
130 fi
159 fi
215 fi
318 fi
382 fi
401 fi
407 fi
[all …]
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DLoopFlatten.cpp468 static bool checkPHIs(FlattenInfo &FI, const TargetTransformInfo *TTI) { in checkPHIs() argument
484 SafeOuterPHIs.insert(FI.OuterInductionPHI); in checkPHIs()
488 for (PHINode &InnerPHI : FI.InnerLoop->getHeader()->phis()) { in checkPHIs()
491 if (&InnerPHI == FI.InnerInductionPHI) in checkPHIs()
493 if (FI.isNarrowInductionPhi(&InnerPHI)) in checkPHIs()
500 InnerPHI.getIncomingValueForBlock(FI.InnerLoop->getLoopPreheader()); in checkPHIs()
502 InnerPHI.getIncomingValueForBlock(FI.InnerLoop->getLoopLatch()); in checkPHIs()
508 if (!OuterPHI || OuterPHI->getParent() != FI.OuterLoop->getHeader()) { in checkPHIs()
518 OuterPHI->getIncomingValueForBlock(FI.OuterLoop->getLoopLatch())); in checkPHIs()
536 FI.InnerPHIsToTransform.insert(&InnerPHI); in checkPHIs()
[all …]
/freebsd/crypto/heimdal/
H A Dconfigure36 fi
72 fi
75 fi
84 fi
112 fi
116 fi
154 fi
171 fi
190 fi
211 fi
[all …]
/freebsd/sys/contrib/openzfs/contrib/bash_completion.d/
H A Dzfs.in97 fi
98 fi
100 fi
101 fi
114 fi
121 fi
122 fi
139 fi
144 fi
147 fi
[all …]
/freebsd/sys/contrib/openzfs/tests/zfs-tests/tests/functional/cli_root/zfs_unmount/
H A Dzfs_unmount_nested.ksh59 fi
76 fi
79 fi
82 fi
91 fi
94 fi
97 fi
106 fi
109 fi
112 fi
[all …]
/freebsd/contrib/unbound/
H A Dconfigure36 fi
73 if (exec 3>&0) 2>/dev/null; then :; else exec 0</dev/null; fi
74 if (exec 3>&1) 2>/dev/null; then :; else exec 1>/dev/null; fi
75 if (exec 3>&2) ; then :; else exec 2>/dev/null; fi
84 fi
110 fi
114 fi
139 fi
159 fi
178 fi
[all …]
/freebsd/tools/tools/kerninclude/
H A Dkerninclude.sh44 fi
59 fi
74 fi
93 fi
119 fi
133 fi
134 fi
140 fi
152 fi
157 fi
[all …]
/freebsd/crypto/krb5/src/
H A Dconfigure40 fi
77 if (exec 3>&0) 2>/dev/null; then :; else exec 0</dev/null; fi
78 if (exec 3>&1) 2>/dev/null; then :; else exec 1>/dev/null; fi
79 if (exec 3>&2) ; then :; else exec 2>/dev/null; fi
88 fi
114 fi
118 fi
143 fi
163 fi
181 fi
[all …]

12345678910>>...164