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

1 2

  /external/e2fsprogs/include/mingw/linux/
types.h 10 typedef unsigned __int8 __u8;
11 typedef signed __int8 __s8;
  /external/pdfium/third_party/libopenjpeg20/
opj_stdint.h 39 typedef signed __int8 int8_t;
40 typedef unsigned __int8 uint8_t;
  /external/e2fsprogs/include/nonunix/linux/
types.h 10 typedef unsigned __int8 __u8;
11 typedef signed __int8 __s8;
  /external/flac/include/FLAC/
ordinals.h 42 typedef __int8 FLAC__int8;
43 typedef unsigned __int8 FLAC__uint8;
  /external/skia/third_party/vulkan/vulkan/
vk_platform.h 80 typedef signed __int8 int8_t;
81 typedef unsigned __int8 uint8_t;
  /external/skqp/third_party/vulkan/vulkan/
vk_platform.h 80 typedef signed __int8 int8_t;
81 typedef unsigned __int8 uint8_t;
  /frameworks/native/vulkan/include/vulkan/
vk_platform.h 75 typedef signed __int8 int8_t;
76 typedef unsigned __int8 uint8_t;
  /external/brotli/c/include/brotli/
types.h 18 typedef __int8 int8_t;
19 typedef unsigned __int8 uint8_t;
  /external/mesa3d/include/vulkan/
vk_platform.h 75 typedef signed __int8 int8_t;
76 typedef unsigned __int8 uint8_t;
  /external/vulkan-validation-layers/include/vulkan/
vk_platform.h 75 typedef signed __int8 int8_t;
76 typedef unsigned __int8 uint8_t;
  /prebuilts/ndk/r16/sources/third_party/vulkan/src/include/vulkan/
vk_platform.h 75 typedef signed __int8 int8_t;
76 typedef unsigned __int8 uint8_t;
  /external/google-breakpad/src/google_breakpad/common/
breakpad_types.h 63 typedef unsigned __int8 uint8_t;
  /prebuilts/misc/common/swig/include/2.0.11/
windows.i 9 %apply unsigned char { unsigned __int8 };
10 %apply const unsigned char& { const unsigned __int8& };
12 %apply signed char { __int8 };
13 %apply const signed char& { const __int8& };
  /external/clang/test/Lexer/
ms-extensions.c 5 __int8 x1 = 3i8;
  /external/libusb/msvc/
stdint.h 88 typedef __int8 int8_t;
89 typedef unsigned __int8 uint8_t;
111 typedef __int8 int_fast8_t;
112 typedef unsigned __int8 uint_fast8_t;
  /external/python/cpython2/Modules/_ctypes/libffi_arm_wince/
ffi_common.h 89 typedef unsigned __int8 UINT8;
90 typedef signed __int8 SINT8;
  /prebuilts/misc/windows/sdl2/i686-w64-mingw32/include/SDL2/
SDL_config.h 33 typedef signed __int8 int8_t;
34 typedef unsigned __int8 uint8_t;
  /prebuilts/misc/windows/sdl2/include/
SDL_config.h 33 typedef signed __int8 int8_t;
34 typedef unsigned __int8 uint8_t;
  /prebuilts/misc/windows/sdl2/x86_64-w64-mingw32/include/SDL2/
SDL_config.h 33 typedef signed __int8 int8_t;
34 typedef unsigned __int8 uint8_t;
  /external/flac/include/share/
compat.h 136 typedef unsigned __int8 uint8_t;
140 typedef __int8 int8_t;
  /external/jemalloc/include/msvc_compat/C99/
stdint.h 72 // realize that, e.g. char has the same size as __int8
82 typedef signed __int8 int8_t;
85 typedef unsigned __int8 uint8_t;
  /external/libvncserver/compat/msvc/
stdint.h 72 // realize that, e.g. char has the same size as __int8
82 typedef __int8 int8_t;
85 typedef unsigned __int8 uint8_t;
  /external/python/cpython3/Modules/_decimal/libmpdec/
vcstdint.h 69 typedef __int8 int8_t;
73 typedef unsigned __int8 uint8_t;
  /external/swiftshader/src/Common/
Types.hpp 31 typedef signed __int8 int8_t;
35 typedef unsigned __int8 uint8_t;
  /external/syslinux/gnu-efi/gnu-efi-3.0/inc/ia64/
efibind.h 40 typedef unsigned __int8 uint8_t;
41 typedef __int8 int8_t;

Completed in 678 milliseconds

1 2