Searched defs:e (Results 1 – 12 of 12) sorted by relevance
/lib/ |
D | lru_cache.c | 39 #define PARANOIA_LC_ELEMENT(lc, e) do { \ argument 94 struct lc_element *e; in lc_create() local 212 struct lc_element *e = lc->lc_element[i]; in lc_reset() local 252 struct lc_element *e; in __lc_find() local 297 struct lc_element *e = __lc_find(lc, enr, 1); in lc_is_used() local 309 void lc_del(struct lru_cache *lc, struct lc_element *e) in lc_del() 324 struct lc_element *e; in lc_prepare_for_change() local 363 struct lc_element *e; in __lc_get() local 536 struct lc_element *e, *tmp; in lc_committed() local 559 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 | decompress_unxz.c | 195 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 | 1182 #define dotest_rt(fn, e, m) dotest((fn), (e), (m)) argument 1184 #define dotest_rt(fn, e, m) argument
|
D | bch.c | 649 unsigned int a, b, c, d, e = 0, f, a2, b2, c2, e4; in find_poly_deg4_roots() local
|
/lib/mpi/ |
D | mpi-pow.c | 152 mpi_limb_t e; in mpi_powm() local
|
/lib/crypto/ |
D | sha256.c | 48 u32 a, b, c, d, e, f, g, h, t1, t2; in sha256_transform() local
|
/lib/lz4/ |
D | lz4defs.h | 164 BYTE *const e = (BYTE *)dstEnd; in LZ4_wildCopy() local
|
/lib/zstd/ |
D | zstd_internal.h | 47 #define CHECK_E(f, e) \ argument
|
D | huf_compress.c | 56 #define CHECK_V_F(e, f) \ argument
|
/lib/reed_solomon/ |
D | test_rslib.c | 442 static int run_exercise(struct etab *e) in run_exercise()
|