Searched defs:e (Results 1 – 7 of 7) sorted by relevance
/lib/ |
D | lru_cache.c | 51 #define PARANOIA_LC_ELEMENT(lc, e) do { \ argument 106 struct lc_element *e; in lc_create() local 224 struct lc_element *e = lc->lc_element[i]; in lc_reset() local 264 struct lc_element *e; in __lc_find() local 309 struct lc_element *e = __lc_find(lc, enr, 1); in lc_is_used() local 321 void lc_del(struct lru_cache *lc, struct lc_element *e) in lc_del() 336 struct lc_element *e; in lc_prepare_for_change() local 375 struct lc_element *e; in __lc_get() local 548 struct lc_element *e, *tmp; in lc_committed() local 571 unsigned int lc_put(struct lru_cache *lc, struct lc_element *e) in lc_put() [all …]
|
D | inflate.c | 139 uch e; /* number of extra bits or operation */ member 326 const ush *e, /* list of extra bits for non-simple codes */ in huft_build() 597 register unsigned e; /* table entry flag/number of extra bits */ in inflate_codes() local 1034 int *e /* last block flag */ in inflate_block() 1087 int e; /* last block flag */ in inflate() local 1151 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 | 149 int ae, he, e, f, r; in test_hexdump_overflow() local
|
D | bch.c | 639 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 | 165 mpi_limb_t e; in mpi_powm() local
|
/lib/lz4/ |
D | lz4defs.h | 106 #define LZ4_SECURECOPY(s, d, e) \ argument 147 #define LZ4_WILDCOPY(s, d, e) \ argument
|