/lib/ |
D | refcount.c | 64 bool refcount_add_not_zero_checked(unsigned int i, refcount_t *r) in refcount_add_not_zero_checked() 103 void refcount_add_checked(unsigned int i, refcount_t *r) in refcount_add_checked() 121 bool refcount_inc_not_zero_checked(refcount_t *r) in refcount_inc_not_zero_checked() 154 void refcount_inc_checked(refcount_t *r) in refcount_inc_checked() 180 bool refcount_sub_and_test_checked(unsigned int i, refcount_t *r) in refcount_sub_and_test_checked() 218 bool refcount_dec_and_test_checked(refcount_t *r) in refcount_dec_and_test_checked() 234 void refcount_dec_checked(refcount_t *r) in refcount_dec_checked() 256 bool refcount_dec_if_one(refcount_t *r) in refcount_dec_if_one() 275 bool refcount_dec_not_one(refcount_t *r) in refcount_dec_not_one() 314 bool refcount_dec_and_mutex_lock(refcount_t *r, struct mutex *lock) in refcount_dec_and_mutex_lock() [all …]
|
D | generic-radix-tree.c | 40 static inline unsigned genradix_root_to_depth(struct genradix_root *r) in genradix_root_to_depth() 45 static inline struct genradix_node *genradix_root_to_node(struct genradix_root *r) in genradix_root_to_node() 56 struct genradix_root *r = READ_ONCE(radix->root); in __genradix_ptr() local 113 struct genradix_root *r = v, *new_root; in __genradix_ptr_alloc() local 166 struct genradix_root *r; in __genradix_iter_peek() local 232 struct genradix_root *r = xchg(&radix->root, NULL); in __genradix_free() local
|
D | test_sort.c | 17 int *a, i, r = 1, err = -ENOMEM; in test_sort_init() local
|
D | test_memcat_p.c | 25 int err = -ENOMEM, i, r, total = 0; in test_memcat_p_init() local
|
D | atomic64_test.c | 112 int r; in test_atomic() local 158 long long r = v0; in test_atomic64() local
|
D | xxhash.c | 52 #define xxh_rotl32(x, r) ((x << r) | (x >> (32 - r))) argument 53 #define xxh_rotl64(x, r) ((x << r) | (x >> (64 - r))) argument
|
D | plist.c | 223 unsigned int r = local_clock(); in plist_test() local
|
D | decompress_unlzo.c | 104 u8 r = 0; in unlzo() local
|
D | bch.c | 196 uint32_t w, r[BCH_ECC_MAX_WORDS]; in encode_bch() local 447 int rem, c, r, p, k, param[BCH_MAX_M]; in solve_linear_system() local 574 unsigned int u, v, r; in find_poly_deg2_roots() local 1126 int i, j, r; in build_deg2_base() local 1179 unsigned int i, j, nbits, r, word, *roots; in compute_generator_polynomial() local
|
D | bitmap.c | 514 static int bitmap_set_region(const struct region *r, in bitmap_set_region() 528 static int bitmap_check_region(const struct region *r) in bitmap_check_region() 578 static const char *bitmap_parse_region(const char *str, struct region *r) in bitmap_parse_region() 644 struct region r; in bitmap_parselist() local
|
D | kobject_uevent.c | 120 int r = -EINVAL; in kobject_action_args() local 199 int r; in kobject_synth_uevent() local
|
D | test_overflow.c | 218 #define check_one_op(t, fmt, op, sym, a, b, r, of) do { \ argument
|
D | test_hexdump.c | 167 int ae, he, e, f, r; in test_hexdump_overflow() local
|
D | inflate.c | 347 struct huft r; /* table entry for structure assignment */ in huft_build() local 1089 int r; /* result code */ in inflate() local
|
D | string.c | 587 const char *r; in strcspn() local 1053 u8 *r; in memchr_inv() local
|
D | vsprintf.c | 185 char *put_dec_trunc8(char *buf, unsigned r) in put_dec_trunc8() 227 char *put_dec_full8(char *buf, unsigned r) in put_dec_full8() 267 put_dec_full4(char *buf, unsigned r) in put_dec_full4() 1729 char *date_str(char *buf, char *end, const struct rtc_time *tm, bool r) in date_str() 1748 char *time_str(char *buf, char *end, const struct rtc_time *tm, bool r) in time_str()
|
D | test_vmalloc.c | 307 unsigned int r; in pcpu_alloc_test() local
|
/lib/math/ |
D | gcd.c | 25 unsigned long r = a | b; in gcd() local 52 unsigned long r = a | b; in gcd() local
|
/lib/mpi/ |
D | mpih-div.c | 105 mpi_limb_t r; in mpihelp_divrem() local 189 mpi_limb_t r; in mpihelp_divrem() local
|
D | longlong.h | 144 #define udiv_qrnnd(q, r, n1, n0, d) \ argument 162 #define udiv_qrnnd(q, r, n1, n0, d) \ argument 287 #define udiv_qrnnd(q, r, nh, nl, d) \ argument 379 #define sdiv_qrnnd(q, r, n1, n0, d) \ argument 421 #define udiv_qrnnd(q, r, n1, n0, d) \ argument 440 #define rshift_rhlc(r, h, l, c) \ argument 486 #define udiv_qrnnd(q, r, nh, nl, d) \ argument 499 #define rshift_rhlc(r, h, l, c) \ argument 541 #define udiv_qrnnd(q, r, n1, n0, d) \ argument 549 #define sdiv_qrnnd(q, r, n1, n0, d) \ argument [all …]
|
/lib/xz/ |
D | xz_crc32.c | 36 uint32_t r; in xz_crc32_init() local
|
/lib/reed_solomon/ |
D | test_rslib.c | 78 uint16_t *r; /* received word */ member 160 uint16_t *r = ws->r; in get_rcw_we() local 269 uint16_t *r = ws->r; in test_uc() local 374 uint16_t *r = ws->r; in test_bc() local
|
D | decode_rs.c | 15 int i, j, r, k, pad; variable
|
/lib/crypto/ |
D | des.c | 25 #define ROL(x, r) ((x) = rol32((x), (r))) argument 26 #define ROR(x, r) ((x) = ror32((x), (r))) argument
|
/lib/zstd/ |
D | huf_compress.c | 396 U32 r = BIT_highbit32(count[n] + 1); in HUF_sort() local 405 U32 const r = BIT_highbit32(c + 1) + 1; in HUF_sort() local
|