Searched refs:__PTRDIFF_TYPE__ (Results 1 - 3 of 3) sorted by relevance

/haiku/headers/build/gcc-2.95.3/
H A Dva-mips.h203 ? __AP = (char *) (((__PTRDIFF_TYPE__) __AP + 8 - 1) & -8) \
244 ((((__PTRDIFF_TYPE__)__AP + 8 - 1) & -8) \
248 ((__AP = (char *) ((((__PTRDIFF_TYPE__)__AP + 8 - 1) & -8) \
259 ? ((__PTRDIFF_TYPE__)__AP + 8 - 1) & -8 \
260 : ((__PTRDIFF_TYPE__)__AP + 4 - 1) & -4) \
267 ? ((__PTRDIFF_TYPE__)__AP + 8 - 1) & -8 \
268 : ((__PTRDIFF_TYPE__)__AP + 4 - 1) & -4) \
H A Dstddef.h89 GCC 2.00, make sure that __PTRDIFF_TYPE__, __SIZE__TYPE__, and
115 #ifndef __PTRDIFF_TYPE__
116 #define __PTRDIFF_TYPE__ long int macro
118 typedef __PTRDIFF_TYPE__ ptrdiff_t;
/haiku/src/system/libroot/posix/glibc/extensions/
H A Dobstack.h130 /* We need the type of the resulting object. If __PTRDIFF_TYPE__ is
136 #ifdef __PTRDIFF_TYPE__
137 # define PTR_INT_TYPE __PTRDIFF_TYPE__

Completed in 40 milliseconds