/lib/ |
D | lru_cache.c | 39 #define PARANOIA_LC_ELEMENT(lc, e) do { \ argument 84 struct lc_element *e; in lc_create() local 202 struct lc_element *e = lc->lc_element[i]; in lc_reset() local 242 struct lc_element *e; in __lc_find() local 287 struct lc_element *e = __lc_find(lc, enr, 1); in lc_is_used() local 299 void lc_del(struct lru_cache *lc, struct lc_element *e) in lc_del() 314 struct lc_element *e; in lc_prepare_for_change() local 353 struct lc_element *e; in __lc_get() local 526 struct lc_element *e, *tmp; in lc_committed() local 549 unsigned int lc_put(struct lru_cache *lc, struct lc_element *e) in lc_put() [all …]
|
D | inflate.c | 140 uch e; /* number of extra bits or operation */ member 327 const ush *e, /* list of extra bits for non-simple codes */ in huft_build() 598 register unsigned e; /* table entry flag/number of extra bits */ in inflate_codes() local 1035 int *e /* last block flag */ in inflate_block() 1088 int e; /* last block flag */ in inflate() local 1152 unsigned long e; /* polynomial exclusive-or pattern */ in makecrc() local
|
D | cmdline_kunit.c | 108 unsigned int n, const int *e) in cmdline_do_one_range_test() 136 const int *e = cmdline_test_range_values[i]; in cmdline_test_range() local
|
D | test_fpu.c | 30 volatile double a, b, c, d, e, f, g; in test_fpu() local
|
D | test_bitmap.c | 874 unsigned int s, e; in test_for_each_set_bitrange() local 896 unsigned int s, e; in test_for_each_clear_bitrange() local 918 unsigned int wr, s, e; in test_for_each_set_bitrange_from() local 948 unsigned int wr, s, e; in test_for_each_clear_bitrange_from() local
|
D | decompress_unxz.c | 197 uint8_t *e = b + size; in memzero() local
|
D | test_hexdump.c | 167 int ae, he, e, f, r; in test_hexdump_overflow() local
|
D | locking-selftest.c | 1495 #define dotest_rt(fn, e, m) dotest((fn), (e), (m)) argument 1497 #define dotest_rt(fn, e, m) argument
|
D | bch.c | 672 unsigned int a, b, c, d, e = 0, f, a2, b2, c2, e4; in find_poly_deg4_roots() local
|
D | test_bpf.c | 14886 long e = 4; in BPF_CALL_1() local
|
/lib/crypto/ |
D | sha256.c | 65 #define SHA256_ROUND(i, a, b, c, d, e, f, g, h) do { \ argument 75 u32 a, b, c, d, e, f, g, h; in sha256_transform() local
|
D | curve25519-hacl64.c | 769 u8 e[32] __aligned(32) = { 0 }; in curve25519_generic() local
|
D | curve25519-fiat32.c | 764 u8 e[32]; in curve25519_generic() local
|
/lib/crypto/mpi/ |
D | mpi-pow.c | 152 mpi_limb_t e; in mpi_powm() local
|
D | ec.c | 149 static void ec_powm(MPI w, const MPI b, const MPI e, in ec_powm()
|
/lib/zstd/common/ |
D | error_private.h | 52 #define CHECK_V_F(e, f) size_t const e = f; if (ERR_isError(e)) return e argument
|
/lib/lz4/ |
D | lz4defs.h | 177 BYTE *const e = (BYTE *)dstEnd; in LZ4_wildCopy() local
|
/lib/reed_solomon/ |
D | test_rslib.c | 442 static int run_exercise(struct etab *e) in run_exercise()
|