Home
last modified time | relevance | path

Searched refs:__PTRDIFF_TYPE__ (Results 1 – 5 of 5) sorted by relevance

/utopia/UTPA2-700.0.x/projects/tools/lint/mips-sde-elf_include/
H A Dstddef.h149 #ifndef __PTRDIFF_TYPE__
150 #define __PTRDIFF_TYPE__ long int macro
152 typedef __PTRDIFF_TYPE__ ptrdiff_t;
/utopia/UTPA2-700.0.x/projects/tools/lint/aeon_include/
H A Dstddef.h149 #ifndef __PTRDIFF_TYPE__
150 #define __PTRDIFF_TYPE__ long int macro
152 typedef __PTRDIFF_TYPE__ ptrdiff_t;
H A Dstdint.h246 #if defined(__PTRDIFF_TYPE__)
247 typedef signed __PTRDIFF_TYPE__ intptr_t;
248 typedef unsigned __PTRDIFF_TYPE__ uintptr_t;
/utopia/UTPA2-700.0.x/projects/tools/lint/mips-linux-gnu_include/
H A Dstddef.h149 #ifndef __PTRDIFF_TYPE__
150 #define __PTRDIFF_TYPE__ long int macro
152 typedef __PTRDIFF_TYPE__ ptrdiff_t;
H A Dobstack.h118 #ifdef __PTRDIFF_TYPE__
119 # define PTR_INT_TYPE __PTRDIFF_TYPE__