Symbol: ptrdiff_t
headers/cpp/defalloc.h
42
inline T* allocate(ptrdiff_t size, T*) {
headers/cpp/defalloc.h
71
typedef ptrdiff_t difference_type;
headers/cpp/std/bastring.h
150
typedef ptrdiff_t difference_type;
headers/cpp/stl_algobase.h
270
const ptrdiff_t _Num = __last - __first;
headers/cpp/stl_algobase.h
488
const ptrdiff_t __len1 = __last1 - __first1;
headers/cpp/stl_algobase.h
489
const ptrdiff_t __len2 = __last2 - __first2;
headers/cpp/stl_alloc.h
737
typedef ptrdiff_t difference_type;
headers/cpp/stl_alloc.h
777
typedef ptrdiff_t difference_type;
headers/cpp/stl_alloc.h
812
typedef ptrdiff_t difference_type;
headers/cpp/stl_alloc.h
855
typedef ptrdiff_t difference_type;
headers/cpp/stl_bvector.h
156
: public random_access_iterator<bool, ptrdiff_t>
headers/cpp/stl_bvector.h
382
typedef ptrdiff_t difference_type;
headers/cpp/stl_bvector.h
75
struct _Bit_iterator : public random_access_iterator<bool, ptrdiff_t> {
headers/cpp/stl_deque.h
118
typedef ptrdiff_t difference_type;
headers/cpp/stl_deque.h
236
inline ptrdiff_t*
headers/cpp/stl_deque.h
255
inline ptrdiff_t*
headers/cpp/stl_deque.h
489
typedef ptrdiff_t difference_type;
headers/cpp/stl_hashtable.h
122
typedef ptrdiff_t difference_type;
headers/cpp/stl_hashtable.h
195
typedef ptrdiff_t difference_type;
headers/cpp/stl_hashtable.h
83
typedef ptrdiff_t difference_type;
headers/cpp/stl_iterator.h
115
typedef ptrdiff_t difference_type;
headers/cpp/stl_iterator.h
124
typedef ptrdiff_t difference_type;
headers/cpp/stl_iterator.h
250
inline ptrdiff_t* distance_type(const _Tp*) { return (ptrdiff_t*)(0); }
headers/cpp/stl_iterator.h
471
class _Distance = ptrdiff_t>
headers/cpp/stl_iterator.h
678
class _Distance = ptrdiff_t>
headers/cpp/stl_iterator.h
810
template <class _Tp, class _Dist = ptrdiff_t>
headers/cpp/stl_iterator.h
89
template <class _Category, class _Tp, class _Distance = ptrdiff_t,
headers/cpp/stl_list.h
114
inline ptrdiff_t*
headers/cpp/stl_list.h
260
typedef ptrdiff_t difference_type;
headers/cpp/stl_list.h
61
typedef ptrdiff_t difference_type;
headers/cpp/stl_rope.h
1010
ptrdiff_t __n);
headers/cpp/stl_rope.h
1013
ptrdiff_t __n);
headers/cpp/stl_rope.h
1015
(ptrdiff_t __n,
headers/cpp/stl_rope.h
1026
friend ptrdiff_t operator- __STL_NULL_TMPL_ARGS
headers/cpp/stl_rope.h
1127
reference operator[](ptrdiff_t __n) {
headers/cpp/stl_rope.h
1137
friend ptrdiff_t operator- __STL_NULL_TMPL_ARGS
headers/cpp/stl_rope.h
1142
ptrdiff_t __n);
headers/cpp/stl_rope.h
1145
ptrdiff_t __n);
headers/cpp/stl_rope.h
1147
(ptrdiff_t __n,
headers/cpp/stl_rope.h
1266
typedef ptrdiff_t difference_type;
headers/cpp/stl_rope.h
2325
inline ptrdiff_t operator-(const _Rope_const_iterator<_CharT,_Alloc>& __x,
headers/cpp/stl_rope.h
2327
return (ptrdiff_t)__x._M_current_pos - (ptrdiff_t)__y._M_current_pos;
headers/cpp/stl_rope.h
2332
operator-(const _Rope_const_iterator<_CharT,_Alloc>& __x, ptrdiff_t __n) {
headers/cpp/stl_rope.h
2339
operator+(const _Rope_const_iterator<_CharT,_Alloc>& __x, ptrdiff_t __n) {
headers/cpp/stl_rope.h
2346
operator+(ptrdiff_t __n, const _Rope_const_iterator<_CharT,_Alloc>& __x) {
headers/cpp/stl_rope.h
2365
inline ptrdiff_t operator-(const _Rope_iterator<_CharT,_Alloc>& __x,
headers/cpp/stl_rope.h
2367
return (ptrdiff_t)__x._M_current_pos - (ptrdiff_t)__y._M_current_pos;
headers/cpp/stl_rope.h
2373
ptrdiff_t __n) {
headers/cpp/stl_rope.h
2381
ptrdiff_t __n) {
headers/cpp/stl_rope.h
2388
operator+(ptrdiff_t __n, const _Rope_iterator<_CharT,_Alloc>& __x) {
headers/cpp/stl_rope.h
860
: public random_access_iterator<_CharT, ptrdiff_t> {
headers/cpp/stl_rope.h
975
_Rope_const_iterator& operator+=(ptrdiff_t __n) {
headers/cpp/stl_rope.h
987
_Rope_const_iterator& operator-=(ptrdiff_t __n) {
headers/cpp/stl_slist.h
106
typedef ptrdiff_t difference_type;
headers/cpp/stl_slist.h
158
inline ptrdiff_t* distance_type(const _Slist_iterator_base&) {
headers/cpp/stl_slist.h
311
typedef ptrdiff_t difference_type;
headers/cpp/stl_tempbuf.h
106
ptrdiff_t size() const { return _M_len; }
headers/cpp/stl_tempbuf.h
107
ptrdiff_t requested_size() const { return _M_original_len; }
headers/cpp/stl_tempbuf.h
38
pair<_Tp*, ptrdiff_t>
headers/cpp/stl_tempbuf.h
39
__get_temporary_buffer(ptrdiff_t __len, _Tp*)
headers/cpp/stl_tempbuf.h
41
if (__len > ptrdiff_t(INT_MAX / sizeof(_Tp)))
headers/cpp/stl_tempbuf.h
47
return pair<_Tp*, ptrdiff_t>(__tmp, __len);
headers/cpp/stl_tempbuf.h
51
return pair<_Tp*, ptrdiff_t>((_Tp*)0, 0);
headers/cpp/stl_tempbuf.h
57
inline pair<_Tp*, ptrdiff_t> get_temporary_buffer(ptrdiff_t __len) {
headers/cpp/stl_tempbuf.h
69
inline pair<_Tp*, ptrdiff_t> get_temporary_buffer(ptrdiff_t __len, _Tp*) {
headers/cpp/stl_tempbuf.h
81
ptrdiff_t _M_original_len;
headers/cpp/stl_tempbuf.h
82
ptrdiff_t _M_len;
headers/cpp/stl_tempbuf.h
89
if (_M_len > (ptrdiff_t)(INT_MAX / sizeof(_Tp)))
headers/cpp/stl_tree.h
106
typedef ptrdiff_t difference_type;
headers/cpp/stl_tree.h
538
typedef ptrdiff_t difference_type;
headers/cpp/stl_vector.h
168
typedef ptrdiff_t difference_type;
headers/libs/zydis/Zycore/Types.h
225
typedef ptrdiff_t ZyanISize;
headers/os/interface/Bitmap.h
144
ptrdiff_t areaOffset = 0);
headers/os/interface/Bitmap.h
60
BBitmap(area_id area, ptrdiff_t areaOffset,
src/add-ons/kernel/file_systems/ext2/DirectoryIterator.cpp
848
> (ptrdiff_t)fBlockSize) {
src/add-ons/kernel/file_systems/ntfs/libntfs/attrib.c
2832
ptrdiff_t offs;
src/add-ons/kernel/file_systems/ntfs/libntfs/attrib.c
2833
ptrdiff_t space;
src/add-ons/kernel/file_systems/ntfs/libntfs/attrib.c
2870
|| (((space < (ptrdiff_t)offsetof(ATTR_RECORD,
src/add-ons/kernel/file_systems/ntfs/libntfs/attrib.c
2872
|| (space < (ptrdiff_t)le32_to_cpu(a->length)))
src/add-ons/kernel/file_systems/ntfs/libntfs/attrib.c
3074
ptrdiff_t offs;
src/add-ons/kernel/file_systems/ntfs/libntfs/attrib.c
3075
ptrdiff_t space;
src/add-ons/kernel/file_systems/ntfs/libntfs/attrib.c
3329
if ((space < (ptrdiff_t)offsetof(ATTR_RECORD, resident_end))
src/add-ons/kernel/file_systems/ntfs/libntfs/attrib.c
3330
|| (space < (ptrdiff_t)le32_to_cpu(a->length)))
src/add-ons/kernel/file_systems/ntfs/libntfs/attrib.c
3855
for (ad = vol->attrdef; ((ptrdiff_t)((u8*)ad - (u8*)vol->attrdef
src/add-ons/kernel/file_systems/ntfs/libntfs/support.h
42
#define p2n(p) ((ptrdiff_t)((ptrdiff_t*)(p)))
src/kits/interface/Bitmap.cpp
1046
int32 bytesPerRow, screen_id screenID, area_id area, ptrdiff_t areaOffset)
src/kits/interface/Bitmap.cpp
311
BBitmap::BBitmap(area_id area, ptrdiff_t areaOffset, BRect bounds,
src/libs/stdc++/legacy/editbuf.cc
662
ptrdiff_t delta = end->ptr(buffer) - start->ptr(buffer);
src/system/libnetwork/netresolv/inet/inet_cidr_pton.c
240
const ptrdiff_t n = tp - colonp;
src/system/libnetwork/netresolv/inet/inet_cidr_pton.c
99
ptrdiff_t n, tmp;
src/system/libnetwork/netresolv/nameser/ns_print.c
1247
ptrdiff_t t;
src/system/libnetwork/netresolv/nameser/ns_print.c
570
ptrdiff_t n, c;
src/system/libnetwork/netresolv/net/gethnamaddr.c
114
ptrdiff_t _off = d - arr; \
src/system/libroot/posix/glibc/extensions/obstack.h
140
# define PTR_INT_TYPE ptrdiff_t
src/system/libroot/posix/glibc/libio/fileops.c
656
&& (sizeof (ptrdiff_t) > 4 || st.st_size < 1*1024*1024))
src/system/libroot/posix/glibc/libio/fileops.c
778
&& (sizeof (ptrdiff_t) > 4 || st.st_size < 1*1024*1024)
src/system/libroot/posix/glibc/stdio-common/printf-parsemb.c
288
assert (sizeof (ptrdiff_t) <= sizeof (long long int));
src/system/libroot/posix/glibc/stdio-common/printf-parsemb.c
290
spec->info.is_long_double = (sizeof (ptrdiff_t) > sizeof (long int));
src/system/libroot/posix/glibc/stdio-common/printf-parsemb.c
292
spec->info.is_long = sizeof (ptrdiff_t) > sizeof (int);
src/system/libroot/posix/glibc/stdio-common/vfprintf.c
1633
is_long_double = sizeof (ptrdiff_t) > sizeof (unsigned long int);
src/system/libroot/posix/glibc/stdio-common/vfprintf.c
1634
is_long = sizeof (ptrdiff_t) > sizeof (unsigned int);
src/system/libroot/posix/glibc/stdio-common/vfscanf.c
581
if (need_longlong && sizeof (ptrdiff_t) > sizeof (long int))
src/system/libroot/posix/glibc/stdio-common/vfscanf.c
583
else if (sizeof (ptrdiff_t) > sizeof (int))
src/tests/kits/media/AreaTest.cpp
31
ptrdiff_t offset;
src/tests/kits/media/AreaTest.cpp
37
offset = (ptrdiff_t)ptr - (ptrdiff_t)adr;