HomeSort by relevance Sort by last modified time
    Searched defs:int8_t (Results 76 - 100 of 196) sorted by null

1 2 34 5 6 7 8

  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/lib/gcc/x86_64-linux/4.6.x-google/include/
stdint-gcc.h 34 typedef __INT8_TYPE__ int8_t; typedef
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/
stdint.h 37 typedef signed char int8_t; typedef
  /prebuilts/gcc/linux-x86/mips/mipsel-linux-android-4.6/lib/gcc/mipsel-linux-android/4.6/include/
stdint-gcc.h 34 typedef __INT8_TYPE__ int8_t; typedef
  /prebuilts/gcc/linux-x86/mips/mipsel-linux-android-4.7/lib/gcc/mipsel-linux-android/4.7/include/
stdint-gcc.h 34 typedef __INT8_TYPE__ int8_t; typedef
  /prebuilts/gcc/linux-x86/x86/i686-linux-android-4.6/lib/gcc/i686-linux-android/4.6/include/
stdint-gcc.h 34 typedef __INT8_TYPE__ int8_t; typedef
  /prebuilts/gcc/linux-x86/x86/i686-linux-android-4.7/lib/gcc/i686-linux-android/4.7/include/
stdint-gcc.h 34 typedef __INT8_TYPE__ int8_t; typedef
  /prebuilts/ndk/8/platforms/android-14/arch-arm/usr/include/
stdint.h 42 typedef __int8_t int8_t; typedef
52 * int8_t & uint8_t
55 typedef int8_t int_least8_t;
56 typedef int8_t int_fast8_t;
  /prebuilts/ndk/8/platforms/android-14/arch-mips/usr/include/
stdint.h 42 typedef __int8_t int8_t; typedef
52 * int8_t & uint8_t
55 typedef int8_t int_least8_t;
56 typedef int8_t int_fast8_t;
  /prebuilts/ndk/8/platforms/android-14/arch-x86/usr/include/
stdint.h 42 typedef __int8_t int8_t; typedef
52 * int8_t & uint8_t
55 typedef int8_t int_least8_t;
56 typedef int8_t int_fast8_t;
  /prebuilts/ndk/8/platforms/android-3/arch-arm/usr/include/
stdint.h 42 typedef __int8_t int8_t; typedef
52 * int8_t & uint8_t
55 typedef int8_t int_least8_t;
56 typedef int8_t int_fast8_t;
  /prebuilts/ndk/8/platforms/android-4/arch-arm/usr/include/
stdint.h 42 typedef __int8_t int8_t; typedef
52 * int8_t & uint8_t
55 typedef int8_t int_least8_t;
56 typedef int8_t int_fast8_t;
  /prebuilts/ndk/8/platforms/android-5/arch-arm/usr/include/
stdint.h 42 typedef __int8_t int8_t; typedef
52 * int8_t & uint8_t
55 typedef int8_t int_least8_t;
56 typedef int8_t int_fast8_t;
  /prebuilts/ndk/8/platforms/android-8/arch-arm/usr/include/
stdint.h 42 typedef __int8_t int8_t; typedef
52 * int8_t & uint8_t
55 typedef int8_t int_least8_t;
56 typedef int8_t int_fast8_t;
  /prebuilts/ndk/8/platforms/android-9/arch-arm/usr/include/
stdint.h 42 typedef __int8_t int8_t; typedef
52 * int8_t & uint8_t
55 typedef int8_t int_least8_t;
56 typedef int8_t int_fast8_t;
  /prebuilts/ndk/8/platforms/android-9/arch-mips/usr/include/
stdint.h 42 typedef __int8_t int8_t; typedef
52 * int8_t & uint8_t
55 typedef int8_t int_least8_t;
56 typedef int8_t int_fast8_t;
  /prebuilts/ndk/8/platforms/android-9/arch-x86/usr/include/
stdint.h 42 typedef __int8_t int8_t; typedef
52 * int8_t & uint8_t
55 typedef int8_t int_least8_t;
56 typedef int8_t int_fast8_t;
  /bionic/libc/include/
stdint.h 42 typedef __int8_t int8_t; typedef
52 * int8_t & uint8_t
55 typedef int8_t int_least8_t;
56 typedef int8_t int_fast8_t;
  /development/ndk/platforms/android-3/include/
stdint.h 42 typedef __int8_t int8_t; typedef
52 * int8_t & uint8_t
55 typedef int8_t int_least8_t;
56 typedef int8_t int_fast8_t;
  /external/bison/darwin-lib/
stdint.h 48 files, so that we can "#define int8_t signed char" below without
50 signed char int8_t;" that will get messed up by our macro. Our
140 #undef int8_t macro
144 #define int8_t gl_int8_t macro
231 #define int_least8_t int8_t
  /external/chromium_org/third_party/harfbuzz-ng/src/
hb-common.h 56 typedef __int8 int8_t; typedef
85 int8_t i8[4];
  /external/chromium_org/third_party/smhasher/src/
pstdint.h 77 * int32_t, int16_t and int8_t, it just dumps out with a compiler
321 #ifndef int8_t
323 typedef signed char int8_t; typedef
324 # define INT8_C(v) ((int8_t) v)
580 typedef int8_t int_least8_t;
  /external/grub/stage2/
iso9660.h 62 typedef int int8_t __attribute__((mode(QI))); typedef
  /external/harfbuzz_ng/src/
hb-common.h 56 typedef __int8 int8_t; typedef
85 int8_t i8[4];
  /external/mdnsresponder/mDNSShared/
dns_sd.h 115 typedef INT8 int8_t; typedef
127 typedef INT8 int8_t; typedef
    [all...]
  /ndk/sources/host-tools/sed-4.2.1/lib/
stdint.in.h 35 files, so that we can "#define int8_t signed char" below without
37 signed char int8_t;" that will get messed up by our macro. Our
116 #undef int8_t macro
120 #define int8_t gl_int8_t macro
193 #define int_least8_t int8_t

Completed in 1244 milliseconds

1 2 34 5 6 7 8