Home
last modified time | relevance | path

Searched defs:inbuf (Results 1 - 25 of 170) sorted by relevance

1234567

/third_party/musl/libc-test/src/functional/
H A Diconv_open.c10 char *inbuf = "test"; in main() local
/kernel/linux/linux-5.10/lib/
H A Ddecompress.c63 decompress_fn __init decompress_method(const unsigned char *inbuf, long len, in decompress_method() argument
/kernel/linux/linux-6.6/lib/
H A Ddecompress.c63 decompress_fn __init decompress_method(const unsigned char *inbuf, long len, in decompress_method() argument
/third_party/curl/packages/OS400/
H A Dcurlmain.c59 char *inbuf; in main() local
/third_party/ltp/testcases/kernel/fs/stream/
H A Dstream04.c58 char *inbuf; in main() local
/third_party/ffmpeg/libavcodec/
H A Ddfpwmenc.c42 static void au_compress(DFPWMState *state, int len, uint8_t *outbuf, uint8_t *inbuf) in au_compress() argument
H A Ddfpwmdec.c41 au_decompress(DFPWMState *state, int fs, int len, uint8_t *outbuf, const uint8_t *inbuf) au_decompress() argument
/kernel/linux/linux-5.10/arch/powerpc/boot/
H A Ddecompress.c117 long partial_decompress(void *inbuf, unsigned long input_size, in partial_decompress() argument
/kernel/linux/linux-6.6/arch/powerpc/boot/
H A Ddecompress.c116 long partial_decompress(void *inbuf, unsigned long input_size, in partial_decompress() argument
/kernel/linux/linux-5.10/tools/perf/util/intel-pt-decoder/
H A Dintel-pt-insn-decoder.c182 dump_insn(struct perf_insn *x, uint64_t ip __maybe_unused, u8 *inbuf, int inlen, int *lenp) dump_insn() argument
/kernel/linux/linux-6.6/tools/perf/util/intel-pt-decoder/
H A Dintel-pt-insn-decoder.c211 dump_insn(struct perf_insn *x, uint64_t ip __maybe_unused, u8 *inbuf, int inlen, int *lenp) dump_insn() argument
/third_party/ffmpeg/doc/examples/
H A Ddecode_video.c91 uint8_t inbuf[INBUF_SIZE + AV_INPUT_BUFFER_PADDING_SIZE]; in main() local
/third_party/alsa-utils/alsactl/
H A Dinit_utils_run.c160 char inbuf[1024]; in run_program0() local
/kernel/linux/linux-5.10/arch/parisc/kernel/
H A Dkgdb.c173 kgdb_arch_handle_exception(int trap, int signo, int err_code, char *inbuf, char *outbuf, struct pt_regs *regs) kgdb_arch_handle_exception() argument
/kernel/linux/linux-5.10/arch/arm/vdso/
H A Dvdsomunge.c122 const void *inbuf; in main() local
/kernel/linux/linux-5.10/arch/x86/platform/olpc/
H A Dolpc.c109 static int olpc_xo1_ec_cmd(u8 cmd, u8 *inbuf, size_t inlen, u8 *outbuf, in olpc_xo1_ec_cmd() argument
/kernel/linux/linux-5.10/crypto/
H A Dcast5_generic.c303 void __cast5_encrypt(struct cast5_ctx *c, u8 *outbuf, const u8 *inbuf) in __cast5_encrypt() argument
355 static void cast5_encrypt(struct crypto_tfm *tfm, u8 *outbuf, const u8 *inbuf) in cast5_encrypt() argument
357 __cast5_encrypt(crypto_tfm_ctx(tfm), outbuf, inbuf); in cast5_encrypt() local
360 void __cast5_decrypt(struct cast5_ctx *c, u8 *outbuf, const u8 *inbuf) in __cast5_decrypt() argument
399 static void cast5_decrypt(struct crypto_tfm *tfm, u8 *outbuf, const u8 *inbuf) in cast5_decrypt() argument
401 __cast5_decrypt(crypto_tfm_ctx(tfm), outbuf, inbuf); in cast5_decrypt() local
H A Dcast6_generic.c172 void __cast6_encrypt(const void *ctx, u8 *outbuf, const u8 *inbuf) in __cast6_encrypt() argument
206 static void cast6_encrypt(struct crypto_tfm *tfm, u8 *outbuf, const u8 *inbuf) in cast6_encrypt() argument
208 __cast6_encrypt(crypto_tfm_ctx(tfm), outbuf, inbuf); in cast6_encrypt() local
211 void __cast6_decrypt(const void *ctx, u8 *outbuf, const u8 *inbuf) in __cast6_decrypt() argument
245 static void cast6_decrypt(struct crypto_tfm *tfm, u8 *outbuf, const u8 *inbuf) in cast6_decrypt() argument
247 __cast6_decrypt(crypto_tfm_ctx(tfm), outbuf, inbuf); in cast6_decrypt() local
/kernel/linux/linux-6.6/arch/arm/vdso/
H A Dvdsomunge.c122 const void *inbuf; in main() local
/kernel/linux/linux-6.6/arch/parisc/kernel/
H A Dkgdb.c174 kgdb_arch_handle_exception(int trap, int signo, int err_code, char *inbuf, char *outbuf, struct pt_regs *regs) kgdb_arch_handle_exception() argument
/kernel/linux/linux-5.10/include/linux/
H A Dolpc-ec.h61 static inline int olpc_ec_cmd(u8 cmd, u8 *inbuf, size_t inlen, u8 *outbuf, in olpc_ec_cmd() argument
/kernel/linux/linux-5.10/fs/dlm/
H A Ddir.c234 void dlm_copy_master_names(struct dlm_ls *ls, char *inbuf, int inlen, in dlm_copy_master_names() argument
/kernel/linux/linux-6.6/fs/dlm/
H A Ddir.c236 void dlm_copy_master_names(struct dlm_ls *ls, const char *inbuf, int inlen, in dlm_copy_master_names() argument
/kernel/linux/linux-6.6/include/linux/
H A Dolpc-ec.h63 static inline int olpc_ec_cmd(u8 cmd, u8 *inbuf, size_t inlen, u8 *outbuf, in olpc_ec_cmd() argument
/kernel/linux/linux-6.6/crypto/
H A Dcast5_generic.c303 void __cast5_encrypt(struct cast5_ctx *c, u8 *outbuf, const u8 *inbuf) in __cast5_encrypt() argument
353 static void cast5_encrypt(struct crypto_tfm *tfm, u8 *outbuf, const u8 *inbuf) in cast5_encrypt() argument
355 __cast5_encrypt(crypto_tfm_ctx(tfm), outbuf, inbuf); in cast5_encrypt() local
358 void __cast5_decrypt(struct cast5_ctx *c, u8 *outbuf, const u8 *inbuf) in __cast5_decrypt() argument
395 static void cast5_decrypt(struct crypto_tfm *tfm, u8 *outbuf, const u8 *inbuf) in cast5_decrypt() argument
397 __cast5_decrypt(crypto_tfm_ctx(tfm), outbuf, inbuf); in cast5_decrypt() local
[all...]

Completed in 10 milliseconds

1234567