HomeSort by relevance Sort by last modified time
    Searched defs:int8_t (Results 1 - 25 of 34) sorted by null

1 2

  /external/e2fsprogs/lib/uuid/
uuid_types.h 10 typedef signed char int8_t; typedef
  /external/qemu/distrib/sdl-1.2.12/include/
SDL_config_minimal.h 32 typedef signed char int8_t; typedef
SDL_config_dreamcast.h 30 typedef signed char int8_t; typedef
SDL_config_macos.h 32 typedef SInt8 int8_t; typedef
SDL_config_win32.h 33 typedef signed __int8 int8_t; typedef
57 typedef signed char int8_t; typedef
SDL_config_os2.h 30 typedef signed char int8_t; typedef
  /external/webkit/JavaScriptCore/os-win32/
stdint.h 36 typedef signed char int8_t; typedef
58 CASSERT(sizeof(int8_t) == 1, int8_t_is_one_byte)
  /external/qemu/slirp-android/
slirp.h 50 typedef char int8_t; typedef
  /external/qemu/slirp/
slirp.h 58 typedef char int8_t; typedef
  /external/icu4c/common/unicode/
platform.h 124 /* os/390 needs <inttypes.h>, but it doesn't have int8_t, and it sometimes */
131 typedef signed char int8_t; typedef
144 typedef signed char int8_t; typedef
ppalmos.h 104 typedef signed char int8_t; typedef
pwin32.h 127 typedef signed char int8_t; typedef
  /external/webkit/JavaScriptCore/icu/unicode/
platform.h 91 /* os/390 needs <inttypes.h>, but it doesn't have int8_t, and it sometimes */
98 typedef signed char int8_t; typedef
111 typedef signed char int8_t; typedef
  /external/webkit/JavaScriptGlue/icu/unicode/
platform.h 91 /* os/390 needs <inttypes.h>, but it doesn't have int8_t, and it sometimes */
98 typedef signed char int8_t; typedef
111 typedef signed char int8_t; typedef
  /external/webkit/WebCore/icu/unicode/
platform.h 91 /* os/390 needs <inttypes.h>, but it doesn't have int8_t, and it sometimes */
98 typedef signed char int8_t; typedef
111 typedef signed char int8_t; typedef
  /external/webkit/WebKit/mac/icu/unicode/
platform.h 91 /* os/390 needs <inttypes.h>, but it doesn't have int8_t, and it sometimes */
98 typedef signed char int8_t; typedef
111 typedef signed char int8_t; typedef
  /external/kernel-headers/original/linux/
types.h 109 typedef __s8 int8_t; typedef
  /bionic/libc/include/
stdint.h 53 typedef __int8_t int8_t; typedef
65 * int8_t & uint8_t
68 typedef int8_t int_least8_t;
69 typedef int8_t int_fast8_t;
  /external/grub/stage2/
iso9660.h 62 typedef int int8_t __attribute__((mode(QI))); typedef
  /ndk/build/platforms/android-3/arch-arm/usr/include/
stdint.h 53 typedef __int8_t int8_t; typedef
65 * int8_t & uint8_t
68 typedef int8_t int_least8_t;
69 typedef int8_t int_fast8_t;
  /ndk/build/platforms/android-4/arch-arm/usr/include/
stdint.h 53 typedef __int8_t int8_t; typedef
65 * int8_t & uint8_t
68 typedef int8_t int_least8_t;
69 typedef int8_t int_fast8_t;
  /ndk/build/platforms/android-5/arch-arm/usr/include/
stdint.h 53 typedef __int8_t int8_t; typedef
65 * int8_t & uint8_t
68 typedef int8_t int_least8_t;
69 typedef int8_t int_fast8_t;
  /ndk/build/platforms/android-5/arch-x86/usr/include/
stdint.h 53 typedef __int8_t int8_t; typedef
65 * int8_t & uint8_t
68 typedef int8_t int_least8_t;
69 typedef int8_t int_fast8_t;
  /ndk/build/platforms/android-8/arch-arm/usr/include/
stdint.h 53 typedef __int8_t int8_t; typedef
65 * int8_t & uint8_t
68 typedef int8_t int_least8_t;
69 typedef int8_t int_fast8_t;
  /ndk/build/platforms/android-8/arch-x86/usr/include/
stdint.h 53 typedef __int8_t int8_t; typedef
65 * int8_t & uint8_t
68 typedef int8_t int_least8_t;
69 typedef int8_t int_fast8_t;

Completed in 526 milliseconds

1 2