Searched refs:ptrdiff_t (Results 151 - 175 of 229) sorted by relevance

12345678910

/freebsd-12-stable/contrib/llvm-project/llvm/tools/llvm-stress/
H A Dllvm-stress.cpp133 ptrdiff_t operator()(ptrdiff_t y) {
/freebsd-12-stable/contrib/ntp/libntp/
H A Dsnprintf.c354 #include <stddef.h> /* For ptrdiff_t. */
437 /* Support for ptrdiff_t. */
439 #if HAVE_PTRDIFF_T || defined(ptrdiff_t)
440 #define PTRDIFF_T ptrdiff_t
443 #endif /* HAVE_PTRDIFF_T || defined(ptrdiff_t) */
447 * We need an unsigned integer type corresponding to ptrdiff_t (cf. C99:
/freebsd-12-stable/contrib/gdb/gdb/
H A Ddwarf2-frame.c1083 ptrdiff_t offset;
1465 ptrdiff_t start_offset;
/freebsd-12-stable/sys/kern/
H A Dsubr_prf.c875 num = va_arg(ap, ptrdiff_t);
897 num = va_arg(ap, ptrdiff_t);
/freebsd-12-stable/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DSelectionDAGNodes.h762 : public std::iterator<std::forward_iterator_tag, SDUse, ptrdiff_t> {
771 SDUse, ptrdiff_t>::reference;
773 SDUse, ptrdiff_t>::pointer;
953 ptrdiff_t, value_op_iterator *,
2535 SDNode, ptrdiff_t> {
H A DScheduleDAG.h618 SUnit, ptrdiff_t> {
/freebsd-12-stable/contrib/llvm-project/openmp/runtime/src/
H A Dkmp_dispatch.cpp550 ptrdiff_t natural_alignment =
551 (ptrdiff_t)&t.b - (ptrdiff_t)&t - (ptrdiff_t)1;
555 (((ptrdiff_t)&pr->u.p.parm3) & (natural_alignment)) == 0);
/freebsd-12-stable/contrib/llvm-project/llvm/include/llvm/IR/
H A DInstructions.h3017 ptrdiff_t, BasicBlock *, BasicBlock *> {
3028 const BasicBlock *, ptrdiff_t, const BasicBlock *,
3184 ptrdiff_t Index;
3187 CaseHandleImpl(SwitchInstT *SI, ptrdiff_t Index) : SI(SI), Index(Index) {}
3230 CaseHandle(SwitchInst *SI, ptrdiff_t Index) : CaseHandleImpl(SI, Index) {}
3279 CaseIteratorImpl &operator+=(ptrdiff_t N) {
3288 CaseIteratorImpl &operator-=(ptrdiff_t N) {
3297 ptrdiff_t operator-(const CaseIteratorImpl &RHS) const {
3568 ptrdiff_t, BasicBlock *, BasicBlock *> {
3579 const BasicBlock *, ptrdiff_t, cons
[all...]
/freebsd-12-stable/contrib/lua/src/
H A Dlstrlib.c223 ptrdiff_t len;
363 ptrdiff_t i = 0; /* counts maximum expand for item */
559 ptrdiff_t l = ms->capture[i].len;
/freebsd-12-stable/contrib/libstdc++/include/bits/
H A Dstl_tree.h161 typedef ptrdiff_t difference_type;
233 typedef ptrdiff_t difference_type;
351 typedef ptrdiff_t difference_type;
H A Dstl_vector.h193 typedef ptrdiff_t difference_type;
/freebsd-12-stable/sys/contrib/octeon-sdk/cvmx-malloc/
H A Dmalloc.c471 Void_t * __default_morecore (ptrdiff_t);
472 Void_t *(*__morecore)(ptrdiff_t) = __default_morecore;
562 extern Void_t* sbrk(ptrdiff_t);
4016 declared as "intptr_t", and sometimes "ptrdiff_t"). It doesn't much
/freebsd-12-stable/sys/contrib/zstd/lib/legacy/
H A Dzstd_v01.c15 #include <stddef.h> /* size_t, ptrdiff_t */
71 ptrdiff_t value;
1358 static void ZSTD_wildcopy(void* dst, const void* src, ptrdiff_t length)
1818 ZSTD_wildcopy(op, match, (ptrdiff_t)sequence.matchLength-8); /* works even if matchLength < 8 */
/freebsd-12-stable/contrib/llvm-project/compiler-rt/lib/interception/
H A Dinterception_win.cpp254 ptrdiff_t offset = target - from - kJumpInstructionLength;
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Support/
H A DSourceMgr.cpp94 ptrdiff_t PtrDiff = Ptr - BufStart;
H A DPath.cpp291 ptrdiff_t const_iterator::operator-(const const_iterator &RHS) const {
342 ptrdiff_t reverse_iterator::operator-(const reverse_iterator &RHS) const {
/freebsd-12-stable/contrib/tcsh/
H A Dtc.str.c561 ptrdiff_t i = dst - edst;
/freebsd-12-stable/contrib/gdb/include/
H A Dobstack.h133 available, include it and use ptrdiff_t. In traditional C, long is
141 # define PTR_INT_TYPE ptrdiff_t
/freebsd-12-stable/contrib/googletest/googletest/include/gtest/internal/
H A Dgtest-param-util.h123 typedef ptrdiff_t difference_type;
/freebsd-12-stable/contrib/libarchive/libarchive/
H A Darchive_write_set_format_shar.c443 if ((buf - shar->work.s) > (ptrdiff_t)(shar->work.length + 62)) {
/freebsd-12-stable/contrib/libbegemot/
H A Drpoll.c475 assert(pp - tfd == (ptrdiff_t)tims_used);
/freebsd-12-stable/lib/libc/xdr/
H A Dxdr_rec.c747 ptrdiff_t diff;
/freebsd-12-stable/gnu/usr.bin/grep/
H A Dobstack.h130 available, include it and use ptrdiff_t. In traditional C, long is
138 # define PTR_INT_TYPE ptrdiff_t
/freebsd-12-stable/contrib/llvm-project/clang/include/clang/AST/
H A DDeclBase.h913 using difference_type = std::ptrdiff_t;
2000 using difference_type = std::ptrdiff_t;
/freebsd-12-stable/bin/sh/
H A Dexpand.c717 if (p - var > (ptrdiff_t)sizeof(buf))
916 STADJUST(-(ptrdiff_t)len, expdest);

Completed in 247 milliseconds

12345678910