Lines Matching full:int64_t
176 AC_MSG_CHECKING(for type equivalent to int64_t)
187 8) acx_cv_type_intptr_t=int64_t ;;
362 # ------------- done basic int types, emit int64_t types ------------
366 /* system headers have good uint64_t and int64_t */
377 /* system headers have an u_int64_t (and int64_t) */
397 #ifndef int64_t
398 typedef $acx_cv_type_int64_t int64_t;
414 /* some common heuristics for int64_t, using compiler-specific tests */
419 #ifndef int64_t
420 typedef long long int64_t;
441 # ifndef int64_t
442 __extension__ typedef long long int64_t;
457 # ifndef int64_t
458 typedef __int64 int64_t;
473 # ------------- done int64_t types, emit intptr types ------------
500 typedef int64_t int_least64_t;
523 typedef int64_t int_fast64_t;
541 typedef int64_t intmax_t;