Searched refs:ptrdiff_t (Results 1 – 5 of 5) sorted by relevance
12 typedef __PTRDIFF_TYPE__ ptrdiff_t; // Signed integer type of the result of subtracting two pointer… typedef
7 typedef __PTRDIFF_TYPE__ ptrdiff_t; // Signed integer type of the result of subtracting two pointer… typedef
9 ``typedef __PTDIFF_TYPE__ ptrdiff_t`` : 两个指针相减的结果类型
152 # If this option is true `usize` and `isize` will be converted into `size_t` and `ptrdiff_t`
1271 assert(forwardIp - base < (ptrdiff_t)(2 GB - 1)); in LZ4_compress_generic_validated()