Searched defs:input (Results 1 – 6 of 6) sorted by relevance
/lib/ |
D | xxhash.c | 94 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()
|
D | decompress_unlzo.c | 55 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()
|
D | decompress_unlz4.c | 34 STATIC inline int INIT unlz4(u8 *input, long in_len, in unlz4()
|
D | sha1.c | 55 #define SHA_ROUND(t, input, fn, constant, A, B, C, D, E) do { \ argument
|
/lib/zstd/ |
D | decompress.c | 2297 size_t ZSTD_decompressStream(ZSTD_DStream *zds, ZSTD_outBuffer *output, ZSTD_inBuffer *input) in ZSTD_decompressStream()
|
D | compress.c | 3222 size_t ZSTD_compressStream(ZSTD_CStream *zcs, ZSTD_outBuffer *output, ZSTD_inBuffer *input) in ZSTD_compressStream()
|