Home
last modified time | relevance | path

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

12

/lib/
Dlist_sort.c20 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
Dsort.c58 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
Dextable.c28 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()
Ddecompress_unxz.c177 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
Dcmpdi2.c9 word_type notrace __cmpdi2(long long a, long long b) in __cmpdi2()
Ducmpdi2.c8 word_type notrace __ucmpdi2(unsigned long long a, unsigned long long b) in __ucmpdi2()
Dmemcat_p.c10 void **__memcat_p(void **a, void **b) in __memcat_p()
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()
Dlshrdi3.c9 long long notrace __lshrdi3(long long u, word_type b) in __lshrdi3()
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
Dtest_sort.c10 static int __init cmpint(const void *a, const void *b) in cmpint()
Dglob.c81 unsigned char b = a; in glob_match() local
Dbch.c306 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/
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.c21 unsigned long b, m, y = 0; in int_sqrt() local
50 u64 b, m, y = 0; in int_sqrt64() 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/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/xz/
Dxz_dec_stream.c157 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()
Dxz_dec_bcj.c83 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()
Dxz_dec_lzma2.c286 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/
Dinffast.c26 unsigned char b[2]; member
34 unsigned char *b = (unsigned char *)p; in get_unaligned16() local
/lib/crypto/
Darc4.c40 u32 x, y, a, b; in arc4_crypt() local
Ddes.c609 #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

12