Home
last modified time | relevance | path

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

/glibc-2.36/conform/data/
Dstdint.h-data15 type int_least64_t
56 macro-int-constant INT_LEAST64_MIN {promoted:int_least64_t} <= -9223372036854775807LL-1
57 macro-int-constant INT_LEAST64_MAX {promoted:int_least64_t} >= 9223372036854775807LL
/glibc-2.36/stdlib/
Dtst-width-stdint.c91 CHECK_WIDTH (int_least64_t, INT_LEAST64_MAX, INT_LEAST64_WIDTH); in do_test()
Dstdint.h46 typedef __int_least64_t int_least64_t; typedef
/glibc-2.36/manual/
Darith.texi76 @item int_least64_t
/glibc-2.36/ChangeLog.old/
DChangeLog.1922363 (int_least64_t): Define using __int_least64_t.