/freebsd/contrib/processor-trace/libipt/src/ |
H A D | pt_sync.c | 47 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 D | UnresolvedSet.h | 133 void truncate(unsigned N) { decls().truncate(N); } in truncate() function
|
/freebsd/contrib/llvm-project/clang/lib/AST/Interp/ |
H A D | Boolean.h | 80 Boolean truncate(unsigned TruncBits) const { return *this; } in truncate() function
|
H A D | IntegralAP.h | 156 IntegralAP truncate(unsigned BitWidth) const { in truncate() function
|
/freebsd/contrib/sendmail/libsmutil/ |
H A D | safefile.c | 687 bool truncate; local
|
/freebsd/crypto/openssh/openbsd-compat/ |
H A D | bsd-misc.c | 224 int truncate(const char *path, off_t length) in truncate() function
|
/freebsd/contrib/ntp/sntp/libopts/ |
H A D | save.c | 491 truncate(char const* fname, size_t newsz) in truncate() function
|
/freebsd/contrib/llvm-project/lldb/source/Plugins/ExpressionParser/Clang/ |
H A D | IRDynamicChecks.cpp | 93 static std::string PrintValue(llvm::Value *V, bool truncate = false) { in PrintValue() argument
|
H A D | IRForTarget.cpp | 84 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 D | IRInterpreter.cpp | 48 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 D | posix_compat.h | 269 inline int truncate(const wchar_t *path, off_t length) { truncate() function
|
/freebsd/sys/ufs/ffs/ |
H A D | ffs_vnops.c | 1458 bool truncate; in ffs_close_ea() local
|
/freebsd/tests/sys/fs/fusefs/ |
H A D | copy_file_range.cc | 441 TEST_F(CopyFileRangeRlimitFsize, truncate) in TEST_F() argument
|
H A D | setattr.cc | 398 TEST_F(Setattr, truncate) { in TEST_F() argument
|
/freebsd/contrib/llvm-project/llvm/include/llvm/ADT/ |
H A D | SmallVector.h | 658 void truncate(size_type N) { in truncate() function
|
/freebsd/crypto/libecc/scripts/ |
H A D | expand_libecc.py | 373 def truncate(bitstring, bitlen, keep): function
|
/freebsd/contrib/llvm-project/llvm/lib/IR/ |
H A D | ConstantRange.cpp | 863 ConstantRange ConstantRange::truncate(uint32_t DstTySize) const { in truncate() function in ConstantRange
|
/freebsd/contrib/llvm-project/clang/lib/AST/ |
H A D | ExprConstant.cpp | 309 void truncate(ASTContext &Ctx, APValue::LValueBase Base, in truncate() function
|