HomeSort by relevance Sort by last modified time
    Searched refs:__int_least32_t (Results 1 - 4 of 4) sorted by null

  /development/ndk/platforms/android-3/arch-arm/include/machine/
_types.h 55 typedef __int32_t __int_least32_t; typedef
  /development/ndk/platforms/android-9/arch-x86/include/machine/
_types.h 55 typedef __int32_t __int_least32_t; typedef
  /development/ndk/platforms/android-9/arch-mips/include/machine/
_types.h 63 typedef __int32_t __int_least32_t; typedef
  /external/clang/lib/Headers/
stdint.h 112 # define __int_least32_t int64_t macro
134 # define __int_least32_t int56_t macro
150 # define __int_least32_t int48_t macro
166 # define __int_least32_t int40_t macro
186 # define __int_least32_t int32_t macro
194 #ifdef __int_least32_t
195 typedef __int_least32_t int_least32_t;
197 typedef __int_least32_t int_fast32_t;
199 #endif /* __int_least32_t */
389 #ifdef __int_least32_t
    [all...]

Completed in 202 milliseconds