/lib/ |
D | list_sort.c | 20 struct list_head *a, struct list_head *b) in merge() 56 struct list_head *a, struct list_head *b) in merge_final() 190 struct list_head *b)) in list_sort() 228 struct list_head *a = *tail, *b = a->prev; in list_sort() local
|
D | sort.c | 58 static void swap_words_32(void *a, void *b, size_t n) in swap_words_32() 83 static void swap_words_64(void *a, void *b, size_t n) in swap_words_64() 111 static void swap_bytes(void *a, void *b, size_t n) in swap_bytes() 135 static void do_swap(void *a, void *b, size_t size, swap_func_t swap_func) in do_swap() 151 static int do_cmp(const void *a, const void *b, in do_cmp() 233 size_t b, c, d; in sort_r() local
|
D | extable.c | 28 static void swap_ex(void *a, void *b, int size) in swap_ex() 52 static int cmp_ex_sort(const void *a, const void *b) in cmp_ex_sort()
|
D | decompress_unxz.c | 177 static bool memeq(const void *a, const void *b, size_t size) in memeq() 194 uint8_t *b = buf; in memzero() local 257 struct xz_buf b; in unxz() local
|
D | cmpdi2.c | 9 word_type notrace __cmpdi2(long long a, long long b) in __cmpdi2()
|
D | ucmpdi2.c | 8 word_type notrace __ucmpdi2(unsigned long long a, unsigned long long b) in __ucmpdi2()
|
D | memcat_p.c | 10 void **__memcat_p(void **a, void **b) in __memcat_p()
|
D | ashrdi3.c | 9 long long notrace __ashrdi3(long long u, word_type b) in __ashrdi3()
|
D | ashldi3.c | 9 long long notrace __ashldi3(long long u, word_type b) in __ashldi3()
|
D | lshrdi3.c | 9 long long notrace __lshrdi3(long long u, word_type b) in __lshrdi3()
|
D | inflate.c | 141 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
|
D | test_sort.c | 10 static int __init cmpint(const void *a, const void *b) in cmpint()
|
D | glob.c | 81 unsigned char b = a; in glob_match() local
|
D | bch.c | 306 unsigned int b) in gf_mul() 318 unsigned int b) in gf_div() 519 unsigned int b, unsigned int c, in find_affine4_roots() 616 unsigned int a, b, c, a2, b2, c2, e3, tmp[4]; in find_poly_deg3_roots() local 649 unsigned int a, b, c, d, e = 0, f, a2, b2, c2, e4; in find_poly_deg4_roots() local 723 const struct gf_poly *b, int *rep) in gf_poly_mod() 759 const struct gf_poly *b, struct gf_poly *q) in gf_poly_div() 777 struct gf_poly *b) in gf_poly_gcd() 1091 int i, j, b, d; in build_mod8_tables() local
|
/lib/math/ |
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()
|
D | gcd.c | 23 unsigned long gcd(unsigned long a, unsigned long b) in gcd() 50 unsigned long gcd(unsigned long a, unsigned long b) in gcd()
|
D | int_sqrt.c | 21 unsigned long b, m, y = 0; in int_sqrt() local 50 u64 b, m, y = 0; in int_sqrt64() local
|
/lib/842/ |
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/ |
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/ |
D | xz_dec_stream.c | 157 static bool fill_temp(struct xz_dec *s, struct xz_buf *b) in fill_temp() 218 static enum xz_ret dec_block(struct xz_dec *s, struct xz_buf *b) in dec_block() 281 static void index_update(struct xz_dec *s, const struct xz_buf *b) in index_update() 296 static enum xz_ret dec_index(struct xz_dec *s, struct xz_buf *b) in dec_index() 346 static enum xz_ret crc32_validate(struct xz_dec *s, struct xz_buf *b) in crc32_validate() 370 static bool check_skip(struct xz_dec *s, struct xz_buf *b) in check_skip() 549 static enum xz_ret dec_main(struct xz_dec *s, struct xz_buf *b) in dec_main() 750 XZ_EXTERN enum xz_ret xz_dec_run(struct xz_dec *s, struct xz_buf *b) in xz_dec_run()
|
D | xz_dec_bcj.c | 83 static inline int bcj_x86_test_msbyte(uint8_t b) in bcj_x86_test_msbyte() 101 uint8_t b; in bcj_x86() local 399 static void bcj_flush(struct xz_dec_bcj *s, struct xz_buf *b) in bcj_flush() 419 struct xz_buf *b) in xz_dec_bcj_run()
|
D | xz_dec_lzma2.c | 286 static void dict_reset(struct dictionary *dict, struct xz_buf *b) in dict_reset() 374 static void dict_uncompressed(struct dictionary *dict, struct xz_buf *b, in dict_uncompressed() 416 static uint32_t dict_flush(struct dictionary *dict, struct xz_buf *b) in dict_flush() 449 static bool rc_read_init(struct rc_dec *rc, struct xz_buf *b) in rc_read_init() 846 static bool lzma2_lzma(struct xz_dec_lzma2 *s, struct xz_buf *b) in lzma2_lzma() 932 struct xz_buf *b) in xz_dec_lzma2_run()
|
/lib/zlib_inflate/ |
D | inffast.c | 26 unsigned char b[2]; member 34 unsigned char *b = (unsigned char *)p; in get_unaligned16() local
|
/lib/crypto/ |
D | arc4.c | 40 u32 x, y, a, b; in arc4_crypt() local
|
D | des.c | 609 #define DES_PC2(a, b, c, d) (T4(d) | T3(c) | T2(b) | T1(a)) argument 626 unsigned long a, b, c, d, w; in des_ekey() local 717 unsigned long a, b, c, d; in dkey() local
|