Home
last modified time | relevance | path

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

123

/lib/
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
93 struct list_head a_old, a_new, b; in list_test_list_replace() local
111 struct list_head a_old, a_new, b; in list_test_list_replace_init() 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
[all …]
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()
242 size_t b, c, d; in sort_r() local
Dlist_sort.c17 struct list_head *a, struct list_head *b) in merge()
53 struct list_head *a, struct list_head *b) in merge_final()
223 struct list_head *a = *tail, *b = a->prev; in list_sort() local
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
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()
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
Ducmpdi2.c8 word_type notrace __ucmpdi2(unsigned long long a, unsigned long long b) in __ucmpdi2()
Dcmpdi2.c9 word_type notrace __cmpdi2(long long a, long long b) in __cmpdi2()
Dinflate.c141 uch b; /* number of bits in this code or subcode */ member
323 unsigned *b, /* code lengths in bits (all assumed <= BMAX) */ in huft_build()
603 register ulg b; /* bit buffer */ in inflate_codes() local
709 register ulg b; /* bit buffer */ in inflate_stored() local
845 register ulg b; /* bit buffer */ in inflate_dynamic() local
1040 register ulg b; /* bit buffer */ in inflate_block() local
Dmemcat_p.c10 void **__memcat_p(void **a, void **b) in __memcat_p()
Dlshrdi3.c9 long long notrace __lshrdi3(long long u, word_type b) in __lshrdi3()
Dashrdi3.c9 long long notrace __ashrdi3(long long u, word_type b) in __ashrdi3()
Dashldi3.c9 long long notrace __ashldi3(long long u, word_type b) in __ashldi3()
Dtest_fpu_impl.c15 volatile double a, b, c, d, e, f, g; in test_fpu() local
/lib/crypto/
Dmemneq.c68 __crypto_memneq_generic(const void *a, const void *b, size_t size) in __crypto_memneq_generic()
93 static inline unsigned long __crypto_memneq_16(const void *a, const void *b) in __crypto_memneq_16()
163 noinline unsigned long __crypto_memneq(const void *a, const void *b, in __crypto_memneq()
Dgf128mul.c142 u64 b = be64_to_cpu(x->b); in gf128mul_x8_lle() local
153 u64 b = be64_to_cpu(x->b); in gf128mul_x8_lle_ti() local
163 u64 b = be64_to_cpu(x->b); in gf128mul_x8_bbe() local
173 u64 b = le64_to_cpu(x->b); in gf128mul_x8_ble() local
181 void gf128mul_lle(be128 *r, const be128 *b) in gf128mul_lle()
228 void gf128mul_bbe(be128 *r, const be128 *b) in gf128mul_bbe()
Dcurve25519-hacl64.c17 static __always_inline u64 u64_eq_mask(u64 a, u64 b) in u64_eq_mask()
27 static __always_inline u64 u64_gte_mask(u64 a, u64 b) in u64_gte_mask()
41 static __always_inline void modulo_carry_top(u64 *b) in modulo_carry_top()
307 u64 *b; in crecip_crecip() local
340 static __always_inline void fsum(u64 *a, u64 *b) in fsum()
349 static __always_inline void fdifference(u64 *a, u64 *b) in fdifference()
395 static __always_inline void fscalar(u64 *output, u64 *b, u64 s) in fscalar()
432 static __always_inline void fmul(u64 *output, u64 *a, u64 *b) in fmul()
442 static __always_inline void point_swap_conditional_step(u64 *a, u64 *b, in point_swap_conditional_step()
455 static __always_inline void point_swap_conditional5(u64 *a, u64 *b, u64 swap1) in point_swap_conditional5()
[all …]
/lib/math/
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()
Dgcd.c23 unsigned long gcd(unsigned long a, unsigned long b) in gcd()
50 unsigned long gcd(unsigned long a, unsigned long b) in gcd()
Dint_sqrt.c22 unsigned long b, m, y = 0; in int_sqrt() local
51 u64 b, m, y = 0; in int_sqrt64() local
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/842/
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/xz/
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/raid6/
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/zlib_inflate/
Dinffast.c15 unsigned char b[2]; member
23 unsigned char *b = (unsigned char *)p; in get_unaligned16() local

123