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

/external/clang/lib/Headers/
H A Dstdint.h110 # define __int_least64_t int64_t macro
120 #ifdef __int_least64_t
121 typedef __int_least64_t int_least64_t;
123 typedef __int_least64_t int_fast64_t;
125 #endif /* __int_least64_t */
315 #ifdef __int_least64_t
323 #endif /* __int_least64_t */

Completed in 787 milliseconds