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

/freebsd-11.0-release/sys/mips/include/
H A Dstdarg.h105 ((((__PTRDIFF_TYPE__)__AP + 8 - 1) & -8) \
109 ((__AP = (char *) ((((__PTRDIFF_TYPE__)__AP + 8 - 1) & -8) \
125 ? ((__PTRDIFF_TYPE__)__AP + 8 - 1) & -8 \
126 : ((__PTRDIFF_TYPE__)__AP + 4 - 1) & -4) \
133 ? ((__PTRDIFF_TYPE__)__AP + 8 - 1) & -8 \
134 : ((__PTRDIFF_TYPE__)__AP + 4 - 1) & -4) \
/freebsd-11.0-release/contrib/gcc/ginclude/
H A Dstddef.h123 GCC 2.00, make sure that __PTRDIFF_TYPE__, __SIZE_TYPE__, and
149 #ifndef __PTRDIFF_TYPE__
150 #define __PTRDIFF_TYPE__ long int macro
152 typedef __PTRDIFF_TYPE__ ptrdiff_t;
/freebsd-11.0-release/contrib/llvm/tools/clang/lib/Headers/
H A Dstddef.h51 typedef __PTRDIFF_TYPE__ ptrdiff_t;
/freebsd-11.0-release/contrib/gcclibs/include/
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__
/freebsd-11.0-release/contrib/binutils/include/
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__
/freebsd-11.0-release/gnu/usr.bin/grep/
H A Dobstack.h127 /* We need the type of the resulting object. If __PTRDIFF_TYPE__ is
133 #ifdef __PTRDIFF_TYPE__
134 # define PTR_INT_TYPE __PTRDIFF_TYPE__
/freebsd-11.0-release/contrib/gdb/include/
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__
/freebsd-11.0-release/crypto/heimdal/lib/sqlite/
H A Dsqlite3.c342 #if defined(__PTRDIFF_TYPE__) /* This case should work for GCC */
343 # define SQLITE_INT_TO_PTR(X) ((void*)(__PTRDIFF_TYPE__)(X))
344 # define SQLITE_PTR_TO_INT(X) ((int)(__PTRDIFF_TYPE__)(X))
[all...]
/freebsd-11.0-release/contrib/sqlite3/
H A Dsqlite3.c9223 #if defined(__PTRDIFF_TYPE__) /* This case should work for GCC */
9224 # define SQLITE_INT_TO_PTR(X) ((void*)(__PTRDIFF_TYPE__)(X))
9225 # define SQLITE_PTR_TO_INT(X) ((int)(__PTRDIFF_TYPE__)(X))
[all...]
/freebsd-11.0-release/contrib/libstdc++/
H A Dconfigure[all...]

Completed in 721 milliseconds