/freebsd/contrib/wireguard-tools/ |
H A D | curve25519-fiat32.h | 160 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 D | Dwarf.h | 32 llvm::function_ref<void(const llvm::DWARFSection &)> f) const override { in forEachInfoSections()
|
/freebsd/tools/regression/p1003_1b/ |
H A D | main.c | 15 int (*f)(int, char *[]); member
|
/freebsd/tools/regression/security/cap_test/ |
H A D | cap_test_fcntl.c | 101 struct fd f = all[i]; in test_fcntl() local
|
/freebsd/usr.bin/netstat/ |
H A D | pfkey.c | 119 #define p(f, m) if (pfkeystat.f || sflag <= 1) \ in pfkey_stats() argument
|
H A D | route.c | 474 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 D | touch.c | 14 fido_blob_t f; in fido_dev_get_touch_begin() local
|
/freebsd/usr.sbin/ngctl/ |
H A D | dot.c | 68 FILE *f = stdout; in DotCmd() local
|
/freebsd/contrib/gdtoa/ |
H A D | strtof.c | 47 union { ULong L[1]; float f; } u; member
|
H A D | strtorf.c | 69 strtorf(s, sp, rounding, f) CONST char *s; char **sp; int rounding; float *f; in strtorf() argument
|
/freebsd/crypto/heimdal/lib/wind/ |
H A D | gen-punycode-examples.py | 47 f = open(sys.argv[1], 'r') variable
|
/freebsd/cddl/contrib/opensolaris/cmd/dtrace/test/tst/common/profile-n/ |
H A D | tst.ufuncsort.c | 29 typedef void f(int x); typedef
|
/freebsd/lib/msun/src/ |
H A D | k_log.h | 84 k_log1p(double f) in k_log1p()
|
H A D | e_log2f.c | 31 float f,hfsq,hi,lo,r,y; in log2f() local
|
/freebsd/lib/libc/stdio/ |
H A D | vsnprintf.c | 52 FILE f = FAKE_FILE; in vsnprintf_l() local
|
/freebsd/crypto/openssl/crypto/rand/ |
H A D | rand_uniform.c | 27 uint32_t i, f; /* integer and fractional parts */ in ossl_rand_uniform_uint32() local
|
/freebsd/crypto/openssh/openbsd-compat/ |
H A D | arc4random.h | 35 #define _ARC4_ATFORK(f) argument
|
/freebsd/contrib/arm-optimized-routines/math/aarch64/experimental/ |
H A D | expm1f_1u6.c | 55 float f = fmaf (j, -Ln2hi, x); in expm1f() local
|
/freebsd/contrib/ntp/ntpd/ |
H A D | ntp_filegen.c | 545 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 D | ck_hp_fifo.h | 203 #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 D | fio.c | 214 makemessage(FILE *f, int omsgCount) in makemessage() 244 append(struct message *mp, FILE *f) in append()
|
/freebsd/stand/ficl/ |
H A D | gfx_loader.c | 66 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 D | openpam_configure.c | 155 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 D | t_fileactions.c | 75 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 D | sha2.h | 109 #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
|