HomeSort by relevance Sort by last modified time
    Searched refs:uint_fast32_t (Results 1 - 25 of 86) sorted by null

1 2 3 4

  /external/elfutils/libelf/
elf_gnu_hash.c 64 uint_fast32_t h = 5381;
  /hardware/invensense/libsensors_iio/software/core/driver/include/
stdint_invensense.h 37 typedef unsigned long uint_fast32_t; typedef
  /hardware/invensense/mlsdk/platform/include/
stdint_invensense.h 47 typedef unsigned long uint_fast32_t; typedef
  /ndk/sources/cxx-stl/llvm-libc++/test/numerics/rand/rand.adapt/rand.adapt.disc/
result_type.pass.cpp 27 std::uint_fast32_t>::value), "");
  /ndk/sources/cxx-stl/llvm-libc++/test/numerics/rand/rand.eng/rand.eng.mers/
result_type.pass.cpp 29 std::uint_fast32_t>::value), "");
  /ndk/sources/cxx-stl/llvm-libc++/test/numerics/rand/rand.eng/rand.eng.sub/
result_type.pass.cpp 27 std::uint_fast32_t>::value), "");
  /external/elfutils/libebl/
eblobjnote.c 77 uint_fast32_t i;
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/
stdint.h 107 typedef unsigned long int uint_fast32_t; typedef
111 typedef unsigned int uint_fast32_t; typedef
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/
stdint.h 107 typedef unsigned long int uint_fast32_t; typedef
111 typedef unsigned int uint_fast32_t; typedef
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/
stdint.h 107 typedef unsigned long int uint_fast32_t; typedef
111 typedef unsigned int uint_fast32_t; typedef
  /ndk/sources/cxx-stl/llvm-libc++/test/atomics/atomics.types.generic/
cstdint_typedefs.pass.cpp 26 // typedef atomic<uint_fast32_t> atomic_uint_fast32_t;
57 static_assert((std::is_same<std::atomic<std::uint_fast32_t>, std::atomic_uint_fast32_t>::value), "");
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/i686-linux/include/c++/4.6.x-google/bits/
atomic_base.h 254 typedef __atomic_base<uint_fast32_t> atomic_uint_fast32_t;
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/x86_64-linux/include/c++/4.6.x-google/bits/
atomic_base.h 254 typedef __atomic_base<uint_fast32_t> atomic_uint_fast32_t;
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.6/include/bits/
atomic_base.h 254 typedef __atomic_base<uint_fast32_t> atomic_uint_fast32_t;
  /ndk/sources/cxx-stl/llvm-libc++/test/depr/depr.c.headers/
stdint_h.pass.cpp 137 // typedef uint_fast32_t
138 static_assert(sizeof(uint_fast32_t)*CHAR_BIT >= 32,
139 "sizeof(uint_fast32_t)*CHAR_BIT >= 32");
140 static_assert(std::is_unsigned<uint_fast32_t>::value,
141 "std::is_unsigned<uint_fast32_t>::value");
  /ndk/sources/cxx-stl/llvm-libc++/test/language.support/cstdint/cstdint.syn/
cstdint.pass.cpp 137 // typedef std::uint_fast32_t
138 static_assert(sizeof(std::uint_fast32_t)*CHAR_BIT >= 32,
139 "sizeof(std::uint_fast32_t)*CHAR_BIT >= 32");
140 static_assert(std::is_unsigned<std::uint_fast32_t>::value,
141 "std::is_unsigned<std::uint_fast32_t>::value");
  /bionic/libc/include/
stdint.h 125 typedef uint32_t uint_fast32_t; typedef
  /development/ndk/platforms/android-3/include/
stdint.h 125 typedef uint32_t uint_fast32_t; typedef
  /external/libusb_aah/msvc/
stdint.h 116 typedef unsigned __int32 uint_fast32_t; typedef
  /prebuilts/gcc/darwin-x86/host/i686-apple-darwin-4.2.1/include/gcc/darwin/4.2/
stdint.h 76 typedef uint32_t uint_fast32_t; typedef
  /prebuilts/ndk/4/platforms/android-3/arch-arm/usr/include/
stdint.h 139 typedef uint32_t uint_fast32_t; typedef
  /prebuilts/ndk/4/platforms/android-4/arch-arm/usr/include/
stdint.h 139 typedef uint32_t uint_fast32_t; typedef
  /prebuilts/ndk/4/platforms/android-5/arch-arm/usr/include/
stdint.h 139 typedef uint32_t uint_fast32_t; typedef
  /prebuilts/ndk/4/platforms/android-5/arch-x86/usr/include/
stdint.h 139 typedef uint32_t uint_fast32_t; typedef
  /prebuilts/ndk/4/platforms/android-8/arch-arm/usr/include/
stdint.h 139 typedef uint32_t uint_fast32_t; typedef

Completed in 2618 milliseconds

1 2 3 4