Home
last modified time | relevance | path

Searched refs:calculated (Results 1 – 25 of 307) sorted by relevance

12345678910>>...13

/external/e2fsprogs/lib/ext2fs/
Dcsum.c52 __u32 calculated; in ext2fs_mmp_csum_verify() local
57 calculated = ext2fs_mmp_csum(fs, mmp); in ext2fs_mmp_csum_verify()
59 return ext2fs_le32_to_cpu(mmp->mmp_checksum) == calculated; in ext2fs_mmp_csum_verify()
94 __u32 flag, calculated; in ext2fs_superblock_csum_verify() local
104 calculated = ext2fs_superblock_csum(fs, sb); in ext2fs_superblock_csum_verify()
106 return ext2fs_le32_to_cpu(sb->s_checksum) == calculated; in ext2fs_superblock_csum_verify()
152 __u32 calculated; in ext2fs_ext_attr_block_csum_verify() local
158 retval = ext2fs_ext_attr_block_csum(fs, inum, block, hdr, &calculated); in ext2fs_ext_attr_block_csum_verify()
162 return ext2fs_le32_to_cpu(hdr->h_checksum) == calculated; in ext2fs_ext_attr_block_csum_verify()
323 __u32 calculated; in ext2fs_dirent_csum_verify() local
[all …]
/external/e2fsprogs/e2fsck/
Drecovery.c203 __u32 calculated; in jbd2_descr_block_csum_verify() local
212 calculated = jbd2_chksum(j, j->j_csum_seed, buf, j->j_blocksize); in jbd2_descr_block_csum_verify()
215 return provided == ext2fs_cpu_to_be32(calculated); in jbd2_descr_block_csum_verify()
407 __u32 calculated; in jbd2_commit_block_csum_verify() local
415 calculated = jbd2_chksum(j, j->j_csum_seed, buf, j->j_blocksize); in jbd2_commit_block_csum_verify()
418 return provided == ext2fs_cpu_to_be32(calculated); in jbd2_commit_block_csum_verify()
838 __u32 calculated; in jbd2_revoke_block_csum_verify() local
847 calculated = jbd2_chksum(j, j->j_csum_seed, buf, j->j_blocksize); in jbd2_revoke_block_csum_verify()
850 return provided == ext2fs_cpu_to_be32(calculated); in jbd2_revoke_block_csum_verify()
/external/e2fsprogs/debugfs/
Drecovery.c203 __u32 calculated; in jbd2_descr_block_csum_verify() local
212 calculated = jbd2_chksum(j, j->j_csum_seed, buf, j->j_blocksize); in jbd2_descr_block_csum_verify()
215 return provided == ext2fs_cpu_to_be32(calculated); in jbd2_descr_block_csum_verify()
407 __u32 calculated; in jbd2_commit_block_csum_verify() local
415 calculated = jbd2_chksum(j, j->j_csum_seed, buf, j->j_blocksize); in jbd2_commit_block_csum_verify()
418 return provided == ext2fs_cpu_to_be32(calculated); in jbd2_commit_block_csum_verify()
838 __u32 calculated; in jbd2_revoke_block_csum_verify() local
847 calculated = jbd2_chksum(j, j->j_csum_seed, buf, j->j_blocksize); in jbd2_revoke_block_csum_verify()
850 return provided == ext2fs_cpu_to_be32(calculated); in jbd2_revoke_block_csum_verify()
/external/u-boot/drivers/led/
DKconfig131 The LED blink period calculated from LED_STATUS_FREQ:
166 The LED blink period calculated from LED_STATUS_FREQ1:
201 The LED blink period calculated from LED_STATUS_FREQ2:
236 The LED blink period calculated from LED_STATUS_FREQ3:
271 The LED blink period calculated from LED_STATUS_FREQ4:
306 The LED blink period calculated from LED_STATUS_FREQ5:
/external/boringssl/src/util/fipstools/inject_hash/
Dinject_hash.go146 calculated := mac.Sum(nil)
160 copy(objectBytes[offset:], calculated)
/external/deqp/external/openglcts/docs/specs/
DCTS_ARB_shader_ballot.txt79 Call readFirstInvocationARB with calculated color as a default value
85 calculated color as a default value passed as first parameter and
/external/u-boot/doc/device-tree-bindings/clock/
Dst,stm32-rcc.txt38 It is calculated as: index = register_offset / 4 * 32 + bit_offset.
86 It is calculated as: index = register_offset / 4 * 32 + bit_offset.
/external/nanopb-c/tests/regression/issue_166/
DSConscript1 # Verify that the maximum encoded size is calculated properly
/external/grpc-grpc/third_party/nanopb/tests/regression/issue_166/
DSConscript1 # Verify that the maximum encoded size is calculated properly
/external/nanopb-c/tests/regression/issue_253/
DSConscript1 # Regression test for Issue 253: Wrong calculated message maximum size
/external/ltp/testcases/kernel/controllers/cpuctl/
Dcpuctl_testplan.txt74 The cpu time for each group(task ) is calculated in %. There are two outcomes of the test:
86 groups is decreased. Accordingly the expected cpu time of a task is calculated.
89 (i.e. calculated cpu time and expected cpu time should be same)
167 The threshold for this test is calculated based on the value exported by the
178 Time:: calc:- calculated cpu time obtained for a running task
/external/nanopb-c/tests/regression/issue_195/
DSConscript1 # Regression test for Issue 195: Message size not calculated if a submessage includes
/external/grpc-grpc/third_party/nanopb/tests/regression/issue_195/
DSConscript1 # Regression test for Issue 195: Message size not calculated if a submessage includes
/external/google-benchmark/docs/
Dtools.md83 As you can note, the values in `Time` and `CPU` columns are calculated as `(new - old) / |old|`.
133 As you can note, the values in `Time` and `CPU` columns are calculated as `(new - old) / |old|`.
183 As you can note, the values in `Time` and `CPU` columns are calculated as `(new - old) / |old|`.
193 If the calculated p-value is below this value is lower than the significance
/external/libcxx/utils/google-benchmark/docs/
Dtools.md83 As you can note, the values in `Time` and `CPU` columns are calculated as `(new - old) / |old|`.
133 As you can note, the values in `Time` and `CPU` columns are calculated as `(new - old) / |old|`.
183 As you can note, the values in `Time` and `CPU` columns are calculated as `(new - old) / |old|`.
193 If the calculated p-value is below this value is lower than the significance
/external/swiftshader/third_party/llvm-7.0/llvm/test/CodeGen/Hexagon/
Dbit-addr-align.mir3 # Hexagon bit tracker incorrectly calculated address alignment and removed
Dglobal-const-gep.ll3 ; Test that global constant GEPs are calculated correctly
/external/python/cpython2/Doc/library/
Dposixfile.rst35 Offset is calculated from the start of the file.
40 Offset is calculated from the current position in the file.
45 Offset is calculated from the end of the file.
/external/llvm/test/DebugInfo/AArch64/
Dline-header.ll4 ; check line table length is correctly calculated for both big and little endian
/external/swiftshader/third_party/llvm-7.0/llvm/test/DebugInfo/AArch64/
Dline-header.ll4 ; check line table length is correctly calculated for both big and little endian
/external/swiftshader/third_party/LLVM/test/Assembler/
D2002-08-22-DominanceProblem.ll3 ; Dominance relationships is not calculated correctly for unreachable blocks,
/external/swiftshader/third_party/llvm-7.0/llvm/test/Assembler/
D2002-08-22-DominanceProblem.ll4 ; Dominance relationships is not calculated correctly for unreachable blocks,
/external/llvm/test/Assembler/
D2002-08-22-DominanceProblem.ll4 ; Dominance relationships is not calculated correctly for unreachable blocks,
/external/autotest/client/tests/fs_mark/
Dcontrol12 calculated number of synchronous operations/sec of the underlying drive.
/external/autotest/client/site_tests/video_YouTubeMseEme/
Dcontrol.append_timestamp_offset9 This test will fail if timestamp offset is not calculated correctly.

12345678910>>...13