/lib/mpi/ |
D | mpiutil.c | 32 MPI a; in mpi_alloc() local 67 void mpi_free_limb_space(mpi_ptr_t a) in mpi_free_limb_space() 75 void mpi_assign_limb_space(MPI a, mpi_ptr_t ap, unsigned nlimbs) in mpi_assign_limb_space() 86 int mpi_resize(MPI a, unsigned nlimbs) in mpi_resize() 109 void mpi_free(MPI a) in mpi_free()
|
D | mpi-bit.c | 30 void mpi_normalize(MPI a) in mpi_normalize() 39 unsigned mpi_get_nbits(MPI a) in mpi_get_nbits()
|
D | mpicoder.c | 37 mpi_limb_t a; in mpi_read_raw_data() local 85 mpi_limb_t a; in mpi_read_from_buffer() local 131 static int count_lzeros(MPI a) in count_lzeros() 160 int mpi_read_buffer(MPI a, uint8_t *buf, unsigned buf_len, unsigned *nbytes, in mpi_read_buffer() 228 void *mpi_get_buffer(MPI a, unsigned *nbytes, int *sign) in mpi_get_buffer() 260 int mpi_set_buffer(MPI a, const void *xbuffer, unsigned nbytes, int sign) in mpi_set_buffer() 350 int mpi_write_to_sgl(MPI a, struct scatterlist *sgl, unsigned *nbytes, in mpi_write_to_sgl() 439 mpi_limb_t a; in mpi_read_raw_from_sgl() local
|
D | mpi-internal.h | 68 static inline int RESIZE_IF_NEEDED(MPI a, unsigned b) in RESIZE_IF_NEEDED()
|
/lib/ |
D | lcm.c | 7 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()
|
D | list_sort.c | 20 int (*cmp)(void *priv, struct list_head *a, in merge() 49 int (*cmp)(void *priv, struct list_head *a, in merge_and_restore_back_links() 105 int (*cmp)(void *priv, struct list_head *a, in list_sort() 201 static int __init cmp(void *priv, struct list_head *a, struct list_head *b) in cmp()
|
D | sort.c | 17 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()
|
D | gcd.c | 6 unsigned long gcd(unsigned long a, unsigned long b) in gcd()
|
D | extable.c | 30 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()
|
D | halfmd4.c | 17 #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
|
D | bch.c | 295 static inline unsigned int gf_mul(struct bch_control *bch, unsigned int a, in gf_mul() 302 static inline unsigned int gf_sqr(struct bch_control *bch, unsigned int a) in gf_sqr() 307 static inline unsigned int gf_div(struct bch_control *bch, unsigned int a, in gf_div() 314 static inline unsigned int gf_inv(struct bch_control *bch, unsigned int a) in gf_inv() 508 static int find_affine4_roots(struct bch_control *bch, unsigned int a, 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 700 const struct gf_poly *a, int *rep) in gf_poly_logrep() 712 static void gf_poly_mod(struct bch_control *bch, struct gf_poly *a, in gf_poly_mod() 748 static void gf_poly_div(struct bch_control *bch, struct gf_poly *a, in gf_poly_div() [all …]
|
D | rational.c | 41 unsigned long t, a; in rational_best_approximation() local
|
D | ucs2_string.c | 35 ucs2_strncmp(const ucs2_char_t *a, const ucs2_char_t *b, size_t len) in ucs2_strncmp()
|
D | oid_registry.c | 79 unsigned char a = oid_data[oid_index[oid] + --len]; in look_up_OID() local
|
D | md5.c | 15 u32 a, b, c, d; in md5_transform() local
|
D | interval_tree_test.c | 46 u32 a = (prandom_u32_state(&rnd) >> 4) % b; in init() local
|
D | glob.c | 73 unsigned char a = *class++; in glob_match() local
|
D | test-hexdump.c | 122 bool a; in test_hexdump_overflow() local
|
D | inflate.c | 272 #define malloc(a) kmalloc(a, GFP_KERNEL) argument 273 #define free(a) kfree(a) argument 336 unsigned a; /* counter for codes of length k */ in huft_build() local
|
D | atomic64.c | 157 int atomic64_add_unless(atomic64_t *v, long long a, long long u) in atomic64_add_unless()
|
D | decompress_unxz.c | 177 static bool memeq(const void *a, const void *b, size_t size) in memeq()
|
D | string.c | 571 const char *a; in strspn() local 885 int bcmp(const void *a, const void *b, size_t len) in bcmp()
|
D | random32.c | 51 #define TAUSWORTHE(s, a, b, c, d) ((s & c) << d) ^ (((s << a) ^ s) >> b) in prandom_u32_state() argument
|
/lib/raid6/ |
D | mktables.c | 24 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/xz/ |
D | xz_private.h | 40 # define memeq(a, b, size) (memcmp(a, b, size) == 0) argument
|