Home
last modified time | relevance | path

Searched refs:__PTRDIFF_TYPE__ (Results 1 – 4 of 4) 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.h115 #ifndef __PTRDIFF_TYPE__
116 #define __PTRDIFF_TYPE__ long int macro
118 typedef __PTRDIFF_TYPE__ ptrdiff_t;
/haiku/headers/libs/zydis/Zycore/
H A DTypes.h118 # ifdef __PTRDIFF_TYPE__
119 typedef __PTRDIFF_TYPE__ ZyanISize;
/haiku/src/system/libroot/posix/glibc/extensions/
H A Dobstack.h135 #ifdef __PTRDIFF_TYPE__
136 # define PTR_INT_TYPE __PTRDIFF_TYPE__