Searched refs:ptrdiff_t (Results 26 - 50 of 229) sorted by relevance

12345678910

/freebsd-12-stable/contrib/libstdc++/include/bits/
H A Dallocator.h68 typedef ptrdiff_t difference_type;
89 typedef ptrdiff_t difference_type;
H A Dpostypes.h78 typedef ptrdiff_t streamsize; // Signed integral type
H A Dstl_tempbuf.h86 typedef ptrdiff_t size_type;
/freebsd-12-stable/contrib/libstdc++/include/ext/
H A Dmalloc_allocator.h44 using std::ptrdiff_t;
58 typedef ptrdiff_t difference_type;
H A Dpool_allocator.h61 using std::ptrdiff_t;
133 typedef ptrdiff_t difference_type;
/freebsd-12-stable/contrib/lua/src/
H A Dlstate.h103 ptrdiff_t old_errfunc;
107 ptrdiff_t extra;
194 ptrdiff_t errfunc; /* current error handling function (stack index) */
/freebsd-12-stable/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/lua/
H A Dlstate.h75 ptrdiff_t extra;
84 ptrdiff_t old_errfunc;
174 ptrdiff_t errfunc; /* current error handling function (stack index) */
/freebsd-12-stable/contrib/tcpdump/
H A Dstrtoaddr.c64 ptrdiff_t n;
224 const ptrdiff_t n = tp - colonp;
/freebsd-12-stable/lib/libc/tests/stdio/
H A Dprintbasic_test.c114 if (sizeof(ptrdiff_t) != sizeof(uintmax_t))
116 "platforms where there's a mismatch between ptrdiff_t and "
119 testfmt("-1", "%td", (ptrdiff_t)-1);
/freebsd-12-stable/contrib/llvm-project/clang/lib/Headers/
H A Dstddef.h31 /* Always define ptrdiff_t when modules are available. */
35 typedef __PTRDIFF_TYPE__ ptrdiff_t; typedef
/freebsd-12-stable/contrib/netbsd-tests/lib/libc/sync/
H A Dcpp_atomic_ops_linkable.cc102 ATest<std::ptrdiff_t>();
/freebsd-12-stable/contrib/subversion/subversion/libsvn_subr/
H A Dx509.h80 ptrdiff_t len;
H A Dx509parse.c69 ptrdiff_t *len)
108 const unsigned char *end, ptrdiff_t *len, int tag)
124 ptrdiff_t len;
168 ptrdiff_t len;
247 ptrdiff_t len;
317 ptrdiff_t len;
381 ptrdiff_t len;
432 ptrdiff_t len;
534 ptrdiff_t len;
559 ptrdiff_t le
[all...]
/freebsd-12-stable/contrib/diff/lib/
H A Dxalloc.h71 sizeof (ptrdiff_t) <= sizeof (size_t), so do not bother to test for
75 ((size_t) (sizeof (ptrdiff_t) <= sizeof (size_t) ? -1 : -2) / (s) < (n))
H A Dcmpbuf.c65 # define PTRDIFF_MAX TYPE_MAXIMUM (ptrdiff_t)
/freebsd-12-stable/sys/cddl/compat/opensolaris/sys/
H A Dtypes.h76 typedef __ptrdiff_t ptrdiff_t; /* pointer difference */ typedef
/freebsd-12-stable/lib/libpam/modules/pam_guest/
H A Dpam_guest.c62 if (next - list == (ptrdiff_t)len &&
/freebsd-12-stable/contrib/libstdc++/src/
H A Dstrstream.cc150 ptrdiff_t old_size = epptr() - pbase();
151 ptrdiff_t new_size = std::max(ptrdiff_t(2 * old_size), ptrdiff_t(1));
159 ptrdiff_t old_get_offset;
/freebsd-12-stable/contrib/llvm-project/llvm/include/llvm/IR/
H A DGetElementPtrTypeIterator.h32 : public std::iterator<std::forward_iterator_tag, Type *, ptrdiff_t> {
33 using super = std::iterator<std::forward_iterator_tag, Type *, ptrdiff_t>;
/freebsd-12-stable/crypto/openssh/openbsd-compat/
H A Drealpath.c119 if (s - left >= (ptrdiff_t)sizeof(next_token)) {
199 (ptrdiff_t)sizeof(symlink)) {
/freebsd-12-stable/contrib/llvm-project/compiler-rt/lib/xray/
H A Dxray_utils.h79 constexpr ptrdiff_t diff(uintptr_t A, uintptr_t B) {
/freebsd-12-stable/contrib/llvm-project/llvm/include/llvm/Support/
H A DBinaryStreamArray.h344 FixedStreamArrayIterator<T> &operator+=(std::ptrdiff_t N) {
349 FixedStreamArrayIterator<T> &operator-=(std::ptrdiff_t N) {
350 assert(std::ptrdiff_t(Index) >= N);
355 std::ptrdiff_t operator-(const FixedStreamArrayIterator<T> &R) const {
/freebsd-12-stable/contrib/llvm-project/clang/include/clang/AST/
H A DDeclLookups.h36 using difference_type = std::ptrdiff_t;
/freebsd-12-stable/contrib/gcclibs/libiberty/
H A Dxmalloc.c89 void *sbrk (ptrdiff_t);
/freebsd-12-stable/contrib/binutils/libiberty/
H A Dxmalloc.c89 void *sbrk (ptrdiff_t);

Completed in 162 milliseconds

12345678910