Home
last modified time | relevance | path

Searched refs:f (Results 1451 – 1475 of 5324) sorted by relevance

1...<<51525354555657585960>>...213

/freebsd/sys/contrib/openzfs/
H A Dautogen.sh36 while read -r f; do
37 mv "$f~" "$f"
/freebsd/contrib/bearssl/src/int/
H A Di15_mulacc.c46 uint32_t f; in br_i15_mulacc() local
50 f = b[1 + u]; in br_i15_mulacc()
55 z = (uint32_t)d[1 + u + v] + MUL15(f, a[1 + v]) + cc; in br_i15_mulacc()
H A Di31_mulacc.c46 uint32_t f; in br_i31_mulacc() local
63 f = b[1 + u]; in br_i31_mulacc()
68 z = (uint64_t)d[1 + u + v] + MUL31(f, a[1 + v]) + cc; in br_i31_mulacc()
/freebsd/cddl/contrib/opensolaris/cmd/dtrace/test/tst/common/java_api/
H A Dtst.ProbeData.c29 typedef void f(char *); typedef
57 fN(f func, char *a, int i __unused) in fN()
63 fN2(f func, char *a, int i __unused) in fN2()
H A Dtst.Bean.ksh.out13 0 1 2 3 4 5 6 7 8 9 a b c d e f 0123456789abcdef
21 0 1 2 3 4 5 6 7 8 9 a b c d e f 0123456789abcdef
30 0 1 2 3 4 5 6 7 8 9 a b c d e f 0123456789abcdef
38 0 1 2 3 4 5 6 7 8 9 a b c d e f 0123456789abcdef
43 0 1 2 3 4 5 6 7 8 9 a b c d e f 0123456789abcdef
50 0 1 2 3 4 5 6 7 8 9 a b c d e f 0123456789abcdef
54 0 1 2 3 4 5 6 7 8 9 a b c d e f 0123456789abcdef
61 0 1 2 3 4 5 6 7 8 9 a b c d e f 0123456789abcdef
66 0 1 2 3 4 5 6 7 8 9 a b c d e f 0123456789abcdef
73 0 1 2 3 4 5 6 7 8 9 a b c d e f 0123456789abcdef
[all …]
/freebsd/contrib/arm-optimized-routines/math/tools/
H A Dlog1pf.sollya11 f = proc(y) {
15 poly = fpminimax(f(x), deg, [|single ...|], [a;b]);
18 print("rel error:", accurateinfnorm(1-poly(x)/f(x), [a;b], 30));
H A Dtan.sollya14 f = (tan(sqrt(x))-sqrt(x))/x^(3/2);
15 poly = fpminimax(f, deg, [|double ...|], [a*a;b*b]);
17 //print("rel error:", accurateinfnorm(1-poly(x)/f(x), [a;b], 30));
H A Dexpm1f.sollya11 f = proc(y) {
15 poly = fpminimax(f(x), deg, [|single ...|], [a;b]);
18 print("rel error:", accurateinfnorm(1-poly(x)/f(x), [a;b], 30));
H A Dexpm1.sollya11 f = proc(y) {
15 poly = fpminimax(f(x), deg, [|double ...|], [a;b]);
18 print("rel error:", accurateinfnorm(1-poly(x)/f(x), [a;b], 30));
/freebsd/contrib/libarchive/test_utils/
H A Dtest_main.c223 static BOOLEAN (WINAPI *f)(LPCSTR, LPCSTR, DWORD); in my_CreateSymbolicLinkA()
232 f = GetFunctionKernel32("CreateSymbolicLinkA"); in my_CreateSymbolicLinkA()
234 if (f == NULL) in my_CreateSymbolicLinkA()
305 ret = (*f)(src, tgt, tmpflags); in my_CreateSymbolicLinkA()
311 ret = (*f)(src, tgt, flags); in my_CreateSymbolicLinkA()
321 static BOOLEAN (WINAPI *f)(LPCSTR, LPCSTR, LPSECURITY_ATTRIBUTES); in my_CreateHardLinkA()
325 f = GetFunctionKernel32("CreateHardLinkA"); in my_CreateHardLinkA()
327 return f == NULL ? 0 : (*f)(linkname, target, NULL); in my_CreateHardLinkA()
998 FILE *f; in assertion_empty_file() local
1013 f = fopen(f1, "rb"); in assertion_empty_file()
[all …]
/freebsd/contrib/bc/
H A Dbuild.pkg.rig365 io.open(output, "w"): f
367 f.print(GEN_HEADER1 +~ input +~ GEN_HEADER2);
371 f.print(GEN_LABEL_EXTERN1 +~ label +~ GEN_LABEL_EXTERN2);
374 f.print(GEN_NAME_EXTERN1 +~ name +~ GEN_NAME_EXTERN2);
378 f.print(GEN_IFDEF1 +~ def +~ GEN_IFDEF2);
383 f.print(GEN_LABEL1 +~ label +~ GEN_LABEL2 +~ name +~ GEN_LABEL3);
386 f.print(GEN_NAME1 +~ name +~ GEN_NAME2);
491 f.print("\t");
497 f.print(val);
505 f.print("\n");
[all …]
/freebsd/contrib/llvm-project/compiler-rt/lib/tsan/rtl/
H A Dtsan_sync.h70 bool IsFlagSet(u32 f) const { in IsFlagSet()
71 return atomic_load_relaxed(&flags) & f; in IsFlagSet()
74 void SetFlags(u32 f) { in SetFlags()
75 atomic_store_relaxed(&flags, atomic_load_relaxed(&flags) | f); in SetFlags()
/freebsd/contrib/wireguard-tools/
H A Dipc-uapi-unix.h25 FILE *f = NULL; in userspace_interface_file() local
50 f = fdopen(fd, "r+"); in userspace_interface_file()
51 if (f) in userspace_interface_file()
61 return f; in userspace_interface_file()
/freebsd/sys/sys/
H A Depoch.h109 #define NET_EPOCH_CALL(f, c) epoch_call(net_epoch_preempt, (f), (c)) argument
112 #define NET_TASK_INIT(t, p, f, c) TASK_INIT_FLAGS(t, p, f, c, TASK_NETWORK) argument
/freebsd/tests/sys/cddl/zfs/tests/cli_user/zfs_list/
H A Dzfs_list_005_pos.ksh68 log_must $ZFS set f:color=$color $basefs/$ds
70 log_must $ZFS set f:color=$color $basefs/${ds}-vol
75 log_must $ZFS set f:amount=$amount $basefs/$ds
77 log_must $ZFS set f:amount=$amount $basefs/${ds}-vol
/freebsd/contrib/llvm-project/compiler-rt/lib/builtins/i386/
H A Dumoddi3.S30 jz 9f // the code to handle that special case [9].
44 jae 2f
64 jnc 1f // if positive, this is the result.
100 jnc 3f // if positive, this is the result.
/freebsd/share/i18n/csmapper/CP/
H A DMakefile11 f=`echo $$i | sed 's/:/@/'`; \
13 mapper_std CP/CP$$f'%UCS.mps';\
15 mapper_std CP/UCS%CP$$f'.mps';\
/freebsd/sys/contrib/openzfs/module/lua/
H A Dldebug.h17 #define getfuncline(f,pc) (((f)->lineinfo) ? (f)->lineinfo[pc] : 0) argument
/freebsd/crypto/openssl/crypto/sha/
H A Dsha_local.h85 # define BODY_00_15(i,a,b,c,d,e,f,xi) \ argument
86 (f)=xi+(e)+K_00_19+ROTATE((a),5)+F_00_19((b),(c),(d)); \
89 # define BODY_16_19(i,a,b,c,d,e,f,xi,xa,xb,xc,xd) \ argument
90 Xupdate(f,xi,xa,xb,xc,xd); \
91 (f)+=(e)+K_00_19+ROTATE((a),5)+F_00_19((b),(c),(d)); \
94 # define BODY_20_31(i,a,b,c,d,e,f,xi,xa,xb,xc,xd) \ argument
95 Xupdate(f,xi,xa,xb,xc,xd); \
96 (f)+=(e)+K_20_39+ROTATE((a),5)+F_20_39((b),(c),(d)); \
99 # define BODY_32_39(i,a,b,c,d,e,f,xa,xb,xc,xd) \ argument
100 Xupdate(f,xa,xa,xb,xc,xd); \
[all …]
/freebsd/crypto/heimdal/etc/
H A DMakefile.in556 for f in $$foo; do \
557 f=`basename $$f`; \
558 if test -f "$(srcdir)/$$f"; then file="$(srcdir)/$$f"; \
559 else file="$$f"; fi; \
560 if cmp -s $$file $(buildinclude)/$$f 2> /dev/null ; then \
562 echo " $(CP) $$file $(buildinclude)/$$f"; \
563 $(CP) $$file $(buildinclude)/$$f; \
567 for f in $$foo; do \
568 if test -f "$(srcdir)/$$f"; then file="$(srcdir)/$$f"; \
569 else file="$$f"; fi; \
[all …]
/freebsd/crypto/heimdal/include/gssapi/
H A DMakefile.in558 for f in $$foo; do \
559 f=`basename $$f`; \
560 if test -f "$(srcdir)/$$f"; then file="$(srcdir)/$$f"; \
561 else file="$$f"; fi; \
562 if cmp -s $$file $(buildinclude)/$$f 2> /dev/null ; then \
564 echo " $(CP) $$file $(buildinclude)/$$f"; \
565 $(CP) $$file $(buildinclude)/$$f; \
569 for f in $$foo; do \
570 if test -f "$(srcdir)/$$f"; then file="$(srcdir)/$$f"; \
571 else file="$$f"; fi; \
[all …]
/freebsd/crypto/heimdal/include/hcrypto/
H A DMakefile.in582 for f in $$foo; do \
583 f=`basename $$f`; \
584 if test -f "$(srcdir)/$$f"; then file="$(srcdir)/$$f"; \
585 else file="$$f"; fi; \
586 if cmp -s $$file $(buildinclude)/$$f 2> /dev/null ; then \
588 echo " $(CP) $$file $(buildinclude)/$$f"; \
589 $(CP) $$file $(buildinclude)/$$f; \
593 for f in $$foo; do \
594 if test -f "$(srcdir)/$$f"; then file="$(srcdir)/$$f"; \
595 else file="$$f"; fi; \
[all …]
/freebsd/crypto/heimdal/include/kadm5/
H A DMakefile.in559 for f in $$foo; do \
560 f=`basename $$f`; \
561 if test -f "$(srcdir)/$$f"; then file="$(srcdir)/$$f"; \
562 else file="$$f"; fi; \
563 if cmp -s $$file $(buildinclude)/$$f 2> /dev/null ; then \
565 echo " $(CP) $$file $(buildinclude)/$$f"; \
566 $(CP) $$file $(buildinclude)/$$f; \
570 for f in $$foo; do \
571 if test -f "$(srcdir)/$$f"; then file="$(srcdir)/$$f"; \
572 else file="$$f"; fi; \
[all …]
/freebsd/crypto/openssl/doc/man3/
H A DBIO_push.pod55 I<b64> is a base64 BIO and I<f> is a file BIO.
59 BIO_push(b64, f);
61 is made then the new chain will be I<b64-f>. After making the calls
66 the new chain is I<md1-md2-b64-f>. Data written to I<md1> will be digested
67 by I<md1> and I<md2>, base64 encoded, and finally written to I<f>.
70 direction, that is data is read from I<f>, base64 decoded,
77 will return I<b64> and the new chain will be I<md1-b64-f>.
/freebsd/lib/libc/nls/
H A Dsv_SE.ISO8859-1.msg20 7 Argumentlistan �r f�r l�ng
56 25 Ol�mplig ioctl f�r enheten
60 27 Filen �r f�r stor
74 34 Resultatet �r f�r stort
88 41 Fel protokolltyp f�r sockeln
132 63 Alldeles f�r l�ngt filnamn
158 76 Felaktig procedur f�r programmet

1...<<51525354555657585960>>...213