/external/e2fsprogs/lib/ext2fs/ |
D | csum.c | 52 __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/ |
D | recovery.c | 203 __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/ |
D | recovery.c | 203 __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/ |
D | json_writer.cpp | 203 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/ |
D | Kconfig | 138 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/ |
D | SConscript | 1 # Verify that the maximum encoded size is calculated properly
|
/external/nanopb-c/tests/regression/issue_166/ |
D | SConscript | 1 # Verify that the maximum encoded size is calculated properly
|
/external/nanopb-c/tests/regression/issue_253/ |
D | SConscript | 1 # Regression test for Issue 253: Wrong calculated message maximum size
|
/external/deqp/external/openglcts/docs/specs/ |
D | CTS_ARB_shader_ballot.txt | 79 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/ |
D | SConscript | 1 # Regression test for Issue 195: Message size not calculated if a submessage includes
|
/external/nanopb-c/tests/regression/issue_195/ |
D | SConscript | 1 # Regression test for Issue 195: Message size not calculated if a submessage includes
|
/external/swiftshader/third_party/llvm-7.0/llvm/test/CodeGen/Hexagon/ |
D | bit-addr-align.mir | 3 # Hexagon bit tracker incorrectly calculated address alignment and removed
|
D | global-const-gep.ll | 3 ; Test that global constant GEPs are calculated correctly
|
/external/boringssl/src/util/fipstools/inject_hash/ |
D | inject_hash.go | 224 calculated := mac.Sum(nil) 238 copy(objectBytes[offset:], calculated)
|
/external/u-boot/doc/device-tree-bindings/clock/ |
D | st,stm32-rcc.txt | 38 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/ |
D | line-header.ll | 4 ; check line table length is correctly calculated for both big and little endian
|
/external/swiftshader/third_party/llvm-7.0/llvm/test/DebugInfo/AArch64/ |
D | line-header.ll | 4 ; check line table length is correctly calculated for both big and little endian
|
/external/llvm/test/Assembler/ |
D | 2002-08-22-DominanceProblem.ll | 4 ; Dominance relationships is not calculated correctly for unreachable blocks,
|
/external/swiftshader/third_party/llvm-7.0/llvm/test/Assembler/ |
D | 2002-08-22-DominanceProblem.ll | 4 ; Dominance relationships is not calculated correctly for unreachable blocks,
|
/external/ltp/testcases/kernel/controllers/cpuctl/ |
D | cpuctl_testplan.txt | 74 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/ |
D | control | 12 calculated number of synchronous operations/sec of the underlying drive.
|
/external/libcxx/utils/google-benchmark/docs/ |
D | tools.md | 83 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/ |
D | tools.md | 83 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/ |
D | posixfile.rst | 35 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/ |
D | Kconfig | 28 initrd_high will be calculated as base stack pointer minus this
|