/third_party/musl/libc-test/src/functional/ |
H A D | iconv_open.c | 10 char *inbuf = "test"; in main() local
|
/kernel/linux/linux-5.10/lib/ |
H A D | decompress.c | 63 decompress_fn __init decompress_method(const unsigned char *inbuf, long len, in decompress_method() argument
|
/kernel/linux/linux-6.6/lib/ |
H A D | decompress.c | 63 decompress_fn __init decompress_method(const unsigned char *inbuf, long len, in decompress_method() argument
|
/third_party/curl/packages/OS400/ |
H A D | curlmain.c | 59 char *inbuf; in main() local
|
/third_party/ltp/testcases/kernel/fs/stream/ |
H A D | stream04.c | 58 char *inbuf; in main() local
|
/third_party/ffmpeg/libavcodec/ |
H A D | dfpwmenc.c | 42 static void au_compress(DFPWMState *state, int len, uint8_t *outbuf, uint8_t *inbuf) in au_compress() argument
|
H A D | dfpwmdec.c | 41 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 D | decompress.c | 117 long partial_decompress(void *inbuf, unsigned long input_size, in partial_decompress() argument
|
/kernel/linux/linux-6.6/arch/powerpc/boot/ |
H A D | decompress.c | 116 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 D | intel-pt-insn-decoder.c | 182 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 D | intel-pt-insn-decoder.c | 211 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 D | decode_video.c | 91 uint8_t inbuf[INBUF_SIZE + AV_INPUT_BUFFER_PADDING_SIZE]; in main() local
|
/third_party/alsa-utils/alsactl/ |
H A D | init_utils_run.c | 160 char inbuf[1024]; in run_program0() local
|
/kernel/linux/linux-5.10/arch/parisc/kernel/ |
H A D | kgdb.c | 173 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 D | vdsomunge.c | 122 const void *inbuf; in main() local
|
/kernel/linux/linux-5.10/arch/x86/platform/olpc/ |
H A D | olpc.c | 109 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 D | cast5_generic.c | 303 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 D | cast6_generic.c | 172 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 D | vdsomunge.c | 122 const void *inbuf; in main() local
|
/kernel/linux/linux-6.6/arch/parisc/kernel/ |
H A D | kgdb.c | 174 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 D | olpc-ec.h | 61 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 D | dir.c | 234 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 D | dir.c | 236 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 D | olpc-ec.h | 63 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 D | cast5_generic.c | 303 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...] |