Searched defs:stream (Results 1 – 7 of 7) sorted by relevance
/arch/arm/kernel/ |
D | head-inflate-data.c | 37 struct z_stream_s stream, *strm = &stream; in __inflate_kernel_data() local
|
/arch/arm64/crypto/ |
D | chacha-neon-glue.c | 65 void hchacha_block_arch(const u32 *state, u32 *stream, int nrounds) in hchacha_block_arch()
|
/arch/x86/crypto/ |
D | chacha_glue.c | 124 void hchacha_block_arch(const u32 *state, u32 *stream, int nrounds) in hchacha_block_arch()
|
/arch/arm/crypto/ |
D | chacha-glue.c | 67 void hchacha_block_arch(const u32 *state, u32 *stream, int nrounds) in hchacha_block_arch()
|
/arch/alpha/kernel/ |
D | err_ev6.c | 101 int source = -1, stream = -1, bits = -1; in ev6_parse_cbox() local
|
/arch/powerpc/kernel/ |
D | nvram_64.c | 116 static struct z_stream_s stream; variable
|
/arch/um/os-Linux/ |
D | file.c | 375 int os_pipe(int *fds, int stream, int close_on_exec) in os_pipe()
|