/lib/ |
D | locking-selftest.c | 212 #define L(x) raw_spin_lock(&lock_##x) argument 213 #define U(x) raw_spin_unlock(&lock_##x) argument 214 #define LU(x) L(x); U(x) argument 215 #define SI(x) raw_spin_lock_init(&lock_##x) argument 217 #define WL(x) write_lock(&rwlock_##x) argument 218 #define WU(x) write_unlock(&rwlock_##x) argument 219 #define WLU(x) WL(x); WU(x) argument 221 #define RL(x) read_lock(&rwlock_##x) argument 222 #define RU(x) read_unlock(&rwlock_##x) argument 223 #define RLU(x) RL(x); RU(x) argument [all …]
|
D | prime_numbers.c | 68 static bool slow_is_prime_number(unsigned long x) in slow_is_prime_number() 81 static unsigned long slow_next_prime_number(unsigned long x) in slow_next_prime_number() 89 static unsigned long clear_multiples(unsigned long x, in clear_multiples() 108 static bool expand_to_next_prime(unsigned long x) in expand_to_next_prime() 187 unsigned long next_prime_number(unsigned long x) in next_prime_number() 220 bool is_prime_number(unsigned long x) in is_prime_number() 265 unsigned long x, last; in selftest() local
|
D | chacha.c | 19 static void chacha_permute(u32 *x, int nrounds) in chacha_permute() 81 u32 x[16]; in chacha_block() local 108 u32 x[16]; in hchacha_block() local
|
D | extable.c | 19 #define ex_to_insn(x) ((x)->insn) argument 21 static inline unsigned long ex_to_insn(const struct exception_table_entry *x) in ex_to_insn() 33 struct exception_table_entry *x = a, *y = b, tmp; in swap_ex() local 57 const struct exception_table_entry *x = a, *y = b; in cmp_ex_sort() local
|
D | crc32.c | 36 # define tole(x) ((__force u32) cpu_to_le32(x)) argument 38 # define tole(x) (x) argument 42 # define tobe(x) ((__force u32) cpu_to_be32(x)) argument 44 # define tobe(x) (x) argument 60 # define DO_CRC(x) crc = t0[(crc ^ (x)) & 255] ^ (crc >> 8) argument 213 static u32 __attribute_const__ gf2_multiply(u32 x, u32 y, u32 modulus)
|
D | decompress_inflate.c | 43 void(*error)(char *x)) { in __gunzip() 192 void (*error)(char *x)) in gunzip() 202 void (*error)(char *x)) in __decompress()
|
D | sha1.c | 38 #define setW(x, val) (*(volatile __u32 *)&W(x) = (val)) argument 40 #define setW(x, val) do { W(x) = (val); __asm__("":::"memory"); } while (0) argument 42 #define setW(x, val) (W(x) = (val)) argument 46 #define W(x) (array[(x)&15]) argument
|
D | decompress_unxz.c | 179 const uint8_t *x = a; in memeq() local 255 void (*error)(char *x)) in unxz() 403 void (*error)(char *x)) in __decompress()
|
D | decompress_unlz4.c | 34 STATIC inline int INIT unlz4(u8 *input, long in_len, in unlz4() 207 void (*error)(char *x) in __decompress()
|
D | int_sqrt.c | 19 unsigned long int_sqrt(unsigned long x) in int_sqrt()
|
D | crc4.c | 27 uint8_t crc4(uint8_t c, uint64_t x, int bits) in crc4()
|
D | checksum.c | 41 static inline unsigned short from32to16(unsigned int x) in from32to16() 184 static inline u32 from64to32(u64 x) in from64to32()
|
D | decompress_unlzo.c | 112 STATIC int INIT unlzo(u8 *input, long in_len, in unlzo() 297 void (*error)(char *x)) in __decompress()
|
D | inflate.c | 2 #define DEBG(x) argument 3 #define DEBG1(x) argument 356 unsigned x[BMAX+1]; /* bit offsets, then code stack */ in huft_build() member 358 unsigned *c, *v, *x; in huft_build() local
|
D | earlycpio.c | 74 unsigned char c, x; in find_cpio_data() local
|
D | test_hash.c | 37 mod255(u32 x) in mod255()
|
D | cmdline.c | 28 int x, inc_counter, upper_range; in get_range() local
|
/lib/lzo/ |
D | lzo1x_decompress_safe.c | 22 #define HAVE_IP(x) ((size_t)(ip_end - ip) >= (size_t)(x)) argument 23 #define HAVE_OP(x) ((size_t)(op_end - op) >= (size_t)(x)) argument 24 #define NEED_IP(x) if (!HAVE_IP(x)) goto input_overrun argument 25 #define NEED_OP(x) if (!HAVE_OP(x)) goto output_overrun argument
|
/lib/mpi/ |
D | mpi-inline.h | 40 mpi_limb_t x; in mpihelp_add_1() local 83 mpi_limb_t x; in mpihelp_sub_1() local
|
D | generic_mpih-add1.c | 37 mpi_limb_t x, y, cy; in mpihelp_add_n() local
|
D | generic_mpih-sub1.c | 36 mpi_limb_t x, y, cy; in mpihelp_sub_n() local
|
D | generic_mpih-mul2.c | 39 mpi_limb_t x; in mpihelp_addmul_1() local
|
D | generic_mpih-mul3.c | 39 mpi_limb_t x; in mpihelp_submul_1() local
|
D | mpicoder.c | 260 int i, x, buf_len; in mpi_write_to_sgl() local 334 int x, j, z, lzeros, ents; in mpi_read_raw_from_sgl() local
|
/lib/raid6/ |
D | x86.h | 38 #define __aligned(x) __attribute__((aligned(x))) argument
|