/lib/ |
A D | win_minmax.c | 29 static u32 minmax_subwin_update(struct minmax *m, u32 win, in minmax_subwin_update() 67 u32 minmax_running_max(struct minmax *m, u32 win, u32 t, u32 meas) in minmax_running_max() 85 u32 minmax_running_min(struct minmax *m, u32 win, u32 t, u32 meas) in minmax_running_min()
|
A D | error-inject.c | 165 static void *ei_seq_start(struct seq_file *m, loff_t *pos) in ei_seq_start() 171 static void ei_seq_stop(struct seq_file *m, void *v) in ei_seq_stop() 176 static void *ei_seq_next(struct seq_file *m, void *v, loff_t *pos) in ei_seq_next() 197 static int ei_seq_show(struct seq_file *m, void *v) in ei_seq_show()
|
A D | siphash.c | 50 u64 m; in __siphash_aligned() local 83 u64 m; in __siphash_unaligned() local 251 u64 m; in __hsiphash_aligned() local 284 u64 m; in __hsiphash_unaligned() local 413 u32 m; in __hsiphash_aligned() local 436 u32 m; in __hsiphash_unaligned() local
|
A D | ratelimit.c | 74 int m; in ___ratelimit() local
|
A D | bch.c | 212 unsigned long m; in bch_encode() local 374 unsigned int m; in compute_syndromes() local 468 const int m = GF_M(bch); in solve_linear_system() local 543 const int m = GF_M(bch); in find_affine4_roots() local 745 int la, p, m; in gf_poly_mod() local 822 const int m = GF_M(bch); in compute_trace_bk_mod() local 940 int m; in chien_search() local 1140 const int m = GF_M(bch); in build_deg2_base() local 1191 const unsigned int m = GF_M(bch); in compute_generator_polynomial() local 1275 struct bch_control *bch_init(int m, int t, unsigned int prim_poly, in bch_init()
|
A D | alloc_tag.c | 48 static void *allocinfo_start(struct seq_file *m, loff_t *pos) in allocinfo_start() 63 static void *allocinfo_next(struct seq_file *m, void *arg, loff_t *pos) in allocinfo_next() 75 static void allocinfo_stop(struct seq_file *m, void *arg) in allocinfo_stop() 99 static int allocinfo_show(struct seq_file *m, void *arg) in allocinfo_show()
|
A D | extable.c | 75 void trim_init_extable(struct module *m) in trim_init_extable()
|
A D | sbitmap.c | 380 void sbitmap_show(struct sbitmap *sb, struct seq_file *m) in sbitmap_show() 390 static inline void emit_byte(struct seq_file *m, unsigned int offset, u8 byte) in emit_byte() 402 void sbitmap_bitmap_show(struct sbitmap *sb, struct seq_file *m) in sbitmap_bitmap_show() 725 void sbitmap_queue_show(struct sbitmap_queue *sbq, struct seq_file *m) in sbitmap_queue_show()
|
A D | digsig.c | 77 const char *m; in digsig_verify_rsa() local
|
A D | dynamic_debug.c | 1076 static void *ddebug_proc_start(struct seq_file *m, loff_t *pos) in ddebug_proc_start() 1099 static void *ddebug_proc_next(struct seq_file *m, void *p, loff_t *pos) in ddebug_proc_next() 1132 static int ddebug_proc_show(struct seq_file *m, void *p) in ddebug_proc_show() 1168 static void ddebug_proc_stop(struct seq_file *m, void *p) in ddebug_proc_stop()
|
A D | inflate.c | 329 int *m /* maximum lookup bits, returns actual */ in huft_build() 835 unsigned m; /* mask for bit lengths table */ in inflate_dynamic() local
|
A D | seq_buf.c | 50 int seq_buf_print_seq(struct seq_file *m, struct seq_buf *s) in seq_buf_print_seq()
|
A D | bootconfig.c | 790 struct xbc_node *n, *m; in xbc_verify_tree() local
|
/lib/math/ |
A D | int_sqrt.c | 22 unsigned long b, m, y = 0; in int_sqrt() local 51 u64 b, m, y = 0; in int_sqrt64() local
|
A D | reciprocal_div.c | 20 u64 m; in reciprocal_value() local
|
A D | prime_numbers.c | 104 unsigned long m; in clear_multiples() local
|
/lib/tests/ |
A D | test_hash.c | 85 test_int_hash_64(struct kunit *test, struct test_hash_params *params, u32 const *m, int *k) in test_int_hash_64() 123 u32 const m = ((u32)2 << (k-1)) - 1; /* Low k bits set */ in test_int_hash() local 213 u32 const m = ((u32)2 << (i-1)) - 1; /* Low i bits set */ in test_hash_or() local
|
A D | cpumask_kunit.c | 12 #define MASK_MSG(m) \ argument
|
A D | overflow_kunit.c | 1038 # define TEST_SAME_TYPE64(base, t, m) TEST_SAME_TYPE(base, t, m) in same_type_test() argument 1040 # define TEST_SAME_TYPE64(base, t, m) do { } while (0) in same_type_test() argument
|
/lib/crypto/mpi/ |
A D | mpi-add.c | 108 int mpi_addm(MPI w, MPI u, MPI v, MPI m) in mpi_addm() 115 int mpi_subm(MPI w, MPI u, MPI v, MPI m) in mpi_subm()
|
A D | mpi-mul.c | 106 int mpi_mulm(MPI w, MPI u, MPI v, MPI m) in mpi_mulm()
|
/lib/842/ |
A D | 842_debugfs.h | 18 umode_t m = S_IRUGO | S_IWUSR; in sw842_debugfs_create() local
|
/lib/crypto/ |
A D | blake2s-generic.c | 47 u32 m[16]; in blake2s_compress_generic() local
|
/lib/zlib_deflate/ |
A D | deftree.c | 307 #define smaller(tree, n, m, depth) \ argument 365 int n, m; /* iterate over the tree elements */ in gen_bitlen() local 492 int n, m; /* iterate over heap elements */ in build_tree() local
|
A D | deflate.c | 744 register unsigned n, m; in fill_window() local
|