/Linux-v4.19/drivers/gpu/drm/mgag200/ |
D | mgag200_mode.c | 109 unsigned int computed; in mga_g200se_set_plls() local 132 computed = (pllreffreq * testn) / in mga_g200se_set_plls() 134 if (computed > clock) in mga_g200se_set_plls() 135 tmpdelta = computed - clock; in mga_g200se_set_plls() 137 tmpdelta = clock - computed; in mga_g200se_set_plls() 174 computed = (pllreffreq * testn) / in mga_g200se_set_plls() 176 if (computed > clock) in mga_g200se_set_plls() 177 tmpdelta = computed - clock; in mga_g200se_set_plls() 179 tmpdelta = clock - computed; in mga_g200se_set_plls() 228 unsigned int computed; in mga_g200wb_set_plls() local [all …]
|
/Linux-v4.19/tools/perf/ |
D | builtin-diff.c | 245 pair->diff.computed = true; in compute_delta() 254 pair->diff.computed = true; in compute_ratio() 264 pair->diff.computed = true; in compute_wdiff() 907 if (pair->diff.computed) in __hpp__color_compare() 918 if (pair->diff.computed) in __hpp__color_compare() 929 if (pair->diff.computed) in __hpp__color_compare() 991 if (pair->diff.computed) in hpp__entry_pair() 1006 if (pair->diff.computed) in hpp__entry_pair() 1022 if (pair->diff.computed) in hpp__entry_pair()
|
/Linux-v4.19/tools/perf/Documentation/ |
D | perf-diff.txt | 108 overhead and 1 (default) means sorting by computed value of column 1 178 If specified the 'Delta' column is displayed with value 'd' computed as: 199 If specified the 'Ratio' column is displayed with value 'r' computed as: 211 If specified the 'Weighted diff' column is displayed with value 'd' computed as:
|
D | perf-annotate.txt | 125 The local/global keywords set if the percentage is computed 127 The period/hits keywords set the base the percentage is computed
|
D | perf-list.txt | 37 any extra expressions computed by perf stat. 211 When metrics are computed using formulas from event counts, it is useful to
|
D | perf-stat.txt | 190 Only print computed metrics. Print them in a single line. 262 mispredictions and similar issues. Retiring means that the CPU computed without
|
/Linux-v4.19/Documentation/fb/ |
D | sa1100fb.txt | 18 16. LCCR values are display-specific and should be computed as
|
D | intel810.txt | 67 is enabled, this will be ignored and computed as 3*xres/4. (This 76 is specified, this will be computed against maximum available memory. 189 will be computed based on the hsync1/hsync2 and vsync1/vsync2 values.
|
/Linux-v4.19/Documentation/driver-api/soundwire/ |
D | stream.rst | 220 are computed based on current stream as well as already active 225 computed for the current as well as already active stream based on frame 226 shape and clock frequency computed in step 1. 257 (1) All the values computed in SDW_STREAM_PREPARED state are programmed
|
/Linux-v4.19/Documentation/media/uapi/v4l/ |
D | dev-meta.rst | 10 additional information. This may include statistics computed over the image
|
D | vidioc-enum-fmt.rst | 79 computed by the v4l2_fourcc() macro:
|
D | vidioc-enum-frameintervals.rst | 88 rate can be computed as follows:
|
/Linux-v4.19/Documentation/hwmon/ |
D | k8temp | 47 computed temperature called TControl, which must be lower than TControlMax.
|
D | g762 | 60 is performed to match that target value. The fan speed value is computed
|
/Linux-v4.19/Documentation/ |
D | crc32.txt | 9 remainder computed on the message+CRC is 0. This latter approach 26 Note that a CRC is computed over a string of *bits*, so you have 142 must be completed before the index of the next can be computed.
|
/Linux-v4.19/tools/perf/util/ |
D | sort.h | 65 bool computed; member
|
/Linux-v4.19/arch/c6x/lib/ |
D | divremu.S | 28 ;; in A4. The top bit of the quotient is computed first and is
|
D | divu.S | 45 ;; in A4. The top bit of the quotient is computed first and is
|
/Linux-v4.19/Documentation/networking/ |
D | scaling.txt | 39 by masking out the low order seven bits of the computed hash for the 122 or will be computed in the stack. Capable hardware can pass the hash in 124 hash used for RSS (e.g. computed Toeplitz hash). The hash is saved in 130 an index into the list is computed from the flow hash modulo the size 268 is computed as head counter + queue length. In other words, the counter 408 queues, is computed and maintained for each network device. When
|
D | checksum-offloads.txt | 96 constructing an IPv6 GRE header; the GRE checksum is computed over the
|
/Linux-v4.19/arch/m68k/fpsp040/ |
D | bindec.S | 49 | If LEN is computed to be greater than 17, set OPERR in 282 | If LEN is computed to be greater than 17, set OPERR in 657 | 10^LEN-1 is computed for this test and A14. If the input was
|
D | ssin.S | 68 | sin(r) and cos(r) are computed as odd and even polynomials 73 | sin(r) and cos(r) are computed as odd and even polynomials
|
/Linux-v4.19/Documentation/scheduler/ |
D | sched-domains.txt | 47 computed while iterating over this sched domain's groups.
|
/Linux-v4.19/arch/sparc/lib/ |
D | checksum_32.S | 145 mov %o2, %o0 ! return computed csum 388 mov %g7, %o0 ! give em the computed checksum
|
/Linux-v4.19/fs/ocfs2/cluster/ |
D | heartbeat.c | 675 u32 read, computed; in o2hb_verify_crc() local 678 computed = o2hb_compute_block_crc_le(reg, hb_block); in o2hb_verify_crc() 680 return read == computed; in o2hb_verify_crc()
|