Home
last modified time | relevance | path

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

12

/lib/
Dlcm.c7 unsigned long lcm(unsigned long a, unsigned long b) in lcm()
16 unsigned long lcm_not_zero(unsigned long a, unsigned long b) in lcm_not_zero()
Dlist_sort.c21 struct list_head *b), in merge()
50 struct list_head *b), in merge_and_restore_back_links()
106 struct list_head *b)) in list_sort()
201 static int __init cmp(void *priv, struct list_head *a, struct list_head *b) in cmp()
Dsort.c17 static void u32_swap(void *a, void *b, int size) in u32_swap()
24 static void u64_swap(void *a, void *b, int size) in u64_swap()
31 static void generic_swap(void *a, void *b, int size) in generic_swap()
Dgcd.c6 unsigned long gcd(unsigned long a, unsigned long b) in gcd()
Dextable.c30 static void swap_ex(void *a, void *b, int size) in swap_ex()
54 static int cmp_ex(const void *a, const void *b) in cmp_ex()
Dint_sqrt.c20 unsigned long b, m, y = 0; in int_sqrt() local
Dhalfmd4.c17 #define ROUND(f, a, b, c, d, x, s) \ argument
28 __u32 a = buf[0], b = buf[1], c = buf[2], d = buf[3]; in half_md4_transform() local
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
Dinflate.c140 uch b; /* number of bits in this code or subcode */ member
322 unsigned *b, /* code lengths in bits (all assumed <= BMAX) */ in huft_build()
602 register ulg b; /* bit buffer */ in inflate_codes() local
708 register ulg b; /* bit buffer */ in inflate_stored() local
844 register ulg b; /* bit buffer */ in inflate_dynamic() local
1039 register ulg b; /* bit buffer */ in inflate_block() local
Dbch.c296 unsigned int b) in gf_mul()
308 unsigned int b) in gf_div()
509 unsigned int b, unsigned int c, in find_affine4_roots()
606 unsigned int a, b, c, a2, b2, c2, e3, tmp[4]; in find_poly_deg3_roots() local
639 unsigned int a, b, c, d, e = 0, f, a2, b2, c2, e4; in find_poly_deg4_roots() local
713 const struct gf_poly *b, int *rep) in gf_poly_mod()
749 const struct gf_poly *b, struct gf_poly *q) in gf_poly_div()
767 struct gf_poly *b) in gf_poly_gcd()
1081 int i, j, b, d; in build_mod8_tables() local
Ducs2_string.c35 ucs2_strncmp(const ucs2_char_t *a, const ucs2_char_t *b, size_t len) in ucs2_strncmp()
Doid_registry.c80 unsigned char b = octets[len]; in look_up_OID() local
Dmd5.c15 u32 a, b, c, d; in md5_transform() local
Dinterval_tree_test.c45 u32 b = (prandom_u32_state(&rnd) >> 4) % max_endpoint; in init() local
Ddiv64.c29 uint64_t b = base; in __div64_32() local
Dglob.c81 unsigned char b = a; in glob_match() local
/lib/raid6/
Dmktables.c24 static uint8_t gfmul(uint8_t a, uint8_t b) in gfmul()
38 static uint8_t gfpow(uint8_t a, int b) in gfpow()
/lib/842/
D842_compress.c118 #define get_input_data(p, o, b) \ argument
121 #define init_hashtable_nodes(p, b) do { \ argument
131 #define find_index(p, b, n) ({ \ argument
143 #define check_index(p, b, n) \ argument
148 #define replace_hash(p, b, i, d) do { \ argument
178 int b = p->bit, bits = b + n, s = round_up(bits, 8) - bits; in add_bits() local
233 int ret, i, b = 0; in add_template() local
336 static int add_short_data_template(struct sw842_param *p, u8 b) in add_short_data_template()
392 int i, match, b = 0; in check_template() local
/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()
734 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()
427 static uint32_t dict_flush(struct dictionary *dict, struct xz_buf *b) in dict_flush()
466 static bool rc_read_init(struct rc_dec *rc, struct xz_buf *b) in rc_read_init()
863 static bool lzma2_lzma(struct xz_dec_lzma2 *s, struct xz_buf *b) in lzma2_lzma()
949 struct xz_buf *b) in xz_dec_lzma2_run()
Dxz_private.h40 # define memeq(a, b, size) (memcmp(a, b, size) == 0) argument
/lib/zlib_inflate/
Dinffast.c15 unsigned char b[2]; member
23 unsigned char *b = (unsigned char *)p; in get_unaligned16() local
/lib/reed_solomon/
Ddecode_rs.c35 uint16_t b[nroots + 1], t[nroots + 1], omega[nroots + 1]; variable
/lib/mpi/
Dmpi-internal.h68 static inline int RESIZE_IF_NEEDED(MPI a, unsigned b) in RESIZE_IF_NEEDED()

12