Home
last modified time | relevance | path

Searched defs:input (Results 1 – 6 of 6) sorted by relevance

/lib/
Dxxhash.c94 static uint32_t xxh32_round(uint32_t seed, const uint32_t input) in xxh32_round()
102 uint32_t xxh32(const void *input, const size_t len, const uint32_t seed) in xxh32()
156 static uint64_t xxh64_round(uint64_t acc, const uint64_t input) in xxh64_round()
172 uint64_t xxh64(const void *input, const size_t len, const uint64_t seed) in xxh64()
270 int xxh32_update(struct xxh32_state *state, const void *input, const size_t len) in xxh32_update()
377 int xxh64_update(struct xxh64_state *state, const void *input, const size_t len) in xxh64_update()
Ddecompress_unlzo.c55 STATIC inline long INIT parse_header(u8 *input, long *skip, long in_len) in parse_header()
112 STATIC int INIT unlzo(u8 *input, long in_len, in unlzo()
Ddecompress_unlz4.c34 STATIC inline int INIT unlz4(u8 *input, long in_len, in unlz4()
Dsha1.c55 #define SHA_ROUND(t, input, fn, constant, A, B, C, D, E) do { \ argument
/lib/zstd/
Ddecompress.c2297 size_t ZSTD_decompressStream(ZSTD_DStream *zds, ZSTD_outBuffer *output, ZSTD_inBuffer *input) in ZSTD_decompressStream()
Dcompress.c3222 size_t ZSTD_compressStream(ZSTD_CStream *zcs, ZSTD_outBuffer *output, ZSTD_inBuffer *input) in ZSTD_compressStream()