Home
last modified time | relevance | path

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

/freebsd/crypto/openssl/crypto/evp/
H A Devp_enc.c527 #ifdef PTRDIFF_T
528 # undef PTRDIFF_T
539 # define PTRDIFF_T uint64_t macro
541 # define PTRDIFF_T size_t macro
546 PTRDIFF_T diff = (PTRDIFF_T)ptr1-(PTRDIFF_T)ptr2; in ossl_is_partially_overlapping()
552 int overlapped = (len > 0) & (diff != 0) & ((diff < (PTRDIFF_T)len) | in ossl_is_partially_overlapping()
553 (diff > (0 - (PTRDIFF_T)len))); in ossl_is_partially_overlapping()
880 if (((PTRDIFF_T)out == (PTRDIFF_T)in) in EVP_DecryptUpdate()
/freebsd/contrib/ntp/libntp/
H A Dsnprintf.c438 #ifndef PTRDIFF_T
440 #define PTRDIFF_T ptrdiff_t macro
442 #define PTRDIFF_T long int macro
444 #endif /* !defined(PTRDIFF_T) */
448 * 7.19.6.1, 7). However, we'll simply use PTRDIFF_T and convert it to an
452 #define UPTRDIFF_T PTRDIFF_T
560 PTRDIFF_T *ptrdiffptr; in rpl_vsnprintf()
745 value = va_arg(args, PTRDIFF_T); in rpl_vsnprintf()
922 ptrdiffptr = va_arg(args, PTRDIFF_T *); in rpl_vsnprintf()
923 *ptrdiffptr = (PTRDIFF_T)le in rpl_vsnprintf()
[all...]
/freebsd/contrib/llvm-project/compiler-rt/lib/interception/
H A Dinterception_type_test.cpp24 COMPILER_CHECK(sizeof(::PTRDIFF_T) == sizeof(ptrdiff_t));
H A Dinterception.h30 typedef __sanitizer::sptr PTRDIFF_T; typedef
/freebsd/contrib/llvm-project/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_common_interceptors_format.inc127 return sizeof(PTRDIFF_T);