/lib/zlib_dfltcc/ |
D | dfltcc_inflate.c | 17 struct inflate_state *state = (struct inflate_state *)strm->state; in dfltcc_can_inflate() local 39 struct inflate_state *state = (struct inflate_state *)strm->state; in dfltcc_was_inflate_used() local 49 struct inflate_state *state = (struct inflate_state *)strm->state; in dfltcc_inflate_disable() local 69 struct inflate_state *state = (struct inflate_state *)strm->state; in dfltcc_xpnd() local 89 struct inflate_state *state = (struct inflate_state *)strm->state; in dfltcc_inflate() local
|
D | dfltcc_deflate.c | 17 deflate_state *state = (deflate_state *)strm->state; in dfltcc_can_deflate() local 44 deflate_state *state = (deflate_state *)strm->state; in dfltcc_gdht() local 57 deflate_state *state = (deflate_state *)strm->state; in dfltcc_cmpr() local 78 deflate_state *state = (deflate_state *)strm->state; in send_eobs() local 106 deflate_state *state = (deflate_state *)strm->state; in dfltcc_deflate() local
|
/lib/ |
D | random32.c | 53 u32 prandom_u32_state(struct rnd_state *state) in prandom_u32_state() 75 void prandom_bytes_state(struct rnd_state *state, void *buf, size_t bytes) in prandom_bytes_state() 96 static void prandom_warmup(struct rnd_state *state) in prandom_warmup() 116 struct rnd_state *state = per_cpu_ptr(pcpu_state, i); in prandom_seed_full_state() local 259 static void prandom_seed_early(struct rnd_state *state, u32 seed, in prandom_seed_early() 276 struct rnd_state state; in prandom_state_selftest() local 291 struct rnd_state state; in prandom_state_selftest() local 387 struct siprand_state *state = get_cpu_ptr(&net_rand_state); in prandom_u32() local 402 struct siprand_state *state = get_cpu_ptr(&net_rand_state); in prandom_bytes() local 439 struct siprand_state *state = per_cpu_ptr(&net_rand_state, i); in prandom_seed() local [all …]
|
D | xxhash.c | 245 struct xxh32_state state; in xxh32_reset() local 259 struct xxh64_state state; in xxh64_reset() local 270 int xxh32_update(struct xxh32_state *state, const void *input, const size_t len) in xxh32_update() 339 uint32_t xxh32_digest(const struct xxh32_state *state) in xxh32_digest() 377 int xxh64_update(struct xxh64_state *state, const void *input, const size_t len) in xxh64_update() 444 uint64_t xxh64_digest(const struct xxh64_state *state) in xxh64_digest()
|
D | textsearch.c | 206 struct ts_state *state) in get_linear_data() 232 struct ts_state *state, in textsearch_find_continuous()
|
D | syscall.c | 71 long state; in task_current_syscall() local
|
D | debugobjects.c | 530 debug_object_fixup(bool (*fixup)(void *addr, enum debug_obj_state state), in debug_object_fixup() 568 enum debug_obj_state state = ODEBUG_STATE_NONE; in lookup_object_or_alloc() local 1081 static bool __init fixup_init(void *addr, enum debug_obj_state state) in fixup_init() 1100 static bool __init fixup_activate(void *addr, enum debug_obj_state state) in fixup_activate() 1121 static bool __init fixup_destroy(void *addr, enum debug_obj_state state) in fixup_destroy() 1139 static bool __init fixup_free(void *addr, enum debug_obj_state state) in fixup_free() 1154 check_results(void *addr, enum debug_obj_state state, int fixups, int warnings) in check_results()
|
D | ts_kmp.c | 42 static unsigned int kmp_find(struct ts_config *conf, struct ts_state *state) in kmp_find()
|
D | ts_fsm.c | 134 static unsigned int fsm_find(struct ts_config *conf, struct ts_state *state) in fsm_find()
|
D | ts_bm.c | 58 static unsigned int bm_find(struct ts_config *conf, struct ts_state *state) in bm_find()
|
D | percpu_counter.c | 22 static bool percpu_counter_fixup_free(void *addr, enum debug_obj_state state) in percpu_counter_fixup_free()
|
/lib/zlib_inflate/ |
D | inflate.c | 35 struct inflate_state *state; in zlib_inflateReset() local 61 struct inflate_state *state; in zlib_inflateInit2() local 97 static void zlib_fixedtables(struct inflate_state *state) in zlib_fixedtables() 122 struct inflate_state *state; in zlib_updatewindow() local 167 struct inflate_state *state; in zlib_inflateSyncPacket() local 333 struct inflate_state *state; in zlib_inflate() local 787 struct inflate_state *state = (struct inflate_state *)z->state; in zlib_inflateIncomp() local
|
D | inffast.c | 69 struct inflate_state *state; in inflate_fast() local
|
/lib/xz/ |
D | xz_lzma2.h | 64 static inline void lzma_state_literal(enum lzma_state *state) in lzma_state_literal() 75 static inline void lzma_state_match(enum lzma_state *state) in lzma_state_match() 81 static inline void lzma_state_long_rep(enum lzma_state *state) in lzma_state_long_rep() 87 static inline void lzma_state_short_rep(enum lzma_state *state) in lzma_state_short_rep() 93 static inline bool lzma_state_is_literal(enum lzma_state state) in lzma_state_is_literal()
|
D | xz_dec_test.c | 33 static struct xz_dec *state; variable
|
/lib/crypto/ |
D | blake2s.c | 19 void blake2s_update(struct blake2s_state *state, const u8 *in, size_t inlen) in blake2s_update() 25 void blake2s_final(struct blake2s_state *state, u8 *out) in blake2s_final()
|
D | chacha.c | 76 void chacha_block_generic(u32 *state, u8 *stream, int nrounds) in chacha_block_generic() 103 void hchacha_block_generic(const u32 *state, u32 *stream, int nrounds) in hchacha_block_generic()
|
D | blake2s-generic.c | 33 static inline void blake2s_increment_counter(struct blake2s_state *state, in blake2s_increment_counter() 44 void blake2s_compress_generic(struct blake2s_state *state, const u8 *block, in blake2s_compress_generic()
|
D | libchacha.c | 15 void chacha_crypt_generic(u32 *state, u8 *dst, const u8 *src, in chacha_crypt_generic()
|
D | poly1305-donna64.c | 34 void poly1305_core_blocks(struct poly1305_state *state, in poly1305_core_blocks() 113 void poly1305_core_emit(const struct poly1305_state *state, const u32 nonce[4], in poly1305_core_emit()
|
D | poly1305-donna32.c | 31 void poly1305_core_blocks(struct poly1305_state *state, in poly1305_core_blocks() 120 void poly1305_core_emit(const struct poly1305_state *state, const u32 nonce[4], in poly1305_core_emit()
|
D | blake2s-selftest.c | 551 struct blake2s_state state; in blake2s_selftest() local
|
D | sha256.c | 47 static void sha256_transform(u32 *state, const u8 *input) in sha256_transform()
|
/lib/dim/ |
D | rdma_dim.c | 47 u8 state = dim->tune_state; in rdma_dim_decision() local
|
/lib/lzo/ |
D | lzo1x_decompress_safe.c | 45 size_t state = 0; in lzo1x_decompress_safe() local
|