/lib/xz/ |
A D | xz_dec_test.c | 63 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/crypto/ |
A D | sm3.c | 41 #define R(i, a, b, c, d, e, f, g, h, t, w1, w2) \ argument 52 #define R1(a, b, c, d, e, f, g, h, t, w1, w2) \ argument 54 #define R2(a, b, c, d, e, f, g, h, t, w1, w2) \ argument 77 u32 a, b, c, d, e, f, g, h, ss1, ss2; in sm3_transform() local
|
A D | curve25519-fiat32.c | 164 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() 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() 622 static noinline void fe_cswap(fe *f, fe *g, unsigned int b) in fe_cswap() [all …]
|
A D | poly1305-donna32.c | 127 u64 f; in poly1305_core_emit() local
|
A D | sha256.c | 66 #define SHA256_ROUND(i, a, b, c, d, e, f, g, h) \ argument 78 u32 a, b, c, d, e, f, g, h; in sha256_block_generic() local
|
A D | sha512.c | 80 u64 f = state->h[5]; in sha512_block_generic() local
|
/lib/zstd/common/ |
A D | error_private.h | 50 #define CHECK_V_F(e, f) \ argument 56 #define CHECK_F(f) do { CHECK_V_F(_var_err__, f); } while (0) argument
|
/lib/ |
A D | test_fpu_impl.c | 15 volatile double a, b, c, d, e, f, g; in test_fpu() local
|
A D | closure.c | 259 static int debug_show(struct seq_file *f, void *data) in debug_show()
|
A D | test_hexdump.c | 167 int ae, he, e, f, r; in test_hexdump_overflow() local
|
A D | kstrtox.c | 412 #define kstrto_from_user(f, g, type) \ argument
|
A D | bch.c | 669 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()
|
A D | ref_tracker.c | 370 static int ref_tracker_debugfs_show(struct seq_file *f, void *v) in ref_tracker_debugfs_show()
|
A D | inflate.c | 338 unsigned f; /* i repeats in table every f entries */ in huft_build() local
|
A D | test_firmware.c | 150 static ssize_t test_fw_misc_read(struct file *f, char __user *buf, in test_fw_misc_read()
|
A D | vsprintf.c | 956 char *file_dentry_name(char *buf, char *end, const struct file *f, in file_dentry_name()
|
A D | test_bpf.c | 15292 long f = 5; in BPF_CALL_1() local
|
/lib/fonts/ |
A D | fonts.c | 116 const struct font_desc *f, *g; in get_default_font() local
|
/lib/crypto/powerpc/ |
A D | sha256-spe-asm.S | 101 #define R_LOAD_W(a, b, c, d, e, f, g, h, w, off) \ argument 156 #define R_CALC_W(a, b, c, d, e, f, g, h, w0, w1, w4, w5, w7, k, off) \ argument
|
/lib/crypto/x86/ |
A D | sha256-ssse3-asm.S | 102 f = %r9d define 139 f = e define
|
A D | sha256-avx-asm.S | 109 f = %r9d define 145 f = e define
|
A D | sha512-avx2-asm.S | 89 f = %r9 define 147 f = e define
|
A D | sha256-avx2-asm.S | 104 f = %r9d define 145 f = e define
|
/lib/zlib_deflate/ |
A D | deftree.c | 368 ush f; /* frequency */ in gen_bitlen() local
|
/lib/crypto/arm/ |
A D | sha1-armv7-neon.S | 134 #define _R(a,b,c,d,e,f,i,pre1,pre2,pre3,i16,\ argument 139 #define R(a,b,c,d,e,f,i) \ argument
|