Home
last modified time | relevance | path

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

12345678910>>...15

/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/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/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/angle/third_party/jsoncpp/source/src/lib_json/
Djson_writer.cpp203 unsigned int calculated = in utf8ToCodepoint() local
207 return calculated < 0x80 ? REPLACEMENT_CHARACTER : calculated; in utf8ToCodepoint()
214 unsigned int calculated = ((firstByte & 0x0F) << 12) | in utf8ToCodepoint() local
220 if (calculated >= 0xD800 && calculated <= 0xDFFF) in utf8ToCodepoint()
223 return calculated < 0x800 ? REPLACEMENT_CHARACTER : calculated; in utf8ToCodepoint()
230 unsigned int calculated = ((firstByte & 0x07) << 18) | in utf8ToCodepoint() local
236 return calculated < 0x10000 ? REPLACEMENT_CHARACTER : calculated; in utf8ToCodepoint()
/external/u-boot/drivers/led/
DKconfig138 The LED blink period calculated from LED_STATUS_FREQ:
173 The LED blink period calculated from LED_STATUS_FREQ1:
208 The LED blink period calculated from LED_STATUS_FREQ2:
243 The LED blink period calculated from LED_STATUS_FREQ3:
278 The LED blink period calculated from LED_STATUS_FREQ4:
313 The LED blink period calculated from LED_STATUS_FREQ5:
/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_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/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/grpc-grpc/third_party/nanopb/tests/regression/issue_195/
DSConscript1 # Regression test for Issue 195: Message size not calculated if a submessage includes
/external/nanopb-c/tests/regression/issue_195/
DSConscript1 # Regression test for Issue 195: Message size not calculated if a submessage includes
/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/boringssl/src/util/fipstools/inject_hash/
Dinject_hash.go224 calculated := mac.Sum(nil)
238 copy(objectBytes[offset:], calculated)
/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/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/llvm/test/Assembler/
D2002-08-22-DominanceProblem.ll4 ; 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/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/autotest/client/tests/fs_mark/
Dcontrol12 calculated number of synchronous operations/sec of the underlying drive.
/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/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/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/u-boot/arch/microblaze/
DKconfig28 initrd_high will be calculated as base stack pointer minus this

12345678910>>...15