| /src/external/bsd/mdocml/dist/ |
| mandoc_ohash.h | 23 void mandoc_ohash_init(struct ohash *, unsigned int, ptrdiff_t);
|
| /src/external/gpl3/gcc/dist/fixincludes/tests/base/ |
| unistd.h | 18 extern void *sbrk(ptrdiff_t increment);
|
| /src/external/gpl3/gcc.old/dist/fixincludes/tests/base/ |
| unistd.h | 18 extern void *sbrk(ptrdiff_t increment);
|
| /src/external/gpl3/gcc/dist/libstdc++-v3/include/c_compatibility/ |
| stddef.h | 36 using std::ptrdiff_t;
|
| /src/external/gpl3/gcc.old/dist/libstdc++-v3/include/c_compatibility/ |
| stddef.h | 36 using std::ptrdiff_t;
|
| /src/external/gpl3/gdb/dist/gnulib/import/ |
| idx.h | 22 /* Get ptrdiff_t. */ 61 * 'ptrdiff_t' is more portable; it is standardized by ISO C 67 * Conversely, some now-obsolete platforms had 'ptrdiff_t' wider 79 Why not use 'ptrdiff_t' directly? 90 ptrdiff_t n = ...; 91 for (ptrdiff_t i = 0; i < n; i++) ... 122 /* Use the signed type 'ptrdiff_t'. */ 123 /* Note: ISO C does not mandate that 'size_t' and 'ptrdiff_t' have the same 125 typedef ptrdiff_t idx_t;
|
| xalloc-oversized.h | 24 /* True if N * S does not fit into both ptrdiff_t and size_t. 42 misbehave if N and S are both narrower than ptrdiff_t and size_t, 50 __builtin_mul_overflow_p (n, s, (ptrdiff_t) 1) 56 : ({ ptrdiff_t __xalloc_count; \
|
| /src/external/gpl3/gdb.old/dist/gnulib/import/ |
| idx.h | 22 /* Get ptrdiff_t. */ 61 * 'ptrdiff_t' is more portable; it is standardized by ISO C 67 * Conversely, some now-obsolete platforms had 'ptrdiff_t' wider 79 Why not use 'ptrdiff_t' directly? 90 ptrdiff_t n = ...; 91 for (ptrdiff_t i = 0; i < n; i++) ... 122 /* Use the signed type 'ptrdiff_t'. */ 123 /* Note: ISO C does not mandate that 'size_t' and 'ptrdiff_t' have the same 125 typedef ptrdiff_t idx_t;
|
| xalloc-oversized.h | 24 /* True if N * S does not fit into both ptrdiff_t and size_t. 42 misbehave if N and S are both narrower than ptrdiff_t and size_t, 50 __builtin_mul_overflow_p (n, s, (ptrdiff_t) 1) 56 : ({ ptrdiff_t __xalloc_count; \
|
| /src/external/gpl3/gcc/dist/fixincludes/tests/base/types/ |
| vxTypesBase.h | 20 typedef long ptrdiff_t; typedef
|
| /src/external/gpl3/gcc.old/dist/fixincludes/tests/base/types/ |
| vxTypesBase.h | 20 typedef long ptrdiff_t; typedef
|
| /src/external/apache2/llvm/dist/libcxx/include/__memory/ |
| temporary_buffer.h | 29 pair<_Tp*, ptrdiff_t> 30 get_temporary_buffer(ptrdiff_t __n) _NOEXCEPT 32 pair<_Tp*, ptrdiff_t> __r(0, 0); 33 const ptrdiff_t __m = (~ptrdiff_t(0) ^ 34 ptrdiff_t(ptrdiff_t(1) << (sizeof(ptrdiff_t) * __CHAR_BIT__ - 1)))
|
| /src/external/gpl3/gcc/dist/fixincludes/tests/base/sys/ |
| types.h | 20 typedef __PTRDIFF_TYPE__ ptrdiff_t; typedef
|
| /src/external/gpl3/gcc.old/dist/fixincludes/tests/base/sys/ |
| types.h | 20 typedef __PTRDIFF_TYPE__ ptrdiff_t; typedef
|
| /src/external/bsd/bc/dist/ |
| config.h | 16 #define ptrdiff_t size_t macro 78 #undef ptrdiff_t macro
|
| /src/external/gpl3/gcc/dist/libgfortran/io/ |
| fbuf.h | 53 extern ptrdiff_t fbuf_reset (gfc_unit *); 65 extern ptrdiff_t fbuf_seek (gfc_unit *, ptrdiff_t, int);
|
| /src/external/gpl3/gcc.old/dist/libgfortran/io/ |
| fbuf.h | 53 extern ptrdiff_t fbuf_reset (gfc_unit *); 65 extern ptrdiff_t fbuf_seek (gfc_unit *, ptrdiff_t, int);
|
| /src/sys/external/bsd/compiler_rt/dist/lib/interception/ |
| interception_type_test.cc | 25 COMPILER_CHECK(sizeof(::PTRDIFF_T) == sizeof(ptrdiff_t));
|
| /src/external/gpl2/libmalloc/dist/ |
| morecore.c | 46 ptrdiff_t increment;
|
| /src/external/gpl3/gcc/dist/libsanitizer/interception/ |
| interception_type_test.cpp | 24 COMPILER_CHECK(sizeof(::PTRDIFF_T) == sizeof(ptrdiff_t));
|
| /src/external/gpl3/gcc.old/dist/libsanitizer/interception/ |
| interception_type_test.cpp | 24 COMPILER_CHECK(sizeof(::PTRDIFF_T) == sizeof(ptrdiff_t));
|
| /src/external/gpl3/gcc/dist/libstdc++-v3/libsupc++/ |
| tinfo.h | 44 ptrdiff_t whole_object; 48 ptrdiff_t padding1; 56 ptrdiff_t padding2; 65 adjust_pointer (const void *base, ptrdiff_t offset) 74 convert_to_base (void const *addr, bool is_virtual, ptrdiff_t offset) 80 offset = *adjust_pointer<ptrdiff_t> (vtable, offset); 161 __find_public_src (ptrdiff_t src2dst,
|
| /src/external/gpl3/gcc.old/dist/libstdc++-v3/libsupc++/ |
| tinfo.h | 44 ptrdiff_t whole_object; 48 ptrdiff_t padding1; 56 ptrdiff_t padding2; 65 adjust_pointer (const void *base, ptrdiff_t offset) 74 convert_to_base (void const *addr, bool is_virtual, ptrdiff_t offset) 80 offset = *adjust_pointer<ptrdiff_t> (vtable, offset); 161 __find_public_src (ptrdiff_t src2dst,
|
| /src/external/apache2/llvm/dist/llvm/include/llvm/ADT/ |
| PriorityWorklist.h | 55 typename MapT = DenseMap<T, ptrdiff_t>> 102 if (Index != (ptrdiff_t)(V.size() - 1)) { 105 Index = (ptrdiff_t)V.size(); 121 ptrdiff_t StartIndex = V.size(); 124 for (ptrdiff_t i = V.size() - 1; i >= StartIndex; --i) { 131 ptrdiff_t &Index = InsertResult.first->second; 169 if (I->second == (ptrdiff_t)(V.size() - 1)) { 258 SmallDenseMap<T, ptrdiff_t>> {
|
| /src/common/dist/zlib/examples/ |
| zran.h | 47 ptrdiff_t deflate_index_extract(FILE *in, struct deflate_index *index,
|