Home
last modified time | relevance | path

Searched refs:ptrdiff_t (Results 101 – 125 of 244) sorted by relevance

12345678910

/dragonfly/contrib/gcc-8.0/libstdc++-v3/include/bits/
H A Dpostypes.h98 typedef ptrdiff_t streamsize; // Signed integral type in _GLIBCXX_VISIBILITY()
H A Dfs_dir.h352 typedef ptrdiff_t difference_type; in _GLIBCXX_VISIBILITY()
432 typedef ptrdiff_t difference_type; in _GLIBCXX_VISIBILITY()
H A Dstream_iterator.h48 typename _Traits = char_traits<_CharT>, typename _Dist = ptrdiff_t> in _GLIBCXX_VISIBILITY()
/dragonfly/contrib/gcc-4.7/libstdc++-v3/include/bits/
H A Dpostypes.h100 typedef ptrdiff_t streamsize; // Signed integral type in _GLIBCXX_VISIBILITY()
H A Dforward_list.h118 typedef ptrdiff_t difference_type; in _GLIBCXX_VISIBILITY()
187 typedef ptrdiff_t difference_type; in _GLIBCXX_VISIBILITY()
425 typedef std::ptrdiff_t difference_type; in _GLIBCXX_VISIBILITY()
H A Dstream_iterator.h48 typename _Traits = char_traits<_CharT>, typename _Dist = ptrdiff_t> in _GLIBCXX_VISIBILITY()
H A Dstl_list.h131 typedef ptrdiff_t difference_type; in _GLIBCXX_VISIBILITY()
207 typedef ptrdiff_t difference_type; in _GLIBCXX_VISIBILITY()
458 typedef ptrdiff_t difference_type; in _GLIBCXX_VISIBILITY()
/dragonfly/usr.bin/m4/
H A Dextern.h98 extern ptrdiff_t indx(const char *, const char *);
/dragonfly/contrib/diffutils/lib/
H A Dprintf-parse.c391 if (sizeof (ptrdiff_t) > sizeof (long)) in PRINTF_PARSE()
396 else if (sizeof (ptrdiff_t) > sizeof (int)) in PRINTF_PARSE()
H A Dmbuiter.h193 mbuiter_multi_reloc (struct mbuiter_multi *iter, ptrdiff_t ptrdiff) in mbuiter_multi_reloc()
H A Dmbiter.h184 mbiter_multi_reloc (struct mbiter_multi *iter, ptrdiff_t ptrdiff) in mbiter_multi_reloc()
/dragonfly/contrib/cvs-1.12/src/
H A Dsubr.c1145 length = sizeof (ptrdiff_t); in format_cmdline()
1277 case sizeof(ptrdiff_t): in format_cmdline()
1279 ptrdiff_t arg_ptrdiff_t = va_arg (args, ptrdiff_t); in format_cmdline()
/dragonfly/contrib/grep/lib/
H A Ddfa.c40 typedef ptrdiff_t idx_t;
210 typedef ptrdiff_t token;
215 typedef ptrdiff_t state_num;
360 ptrdiff_t cset;
560 bool, ptrdiff_t *, bool *);
781 ptrdiff_t nitems_max, idx_t item_size) in xpalloc()
834 ptrdiff_t nitems_max, idx_t item_size) in maybe_realloc()
2446 ptrdiff_t *map; in reorder_tokens()
3355 ptrdiff_t *count, bool multibyte) in dfaexec_main()
3538 bool allow_nl, ptrdiff_t *count, bool *backref) in dfaexec_mb()
[all …]
H A Dmbuiter.h193 mbuiter_multi_reloc (struct mbuiter_multi *iter, ptrdiff_t ptrdiff) in mbuiter_multi_reloc()
H A Dmbiter.h184 mbiter_multi_reloc (struct mbiter_multi *iter, ptrdiff_t ptrdiff) in mbiter_multi_reloc()
/dragonfly/contrib/zstd/lib/common/
H A Dfse.h377 ptrdiff_t value;
518 statePtr->value = (ptrdiff_t)1<<tableLog; in FSE_initCState()
/dragonfly/contrib/grep/src/
H A Dsearchutils.c86 ptrdiff_t
/dragonfly/lib/libc/stdio/
H A Dvfprintf.c411 flags&PTRDIFFT ? (intmax_t)GETARG(ptrdiff_t) : \ in __vfprintf()
416 flags&PTRDIFFT ? (uintmax_t)GETARG(ptrdiff_t) : \ in __vfprintf()
779 *GETARG(ptrdiff_t *) = ret; in __vfprintf()
H A Dvfwprintf.c488 flags&PTRDIFFT ? (intmax_t)GETARG(ptrdiff_t) : \ in __vfwprintf()
493 flags&PTRDIFFT ? (uintmax_t)GETARG(ptrdiff_t) : \ in __vfwprintf()
840 *GETARG(ptrdiff_t *) = ret; in __vfwprintf()
H A Dfmemopen.c119 p->cur = p->head + (ptrdiff_t)offset; in fmemopen_seek()
/dragonfly/contrib/gcc-4.7/gcc/
H A Dmips-tfile.c1478 static shash_t *hash_string (const char *, ptrdiff_t, shash_t **, symint_t *);
1611 hash_string (const char *text, ptrdiff_t hash_len, shash_t **hash_tbl, in hash_string()
1615 ptrdiff_t i; in hash_string()
1650 ptrdiff_t len = end_p1 - start; in add_string()
1654 if (len >= (ptrdiff_t) PAGE_USIZE) in add_string()
2341 ptrdiff_t len = file_end_p1 - file_start; in add_file()
2735 ptrdiff_t len; in parse_def()
3784 (ptrdiff_t) len, in update_headers()
4502 (ptrdiff_t) len, in copy_object()
4532 (ptrdiff_t) len, in copy_object()
[all …]
/dragonfly/contrib/binutils-2.34/gold/
H A Dgold.h74 typedef ptrdiff_t section_offset_type;
/dragonfly/contrib/binutils-2.27/gold/
H A Dgold.h74 typedef ptrdiff_t section_offset_type;
/dragonfly/usr.sbin/fstyp/
H A Dfstyp.c134 ptrdiff_t i; in rtrim()
/dragonfly/contrib/gcc-4.7/gcc/ginclude/
H A Dstddef.h161 typedef __PTRDIFF_TYPE__ ptrdiff_t; typedef

12345678910