/lib/ |
D | locking-selftest.c | 178 #define L(x) raw_spin_lock(&lock_##x) argument 179 #define U(x) raw_spin_unlock(&lock_##x) argument 180 #define LU(x) L(x); U(x) argument 181 #define SI(x) raw_spin_lock_init(&lock_##x) argument 183 #define WL(x) write_lock(&rwlock_##x) argument 184 #define WU(x) write_unlock(&rwlock_##x) argument 185 #define WLU(x) WL(x); WU(x) argument 187 #define RL(x) read_lock(&rwlock_##x) argument 188 #define RU(x) read_unlock(&rwlock_##x) argument 189 #define RLU(x) RL(x); RU(x) argument [all …]
|
D | md5.c | 5 #define F1(x, y, z) (z ^ (x & (y ^ z))) argument 6 #define F2(x, y, z) F1(z, x, y) argument 7 #define F3(x, y, z) (x ^ y ^ z) argument 8 #define F4(x, y, z) (y ^ (x | ~z)) argument 10 #define MD5STEP(f, w, x, y, z, in, s) \ argument
|
D | extable.c | 18 #define ex_to_insn(x) ((x)->insn) argument 20 static inline unsigned long ex_to_insn(const struct exception_table_entry *x) in ex_to_insn() 32 struct exception_table_entry *x = a, *y = b, tmp; in swap_ex() local 56 const struct exception_table_entry *x = a, *y = b; in cmp_ex() local
|
D | halfmd4.c | 7 #define F(x, y, z) ((z) ^ ((x) & ((y) ^ (z)))) argument 8 #define G(x, y, z) (((x) & (y)) + (((x) ^ (y)) & (z))) argument 9 #define H(x, y, z) ((x) ^ (y) ^ (z)) argument 17 #define ROUND(f, a, b, c, d, x, s) \ argument
|
D | decompress_inflate.c | 42 void(*error)(char *x)) { in __gunzip() 191 void (*error)(char *x)) in gunzip() 201 void (*error)(char *x)) in __decompress()
|
D | sha1.c | 37 #define setW(x, val) (*(volatile __u32 *)&W(x) = (val)) argument 39 #define setW(x, val) do { W(x) = (val); __asm__("":::"memory"); } while (0) argument 41 #define setW(x, val) (W(x) = (val)) argument 45 #define W(x) (array[(x)&15]) argument
|
D | int_sqrt.c | 18 unsigned long int_sqrt(unsigned long x) in int_sqrt()
|
D | decompress_unlz4.c | 34 STATIC inline int INIT unlz4(u8 *input, long in_len, in unlz4() 212 void (*error)(char *x) in __decompress()
|
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 | 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 | 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 | cmdline.c | 27 int x, inc_counter, upper_range; in get_range() local
|
D | inflate.c | 1 #define DEBG(x) argument 2 #define DEBG1(x) argument 355 unsigned x[BMAX+1]; /* bit offsets, then code stack */ in huft_build() member 357 unsigned *c, *v, *x; in huft_build() local
|
D | earlycpio.c | 74 unsigned char c, x; in find_cpio_data() 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/lz4/ |
D | lz4defs.h | 31 #define A16(x) (((U16_S *)(x))->v) argument 32 #define A32(x) (((U32_S *)(x))->v) argument 33 #define A64(x) (((U64_S *)(x))->v) argument 48 #define A64(x) get_unaligned((u64 *)&(((U16_S *)(x))->v)) argument 49 #define A32(x) get_unaligned((u32 *)&(((U16_S *)(x))->v)) argument 50 #define A16(x) get_unaligned((u16 *)&(((U16_S *)(x))->v)) 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-sub1.c | 36 mpi_limb_t x, y, cy; in mpihelp_sub_n() local
|
D | generic_mpih-add1.c | 37 mpi_limb_t x, y, cy; in mpihelp_add_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 | 356 int i, x, y = 0, lzeros, buf_len; in mpi_write_to_sgl() local 437 int x, i, j, z, lzeros, ents; in mpi_read_raw_from_sgl() local
|
/lib/raid6/ |
D | x86.h | 38 #define __aligned(x) __attribute__((aligned(x))) argument
|
D | algos.c | 107 #define time_before(x, y) ((x) < (y)) argument
|