Home
last modified time | relevance | path

Searched refs:Truncate (Results 1 – 25 of 201) sorted by relevance

123456789

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Support/
DScaledNumber.cpp285 size_t Truncate = in toString() local
289 if (Truncate >= Str.size()) in toString()
292 bool Carry = doesRoundUp(Str[Truncate]); in toString()
294 return stripTrailingZeros(Str.substr(0, Truncate)); in toString()
297 for (std::string::reverse_iterator I(Str.begin() + Truncate), E = Str.rend(); in toString()
312 return stripTrailingZeros(std::string(Carry, '1') + Str.substr(0, Truncate)); in toString()
/third_party/NuttX/fs/vfs/
Dfs_truncate.c64 if (!vnode || !vnode->vop || !vnode->vop->Truncate) in file_truncate()
74 ret = vnode->vop->Truncate(vnode, length); in file_truncate()
Dfs_open.c245 if (vnode->vop->Truncate) in fp_open()
247 ret = vnode->vop->Truncate(vnode, 0); in fp_open()
/third_party/skia/third_party/externals/dng_sdk/source/
Ddng_camera_profile.cpp1268 baseName.Truncate (len - 5); in SplitCameraProfileName()
1284 temp.Truncate (len - 1); in SplitCameraProfileName()
1289 baseName.Truncate (len - 7); in SplitCameraProfileName()
1311 temp.Truncate (len - 1); in SplitCameraProfileName()
1316 baseName.Truncate (len - 3); in SplitCameraProfileName()
Ddng_iptc.cpp653 ss.Truncate (maxChars); in SpoolString()
686 sss.Truncate (middle); in SpoolString()
706 ss.Truncate (lower); in SpoolString()
Ddng_string.h81 void Truncate (uint32 maxBytes);
/third_party/mindspore/mindspore/ccsrc/minddata/dataset/engine/cache/
Dstorage_container.cc148 Status StorageContainer::Truncate() const noexcept { in Truncate() function in mindspore::dataset::StorageContainer
157 (void)Truncate(); in ~StorageContainer()
Dstorage_container.h57 Status Truncate() const noexcept;
/third_party/e2fsprogs/tests/f_hugedir_blocks/
Dexpect.12 Inode 12 is too big. Truncate? yes
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/SystemZ/
DSystemZOperands.td223 // Truncate an immediate to a 8-bit signed quantity.
229 // Truncate an immediate to a 8-bit unsigned quantity.
235 // Truncate an immediate to a 8-bit unsigned quantity and mask off low bit.
241 // Truncate an immediate to a 12-bit unsigned quantity.
247 // Truncate an immediate to a 16-bit signed quantity.
259 // Truncate an immediate to a 16-bit unsigned quantity.
265 // Truncate an immediate to a 32-bit signed quantity.
277 // Truncate an immediate to a 32-bit unsigned quantity.
289 // Truncate an immediate to a 48-bit unsigned quantity.
/third_party/e2fsprogs/tests/f_toobig_extent_dir/
Dexpect.12 Inode 12 is too big. Truncate? yes
/third_party/e2fsprogs/tests/f_ea_inode_self_ref/
Dexpect.12 Inode 16 has INLINE_DATA_FL flag but extended attribute not found. Truncate? yes
/third_party/e2fsprogs/tests/f_ea_value_crash/
Dexpect.12 Inode 12 has INLINE_DATA_FL flag but extended attribute not found. Truncate? yes
/third_party/e2fsprogs/tests/f_write_ea_no_extra_isize/
Dexpect.12 Inode 12 has INLINE_DATA_FL flag but extended attribute not found. Truncate? yes
/third_party/e2fsprogs/tests/f_write_ea_toobig_extra_isize/
Dexpect.12 Inode 12 has INLINE_DATA_FL flag but extended attribute not found. Truncate? yes
/third_party/e2fsprogs/tests/f_write_ea_toosmall_extra_isize/
Dexpect.12 Inode 12 has INLINE_DATA_FL flag but extended attribute not found. Truncate? yes
/third_party/ninja/src/
Dutil.h105 bool Truncate(const string& path, size_t size, string* err);
Dbuild_log_test.cc120 TEST_F(BuildLogTest, Truncate) { in TEST_F() argument
150 ASSERT_TRUE(Truncate(kTestFilename, size, &err)); in TEST_F()
Ddeps_log_test.cc385 ASSERT_TRUE(Truncate(kTestFilename, size, &err)); in TEST_F()
438 ASSERT_TRUE(Truncate(kTestFilename, st.st_size - 2, &err)); in TEST_F()
/third_party/mbedtls/tests/suites/
Dtest_suite_psa_its.data70 Truncate ITS header
/third_party/e2fsprogs/tests/f_inlinedata_repair/
Dexpect.12 Inode 12 has INLINE_DATA_FL flag but extended attribute not found. Truncate? yes
/third_party/e2fsprogs/tests/f_badsymlinks/
Dexpect.113 Inode 21 is too big. Truncate? yes
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-subzero/include/llvm/IR/
DInstruction.def161 HANDLE_CAST_INST(36, Trunc , TruncInst ) // Truncate integers
168 HANDLE_CAST_INST(43, FPTrunc , FPTruncInst ) // Truncate floating point
/third_party/e2fsprogs/tests/f_lotsbad/
Dexpect.14 Inode 13 is too big. Truncate? yes
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/IR/
DInstruction.def184 HANDLE_CAST_INST(38, Trunc , TruncInst ) // Truncate integers
191 HANDLE_CAST_INST(45, FPTrunc , FPTruncInst ) // Truncate floating point

123456789