Home
last modified time | relevance | path

Searched refs:f (Results 2301 – 2325 of 5324) sorted by relevance

1...<<919293949596979899100>>...213

/freebsd/contrib/llvm-project/llvm/lib/Target/RISCV/
H A DRISCVInstrInfoVPseudos.td2253 multiclass VPseudoBinaryV_VF<LMULInfo m, FPR_Info f, int sew> {
2254 defm "_V" # f.FX : VPseudoBinary<m.vrclass, m.vrclass,
2255 f.fprclass, m, "", sew>;
2258 multiclass VPseudoBinaryV_VF_RM<LMULInfo m, FPR_Info f, int sew> {
2259 defm "_V" # f.FX : VPseudoBinaryRoundingMode<m.vrclass, m.vrclass,
2260 f.fprclass, m, "", sew,
2265 foreach f = FPList in {
2266 foreach m = f.MxList in {
2267 defm "_V" #f.FX
2268 : VPseudoBinary<m.vrclass, m.vrclass, f
[all...]
/freebsd/contrib/libxo/tests/xo/saved/
H A Dxo_02.X.out1 …North Carolina</state><city>Raleigh</city><d><e><f><state>North Carolina</state><city>Raleigh</cit…
H A Dxo_02.XP.out26 <f>
29 </f>
/freebsd/contrib/netbsd-tests/ipf/expected/
H A Dn12_63 …00 0003 c0a8 7e00 0000 0000 0000 0000 0000 0053 0017 12c2 f674 e02c 4e33 298f a012 2798 7ace 0000 …
5 …00 0000 0000 00bc c0a8 0300 0000 0000 0000 0000 0000 0003 2710 0017 4e33 298f f674 e02d 8010 4000 …
/freebsd/crypto/openssl/crypto/ec/curve448/arch_32/
H A Df_impl.h18 # define FIELD_LITERAL(a, b, c, d, e, f, g, h) \ argument
19 {{LIMB(a), LIMB(b), LIMB(c), LIMB(d), LIMB(e), LIMB(f), LIMB(g), LIMB(h)}}
/freebsd/usr.bin/mkimg/tests/
H A Dimg-1x1-4096-mbr.vhdf.hex17 00000480 00 00 00 00 57 45 56 82 0f 0c 08 00 00 20 00 00 |....WEV...... ..|
30 00500000 63 6f 6e 65 63 74 69 78 00 00 00 02 00 01 00 00 |conectix........|
H A Dimg-1x1-512-mbr.vhdf.hex17 00000480 00 00 00 00 57 45 56 82 0f 0c 08 00 00 20 00 00 |....WEV...... ..|
30 00500000 63 6f 6e 65 63 74 69 78 00 00 00 02 00 01 00 00 |conectix........|
/freebsd/crypto/openssl/crypto/engine/
H A Dtb_pkmeth.c92 int ENGINE_set_pkey_meths(ENGINE *e, ENGINE_PKEY_METHS_PTR f) in ENGINE_set_pkey_meths() argument
94 e->pkey_meths = f; in ENGINE_set_pkey_meths()
/freebsd/contrib/arm-optimized-routines/math/tools/
H A Dplot.py19 def parse(f): argument
26 for line in f:
/freebsd/tools/test/stress2/misc/
H A Dmsdos12.sh68 leftover=`find $mntpoint -type f | wc -l`
71 find $mntpoint -type f | head -5
/freebsd/contrib/one-true-awk/testdir/
H A DT.latin120 $awk -f foo1 foo1 >foo2
26 $awk -f foo1 foo1 >foo2
/freebsd/crypto/openssl/test/certs/
H A Dtab-in-dn.text5 2d:48:b5:92:24:a8:3c:4e:99:ae:44:6f:d4:97:37:a9:29:8d:8c:6b
26 ea:cd:be:ca:77:84:48:4f:44:c6:b5:11:a0:77:78:30:46:4a:
/freebsd/contrib/arm-optimized-routines/string/aarch64/experimental/
H A Dstrncmp-sve.S23 b.none 9f
28 b.nlast 2f
/freebsd/contrib/lua/src/
H A Dltm.c103 void luaT_callTM (lua_State *L, const TValue *f, const TValue *p1, in luaT_callTM() argument
106 setobj2s(L, func, f); /* push function (assume EXTRA_STACK) */ in luaT_callTM()
119 void luaT_callTMres (lua_State *L, const TValue *f, const TValue *p1, in luaT_callTMres() argument
123 setobj2s(L, func, f); /* push function (assume EXTRA_STACK) */ in luaT_callTMres()
/freebsd/lib/libdpv/
H A Ddialog_util.c117 FILE *f = NULL; in x11_maxsize_update() local
135 if ((f = popen(cmdbuf, "r")) == NULL) { in x11_maxsize_update()
142 if ((fgets(rbuf, LINE_MAX, f) == NULL) || (pclose(f) < 0)) in x11_maxsize_update()
/freebsd/contrib/ntp/sntp/libevent/sample/
H A Dhttps-client.c479 FILE * f = fopen(data_file, "rb"); in main() local
484 if (!f) { in main()
490 while ((s = fread(buf, 1, sizeof(buf), f)) > 0) { in main()
496 fclose(f); in main()
/freebsd/contrib/netbsd-tests/kernel/
H A Dt_ptrace_wait.h80 # define TWAIT_WAIT6TYPE(a,b,c,d,e,f) waitid((a),(b),(f),(d)) argument
97 # define TWAIT_WAIT6TYPE(a,b,c,d,e,f) wait6((a),(b),(c),(d),(e),(f)) argument
/freebsd/contrib/llvm-project/compiler-rt/lib/builtins/arm/
H A Daddsf3.S84 bne 1f
94 beq 1f
154 beq 1f
198 beq 1f
/freebsd/usr.sbin/autofs/
H A Dautomountd.c176 FILE *f; in handle_request() local
347 f = auto_popen("mount", "-t", fstype, "-o", options, in handle_request()
349 assert(f != NULL); in handle_request()
350 error = auto_pclose(f); in handle_request()
/freebsd/sys/geom/raid/
H A Dtr_concat.c103 int i, n, f; in g_raid_tr_update_state_concat() local
113 f = g_raid_nsubdisks(vol, G_RAID_SUBDISK_S_FAILED); in g_raid_tr_update_state_concat()
114 if (n + f == vol->v_disks_count) { in g_raid_tr_update_state_concat()
115 if (f == 0) in g_raid_tr_update_state_concat()
/freebsd/usr.sbin/bsdconfig/share/media/
H A Dcommon.subr117 if [ -f "$path" -a -r "$path" ]; then
122 'stat -f %%z "%s"' "$path" || size=-1
133 if [ -f "$path" -a -r "$path" ]; then
138 'stat -f %%z "%s"' "$path" || size=-1
/freebsd/contrib/libevent/sample/
H A Dhttps-client.c479 FILE * f = fopen(data_file, "rb"); in main() local
484 if (!f) { in main()
490 while ((s = fread(buf, 1, sizeof(buf), f)) > 0) { in main()
496 fclose(f); in main()
/freebsd/lib/libc/db/test/
H A Drun.test136 (find /bin -type f -print | xargs cat) > $TMP1
139 for i in `find /bin -type f -print`; do
158 for i in `find /bin -type f -print`; do
175 find /bin -type f -print |
/freebsd/sys/arm64/vmm/
H A Dvmm_hyp_exception.S194 beq 1f
239 bne 1f
272 beq 1f
274 b 2f
/freebsd/contrib/ncurses/ncurses/base/
H A Dnew_pair.c357 alloc_pair(int f, int b) in alloc_pair() argument
359 return NCURSES_SP_NAME(alloc_pair) (CURRENT_SCREEN, f, b); in alloc_pair()
363 find_pair(int f, int b) in find_pair() argument
365 return NCURSES_SP_NAME(find_pair) (CURRENT_SCREEN, f, b); in find_pair()

1...<<919293949596979899100>>...213