Home
last modified time | relevance | path

Searched defs:e (Results 1 – 12 of 12) sorted by relevance

/lib/
Dlru_cache.c39 #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 …]
Dinflate.c140 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
Ddecompress_unxz.c195 uint8_t *e = b + size; in memzero() local
Dtest_hexdump.c167 int ae, he, e, f, r; in test_hexdump_overflow() local
Dlocking-selftest.c1182 #define dotest_rt(fn, e, m) dotest((fn), (e), (m)) argument
1184 #define dotest_rt(fn, e, m) argument
Dbch.c649 unsigned int a, b, c, d, e = 0, f, a2, b2, c2, e4; in find_poly_deg4_roots() local
/lib/mpi/
Dmpi-pow.c152 mpi_limb_t e; in mpi_powm() local
/lib/crypto/
Dsha256.c48 u32 a, b, c, d, e, f, g, h, t1, t2; in sha256_transform() local
/lib/lz4/
Dlz4defs.h164 BYTE *const e = (BYTE *)dstEnd; in LZ4_wildCopy() local
/lib/zstd/
Dzstd_internal.h47 #define CHECK_E(f, e) \ argument
Dhuf_compress.c56 #define CHECK_V_F(e, f) \ argument
/lib/reed_solomon/
Dtest_rslib.c442 static int run_exercise(struct etab *e) in run_exercise()