Searched refs:ptrdiff_t (Results 201 - 225 of 229) sorted by relevance

12345678910

/freebsd-12-stable/usr.bin/diff/
H A Ddiffreg.c1096 ptrdiff_t offset = context_vec_ptr - context_vec_start;
/freebsd-12-stable/usr.bin/kdump/
H A Dkdump.c141 if (quad_align && (((ptrdiff_t)((i) - (first))) & 1) == 1) { \
/freebsd-12-stable/contrib/llvm-project/clang/include/clang/AST/
H A DStmtOpenMP.h95 std::forward_iterator_tag, Stmt *, ptrdiff_t, Stmt *, Stmt *> {
157 const SpecificClause *, ptrdiff_t, const SpecificClause *,
H A DDeclCXX.h3440 using difference_type = std::ptrdiff_t;
H A DDeclObjC.h1621 using difference_type = std::ptrdiff_t;
H A DDeclTemplate.h790 DeclType *, ptrdiff_t, DeclType *, DeclType *> {
H A DExpr.h5313 AssociationTy<Const>, std::ptrdiff_t, AssociationTy<Const>,
H A DOpenMPClause.h4605 std::forward_iterator_tag, MappableComponent, ptrdiff_t,
/freebsd-12-stable/sys/contrib/zstd/lib/decompress/
H A Dzstd_decompress.c1149 ZSTD_wildcopy(op, match, (ptrdiff_t)sequence.matchLength-8); /* works even if matchLength < 8 */
1229 ZSTD_wildcopy(op, match, (ptrdiff_t)sequence.matchLength-8); /* works even if matchLength < 8 */
/freebsd-12-stable/sys/contrib/zstd/lib/legacy/
H A Dzstd_v02.c12 #include <stddef.h> /* size_t, ptrdiff_t */
70 #include <stddef.h> /* size_t, ptrdiff_t */
2739 static void ZSTD_wildcopy(void* dst, const void* src, ptrdiff_t length)
3149 ZSTD_wildcopy(op, match, (ptrdiff_t)sequence.matchLength-8); /* works even if matchLength < 8 */
H A Dzstd_v04.c30 #include <stddef.h> /* size_t, ptrdiff_t */
442 static void ZSTD_wildcopy(void* dst, const void* src, ptrdiff_t length)
473 #include <stddef.h> /* size_t, ptrdiff_t */
2994 ZSTD_wildcopy(op, match, (ptrdiff_t)sequence.matchLength-8); /* works even if matchLength < 8 */
H A Dzstd_v05.c61 #include <stddef.h> /* size_t, ptrdiff_t */
506 MEM_STATIC void ZSTDv05_wildcopy(void* dst, const void* src, ptrdiff_t length)
593 #include <stddef.h> /* size_t, ptrdiff_t */
3284 ZSTDv05_wildcopy(op, match, (ptrdiff_t)sequence.matchLength-8); /* works even if matchLength < 8 */
H A Dzstd_v06.c14 #include <stddef.h> /* size_t, ptrdiff_t */
541 MEM_STATIC void ZSTDv06_wildcopy(void* dst, const void* src, ptrdiff_t length)
3431 ZSTDv06_wildcopy(op, match, (ptrdiff_t)sequence.matchLength-8); /* works even if matchLength < 8 */
H A Dzstd_v07.c13 #include <stddef.h> /* size_t, ptrdiff_t */
2775 MEM_STATIC void ZSTDv07_wildcopy(void* dst, const void* src, ptrdiff_t length)
3654 ZSTDv07_wildcopy(op, match, (ptrdiff_t)sequence.matchLength-8); /* works even if matchLength < 8 */
/freebsd-12-stable/contrib/llvm-project/clang/lib/Lex/
H A DLexer.cpp3020 if (CurPtr - StartPtr == (ptrdiff_t)NumHexDigits + 2)
/freebsd-12-stable/contrib/llvm-project/clang/lib/StaticAnalyzer/Core/
H A DRegionStore.cpp846 ptrdiff_t Delta = FieldsInBindingKey.size() - Fields.size();
/freebsd-12-stable/contrib/llvm-project/clang/include/clang/ASTMatchers/
H A DASTMatchers.h3849 return std::distance(Node.decl_begin(), Node.decl_end()) == (ptrdiff_t)N;
/freebsd-12-stable/contrib/llvm-project/llvm/tools/llvm-readobj/
H A DCOFFDumper.cpp301 uint64_t Offset = ptrdiff_t(reinterpret_cast<const char *>(RelocPtr) -
/freebsd-12-stable/contrib/llvm-project/llvm/utils/TableGen/
H A DFixedLenDecoderEmitter.cpp855 assert((p - Buffer) <= (ptrdiff_t)sizeof(Buffer)
2200 << " ptrdiff_t Loc = Ptr - DecodeTable;\n"
/freebsd-12-stable/contrib/ntp/ntpq/
H A Dntpq.c4030 ptrdiff_t p_offset = point - list;
/freebsd-12-stable/sys/netinet/
H A Dip_mroute.c1696 (ptrdiff_t)(vifp - V_viftable), error);
/freebsd-12-stable/contrib/expat/tests/
H A Druntests.c45 #include <stddef.h> /* ptrdiff_t */
774 ptrdiff_t expectedMovementInChars;
801 ptrdiff_t actualMovementInChars;
/freebsd-12-stable/contrib/llvm-project/lldb/source/Plugins/LanguageRuntime/RenderScript/RenderScriptRuntime/
H A DRenderScriptRuntime.cpp3035 if (info_lines.end() - (line + 1) < (ptrdiff_t)n_lines)
/freebsd-12-stable/contrib/llvm-project/llvm/include/llvm/IR/
H A DDebugInfoMetadata.h84 std::ptrdiff_t, void, DIType *> {
/freebsd-12-stable/contrib/libxo/libxo/
H A Dlibxo.c411 unsigned char xf_tflag; /* 't' (ptrdiff_t) */
3597 va_arg(xop->xo_vap, ptrdiff_t);

Completed in 546 milliseconds

12345678910