| /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/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 | 163 combined = [] 200 combined.append(data) 215 combined.append(data) 228 combined = ''.join(combined) 241 return (stdout, stderr, combined)
|
| /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/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/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() 732 unsigned int rx, rx_curr, tx, tx_curr, combined; in xgbe_set_channels() local 746 combined = min(rx, tx); in xgbe_set_channels() 764 if (channels->combined_count > combined) { in xgbe_set_channels() [all …]
|
| /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/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 | 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 | 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/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/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 | 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
|
| /OK3568_Linux_fs/buildroot/dl/qt5location/git/src/location/declarativemaps/ |
| H A D | qdeclarativecirclemapitem_p_p.h | 230 QRectF combined = QGeoMapItemGeometry::translateToCommonOrigin(geoms); in updatePolish() local 233 m_circle.setWidth(combined.width()); in updatePolish() 234 m_circle.setHeight(combined.height()); in updatePolish() 236 m_circle.setWidth(combined.width() + 2 * m_circle.m_border.width()); // ToDo: Fix this! in updatePolish() 237 m_circle.setHeight(combined.height() + 2 * m_circle.m_border.width()); in updatePolish()
|
| H A D | qdeclarativerectanglemapitem_p_p.h | 177 QRectF combined = QGeoMapItemGeometry::translateToCommonOrigin(geoms); in updatePolish() local 178 …m_rect.setWidth(combined.width() + 2 * m_rect.m_border.width()); // ToDo: fix this! 2 is incorrect in updatePolish() 179 m_rect.setHeight(combined.height() + 2 * m_rect.m_border.width()); in updatePolish()
|
| /OK3568_Linux_fs/kernel/include/uapi/linux/ |
| H A D | pkt_cls.h | 86 #define TC_ACT_EXT_OPCODE(combined) ((combined) & (~TC_ACT_EXT_VAL_MASK)) argument 87 #define TC_ACT_EXT_CMP(combined, opcode) (TC_ACT_EXT_OPCODE(combined) == opcode) argument
|
| /OK3568_Linux_fs/kernel/Documentation/driver-api/media/drivers/ |
| H A D | sh_mobile_ceu_camera.rst | 13 combined scales: sensor_scale * host_scale 81 3. Calculate new combined scales from "effective" input window to requested user 86 4. Calculate sensor output window by applying combined scales to real input
|
| /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/u-boot/board/freescale/p1010rdb/ |
| H A D | README.P1010RDB-PB | 165 1) cat p1010rdb-config-header.bin u-boot.bin > u-boot-spi-combined.bin 166 2) => tftp 1000000 u-boot-spi-combined.bin 171 1) cat p1010rdb-config-header.bin u-boot.bin > u-boot-sd-combined.bin 172 2) => tftp 1000000 u-boot-sd-combined.bin
|
| /OK3568_Linux_fs/kernel/net/ipv6/ |
| H A D | syncookies.c | 50 } __aligned(SIPHASH_ALIGNMENT) combined = { in cookie_hash() 59 return siphash(&combined, offsetofend(typeof(combined), dport), in cookie_hash()
|
| /OK3568_Linux_fs/kernel/arch/arm64/boot/dts/amd/ |
| H A D | amd-seattle-xgbe-b.dtsi | 92 interrupts = /* Uses combined intr for both 108 interrupts = /* Uses combined intr for both
|
| /OK3568_Linux_fs/kernel/Documentation/devicetree/bindings/interrupt-controller/ |
| H A D | samsung,exynos4210-combiner.txt | 10 combined interrupt for its eight interrupt sources. The combined interrupt
|
| /OK3568_Linux_fs/kernel/drivers/media/pci/ivtv/ |
| H A D | Kconfig | 80 utilize write-combined caching on the framebuffer memory. 87 ranges that should be marked write-combined from the driver.
|
| /OK3568_Linux_fs/buildroot/package/fftw/ |
| H A D | fftw.mk | 30 FFTW_COMMON_CONF_OPTS += $(if $(BR2_TOOLCHAIN_HAS_OPENMP),--without,--with)-combined-threads
|
| /OK3568_Linux_fs/buildroot/package/python-cheetah/ |
| H A D | Config.in | 7 It can be used standalone or combined with other tools and
|