/lib/tests/ |
A D | list-test.c | 49 struct list_head a, b; in list_test_list_add() local 63 struct list_head a, b; in list_test_list_add_tail() local 77 struct list_head a, b; in list_test_list_del() local 132 struct list_head a, b; in list_test_list_swap() local 154 struct list_head a, b; in list_test_list_del_init() local 174 struct list_head a, b; in list_test_list_del_init_careful() local 191 struct list_head a, b; in list_test_list_move() local 210 struct list_head a, b; in list_test_list_move_tail() local 282 struct list_head a, b; in list_test_list_is_first() local 294 struct list_head a, b; in list_test_list_is_last() local [all …]
|
A D | hashtable_test.c | 51 struct hashtable_test_entry a, b; in hashtable_test_hash_hashed() local 67 struct hashtable_test_entry a, b, *x; in hashtable_test_hash_add() local 97 struct hashtable_test_entry a, b, *x; in hashtable_test_hash_del() local
|
/lib/crypto/ |
A D | memneq.c | 69 __crypto_memneq_generic(const void *a, const void *b, size_t size) in __crypto_memneq_generic() 94 static inline unsigned long __crypto_memneq_16(const void *a, const void *b) in __crypto_memneq_16() 164 noinline unsigned long __crypto_memneq(const void *a, const void *b, in __crypto_memneq()
|
A D | gf128mul.c | 143 u64 b = be64_to_cpu(x->b); in gf128mul_x8_lle() local 154 u64 b = be64_to_cpu(x->b); in gf128mul_x8_lle_ti() local 164 u64 b = be64_to_cpu(x->b); in gf128mul_x8_bbe() local 174 u64 b = le64_to_cpu(x->b); in gf128mul_x8_ble() local 182 void gf128mul_lle(be128 *r, const be128 *b) in gf128mul_lle()
|
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
|
/lib/math/ |
A D | lcm.c | 8 unsigned long lcm(unsigned long a, unsigned long b) in lcm() 17 unsigned long lcm_not_zero(unsigned long a, unsigned long b) in lcm_not_zero()
|
A D | gcd.c | 20 static unsigned long binary_gcd(unsigned long a, unsigned long b) in binary_gcd() 50 unsigned long gcd(unsigned long a, unsigned long b) in gcd()
|
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 | test_mul_u64_u64_div_u64.c | 13 typedef struct { u64 a; u64 b; u64 c; u64 result; } test_params; member 74 u64 b = test_values[i].b; in test_init() local
|
/lib/ |
A D | list_sort.c | 14 struct list_head *a, struct list_head *b) in merge() 50 struct list_head *a, struct list_head *b) in merge_final() 227 struct list_head *a = *tail, *b = a->prev; in list_sort() local
|
A D | sort.c | 56 static void swap_words_32(void *a, void *b, size_t n) in swap_words_32() 81 static void swap_words_64(void *a, void *b, size_t n) in swap_words_64() 109 static void swap_bytes(void *a, void *b, size_t n) in swap_bytes() 137 static void do_swap(void *a, void *b, size_t size, swap_r_func_t swap_func, const void *priv) in do_swap() 156 static int do_cmp(const void *a, const void *b, cmp_r_func_t cmp, const void *priv) in do_cmp() 226 size_t b, c, d; in __sort_r() local
|
A D | extable.c | 27 static void swap_ex(void *a, void *b, int size) in swap_ex() 51 static int cmp_ex_sort(const void *a, const void *b) in cmp_ex_sort()
|
A D | decompress_unxz.c | 184 static bool memeq(const void *a, const void *b, size_t size) in memeq() 201 uint8_t *b = buf; in memzero() local 264 struct xz_buf b; in unxz() local
|
A D | cmpdi2.c | 9 word_type notrace __cmpdi2(long long a, long long b) in __cmpdi2()
|
A D | ucmpdi2.c | 8 word_type notrace __ucmpdi2(unsigned long long a, unsigned long long b) in __ucmpdi2()
|
A D | memcat_p.c | 10 void **__memcat_p(void **a, void **b) in __memcat_p()
|
A D | lshrdi3.c | 9 long long notrace __lshrdi3(long long u, word_type b) in __lshrdi3()
|
A D | ashldi3.c | 9 long long notrace __ashldi3(long long u, word_type b) in __ashldi3()
|
A D | ashrdi3.c | 9 long long notrace __ashrdi3(long long u, word_type b) in __ashrdi3()
|
/lib/842/ |
A D | 842_compress.c | 109 #define get_input_data(p, o, b) \ argument 112 #define init_hashtable_nodes(p, b) do { \ argument 122 #define find_index(p, b, n) ({ \ argument 134 #define check_index(p, b, n) \ argument 139 #define replace_hash(p, b, i, d) do { \ argument 169 int b = p->bit, bits = b + n, s = round_up(bits, 8) - bits; in add_bits() local 224 int ret, i, b = 0; in add_template() local 327 static int add_short_data_template(struct sw842_param *p, u8 b) in add_short_data_template() 383 int i, match, b = 0; in check_template() local
|
/lib/raid6/ |
A D | mktables.c | 21 static uint8_t gfmul(uint8_t a, uint8_t b) in gfmul() 35 static uint8_t gfpow(uint8_t a, int b) in gfpow()
|
/lib/xz/ |
A D | xz_dec_stream.c | 156 static bool fill_temp(struct xz_dec *s, struct xz_buf *b) in fill_temp() 217 static enum xz_ret dec_block(struct xz_dec *s, struct xz_buf *b) in dec_block() 280 static void index_update(struct xz_dec *s, const struct xz_buf *b) in index_update() 295 static enum xz_ret dec_index(struct xz_dec *s, struct xz_buf *b) in dec_index() 345 static enum xz_ret crc32_validate(struct xz_dec *s, struct xz_buf *b) in crc32_validate() 369 static bool check_skip(struct xz_dec *s, struct xz_buf *b) in check_skip() 548 static enum xz_ret dec_main(struct xz_dec *s, struct xz_buf *b) in dec_main() 749 enum xz_ret xz_dec_run(struct xz_dec *s, struct xz_buf *b) in xz_dec_run()
|
/lib/crypto/powerpc/ |
A D | sha1-spe-asm.S | 106 #define R_00_15(a, b, c, d, e, w0, w1, k, off) \ argument 130 #define R_16_19(a, b, c, d, e, w0, w1, w4, w6, w7, k) \ argument 156 #define R_20_39(a, b, c, d, e, w0, w1, w4, w6, w7, k) \ argument 180 #define R_40_59(a, b, c, d, e, w0, w1, w4, w6, w7, k) \ argument 208 #define R_60_79(a, b, c, d, e, w0, w1, w4, w6, w7, k) \ argument
|
/lib/crc/riscv/ |
A D | crc-clmul-template.h | 21 static inline unsigned long clmul(unsigned long a, unsigned long b) in clmul() 33 static inline unsigned long clmulh(unsigned long a, unsigned long b) in clmulh() 45 static inline unsigned long clmulr(unsigned long a, unsigned long b) in clmulr()
|
/lib/zlib_inflate/ |
A D | inffast.c | 15 unsigned char b[2]; member 23 unsigned char *b = (unsigned char *)p; in get_unaligned16() local
|