/third_party/node/test/cctest/ |
H A D | test_node_postmortem_metadata.cc | 108 auto calculated = reinterpret_cast<uintptr_t>(obj.get()) + in TEST_F() local 110 EXPECT_EQ(expected, calculated); in TEST_F() 120 auto calculated = reinterpret_cast<uintptr_t>(*env) + in TEST_F() local 122 EXPECT_EQ(expected, calculated); in TEST_F() 131 auto calculated = reinterpret_cast<uintptr_t>(*env) + in TEST_F() local 133 EXPECT_EQ(expected, calculated); in TEST_F() 163 auto calculated = in TEST_F() local 165 EXPECT_EQ(expected, calculated); in TEST_F() 202 auto calculated = in TEST_F() local 204 EXPECT_EQ(expected, calculated); in TEST_F() [all...] |
/third_party/skia/third_party/externals/abseil-cpp/absl/strings/ |
H A D | charconv.cc | 228 // Struct representing the calculated conversion result of a positive (nonzero) 231 // The calculated number is mantissa * 2**exponent (mantissa is treated as an 233 // representation being calculated. (`mantissa` will always have the same bit 325 // error code in *result is set. Otherwise, the calculated floating point 328 void EncodeResult(const CalculatedFloat& calculated, bool negative, in EncodeResult() argument 330 if (calculated.exponent == kOverflow) { in EncodeResult() 335 } else if (calculated.mantissa == 0 || calculated.exponent == kUnderflow) { in EncodeResult() 340 *value = FloatTraits<FloatType>::Make(calculated.mantissa, in EncodeResult() 341 calculated in EncodeResult() 639 CalculatedFloat calculated = FromCharsImpl() local 656 CalculatedFloat calculated = FromCharsImpl() local 671 CalculatedFloat calculated = FromCharsImpl() local [all...] |
/third_party/mesa3d/src/asahi/lib/ |
H A D | gen_pack.py | 313 calculated = max(field.end // 8 for field in self.fields) + 1 if len(self.fields) > 0 else 0 315 assert(self.length >= calculated) 317 self.length = calculated
|
/third_party/mesa3d/src/panfrost/lib/genxml/ |
H A D | gen_pack.py | 414 calculated = max(field.end // 8 for field in self.fields) + 1 if len(self.fields) > 0 else 0 416 assert(self.length >= calculated) 418 self.length = calculated
|
/third_party/f2fs-tools/fsck/ |
H A D | fsck.c | 1177 __u32 provided, calculated; in fsck_chk_inode_blk() local 1180 calculated = f2fs_inode_chksum(node_blk); in fsck_chk_inode_blk() 1182 if (provided != calculated) { in fsck_chk_inode_blk() 1183 ASSERT_MSG("ino: 0x%x chksum:0x%x, but calculated one is: 0x%x", in fsck_chk_inode_blk() 1184 nid, provided, calculated); in fsck_chk_inode_blk() 1187 cpu_to_le32(calculated); in fsck_chk_inode_blk() 1190 nid, provided, calculated); in fsck_chk_inode_blk()
|
/third_party/libunwind/libunwind/doc/ |
H A D | libunwind-ia64.tex | 78 previous stack-pointer value can be calculated simply as
|
/third_party/mesa3d/src/nouveau/codegen/lib/ |
H A D | gm107.asm | 219 // These 2 sources are calculated in the first two lines below, and then
|
H A D | gk110.asm | 192 // These 2 sources are calculated in the first two lines below, and then
|
H A D | gk104.asm | 650 // These 2 sources are calculated in the first two lines below, and then
|
/third_party/node/deps/openssl/openssl/util/perl/OpenSSL/ |
H A D | Ordinals.pm | 601 for all symbols. If not given, it will be calculated as follows:
|
H A D | Test.pm | 304 calculated before we moved into the directory "foo".
|
/third_party/openssl/util/perl/OpenSSL/ |
H A D | Ordinals.pm | 601 for all symbols. If not given, it will be calculated as follows:
|
H A D | Test.pm | 304 calculated before we moved into the directory "foo".
|
/third_party/node/deps/openssl/openssl/crypto/bn/asm/ |
H A D | armv8-mont.pl | 133 // $lo0 being non-zero. So that carry can be calculated
|
/third_party/openssl/crypto/bn/asm/ |
H A D | armv8-mont.pl | 133 // $lo0 being non-zero. So that carry can be calculated
|
/third_party/skia/third_party/externals/microhttpd/doc/ |
H A D | texinfo.tex | 1329 % subentries, which we calculated on our first read of the .toc above.
|