Searched refs:ptrdiff_t (Results 1 - 2 of 2) sorted by relevance

/forgerock/web-agents-v4/zlib/
H A Dcrc32.c217 if (sizeof(void *) == sizeof(ptrdiff_t)) {
257 while (len && ((ptrdiff_t)buf & 3)) {
297 while (len && ((ptrdiff_t)buf & 3)) {
H A Dzutil.h33 typedef long ptrdiff_t; /* guess -- will be caught if guess is wrong */ typedef
156 typedef int ptrdiff_t; typedef

Completed in 1405 milliseconds