| /OK3568_Linux_fs/yocto/poky/meta/files/common-licenses/ |
| H A D | LGPL-3.0-only | 14 …a covered work governed by this License, other than an Application or a Combined Work as defined b… 18 …Combined Work” is a work produced by combining or linking an Application with the Library. The par… 20 … Source” for a Combined Work means the Corresponding Source for the Combined Work, excluding any s… 22 …Combined Work means the object code and/or source code for the Application, including any data and… 40 4. Combined Works. 42 …Combined Work under terms of your choice that, taken together, effectively do not restrict modific… 44 …* a) Give prominent notice with each copy of the Combined Work that the Library is used in it and … 45 * b) Accompany the Combined Work with a copy of the GNU GPL and this license document. 46 …* c) For a Combined Work that displays copyright notices during execution, include the copyright n… 48 …ion with a modified version of the Linked Version to produce a modified Combined Work, in the mann… [all …]
|
| H A D | LGPL-3.0-or-later | 25 an Application or a Combined Work as defined below. 36 A "Combined Work" is a work produced by combining or linking an Application 37 with the Library. The particular version of the Library with which the Combined 42 The "Minimal Corresponding Source" for a Combined Work means the Corresponding 43 Source for the Combined Work, excluding any source code for portions of the 44 Combined Work that, considered in isolation, are based on the Application, 49 The "Corresponding Application Code" for a Combined Work means the object 51 programs needed for reproducing the Combined Work from the Application, but 52 excluding the System Libraries of the Combined Work. 88 4. Combined Works. [all …]
|
| H A D | OCLC-2.0 | 17 A "Combined Work" results from combining and integrating all or parts of the Program with other cod… 30 …FICATION, A COMBINED WORK OR AN AGGREGATE WORK; OR (B) THE RESULTS OF ANY PROJECT UNDERTAKEN USING… 44 D. Requirements for a Combined Work Distribution 45 Distributions of Combined Works are subject to the terms of this license and must be made at no cha… 47 A Combined Work may be distributed as either modifiable or non-modifiable code. The requirements of…
|
| /OK3568_Linux_fs/buildroot/dl/qt5location/git/ |
| H A D | LICENSE.LGPL3 | 20 other than an Application or a Combined Work as defined below. 27 A "Combined Work" is a work produced by combining or linking an 29 with which the Combined Work was made is also called the "Linked 32 The "Minimal Corresponding Source" for a Combined Work means the 33 Corresponding Source for the Combined Work, excluding any source code 34 for portions of the Combined Work that, considered in isolation, are 37 The "Corresponding Application Code" for a Combined Work means the 39 and utility programs needed for reproducing the Combined Work from the 40 Application, but excluding the System Libraries of the Combined Work. 79 4. Combined Works. [all …]
|
| H A D | LICENSE.LGPLv3 | 31 other than an Application or a Combined Work as defined below. 38 A “Combined Work” is a work produced by combining or linking an 40 with which the Combined Work was made is also called the “Linked 43 The “Minimal Corresponding Source” for a Combined Work means the 44 Corresponding Source for the Combined Work, excluding any source code 45 for portions of the Combined Work that, considered in isolation, are 48 The “Corresponding Application Code” for a Combined Work means the 50 and utility programs needed for reproducing the Combined Work from the 51 Application, but excluding the System Libraries of the Combined Work. 90 4. Combined Works. [all …]
|
| /OK3568_Linux_fs/kernel/net/core/ |
| H A D | secure_seq.c | 62 } __aligned(SIPHASH_ALIGNMENT) combined = { in secure_tcpv6_ts_off() 71 return siphash(&combined, offsetofend(typeof(combined), daddr), in secure_tcpv6_ts_off() 84 } __aligned(SIPHASH_ALIGNMENT) combined = { in secure_tcpv6_seq() 93 hash = siphash(&combined, offsetofend(typeof(combined), dport), in secure_tcpv6_seq() 107 } __aligned(SIPHASH_ALIGNMENT) combined = { in secure_ipv6_port_ephemeral() 114 return siphash(&combined, offsetofend(typeof(combined), dport), in secure_ipv6_port_ephemeral() 184 } __aligned(SIPHASH_ALIGNMENT) combined = { in secure_dccpv6_sequence_number() 192 seq = siphash(&combined, offsetofend(typeof(combined), dport), in secure_dccpv6_sequence_number()
|
| /OK3568_Linux_fs/kernel/lib/ |
| H A D | siphash.c | 219 u64 combined = (u64)second << 32 | first; in siphash_3u32() local 221 v3 ^= combined; in siphash_3u32() 224 v0 ^= combined; in siphash_3u32() 333 u64 combined = (u64)second << 32 | first; in hsiphash_2u32() local 335 v3 ^= combined; in hsiphash_2u32() 337 v0 ^= combined; in hsiphash_2u32() 352 u64 combined = (u64)second << 32 | first; in hsiphash_3u32() local 354 v3 ^= combined; in hsiphash_3u32() 356 v0 ^= combined; in hsiphash_3u32() 373 u64 combined = (u64)second << 32 | first; in hsiphash_4u32() local [all …]
|
| /OK3568_Linux_fs/yocto/poky/meta/recipes-multimedia/libtiff/tiff/ |
| H A D | CVE-2023-0800_0801_0802_0803_0804.patch | 41 + "Only equal length regions can be combined for " 55 + "combined for -E " 82 + "Only equal width regions can be combined for -E " 99 + "Only equal length regions can be combined for " 118 "Only equal width regions can be combined for -E top or bottom"); 128 "Only equal length regions can be combined for -E left or right");
|
| /OK3568_Linux_fs/kernel/drivers/net/ethernet/amd/xgbe/ |
| H A D | xgbe-ethtool.c | 687 unsigned int rx, tx, combined; in xgbe_get_channels() local 701 combined = min(rx, tx); in xgbe_get_channels() 703 channels->max_combined = combined; in xgbe_get_channels() 711 combined = min(rx, tx); in xgbe_get_channels() 712 rx -= combined; in xgbe_get_channels() 713 tx -= combined; in xgbe_get_channels() 715 channels->combined_count = combined; in xgbe_get_channels() 723 netdev_err(netdev, "channel inputs: combined=%u, rx-only=%u, tx-only=%u\n", in xgbe_print_set_channels_input() 732 unsigned int rx, rx_curr, tx, tx_curr, combined; in xgbe_set_channels() local 746 combined = min(rx, tx); in xgbe_set_channels() [all …]
|
| /OK3568_Linux_fs/u-boot/tools/patman/ |
| H A D | command.py | 23 self.combined = None 27 def __init__(self, stdout='', stderr='', combined='', return_code=0, argument 31 self.combined = combined 96 result.stdout, result.stderr, result.combined = (
|
| H A D | cros_subprocess.py | 125 A tuple (stdout, stderr, combined) which is the data received on 126 stdout, stderr and the combined data (interleaved stdout and stderr). 141 and the combined output will just be the same as stdout. 163 combined = [] 200 combined.append(data) 215 combined.append(data) 228 combined = ''.join(combined) 241 return (stdout, stderr, combined) 290 # The total length of stdout and stderr should equal the combined length
|
| /OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/vendor/nunicode/include/libnu/ |
| H A D | udb.h | 29 * Similar to nu_udb_lookup(), but doesn't look into COMBINED 57 * @param COMBINED joined values addressed by index stored in VALUES 63 const uint32_t *VALUES_C, const uint16_t *VALUES_I, const uint8_t *COMBINED) { in nu_udb_lookup() argument 72 return (const char *)(COMBINED + combined_offset); in nu_udb_lookup()
|
| H A D | casemap_internal.h | 16 const uint32_t *VALUES_C, const uint16_t *VALUES_I, const uint8_t *COMBINED) { in _nu_to_something() argument 18 return nu_udb_lookup(codepoint, G, G_SIZE, VALUES_C, VALUES_I, COMBINED); in _nu_to_something()
|
| /OK3568_Linux_fs/kernel/Documentation/devicetree/bindings/iommu/ |
| H A D | arm,smmu-v3.yaml | 34 - const: combined 36 The combined interrupt is optional, and should only be provided if the 37 hardware supports just a single, combined interrupt line. 38 If provided, then the combined interrupt will be used in preference to
|
| /OK3568_Linux_fs/kernel/Documentation/devicetree/bindings/usb/ |
| H A D | usb-device.txt | 9 "interface nodes" representing USB interfaces and "combined nodes" 12 A combined node shall be used instead of a device node and an interface node 16 A "hub node" is a combined node or an interface node that represents a USB 49 Required properties for combined nodes:
|
| /OK3568_Linux_fs/kernel/tools/testing/selftests/ftrace/test.d/trigger/inter-event/ |
| H A D | trigger-inter-event-combined-hist.tc | 3 # description: event trigger - test inter-event combined histogram trigger 18 echo "Test combined histogram" 34 fail "Failed to create combined histogram"
|
| /OK3568_Linux_fs/kernel/drivers/iio/light/ |
| H A D | Kconfig | 415 tristate "SI1132 and SI1141/2/3/5/6/7 combined ALS, UV index and proximity sensor" 421 SI1141/2/3/5/6/7 combined ambient light, UV index and proximity sensor 543 tristate "VCNL4000/4010/4020/4200 combined ALS and proximity sensor" 549 VCNL4010, VCNL4020, VCNL4200 combined ambient light and proximity 556 tristate "VCNL4035 combined ALS and proximity sensor" 563 combined ambient light (ALS) and proximity sensor. Currently only ALS 595 VL6180 combined ambient light, range and proximity sensor.
|
| /OK3568_Linux_fs/kernel/drivers/usb/core/ |
| H A D | of.c | 43 * usb_of_has_combined_node() - determine whether a device has a combined node 46 * Determine whether a USB device has a so called combined node which is 55 * criteria for a combined node.
|
| /OK3568_Linux_fs/u-boot/lib/avb/libavb/ |
| H A D | avb_cmdline.c | 199 char combined[AVB_MAX_DIGITS_UINT64 * 2 + 1]; in cmdline_append_version() local 204 avb_memcpy(combined, major_digits, num_major_digits); in cmdline_append_version() 205 combined[num_major_digits] = '.'; in cmdline_append_version() 206 avb_memcpy(combined + num_major_digits + 1, minor_digits, num_minor_digits); in cmdline_append_version() 207 combined[num_major_digits + 1 + num_minor_digits] = '\0'; in cmdline_append_version() 209 return cmdline_append_option(slot_data, key, combined); in cmdline_append_version()
|
| /OK3568_Linux_fs/kernel/Documentation/ABI/testing/ |
| H A D | sysfs-bus-iio-sx9310 | 7 near the combined sensor. The combined sensor presents
|
| /OK3568_Linux_fs/kernel/Documentation/devicetree/bindings/display/ |
| H A D | arm,pl11x.txt | 13 - interrupt-names: either the single entry "combined" representing a 14 combined interrupt output (CLCDINTR), or the four entries 76 interrupt-names = "combined";
|
| /OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/arm-none-linux-gnueabihf/libc/usr/include/linux/ |
| H A D | pkt_cls.h | 54 * a combined opcode. 59 #define TC_ACT_EXT_OPCODE(combined) ((combined) & (~TC_ACT_EXT_VAL_MASK)) argument 60 #define TC_ACT_EXT_CMP(combined, opcode) (TC_ACT_EXT_OPCODE(combined) == opcode) argument
|
| /OK3568_Linux_fs/kernel/tools/include/uapi/linux/ |
| H A D | pkt_cls.h | 54 * a combined opcode. 59 #define TC_ACT_EXT_OPCODE(combined) ((combined) & (~TC_ACT_EXT_VAL_MASK)) argument 60 #define TC_ACT_EXT_CMP(combined, opcode) (TC_ACT_EXT_OPCODE(combined) == opcode) argument
|
| /OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/aarch64-none-linux-gnu/libc/usr/include/linux/ |
| H A D | pkt_cls.h | 54 * a combined opcode. 59 #define TC_ACT_EXT_OPCODE(combined) ((combined) & (~TC_ACT_EXT_VAL_MASK)) argument 60 #define TC_ACT_EXT_CMP(combined, opcode) (TC_ACT_EXT_OPCODE(combined) == opcode) argument
|
| /OK3568_Linux_fs/u-boot/doc/device-tree-bindings/ata/ |
| H A D | intel-sata.txt | 11 "combined" : Use combined IDE + legacy mode
|