Home
last modified time | relevance | path

Searched defs:f (Results 476 – 500 of 1820) sorted by relevance

1...<<11121314151617181920>>...73

/freebsd/contrib/wireguard-tools/
H A Dcurve25519-fiat32.h160 static __always_inline void fe_tobytes(u8 s[32], const fe *f) in fe_tobytes()
199 static __always_inline void fe_copy(fe *h, const fe *f) in fe_copy()
204 static __always_inline void fe_copy_lt(fe_loose *h, const fe *f) in fe_copy_lt()
260 static __always_inline void fe_add(fe_loose *h, const fe *f, const fe *g) in fe_add()
303 static __always_inline void fe_sub(fe_loose *h, const fe *f, const fe *g) in fe_sub()
424 static __always_inline void fe_mul_ttt(fe *h, const fe *f, const fe *g) in fe_mul_ttt()
429 static __always_inline void fe_mul_tlt(fe *h, const fe_loose *f, const fe *g) in fe_mul_tlt()
435 fe_mul_tll(fe *h, const fe_loose *f, const fe_loose *g) in fe_mul_tll()
546 static __always_inline void fe_sq_tl(fe *h, const fe_loose *f) in fe_sq_tl()
551 static __always_inline void fe_sq_tt(fe *h, const fe *f) in fe_sq_tt()
[all …]
/freebsd/contrib/llvm-project/lld/MachO/
H A DDwarf.h32 llvm::function_ref<void(const llvm::DWARFSection &)> f) const override { in forEachInfoSections()
/freebsd/tools/regression/p1003_1b/
H A Dmain.c15 int (*f)(int, char *[]); member
/freebsd/tools/regression/security/cap_test/
H A Dcap_test_fcntl.c101 struct fd f = all[i]; in test_fcntl() local
/freebsd/usr.bin/netstat/
H A Dpfkey.c119 #define p(f, m) if (pfkeystat.f || sflag <= 1) \ in pfkey_stats() argument
H A Droute.c474 p_flags(int f, const char *format) in p_flags()
485 int error, f; in routename() local
710 #define p(f, m) if (rtstat.f || sflag <= 1) \ in rt_stats() argument
/freebsd/contrib/libfido2/src/
H A Dtouch.c14 fido_blob_t f; in fido_dev_get_touch_begin() local
/freebsd/usr.sbin/ngctl/
H A Ddot.c68 FILE *f = stdout; in DotCmd() local
/freebsd/contrib/gdtoa/
H A Dstrtof.c47 union { ULong L[1]; float f; } u; member
H A Dstrtorf.c69 strtorf(s, sp, rounding, f) CONST char *s; char **sp; int rounding; float *f; in strtorf() argument
/freebsd/crypto/heimdal/lib/wind/
H A Dgen-punycode-examples.py47 f = open(sys.argv[1], 'r') variable
/freebsd/cddl/contrib/opensolaris/cmd/dtrace/test/tst/common/profile-n/
H A Dtst.ufuncsort.c29 typedef void f(int x); typedef
/freebsd/lib/msun/src/
H A Dk_log.h84 k_log1p(double f) in k_log1p()
H A De_log2f.c31 float f,hfsq,hi,lo,r,y; in log2f() local
/freebsd/lib/libc/stdio/
H A Dvsnprintf.c52 FILE f = FAKE_FILE; in vsnprintf_l() local
/freebsd/crypto/openssl/crypto/rand/
H A Drand_uniform.c27 uint32_t i, f; /* integer and fractional parts */ in ossl_rand_uniform_uint32() local
/freebsd/crypto/openssh/openbsd-compat/
H A Darc4random.h35 #define _ARC4_ATFORK(f) argument
/freebsd/contrib/arm-optimized-routines/math/aarch64/experimental/
H A Dexpm1f_1u6.c55 float f = fmaf (j, -Ln2hi, x); in expm1f() local
/freebsd/contrib/ntp/ntpd/
H A Dntp_filegen.c545 struct filegen_entry *f = filegen_registry; in filegen_get() local
605 struct filegen_entry *f; in filegen_statsdir() local
/freebsd/sys/contrib/ck/include/
H A Dck_hp_fifo.h203 #define CK_HP_FIFO_ISEMPTY(f) ((f)->head->next == NULL) argument
204 #define CK_HP_FIFO_FIRST(f) ((f)->head->next) argument
/freebsd/usr.bin/mail/
H A Dfio.c214 makemessage(FILE *f, int omsgCount) in makemessage()
244 append(struct message *mp, FILE *f) in append()
/freebsd/stand/ficl/
H A Dgfx_loader.c66 uint32_t x1, y1, x2, y2, f; in ficl_term_putimage() local
117 uint32_t x1, y1, x2, y2, f; in ficl_fb_putimage() local
/freebsd/contrib/openpam/lib/libpam/
H A Dopenpam_configure.c155 FILE *f, in openpam_parse_chain()
382 FILE *f; in openpam_load_file() local
/freebsd/contrib/netbsd-tests/lib/libc/gen/posix_spawn/
H A Dt_fileactions.c75 FILE *f; in make_testfile() local
88 FILE *f; in empty_outfile() local
397 FILE *f; in t_spawn_chdir_impl() local
/freebsd/crypto/libecc/include/libecc/hash/
H A Dsha2.h109 #define SHA2CORE(a, b, c, d, e, f, g, h, w, k, sha_word_type, sha_type) do {\ argument
134 #define SHA2CORE_SHA256(a, b, c, d, e, f, g, h, w, k) \ argument
170 #define SHA2CORE_SHA512(a, b, c, d, e, f, g, h, w, k) \ argument

1...<<11121314151617181920>>...73