Home | History | Annotate | Download | only in autom4te.cache

Lines Matching full:and64

696    AC_CHECK_TYPE(uint64_t,[and64="(uint64_t too)"],[and64=""],[#include<$i>])
697 AC_MSG_RESULT(... seen our uintptr_t in $i $and64)
706 AC_CHECK_TYPE(uint64_t,[and64="(uint64_t too)"],[and64=""],[#include<$i>])
707 AC_MSG_RESULT(... seen our uint32_t in $i $and64)
716 AC_CHECK_TYPE(uint64_t,[and64="(u_int64_t too)"],[and64=""],[#include<$i>])
717 AC_MSG_RESULT(... seen our u_int32_t in $i $and64)