Home
last modified time | relevance | path

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

/openbsd-src/gnu/usr.bin/perl/vos/
H A Dvos.c27 truncate(const char *path, off_t len) in truncate() function
/openbsd-src/gnu/usr.bin/perl/dist/IO/lib/IO/
H A DHandle.pm434 sub truncate { global() subroutine
/openbsd-src/gnu/usr.bin/binutils/gdb/
H A Dscm-valprint.c227 int truncate = print_max && len > (int) print_max; in scm_scmval_print() local
/openbsd-src/gnu/usr.bin/perl/cpan/Time-Piece/
H A DPiece.pm750 sub truncate { subroutine
/openbsd-src/gnu/llvm/clang/include/clang/AST/
H A DUnresolvedSet.h124 void truncate(unsigned N) { decls().truncate(N); } in truncate() function
/openbsd-src/gnu/llvm/clang/lib/AST/Interp/
H A DBoolean.h86 Boolean truncate(unsigned TruncBits) const { return *this; } in truncate() function
/openbsd-src/gnu/llvm/lldb/source/Expression/
H A DIRInterpreter.cpp47 static std::string PrintValue(const Value *value, bool truncate = false) { in PrintValue()
64 static std::string PrintType(const Type *type, bool truncate = false) { in PrintType()
/openbsd-src/gnu/llvm/lldb/third_party/Python/module/unittest2/unittest2/test/
H A Dtest_case.py1137 def truncate(msg, diff): function
1150 def truncate(msg, diff): function
/openbsd-src/gnu/llvm/lldb/source/Plugins/ExpressionParser/Clang/
H A DIRDynamicChecks.cpp96 static std::string PrintValue(llvm::Value *V, bool truncate = false) { in PrintValue()
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()
/openbsd-src/gnu/usr.bin/binutils/include/gdb/
H A Dcallback.h97 int (*truncate) PARAMS ((host_callback *, const char *, long)); member
/openbsd-src/lib/libfuse/
H A Dfuse.h112 int (*truncate)(const char *, off_t); member
/openbsd-src/gnu/llvm/libcxx/src/filesystem/
H A Dposix_compat.h292 int truncate(const wchar_t *path, off_t length) { in truncate() function
/openbsd-src/sys/dev/pci/drm/i915/gem/
H A Di915_gem_object_types.h62 int (*truncate)(struct drm_i915_gem_object *obj); member
/openbsd-src/gnu/llvm/llvm/include/llvm/ADT/
H A DSmallVector.h648 void truncate(size_type N) { in truncate() function
/openbsd-src/bin/ksh/
H A Demacs.c1029 int i, j, truncate = 0; in x_redraw() local
/openbsd-src/gnu/llvm/llvm/lib/IR/
H A DConstantRange.cpp803 ConstantRange ConstantRange::truncate(uint32_t DstTySize) const { in truncate() function in ConstantRange
/openbsd-src/gnu/usr.bin/binutils/gas/config/
H A Dobj-vms.c3010 int truncate = 0; in VMS_Case_Hack_Symbol() local
/openbsd-src/gnu/usr.bin/perl/
H A Dperl.h3392 # define truncate truncate6 global() macro
/openbsd-src/gnu/llvm/clang/lib/AST/
H A DExprConstant.cpp301 void truncate(ASTContext &Ctx, APValue::LValueBase Base, in truncate() function