tag | line | file | source code |
---|---|---|---|
ptrdiff_t | 16 | include/asm-alpha/types.h | typedef long ptrdiff_t; |
ptrdiff_t | 16 | include/asm-i386/types.h | typedef int ptrdiff_t; |
ptrdiff_t | 26 | include/asm-mips/types.h | typedef __PTRDIFF_TYPE__ ptrdiff_t; |
ptrdiff_t | 16 | include/asm-ppc/types.h | typedef int ptrdiff_t; |
ptrdiff_t | 26 | include/asm-sparc/types.h | typedef long int ptrdiff_t; |