Home
last modified time | relevance | path

Searched refs:Sum (Results 1 – 8 of 8) sorted by relevance

/f-stack/freebsd/contrib/dev/acpica/components/tables/
H A Dtbprint.c370 UINT8 Sum = 0; in AcpiTbChecksum() local
376 Sum = (UINT8) (Sum + *(Buffer++)); in AcpiTbChecksum()
379 return (Sum); in AcpiTbChecksum()
/f-stack/freebsd/contrib/dev/acpica/components/utilities/
H A Dutstrsuppt.c642 UINT64 Sum; in AcpiUtStrtoulAdd64() local
652 Sum = Addend1 + Digit; in AcpiUtStrtoulAdd64()
656 if ((AcpiGbl_IntegerBitWidth == 32) && (Sum > ACPI_UINT32_MAX)) in AcpiUtStrtoulAdd64()
661 *OutSum = Sum; in AcpiUtStrtoulAdd64()
/f-stack/freebsd/contrib/dev/acpica/compiler/
H A Daslcodegen.c676 signed char Sum; in CgUpdateHeader() local
685 Sum = 0; in CgUpdateHeader()
698 Sum = (signed char) (Sum + FileByte); in CgUpdateHeader()
701 Checksum = (UINT8) (0 - Sum); in CgUpdateHeader()
H A Ddtutils.c753 UINT8 *Sum = ReturnValue; in DtSum() local
757 *Sum = (UINT8) (*Sum + Checksum); in DtSum()
/f-stack/freebsd/contrib/device-tree/Bindings/sound/
H A Daxentia,tse850-pcm5142.txt24 DAC +----------->|Sum|---+
34 position, meaning that the signal is passed through the 'Sum' mixer. Similarly
/f-stack/freebsd/crypto/openssl/arm/
H A Dpoly1305-armv4.S476 @ Sum of two n-bit numbers is n+1 bits wide, sum of three - n+2,
477 @ and so is sum of four. Sum of 2^m n-m-bit numbers and n-bit
/f-stack/freebsd/contrib/openzfs/cmd/zpool_influxdb/
H A DREADME.md22 | --sum-histogram-buckets | -s | Sum histogram bucket values |
/f-stack/dpdk/doc/guides/rawdevs/
H A Dioat.rst73 * wq-size: the size of the WQ. Sum of all WQ sizes must be less that the total-size defined by the …