Home
last modified time | relevance | path

Searched defs:f (Results 1 – 16 of 16) sorted by relevance

/lib/xz/
Dxz_dec_test.c63 static int xz_dec_test_open(struct inode *i, struct file *f) in xz_dec_test_open()
82 static int xz_dec_test_release(struct inode *i, struct file *f) in xz_dec_test_release()
/lib/zstd/common/
Derror_private.h52 #define CHECK_V_F(e, f) size_t const e = f; if (ERR_isError(e)) return e argument
53 #define CHECK_F(f) { CHECK_V_F(_var_err__, f); } argument
/lib/
Dtest_fpu_impl.c15 volatile double a, b, c, d, e, f, g; in test_fpu() local
Dclosure.c259 static int debug_show(struct seq_file *f, void *data) in debug_show()
Dtest_hexdump.c167 int ae, he, e, f, r; in test_hexdump_overflow() local
Dkstrtox.c408 #define kstrto_from_user(f, g, type) \ argument
Dbch.c669 unsigned int a, b, c, d, e = 0, f, a2, b2, c2, e4; in find_poly_deg4_roots() local
819 const struct gf_poly *f, struct gf_poly *z, in compute_trace_bk_mod()
861 static void factor_polynomial(struct bch_control *bch, int k, struct gf_poly *f, in factor_polynomial()
Dinflate.c338 unsigned f; /* i repeats in table every f entries */ in huft_build() local
Dtest_firmware.c150 static ssize_t test_fw_misc_read(struct file *f, char __user *buf, in test_fw_misc_read()
Dvsprintf.c949 char *file_dentry_name(char *buf, char *end, const struct file *f, in file_dentry_name()
Dtest_bpf.c15240 long f = 5; in BPF_CALL_1() local
/lib/fonts/
Dfonts.c116 const struct font_desc *f, *g; in get_default_font() local
/lib/crypto/
Dcurve25519-fiat32.c164 static __always_inline void fe_tobytes(u8 s[32], const fe *f) in fe_tobytes()
203 static __always_inline void fe_copy(fe *h, const fe *f) in fe_copy()
208 static __always_inline void fe_copy_lt(fe_loose *h, const fe *f) in fe_copy_lt()
264 static __always_inline void fe_add(fe_loose *h, const fe *f, const fe *g) in fe_add()
307 static __always_inline void fe_sub(fe_loose *h, const fe *f, const fe *g) in fe_sub()
428 static __always_inline void fe_mul_ttt(fe *h, const fe *f, const fe *g) in fe_mul_ttt()
433 static __always_inline void fe_mul_tlt(fe *h, const fe_loose *f, const fe *g) in fe_mul_tlt()
439 fe_mul_tll(fe *h, const fe_loose *f, const fe_loose *g) in fe_mul_tll()
550 static __always_inline void fe_sq_tl(fe *h, const fe_loose *f) in fe_sq_tl()
555 static __always_inline void fe_sq_tt(fe *h, const fe *f) in fe_sq_tt()
[all …]
Dsha256.c65 #define SHA256_ROUND(i, a, b, c, d, e, f, g, h) do { \ argument
75 u32 a, b, c, d, e, f, g, h; in sha256_transform() local
Dpoly1305-donna32.c126 u64 f; in poly1305_core_emit() local
/lib/zlib_deflate/
Ddeftree.c368 ush f; /* frequency */ in gen_bitlen() local