| /OK3568_Linux_fs/yocto/meta-openembedded/meta-networking/recipes-support/iftop/iftop/ |
| H A D | iftop-1.0-gcc10.patch | 6 /usr/bin/ld: ui_common.o:/builddir/build/BUILD/iftop-1.0pre4/ui_common.h:36: multiple definition of… 7 /usr/bin/ld: ui_common.o:/builddir/build/BUILD/iftop-1.0pre4/ui_common.h:38: multiple definition of… 8 /usr/bin/ld: ui_common.o:/builddir/build/BUILD/iftop-1.0pre4/ui_common.h:38: multiple definition of… 9 /usr/bin/ld: ui_common.o:/builddir/build/BUILD/iftop-1.0pre4/ui_common.h:38: multiple definition of… 10 /usr/bin/ld: ui_common.o:/builddir/build/BUILD/iftop-1.0pre4/ui_common.h:37: multiple definition of… 11 /usr/bin/ld: ui_common.o:/builddir/build/BUILD/iftop-1.0pre4/ui_common.h:40: multiple definition of… 12 /usr/bin/ld: ui_common.o:/builddir/build/BUILD/iftop-1.0pre4/ui_common.h:41: multiple definition of… 13 /usr/bin/ld: ui.o:/builddir/build/BUILD/iftop-1.0pre4/ui_common.h:36: multiple definition of `scree… 14 /usr/bin/ld: ui.o:/builddir/build/BUILD/iftop-1.0pre4/ui_common.h:38: multiple definition of `peaks… 15 /usr/bin/ld: ui.o:/builddir/build/BUILD/iftop-1.0pre4/ui_common.h:38: multiple definition of `peakr… [all …]
|
| /OK3568_Linux_fs/kernel/sound/pci/ctxfi/ |
| H A D | xfi.c | 24 static unsigned int multiple = 2; variable 27 MODULE_PARM_DESC(multiple, "Rate multiplier (default=2)"); 28 module_param(multiple, uint, 0444); 83 if ((multiple != 1) && (multiple != 2) && (multiple != 4)) { in ct_card_probe() 85 multiple); in ct_card_probe() 88 multiple = 2; in ct_card_probe() 90 err = ct_atc_create(card, pci, reference_rate, multiple, in ct_card_probe()
|
| /OK3568_Linux_fs/buildroot/package/trinity/ |
| H A D | 0001-Fix-build-with-GCC-10.patch | 7 /usr/bin/ld: debug.o:include/logfile.h:8: multiple definition of `mainlogfile'; child.o:include/log… 8 /usr/bin/ld: log-files.o:include/logfile.h:8: multiple definition of `mainlogfile'; child.o:include… 9 /usr/bin/ld: log.o:include/logfile.h:8: multiple definition of `mainlogfile'; child.o:include/logfi… 10 /usr/bin/ld: main.o:include/logfile.h:8: multiple definition of `mainlogfile'; child.o:include/logf… 11 /usr/bin/ld: output.o:include/logfile.h:8: multiple definition of `mainlogfile'; child.o:include/lo… 12 /usr/bin/ld: params.o:include/logfile.h:8: multiple definition of `mainlogfile'; child.o:include/lo… 13 /usr/bin/ld: shm.o:include/logfile.h:8: multiple definition of `mainlogfile'; child.o:include/logfi… 14 /usr/bin/ld: trinity.o:include/logfile.h:8: multiple definition of `mainlogfile'; child.o:include/l…
|
| /OK3568_Linux_fs/kernel/Documentation/staging/ |
| H A D | crc32.rst | 6 and the whole thing (message+CRC) is a multiple of the given 37 appropriate multiple of the divisor to subtract to being the remainder 42 throw the quotient bit away, but subtract the appropriate multiple of 49 multiple = remainder & 0x80000000 ? CRCPOLY : 0; 50 remainder = (remainder << 1 | next_input_bit()) ^ multiple; 70 multiple = (remainder & 0x80000000) ? CRCPOLY : 0; 71 remainder = (remainder << 1) ^ multiple; 78 multiple = (remainder & 1) ? CRCPOLY : 0; 79 remainder = (remainder >> 1) ^ multiple; 94 multiple = (remainder & 0x80000000) ? CRCPOLY : 0; [all …]
|
| /OK3568_Linux_fs/kernel/Documentation/sound/ |
| H A D | alsa-configuration.rst | 34 specify multiple values for the option separated by commas. 53 This option takes multiple strings. 144 This module supports multiple cards. It does not support autoprobe, so 178 This module supports multiple cards, autoprobe and PnP. 192 This module supports multiple cards. It does not support autoprobe 206 This module supports multiple cards. 228 This module supports multiple cards, autoprobe and PnP. 237 This module supports multiple cards. 250 This module supports multiple cards, autoprobe and PnP. 262 This module supports multiple cards. [all …]
|
| /OK3568_Linux_fs/buildroot/package/dillo/ |
| H A D | 0004-fix-build-with-gcc-10.patch | 7 …st/scripts/instance-0/output-1/build/dillo-3.0.5/dpid/dpid_common.h:44: multiple definition of `dp… 8 …st/scripts/instance-0/output-1/build/dillo-3.0.5/dpid/dpid_common.h:44: multiple definition of `dp… 9 …st/scripts/instance-0/output-1/build/dillo-3.0.5/dpid/dpid_common.h:44: multiple definition of `dp… 10 …root-test/scripts/instance-0/output-1/build/dillo-3.0.5/dpid/dpid.h:64: multiple definition of `so… 11 …root-test/scripts/instance-0/output-1/build/dillo-3.0.5/dpid/dpid.h:61: multiple definition of `se… 12 …root-test/scripts/instance-0/output-1/build/dillo-3.0.5/dpid/dpid.h:58: multiple definition of `dp… 13 …root-test/scripts/instance-0/output-1/build/dillo-3.0.5/dpid/dpid.h:55: multiple definition of `nu… 14 …root-test/scripts/instance-0/output-1/build/dillo-3.0.5/dpid/dpid.h:52: multiple definition of `nu… 15 …root-test/scripts/instance-0/output-1/build/dillo-3.0.5/dpid/dpid.h:31: multiple definition of `sr… 16 …root-test/scripts/instance-0/output-1/build/dillo-3.0.5/dpid/dpid.h:28: multiple definition of `sr… [all …]
|
| /OK3568_Linux_fs/kernel/drivers/crypto/nx/ |
| H A D | nx-842.c | 177 if (slen % c->multiple) in compress() 178 adj_slen = round_up(slen, c->multiple); in compress() 202 if (dlen % c->multiple) in compress() 203 dlen = round_down(dlen, c->multiple); in compress() 208 dlen = round_down(dlen, c->multiple); in compress() 279 add_header = (p.iremain % c.multiple || in nx842_crypto_compress() 283 p.oremain % c.multiple || in nx842_crypto_compress() 361 if (slen % c->multiple) in decompress() 362 adj_slen = round_up(slen, c->multiple); in decompress() 381 if (dlen % c->multiple) in decompress() [all …]
|
| /OK3568_Linux_fs/kernel/drivers/gpu/drm/amd/display/dc/dml/ |
| H A D | dml_inline_defs.h | 131 unsigned int multiple, in dml_round_to_multiple() argument 136 if (multiple == 0) in dml_round_to_multiple() 139 remainder = num % multiple; in dml_round_to_multiple() 145 return (num + multiple - remainder); in dml_round_to_multiple()
|
| /OK3568_Linux_fs/buildroot/dl/qt5location/git/examples/location/mapviewer/ |
| H A D | helper.js | 55 var multiple = Math.pow(10, digits); 56 return Math.round(number * multiple) / multiple;
|
| /OK3568_Linux_fs/kernel/Documentation/filesystems/nfs/ |
| H A D | pnfs.rst | 6 reference multiple devices, each of which can reference multiple data servers. 7 Each data server can be referenced by multiple devices. Each device 8 can be referenced by multiple layouts. To keep all of this straight, 40 justification, but seems reasonable given that we can have multiple 41 deviceid's per filesystem, and multiple filesystems per nfs_client.
|
| /OK3568_Linux_fs/buildroot/package/erlang/ |
| H A D | 0003-ei_portio.h-avoid-ODR-violation-of-ei_default_socket.patch | 11 …ux-gnu/libei.a(eirecv.o):otp/lib/erl_interface/src/misc/ei_portio.h:50: multiple definition of `ei… 12 …inux-gnu/libei.a(send.o):otp/lib/erl_interface/src/misc/ei_portio.h:50: multiple definition of `ei… 13 …-gnu/libei.a(send_reg.o):otp/lib/erl_interface/src/misc/ei_portio.h:50: multiple definition of `ei… 14 …gnu/libei.a(epmd_port.o):otp/lib/erl_interface/src/misc/ei_portio.h:50: multiple definition of `ei… 15 …gnu/libei.a(ei_portio.o):otp/lib/erl_interface/src/misc/ei_portio.h:50: multiple definition of `ei…
|
| /OK3568_Linux_fs/buildroot/package/w_scan/ |
| H A D | 0002-si_types-h-fix-build-with-gcc-10.patch | 7 …../../arm-buildroot-linux-gnueabihf/bin/ld: descriptors.o:(.bss+0x404): multiple definition of `p_… 8 …../../arm-buildroot-linux-gnueabihf/bin/ld: descriptors.o:(.bss+0x408): multiple definition of `tr… 9 …../../arm-buildroot-linux-gnueabihf/bin/ld: descriptors.o:(.bss+0x480): multiple definition of `p_… 10 …../../arm-buildroot-linux-gnueabihf/bin/ld: descriptors.o:(.bss+0x484): multiple definition of `se…
|
| /OK3568_Linux_fs/kernel/Documentation/power/ |
| H A D | charger-manager.rst | 9 and where each battery may have multiple chargers attached and the userland 10 wants to look at the aggregated information of the multiple chargers. 14 represents an independent battery with chargers. If there are multiple 16 the system may need multiple instances of Charger Manager. 23 * Support for multiple chargers (e.g., a device with USB, AC, and solar panels) 24 A system may have multiple chargers (or power sources) and some of 28 aggregates charger-related information from multiple sources and 67 if there are multiple batteries. If there are multiple batteries, the 68 multiple instances of Charger Manager share the same charger_global_desc
|
| /OK3568_Linux_fs/kernel/Documentation/vm/ |
| H A D | page_frags.rst | 20 and tracks allows multiple calls to make use of a cached page. The 21 advantage to doing this is that multiple calls to get_page can be avoided 40 was implemented. It allows for freeing multiple references from a single 42 cleaning up the multiple references that were added to a page in order to
|
| /OK3568_Linux_fs/kernel/drivers/media/rc/img-ir/ |
| H A D | img-ir-raw.c | 22 int multiple; in img_ir_refresh_raw() local 26 multiple = ((irq_status & IMG_IR_IRQ_EDGE) == IMG_IR_IRQ_EDGE); in img_ir_refresh_raw() 33 if (multiple && ir_status == raw->last_status) in img_ir_refresh_raw()
|
| /OK3568_Linux_fs/yocto/poky/meta-selftest/recipes-test/license/ |
| H A D | incompatible-licenses.bb | 1 SUMMARY = "Recipe with multiple SPDX licenses" 2 DESCRIPTION = "Is licensed with multiple SPDX licenses to be used for testing"
|
| /OK3568_Linux_fs/buildroot/package/pigz/ |
| H A D | Config.in.host | 5 fully functional replacement for gzip that exploits multiple 6 processors and multiple cores to the hilt when compressing
|
| H A D | Config.in | 7 fully functional replacement for gzip that exploits multiple 8 processors and multiple cores to the hilt when compressing
|
| /OK3568_Linux_fs/kernel/Documentation/devicetree/bindings/iommu/ |
| H A D | iommu.txt | 22 * Provide address space isolation between multiple contexts. 29 IOMMUs can be single-master or multiple-master. Single-master IOMMU devices 30 typically have a fixed association to the master device, whereas multiple- 48 This may also apply to multiple master IOMMU devices that do not allow the 71 have multiple master interfaces (to one or more IOMMU devices). 91 - pasid-num-bits: Some masters support multiple address spaces for DMA, by 125 /* multiple-master IOMMU */
|
| /OK3568_Linux_fs/buildroot/package/atest/ |
| H A D | 0001-seq.h-fix-build-with-gcc-10.patch | 11 …2.0/../../../../arm-buildroot-linux-gnueabihf/bin/ld: seq.o:(.bss+0x8): multiple definition of `st… 12 …../../../../arm-buildroot-linux-gnueabihf/bin/ld: capture.o:(.bss+0x0): multiple definition of `st… 13 …./../../../arm-buildroot-linux-gnueabihf/bin/ld: playback.o:(.bss+0x0): multiple definition of `st… 14 …./../arm-buildroot-linux-gnueabihf/bin/ld: loopback_delay.o:(.bss+0x0): multiple definition of `st…
|
| /OK3568_Linux_fs/buildroot/package/musepack/ |
| H A D | 0005-fix-build-with-gcc-10.patch | 6 …gnueabihf/bin/ld: CMakeFiles/mpcdec_shared.dir/requant.o:(.rodata+0x0): multiple definition of `__… 7 …nueabihf/bin/ld: CMakeFiles/mpcdec_shared.dir/requant.o:(.rodata+0x28): multiple definition of `__… 8 …nueabihf/bin/ld: CMakeFiles/mpcdec_shared.dir/requant.o:(.rodata+0x74): multiple definition of `Re…
|
| /OK3568_Linux_fs/yocto/poky/meta/recipes-bsp/grub/files/ |
| H A D | video-readers-jpeg-Refuse-to-handle-multiple-start-o.patch | 4 Subject: [PATCH] video/readers/jpeg: Refuse to handle multiple start of 7 An invalid file could contain multiple start of stream blocks, which 9 multiple start of streams.
|
| /OK3568_Linux_fs/kernel/drivers/net/ethernet/freescale/fman/ |
| H A D | Kconfig | 24 read or write transactions into multiple smaller transactions 35 buffer in the SG list has data size that is not a multiple 39 stress with multiple ports injecting line-rate traffic.
|
| /OK3568_Linux_fs/kernel/drivers/mmc/host/ |
| H A D | renesas_sdhi_sys_dmac.c | 160 bool aligned = true, multiple = true; in renesas_sdhi_sys_dmac_start_dma_rx() local 167 multiple = false; in renesas_sdhi_sys_dmac_start_dma_rx() 173 (align & PAGE_MASK))) || !multiple) { in renesas_sdhi_sys_dmac_start_dma_rx() 232 bool aligned = true, multiple = true; in renesas_sdhi_sys_dmac_start_dma_tx() local 239 multiple = false; in renesas_sdhi_sys_dmac_start_dma_tx() 245 (align & PAGE_MASK))) || !multiple) { in renesas_sdhi_sys_dmac_start_dma_tx()
|
| /OK3568_Linux_fs/yocto/meta-openembedded/meta-python/recipes-devtools/python/ |
| H A D | python3-pyperf_2.3.0.bb | 7 * Spawn multiple worker processes. \ 11 * Support multiple units: seconds, bytes and integer. \
|