Home
last modified time | relevance | path

Searched defs:truncate (Results 1 – 18 of 18) sorted by relevance

/freebsd/contrib/processor-trace/libipt/src/
H A Dpt_sync.c47 static const uint8_t *truncate(const uint8_t *pointer, size_t alignment) in truncate() function
/freebsd/contrib/llvm-project/clang/include/clang/AST/
H A DUnresolvedSet.h133 void truncate(unsigned N) { decls().truncate(N); } in truncate() function
/freebsd/contrib/llvm-project/clang/lib/AST/Interp/
H A DBoolean.h80 Boolean truncate(unsigned TruncBits) const { return *this; } in truncate() function
H A DIntegralAP.h156 IntegralAP truncate(unsigned BitWidth) const { in truncate() function
/freebsd/contrib/sendmail/libsmutil/
H A Dsafefile.c687 bool truncate; local
/freebsd/crypto/openssh/openbsd-compat/
H A Dbsd-misc.c224 int truncate(const char *path, off_t length) in truncate() function
/freebsd/contrib/ntp/sntp/libopts/
H A Dsave.c491 truncate(char const* fname, size_t newsz) in truncate() function
/freebsd/contrib/llvm-project/lldb/source/Plugins/ExpressionParser/Clang/
H A DIRDynamicChecks.cpp93 static std::string PrintValue(llvm::Value *V, bool truncate = false) { in PrintValue() argument
H A DIRForTarget.cpp84 static std::string PrintValue(const Value *value, bool truncate = false) { in PrintValue()
96 static std::string PrintType(const llvm::Type *type, bool truncate = false) { in PrintType()
/freebsd/contrib/llvm-project/lldb/source/Expression/
H A DIRInterpreter.cpp48 static std::string PrintValue(const Value *value, bool truncate = false) { in PrintValue()
65 static std::string PrintType(const Type *type, bool truncate = false) { in PrintType()
/freebsd/contrib/llvm-project/libcxx/src/filesystem/
H A Dposix_compat.h269 inline int truncate(const wchar_t *path, off_t length) { truncate() function
/freebsd/sys/ufs/ffs/
H A Dffs_vnops.c1458 bool truncate; in ffs_close_ea() local
/freebsd/tests/sys/fs/fusefs/
H A Dcopy_file_range.cc441 TEST_F(CopyFileRangeRlimitFsize, truncate) in TEST_F() argument
H A Dsetattr.cc398 TEST_F(Setattr, truncate) { in TEST_F() argument
/freebsd/contrib/llvm-project/llvm/include/llvm/ADT/
H A DSmallVector.h658 void truncate(size_type N) { in truncate() function
/freebsd/crypto/libecc/scripts/
H A Dexpand_libecc.py373 def truncate(bitstring, bitlen, keep): function
/freebsd/contrib/llvm-project/llvm/lib/IR/
H A DConstantRange.cpp863 ConstantRange ConstantRange::truncate(uint32_t DstTySize) const { in truncate() function in ConstantRange
/freebsd/contrib/llvm-project/clang/lib/AST/
H A DExprConstant.cpp309 void truncate(ASTContext &Ctx, APValue::LValueBase Base, in truncate() function