Home
last modified time | relevance | path

Searched refs:decomp (Results 1 – 25 of 26) sorted by relevance

12

/OK3568_Linux_fs/kernel/tools/perf/tests/shell/
H A Drecord+zstd_comp_decomp.sh27 $perf_tool inject -i $trace_file -o $trace_file.decomp &&
29 $perf_tool report -i $trace_file.decomp --stdio | head -n -3 > $trace_file.decomp.output &&
30 diff $trace_file.comp.output $trace_file.decomp.output
/OK3568_Linux_fs/u-boot/scripts/
H A Ddecomp.sh35 cp -f spl/u-boot-spl-nodtb.bin u-boot.bin.decomp
37 cat spl/u-boot-spl-pad.bin >> u-boot.bin.decomp
39 cat u-boot.bin.${COMPRESS}.uImage >> u-boot.bin.decomp
40 cp -f u-boot.bin.decomp spl/u-boot-spl.bin
/OK3568_Linux_fs/kernel/tools/perf/util/
H A Dsession.h42 struct decomp *decomp; member
43 struct decomp *decomp_last;
46 struct decomp { struct
47 struct decomp *next; argument
H A Dsession.c45 struct decomp *decomp, *decomp_last = session->decomp_last; in perf_session__process_compressed_event() local
52 mmap_len = sizeof(struct decomp) + decomp_len; in perf_session__process_compressed_event()
53 decomp = mmap(NULL, mmap_len, PROT_READ|PROT_WRITE, in perf_session__process_compressed_event()
55 if (decomp == MAP_FAILED) { in perf_session__process_compressed_event()
60 decomp->file_pos = file_offset; in perf_session__process_compressed_event()
61 decomp->mmap_len = mmap_len; in perf_session__process_compressed_event()
62 decomp->head = 0; in perf_session__process_compressed_event()
65 memcpy(decomp->data, &(decomp_last->data[decomp_last->head]), decomp_last_rem); in perf_session__process_compressed_event()
66 decomp->size = decomp_last_rem; in perf_session__process_compressed_event()
73 &(decomp->data[decomp_last_rem]), decomp_len - decomp_last_rem); in perf_session__process_compressed_event()
[all …]
H A Ddso.c489 bool decomp = false; in __open_dso() local
513 decomp = true; in __open_dso()
519 if (decomp) in __open_dso()
H A Dannotate.c1926 bool decomp = false; in symbol__disassemble() local
1973 decomp = true; in symbol__disassemble()
2086 if (decomp) in symbol__disassemble()
/OK3568_Linux_fs/kernel/drivers/net/ppp/
H A Dbsd_comp.c169 static void *bsd_alloc(unsigned char *options, int opt_len, int decomp);
174 int opt_len, int unit, int debug, int decomp);
352 static void *bsd_alloc (unsigned char *options, int opt_len, int decomp) in bsd_alloc() argument
419 if (!decomp) in bsd_alloc()
464 int opt_len, int unit, int debug, int decomp) in bsd_init() argument
472 || (decomp && db->lens == NULL)) in bsd_init()
477 if (decomp) in bsd_init()
/OK3568_Linux_fs/kernel/arch/powerpc/boot/
H A DMakefile91 zlib-decomp-$(CONFIG_KERNEL_GZIP) := decompress_inflate.c
97 $(addprefix $(obj)/,$(zlib-decomp-y))
99 $(addprefix $(obj)/, $(zlib-decomp-y)): \
184 $(addprefix $(obj)/,$(zlib-decomp-y)): $(obj)/%: $(srctree)/lib/%
200 $(zlib-decomp-) $(libfdt) $(libfdtheader) \
/OK3568_Linux_fs/kernel/tools/perf/tests/
H A Dcode-reading.c246 bool decomp = false; in read_object_code() local
320 decomp = true; in read_object_code()
328 if (decomp) in read_object_code()
/OK3568_Linux_fs/kernel/tools/testing/selftests/powerpc/nx-gzip/
H A DREADME31 decomp is complete: fclose
/OK3568_Linux_fs/yocto/meta-openembedded/meta-oe/recipes-multimedia/v4l2apps/
H A Dv4l-utils_1.22.1.bb49 ${libdir}/libv4l/*-decomp"
/OK3568_Linux_fs/kernel/crypto/
H A Dtestmgr.c114 } comp, decomp; member
3561 desc->suite.comp.decomp.vecs, in alg_test_comp()
3563 desc->suite.comp.decomp.count); in alg_test_comp()
3574 desc->suite.comp.decomp.vecs, in alg_test_comp()
3576 desc->suite.comp.decomp.count); in alg_test_comp()
4651 .decomp = __VECS(deflate_decomp_tv_template)
5119 .decomp = __VECS(lz4_decomp_tv_template)
5129 .decomp = __VECS(lz4hc_decomp_tv_template)
5139 .decomp = __VECS(lzo_decomp_tv_template)
5149 .decomp = __VECS(lzorle_decomp_tv_template)
[all …]
/OK3568_Linux_fs/external/rkwifibt/drivers/bcmdhd/include/
H A Ddbus.h436 extern void dbus_bus_fw_get(void *bus, uint8 **fw, int *fwlen, int *decomp);
/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/cywdhd/bcmdhd/include/
H A Ddbus.h404 extern void dbus_bus_fw_get(void *bus, uint8 **fw, int *fwlen, int *decomp);
/OK3568_Linux_fs/external/rkwifibt/drivers/infineon/include/
H A Ddbus.h404 extern void dbus_bus_fw_get(void *bus, uint8 **fw, int *fwlen, int *decomp);
/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rkwifi/bcmdhd_indep_power/include/
H A Ddbus.h410 extern void dbus_bus_fw_get(void *bus, uint8 **fw, int *fwlen, int *decomp);
/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rkwifi/bcmdhd/include/
H A Ddbus.h421 extern void dbus_bus_fw_get(void *bus, uint8 **fw, int *fwlen, int *decomp);
/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/infineon/bcmdhd/include/
H A Ddbus.h404 extern void dbus_bus_fw_get(void *bus, uint8 **fw, int *fwlen, int *decomp);
/OK3568_Linux_fs/external/rkwifibt/drivers/bcmdhd/
H A Ddbus_usb.c1072 dbus_bus_fw_get(void *bus, uint8 **fw, int *fwlen, int *decomp) in dbus_bus_fw_get() argument
/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rkwifi/bcmdhd/
H A Ddbus_usb.c1054 dbus_bus_fw_get(void *bus, uint8 **fw, int *fwlen, int *decomp) in dbus_bus_fw_get() argument
/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rkwifi/bcmdhd_indep_power/
H A Ddbus_usb.c1053 dbus_bus_fw_get(void *bus, uint8 **fw, int *fwlen, int *decomp) in dbus_bus_fw_get() argument
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/lib/gcc/arm-none-linux-gnueabihf/10.3.1/plugin/include/cp/
H A Dcp-tree.h2810 struct lang_decl_decomp GTY((tag ("lds_decomp"))) decomp;
2855 &lt->u.decomp; })
2872 (&DECL_LANG_SPECIFIC (NODE)->u.decomp)
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/lib/gcc/aarch64-none-linux-gnu/10.3.1/plugin/include/cp/
H A Dcp-tree.h2810 struct lang_decl_decomp GTY((tag ("lds_decomp"))) decomp;
2855 &lt->u.decomp; })
2872 (&DECL_LANG_SPECIFIC (NODE)->u.decomp)
/OK3568_Linux_fs/u-boot/common/spl/
H A DKconfig31 Support to build SPL as decomp header.
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/lib/gcc/arm-none-linux-gnueabihf/10.3.1/plugin/
H A Dgtype.state1839 (!pair "decomp"

12