Searched refs:complement (Results 1 – 25 of 33) sorted by relevance
12
/linux-5.19.10/Documentation/networking/ |
D | checksum-offloads.rst | 32 In brief, it allows to request the device fill in a single ones-complement 34 The device should compute the 16-bit ones-complement checksum (i.e. the 87 The ones-complement sum of a correctly checksummed TCP or UDP packet is equal 88 to the complement of the sum of the pseudo header, because everything else gets 92 More generally, this holds in any case where the 'IP-style' ones complement 96 know that after the device has filled in that checksum, the ones complement sum 97 from csum_start to the end of the packet will be equal to the complement of 100 summing when we get to csum_start, then add the complement of the 16-bit word
|
D | segmentation-offloads.rst | 124 Generic receive offload is the complement to GSO. Ideally any frame
|
/linux-5.19.10/tools/perf/util/ |
D | string.c | 75 bool complement = false, ret = true; in __match_charclass() local 78 complement = true; in __match_charclass() 104 return complement ? !ret : ret; in __match_charclass()
|
/linux-5.19.10/Documentation/w1/slaves/ |
D | w1_ds2413.rst | 52 When reading the state, there is a four complement bits. 53 The driver is checking this complement, and when it is wrong then it is
|
D | w1_ds2438.rst | 59 current measurement done by the chip. Changing this register to the two's complement
|
/linux-5.19.10/net/rfkill/ |
D | input.c | 83 const bool complement) in __rfkill_handle_normal_op() argument 88 if (complement) in __rfkill_handle_normal_op()
|
/linux-5.19.10/Documentation/ABI/testing/ |
D | sysfs-bus-iio-health-afe440x | 20 The values are expressed in 24-bit twos complement.
|
/linux-5.19.10/Documentation/devicetree/bindings/hwmon/ |
D | ti,tmp421.yaml | 59 … The value (two's complement) to be programmed in the channel specific N correction register.
|
D | ti,tmp464.yaml | 58 … The value (two's complement) to be programmed in the channel specific N correction register.
|
/linux-5.19.10/arch/alpha/lib/ |
D | csum_ipv6_magic.S | 112 not $0,$0 # .. e1 : and complement.
|
D | ev6-csum_ipv6_magic.S | 147 not $0,$4 # E : complement (1 cycle stall on $0)
|
/linux-5.19.10/Documentation/hwmon/ |
D | lm70.rst | 47 complement digital temperature (sent via the SIO line), is available in the
|
D | adt7475.rst | 117 configured either for two's complement format or "Offset 64" format,
|
/linux-5.19.10/Documentation/input/devices/ |
D | elantech.rst | 757 x7..x0 = delta x (two's complement) 764 y7..y0 = delta y (two's complement) 778 x7..x0 = delta x (two's complement) 785 y7..y0 = delta y (two's complement) 836 x and y are written in two's complement spread
|
D | sentelic.rst | 40 Byte 2: X Movement(9-bit 2's complement integers) 41 Byte 3: Y Movement(9-bit 2's complement integers) 72 Byte 2: X Movement(9-bit 2's complement integers) 73 Byte 3: Y Movement(9-bit 2's complement integers) 566 complement of the register value at the 3rd byte of status request 621 complement of the register value at the 3rd byte of status request
|
D | atarikbd.rst | 86 X ; delta x as twos complement integer 87 Y ; delta y as twos complement integer
|
/linux-5.19.10/scripts/ |
D | unifdef.c | 167 static bool complement; /* -c: do the complement */ variable 277 complement = true; in main() 557 if (keep ^ complement) { in flushline()
|
/linux-5.19.10/Documentation/filesystems/ |
D | omfs.rst | 107 being ~0 and e_blocks being ones'-complement of the total number of blocks
|
/linux-5.19.10/Documentation/driver-api/iio/ |
D | buffers.rst | 43 * *s* or *u*, specifies if signed (2's complement) or unsigned.
|
/linux-5.19.10/Documentation/firmware-guide/acpi/ |
D | DSD-properties-rules.rst | 89 data as possible in the form of device properties and complement that with an
|
D | acpi-lid.rst | 104 to the userspace by always pairing "closed" input events with complement
|
/linux-5.19.10/Documentation/ABI/obsolete/ |
D | sysfs-bus-iio | 92 signed (2's complement) or unsigned. bits is the number of bits
|
/linux-5.19.10/Documentation/userspace-api/media/drivers/ |
D | uvcvideo.rst | 34 Both mechanisms complement each other and are described in more detail below.
|
/linux-5.19.10/Documentation/staging/ |
D | lzo.rst | 32 extra data can be a complement for the operand (eg: a length or a distance
|
/linux-5.19.10/Documentation/ |
D | atomic_t.txt | 65 2s-complement.
|
12