Home
last modified time | relevance | path

Searched full:computed (Results 1 – 25 of 487) sorted by relevance

12345678910>>...20

/linux/drivers/net/ipa/
H A Dgsi_reg.h27 * configuration. The offset to a channel's set of registers is computed
28 * based on a "base" offset plus an additional "stride" amount computed
29 * from the channel's ID. For such registers, the offset is computed by a
32 * The offset of a register dependent on execution environment is computed
36 * The offset of a channel register is computed by a macro that is supplied a
40 * The offset of an event register is computed by a macro that is supplied a
/linux/tools/memory-model/Documentation/
H A Dglossary.txt7 Address Dependency: When the address of a later memory access is computed
18 In this case, because the address of "p->a" on line 3 is computed
55 of a value computed from a value returned by an earlier load,
88 Data Dependency: When the data written by a later store is computed based
/linux/fs/xfs/scrub/
H A Drtsummary.c35 * a new summary file incore, and then we compare the computed version against
216 /* If the bitmap size doesn't match the computed size, bail. */ in xchk_rtsum_compute()
224 /* Compare the rtsummary file against the one we computed. */
281 /* Read a block's worth of computed rtsummary file. */ in xchk_rtsum_compare()
367 /* Does the computed summary file match the actual rtsummary file? */ in xchk_rtsummary()
/linux/drivers/net/ethernet/sfc/
H A Dnic_common.h201 /* Some statistics are computed as A - B where A and B each increase
204 * after those contributing to A, the computed value may be lower than
209 * value. Since the computed value will never be greater than the
210 * true value, we can achieve this by only storing the computed value
/linux/tools/perf/util/
H A Dexpr.y35 * read from a counter, a constant or some computed value. When
113 * when the event is computed. Create a set of just the ID.
128 * ids for non-constants union the set of IDs that must be computed.
170 * If ids aren't computed then treat the expression as true. If
171 * ids are being computed and the IF expr is a non-zero
/linux/arch/arm/crypto/
H A Daes-neonbs-core.S631 movlt pc, ip // computed goto if blocks < 8
650 movlt pc, ip // computed goto if blocks < 8
692 movlt pc, ip // computed goto if blocks < 8
720 movlt pc, ip // computed goto if blocks < 8
733 movlt pc, ip // computed goto if blocks < 8
802 movle pc, ip // computed goto if bytes < 112
824 movcc pc, ip // computed goto if bytes < 128
848 movcc pc, ip // computed goto if bytes < 128
924 movlt pc, ip // computed goto if blocks < 8
996 movlt pc, ip // computed goto if blocks < 8
[all …]
/linux/include/sound/sof/
H A Dchannel_map.h18 * In case of one-to-many specifies how the output channels are computed out of
20 * in case of many-to-one specifies how a single target channel is computed
/linux/drivers/gpu/drm/loongson/
H A Dlsdc_pixpll.c202 unsigned int computed; in lsdc_pixel_pll_compute() local
217 computed = refclk / div_ref * loopc / div_out; in lsdc_pixel_pll_compute()
219 if (clock >= computed) in lsdc_pixel_pll_compute()
220 diff = clock - computed; in lsdc_pixel_pll_compute()
222 diff = computed - clock; in lsdc_pixel_pll_compute()
/linux/tools/perf/Documentation/
H A Dperf-diff.txt114 overhead and 1 (default) means sorting by computed value of column 1
246 If specified the 'Delta' column is displayed with value 'd' computed as:
267 If specified the 'Ratio' column is displayed with value 'r' computed as:
279 If specified the 'Weighted diff' column is displayed with value 'd' computed as:
H A Dperf-annotate.txt148 The local/global keywords set if the percentage is computed
150 The period/hits keywords set the base the percentage is computed
/linux/net/bluetooth/
H A Decdh_helper.c40 * secret: memory where the ecdh computed shared secret will be saved.
141 * @public_key: memory where the computed ecc public key will be saved.
190 * @public_key: memory where the computed ecc public key will be saved.
/linux/include/linux/surface_aggregator/
H A Dserial_hub.h154 * @field: The field for which the offset should be computed.
166 * @field: The field for which the offset should be computed.
183 * @buf: The pointer pointing to the data for which the CRC should be computed.
184 * @len: The length of the data for which the CRC should be computed.
186 * Return: Returns the CRC computed on the provided data, as used for SSH
385 * Return: Returns the computed priority as value fitting inside a &u8. A
473 * @priority: Priority of the packet. Must be computed via
/linux/Documentation/networking/device_drivers/cellular/qualcomm/
H A Drmnet.rst104 IP header, from which modem computed checksum.
107 over which checksum is computed.
109 Checksum value, indicates the checksum computed.
/linux/fs/smb/client/
H A Dcifsacl.h57 #define ACL_CONTROL_SC 0x0200 /* SACL computed through inheritance */
58 #define ACL_CONTROL_DC 0x0100 /* DACL computed through inheritance */
H A Dcompress.c60 * Also Shannon entropy is the last computed heuristic; if we got this far and ended up
91 * BYTE_DIST_BAD: A "hard no" for compression -- a computed uniform distribution of
95 * BYTE_DIST_MAYBE: When computed byte distribution resulted in "low > n < high"
/linux/tools/testing/selftests/powerpc/dexcr/
H A Ddexcr.c150 * Perform a hashchk instruction. A hash is computed as per hashst(),
152 * value is read and compared against the computed hash.
/linux/Documentation/fb/
H A Dintel810.rst73 is enabled, this will be ignored and computed as 3*xres/4. (This
82 is specified, this will be computed against maximum available memory.
196 will be computed based on the hsync1/hsync2 and vsync1/vsync2 values.
/linux/Documentation/staging/
H A Dcrc32.rst9 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/tools/perf/
H A Dbuiltin-diff.c284 pair->diff.computed = true; in compute_delta()
293 pair->diff.computed = true; in compute_ratio()
303 pair->diff.computed = true; in compute_wdiff()
622 pair->diff.computed = true; in compute_cycles_diff()
831 * The delta can be computed without the baseline, but in hist_entry__cmp_compute_idx()
1406 if (pair->diff.computed) in __hpp__color_compare()
1417 if (pair->diff.computed) in __hpp__color_compare()
1428 if (pair->diff.computed) in __hpp__color_compare()
1582 if (pair->diff.computed) in hpp__entry_pair()
1597 if (pair->diff.computed) in hpp__entry_pair()
[all …]
/linux/arch/powerpc/crypto/
H A Dghashp10-ppc.pl103 stvx_u $xC2,0,r3 # save pre-computed table
145 stvx_u $xC2,0,r3 # save pre-computed table
249 lvx_u $Hl,r8,$Htbl # load pre-computed table
297 lvx_u $Hl,r8,$Htbl # load pre-computed table
H A Dghashp8-ppc.pl101 stvx_u $xC2,0,r3 # save pre-computed table
122 lvx_u $Hl,r8,$Htbl # load pre-computed table
170 lvx_u $Hl,r8,$Htbl # load pre-computed table
/linux/drivers/firmware/efi/
H A Dmokvar-table.c51 * efi_mokvar_table_size is set to the computed size of the
96 * efi_mokvar_table_size: Computed size of EFI MOK variable config table.
300 * efi_mokvar_table_size: Computed size of EFI MOK variable config table.
/linux/arch/arm/mach-omap2/
H A Dsdrc.h62 * This structure holds a pre-computed set of register values for the
64 * intended to be pre-computed and specified in an array in the board-*.c
/linux/drivers/crypto/intel/keembay/
H A Docs-hcu.c639 * @dgst: The buffer where to save the computed digest.
676 * @dgst: The buffer where to save the computed digest.
701 * final hash is computed. in ocs_hcu_hash_final()
721 * @dgst: The buffer where to save the computed digest.
772 * @dgst: The buffer where to save the computed HMAC.
/linux/fs/ocfs2/
H A Dblockcheck.c401 "CRC32 failed: stored: 0x%x, computed 0x%x. Applying ECC.\n", in ocfs2_block_check_validate()
415 mlog(ML_ERROR, "Fixed CRC32 failed: stored: 0x%x, computed 0x%x\n", in ocfs2_block_check_validate()
514 "CRC32 failed: stored: %u, computed %u. Applying ECC.\n", in ocfs2_block_check_validate_bhs()
546 mlog(ML_ERROR, "Fixed CRC32 failed: stored: %u, computed %u\n", in ocfs2_block_check_validate_bhs()

12345678910>>...20