/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 | 40 mpi_limb_t a; in mpi_read_raw_data() local 112 static int count_lzeros(MPI a) in count_lzeros() 143 int mpi_read_buffer(MPI a, uint8_t *buf, unsigned buf_len, unsigned *nbytes, in mpi_read_buffer() 203 void *mpi_get_buffer(MPI a, unsigned *nbytes, int *sign) in mpi_get_buffer() 247 int mpi_write_to_sgl(MPI a, struct scatterlist *sgl, unsigned nbytes, in mpi_write_to_sgl() 337 mpi_limb_t a; in mpi_read_raw_from_sgl() local
|
/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() 189 int (*cmp)(void *priv, struct list_head *a, 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() 210 size_t n = num * size, a = (num/2) * size; in sort_r() local
|
D | test_sort.c | 10 static int __init cmpint(const void *a, const void *b) in cmpint() 17 int *a, i, r = 1, err = -ENOMEM; in test_sort_init() 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 | 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 | bch.c | 305 static inline unsigned int gf_mul(struct bch_control *bch, unsigned int a, in gf_mul() 312 static inline unsigned int gf_sqr(struct bch_control *bch, unsigned int a) in gf_sqr() 317 static inline unsigned int gf_div(struct bch_control *bch, unsigned int a, in gf_div() 324 static inline unsigned int gf_inv(struct bch_control *bch, unsigned int a) in gf_inv() 518 static int find_affine4_roots(struct bch_control *bch, unsigned int a, 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 710 const struct gf_poly *a, int *rep) in gf_poly_logrep() 722 static void gf_poly_mod(struct bch_control *bch, struct gf_poly *a, in gf_poly_mod() 758 static void gf_poly_div(struct bch_control *bch, struct gf_poly *a, in gf_poly_div() [all …]
|
D | glob.c | 73 unsigned char a = *class++; in glob_match() local
|
D | test_overflow.c | 218 #define check_one_op(t, fmt, op, sym, a, b, r, of) do { \ argument 296 #define TEST_ONE_SHIFT(a, s, t, expect, of) ({ \ in test_overflow_shift() argument
|
D | ucs2_string.c | 36 ucs2_strncmp(const ucs2_char_t *a, const ucs2_char_t *b, size_t len) in ucs2_strncmp()
|
D | oid_registry.c | 75 unsigned char a = oid_data[oid_index[oid] + --len]; in look_up_OID() local
|
D | interval_tree_test.c | 47 u32 a = (prandom_u32_state(&rnd) >> 4) % b; in init() local
|
D | test_list_sort.c | 59 static int __init cmp(void *priv, struct list_head *a, struct list_head *b) in cmp()
|
/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 | rational.c | 42 unsigned long t, a; in rational_best_approximation() local
|
/lib/zlib_inflate/ |
D | inffast.c | 43 # define PUP(a) *(a)++ argument 44 # define UP_UNALIGNED(a) get_unaligned16((a)++) argument 47 # define PUP(a) *++(a) argument 48 # define UP_UNALIGNED(a) get_unaligned16(++(a)) argument
|
/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()
|
D | recov_neon_inner.c | 15 static uint8x16_t vqtbl1q_u8(uint8x16_t a, uint8x16_t b) in vqtbl1q_u8()
|
/lib/crypto/ |
D | arc4.c | 24 u32 a = ctx->S[i]; in arc4_setkey() local 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
|