Home
last modified time | relevance | path

Searched defs:b (Results 1 – 25 of 81) sorted by relevance

1234

/lib/tests/
A Dlist-test.c49 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 Dhashtable_test.c51 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 Dmemneq.c69 __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 Dgf128mul.c143 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 Dsm3.c41 #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 Dlcm.c8 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 Dgcd.c20 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 Dint_sqrt.c22 unsigned long b, m, y = 0; in int_sqrt() local
51 u64 b, m, y = 0; in int_sqrt64() local
A Dtest_mul_u64_u64_div_u64.c13 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 Dlist_sort.c14 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 Dsort.c56 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 Dextable.c27 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 Ddecompress_unxz.c184 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 Dcmpdi2.c9 word_type notrace __cmpdi2(long long a, long long b) in __cmpdi2()
A Ducmpdi2.c8 word_type notrace __ucmpdi2(unsigned long long a, unsigned long long b) in __ucmpdi2()
A Dmemcat_p.c10 void **__memcat_p(void **a, void **b) in __memcat_p()
A Dlshrdi3.c9 long long notrace __lshrdi3(long long u, word_type b) in __lshrdi3()
A Dashldi3.c9 long long notrace __ashldi3(long long u, word_type b) in __ashldi3()
A Dashrdi3.c9 long long notrace __ashrdi3(long long u, word_type b) in __ashrdi3()
/lib/842/
A D842_compress.c109 #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 Dmktables.c21 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 Dxz_dec_stream.c156 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 Dsha1-spe-asm.S106 #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 Dcrc-clmul-template.h21 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 Dinffast.c15 unsigned char b[2]; member
23 unsigned char *b = (unsigned char *)p; in get_unaligned16() local

Completed in 25 milliseconds

1234