HomeSort by relevance Sort by last modified time
    Searched defs:__SIZE_TYPE__ (Results 1 - 15 of 15) sorted by null

  /external/syslinux/gpxe/src/include/
stdint.h 12 #ifndef __SIZE_TYPE__
13 #define __SIZE_TYPE__ unsigned long /* safe choice on most systems */
  /prebuilts/gcc/darwin-x86/aarch64/aarch64-linux-android-4.9/lib/gcc/aarch64-linux-android/4.9.x/include/
stddef.h 118 GCC 2.00, make sure that __PTRDIFF_TYPE__, __SIZE_TYPE__, and
208 #ifndef __SIZE_TYPE__
209 #define __SIZE_TYPE__ long unsigned int
212 typedef __SIZE_TYPE__ size_t;
  /prebuilts/gcc/darwin-x86/arm/arm-linux-androideabi-4.9/lib/gcc/arm-linux-androideabi/4.9.x/include/
stddef.h 118 GCC 2.00, make sure that __PTRDIFF_TYPE__, __SIZE_TYPE__, and
208 #ifndef __SIZE_TYPE__
209 #define __SIZE_TYPE__ long unsigned int
212 typedef __SIZE_TYPE__ size_t;
  /prebuilts/gcc/darwin-x86/host/i686-apple-darwin-4.2.1/lib/gcc/i686-apple-darwin10/4.2.1/include/
stddef.h 123 GCC 2.00, make sure that __PTRDIFF_TYPE__, __SIZE_TYPE__, and
210 #ifndef __SIZE_TYPE__
211 #define __SIZE_TYPE__ long unsigned int
214 typedef __SIZE_TYPE__ size_t;
  /prebuilts/gcc/darwin-x86/host/i686-apple-darwin-4.2.1/lib/gcc/i686-apple-darwin11/4.2.1/include/
stddef.h 123 GCC 2.00, make sure that __PTRDIFF_TYPE__, __SIZE_TYPE__, and
210 #ifndef __SIZE_TYPE__
211 #define __SIZE_TYPE__ long unsigned int
214 typedef __SIZE_TYPE__ size_t;
  /prebuilts/gcc/darwin-x86/mips/mips64el-linux-android-4.9/lib/gcc/mips64el-linux-android/4.9.x/include/
stddef.h 118 GCC 2.00, make sure that __PTRDIFF_TYPE__, __SIZE_TYPE__, and
208 #ifndef __SIZE_TYPE__
209 #define __SIZE_TYPE__ long unsigned int
212 typedef __SIZE_TYPE__ size_t;
  /prebuilts/gcc/darwin-x86/x86/x86_64-linux-android-4.9/lib/gcc/x86_64-linux-android/4.9.x/include/
stddef.h 118 GCC 2.00, make sure that __PTRDIFF_TYPE__, __SIZE_TYPE__, and
208 #ifndef __SIZE_TYPE__
209 #define __SIZE_TYPE__ long unsigned int
212 typedef __SIZE_TYPE__ size_t;
  /prebuilts/gcc/linux-x86/aarch64/aarch64-linux-android-4.9/lib/gcc/aarch64-linux-android/4.9.x/include/
stddef.h 118 GCC 2.00, make sure that __PTRDIFF_TYPE__, __SIZE_TYPE__, and
208 #ifndef __SIZE_TYPE__
209 #define __SIZE_TYPE__ long unsigned int
212 typedef __SIZE_TYPE__ size_t;
  /prebuilts/gcc/linux-x86/arm/arm-linux-androideabi-4.9/lib/gcc/arm-linux-androideabi/4.9.x/include/
stddef.h 118 GCC 2.00, make sure that __PTRDIFF_TYPE__, __SIZE_TYPE__, and
208 #ifndef __SIZE_TYPE__
209 #define __SIZE_TYPE__ long unsigned int
212 typedef __SIZE_TYPE__ size_t;
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/lib/gcc/x86_64-linux/4.8/include/
stddef.h 118 GCC 2.00, make sure that __PTRDIFF_TYPE__, __SIZE_TYPE__, and
208 #ifndef __SIZE_TYPE__
209 #define __SIZE_TYPE__ long unsigned int
212 typedef __SIZE_TYPE__ size_t;
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/lib/gcc/x86_64-w64-mingw32/4.8.3/include/
stddef.h 119 GCC 2.00, make sure that __PTRDIFF_TYPE__, __SIZE_TYPE__, and
209 #ifndef __SIZE_TYPE__
210 #define __SIZE_TYPE__ long unsigned int
213 typedef __SIZE_TYPE__ size_t;
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
_mingw_mac.h 128 #ifndef __SIZE_TYPE__
130 # define __SIZE_TYPE__ long long unsigned int
132 # define __SIZE_TYPE__ long unsigned int
stddef.h 116 GCC 2.00, make sure that __PTRDIFF_TYPE__, __SIZE_TYPE__, and
210 #ifndef __SIZE_TYPE__
212 #define __SIZE_TYPE__ long long unsigned int
214 #define __SIZE_TYPE__ long unsigned int
218 __MINGW_EXTENSION typedef __SIZE_TYPE__ size_t;
  /prebuilts/gcc/linux-x86/mips/mips64el-linux-android-4.9/lib/gcc/mips64el-linux-android/4.9.x/include/
stddef.h 118 GCC 2.00, make sure that __PTRDIFF_TYPE__, __SIZE_TYPE__, and
208 #ifndef __SIZE_TYPE__
209 #define __SIZE_TYPE__ long unsigned int
212 typedef __SIZE_TYPE__ size_t;
  /prebuilts/gcc/linux-x86/x86/x86_64-linux-android-4.9/lib/gcc/x86_64-linux-android/4.9.x/include/
stddef.h 118 GCC 2.00, make sure that __PTRDIFF_TYPE__, __SIZE_TYPE__, and
208 #ifndef __SIZE_TYPE__
209 #define __SIZE_TYPE__ long unsigned int
212 typedef __SIZE_TYPE__ size_t;

Completed in 823 milliseconds