Searched refs:reduce (Results 1 – 10 of 10) sorted by relevance
| /xnu-11417.121.6/tests/ |
| H A D | in_cksum.c | 45 reduce(int * sum) in reduce() function 86 reduce(&sum); in in_cksum() 99 reduce(&sum); in in_cksum()
|
| /xnu-11417.121.6/iokit/Kernel/ |
| H A D | IODMACommand.cpp | 1532 uint64_t reduce, leftover = 0; in genIOVMSegments() local 1544 reduce = (curSeg.fLength & fAlignMaskLength); in genIOVMSegments() 1545 if (reduce && (curSeg.fLength > reduce)) { in genIOVMSegments() 1546 leftover += reduce; in genIOVMSegments() 1547 curSeg.fLength -= reduce; in genIOVMSegments() 1554 reduce = (state->fIOVMAddr & fAlignMaskInternalSegments); in genIOVMSegments() 1555 if (reduce && (curSeg.fLength > reduce)) { in genIOVMSegments() 1556 leftover += reduce; in genIOVMSegments() 1557 curSeg.fLength -= reduce; in genIOVMSegments()
|
| /xnu-11417.121.6/doc/mach_ipc/ |
| H A D | kmsg.md | 358 In order to reduce how appetizing this is, IPC kmsg inside of the kernel 446 descriptors, which should dramatically reduce tampering risks.
|
| /xnu-11417.121.6/tools/trace/ |
| H A D | parse_ipc_trace.py | 548 dsize = reduce(lambda accum, t: accum + e.dtype(t), dfilter, 0) 551 nmsg = reduce(lambda accum, t: accum + e.mtype(t), dfilter, 0)
|
| /xnu-11417.121.6/doc/observability/ |
| H A D | mt_stackshot.md | 75 current cluster's freelist (again, to reduce cache effects). The freelist is a
|
| /xnu-11417.121.6/doc/building/ |
| H A D | xnu_build_consolidation.md | 15 reduce the number of existing builds, as well as to set up a simple framework that makes it easier …
|
| H A D | bound_checks.md | 104 consistently helps land code changes that stick, and help reduce the likelihood
|
| /xnu-11417.121.6/tests/skywalk/ |
| H A D | skywalk_test_utils.c | 1500 reduce(int * sum) in reduce() function 1538 reduce(&sum); in in_cksum() 1551 reduce(&sum); in in_cksum()
|
| /xnu-11417.121.6/doc/scheduler/ |
| H A D | sched_clutch_edge.md | 265 …red cluster type. If no such thread is found, then the scheduler aims to reduce the load on other … 273 …ce cluster shared resource intensive threads across clusters in order to reduce contention on the …
|
| /xnu-11417.121.6/doc/arm/ |
| H A D | sme.md | 56 can further reduce SVL for itself and lower exception levels.
|