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

1 2 3 4 5 6 7 8

  /external/clang/test/CodeGen/
2010-06-17-asmcrash.c 6 typedef unsigned char uint8_t; typedef
9 void avg_pixels8_mmx2(uint8_t *block, const uint8_t *pixels, int line_size, int h)
2007-09-12-PragmaPack.c 3 typedef unsigned char uint8_t; typedef
14 uint8_t major;
15 uint8_t minor;
20 uint8_t a[5];
22 uint8_t b;
  /external/webrtc/webrtc/modules/video_processing/util/
skin_detection.h 16 typedef unsigned char uint8_t; typedef in namespace:webrtc
17 bool MbHasSkinColor(const uint8_t* y_src,
18 const uint8_t* u_src,
19 const uint8_t* v_src,
  /external/boringssl/src/crypto/test/
test_util.h 37 Bytes(const uint8_t *data_arg, size_t len_arg)
40 : data(reinterpret_cast<const uint8_t *>(data_arg)), len(len_arg) {}
43 : data(reinterpret_cast<const uint8_t *>(str)), len(strlen(str)) {}
45 : data(reinterpret_cast<const uint8_t *>(str.data())), len(str.size()) {}
46 explicit Bytes(const std::vector<uint8_t> &vec)
50 explicit Bytes(const uint8_t (&array)[N]) : data(array), len(N) {} member in struct:Bytes
52 const uint8_t *data;
  /external/libexif/contrib/watcom/
_stdint.h 4 typedef unsigned char uint8_t; typedef
  /external/syslinux/com32/include/bitsize/
stdint.h 12 typedef unsigned char uint8_t; typedef
  /system/core/debuggerd/common/include/
dump_type.h 23 enum DebuggerdDumpType : uint8_t { enum
  /external/clang/test/Sema/
inline-asm-validate-aarch64.c 3 typedef unsigned char uint8_t; typedef
5 uint8_t constraint_r(uint8_t *addr) {
6 uint8_t byte;
16 uint8_t constraint_r_symbolic(uint8_t *addr) {
17 uint8_t byte;
29 uint8_t constraint_r_symbolic_macro(uint8_t *addr) {
30 uint8_t byte
    [all...]
  /external/pdfium/third_party/libopenjpeg20/
opj_stdint.h 40 typedef unsigned __int8 uint8_t; typedef
  /device/linaro/bootloader/edk2/QuarkSocPkg/QuarkNorthCluster/MemoryInit/Pei/
core_types.h 19 typedef unsigned char uint8_t; typedef
  /device/linaro/bootloader/edk2/StdLib/Include/sys/
stdint.h 50 #ifndef uint8_t
51 typedef __uint8_t uint8_t; typedef
52 #define uint8_t __uint8_t macro
  /external/google-breakpad/src/google_breakpad/common/
breakpad_types.h 63 typedef unsigned __int8 uint8_t; typedef
  /external/icu/icu4c/source/common/unicode/
ptypes.h 73 /* z/OS has <stdint.h>, but some versions are missing uint8_t (APAR PK62248). */
76 typedef unsigned char uint8_t; typedef
91 typedef unsigned char uint8_t; typedef
  /external/libvpx/libvpx/vpx/
vpx_integer.h 31 typedef unsigned char uint8_t; typedef
  /external/mesa3d/include/vulkan/
vk_platform.h 76 typedef unsigned __int8 uint8_t; typedef
  /external/pdfium/xfa/fgas/layout/
cfx_linebreak.h 12 enum FX_LINEBREAKTYPE : uint8_t { enum
  /external/skia/third_party/vulkan/vulkan/
vk_platform.h 81 typedef unsigned __int8 uint8_t; typedef
  /external/skqp/third_party/vulkan/vulkan/
vk_platform.h 81 typedef unsigned __int8 uint8_t; typedef
  /external/syslinux/diag/geodsp/
mk-lba-img.c 29 typedef unsigned char uint8_t; typedef
40 uint8_t tt = 0;
  /external/syslinux/gpxe/src/arch/i386/include/bits/
stdint.h 10 typedef unsigned char uint8_t; typedef
  /external/syslinux/gpxe/src/arch/x86_64/include/bits/
stdint.h 8 typedef unsigned char uint8_t; typedef
  /external/vulkan-validation-layers/include/vulkan/
vk_platform.h 76 typedef unsigned __int8 uint8_t; typedef
  /external/webp/include/webp/
types.h 29 typedef unsigned char uint8_t; typedef
  /external/webp/src/webp/
types.h 29 typedef unsigned char uint8_t; typedef
  /frameworks/native/vulkan/include/vulkan/
vk_platform.h 76 typedef unsigned __int8 uint8_t; typedef

Completed in 1789 milliseconds

1 2 3 4 5 6 7 8