Home
last modified time | relevance | path

Searched defs:x (Results 1 – 25 of 35) sorted by relevance

12

/lib/
Dlocking-selftest.c178 #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 …]
Dmd5.c5 #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
Dextable.c18 #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
Dhalfmd4.c7 #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
Ddecompress_inflate.c42 void(*error)(char *x)) { in __gunzip()
191 void (*error)(char *x)) in gunzip()
201 void (*error)(char *x)) in __decompress()
Dsha1.c37 #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
Dint_sqrt.c18 unsigned long int_sqrt(unsigned long x) in int_sqrt()
Ddecompress_unlz4.c34 STATIC inline int INIT unlz4(u8 *input, long in_len, in unlz4()
212 void (*error)(char *x) in __decompress()
Ddecompress_unxz.c179 const uint8_t *x = a; in memeq() local
255 void (*error)(char *x)) in unxz()
403 void (*error)(char *x)) in __decompress()
Dcrc32.c36 # 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)
Dchecksum.c41 static inline unsigned short from32to16(unsigned int x) in from32to16()
184 static inline u32 from64to32(u64 x) in from64to32()
Ddecompress_unlzo.c112 STATIC int INIT unlzo(u8 *input, long in_len, in unlzo()
297 void (*error)(char *x)) in __decompress()
Dcmdline.c27 int x, inc_counter, upper_range; in get_range() local
Dinflate.c1 #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
Dearlycpio.c74 unsigned char c, x; in find_cpio_data() local
/lib/lzo/
Dlzo1x_decompress_safe.c22 #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/
Dlz4defs.h31 #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/
Dmpi-inline.h40 mpi_limb_t x; in mpihelp_add_1() local
83 mpi_limb_t x; in mpihelp_sub_1() local
Dgeneric_mpih-sub1.c36 mpi_limb_t x, y, cy; in mpihelp_sub_n() local
Dgeneric_mpih-add1.c37 mpi_limb_t x, y, cy; in mpihelp_add_n() local
Dgeneric_mpih-mul2.c39 mpi_limb_t x; in mpihelp_addmul_1() local
Dgeneric_mpih-mul3.c39 mpi_limb_t x; in mpihelp_submul_1() local
Dmpicoder.c356 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/
Dx86.h38 #define __aligned(x) __attribute__((aligned(x))) argument
Dalgos.c107 #define time_before(x, y) ((x) < (y)) argument

12