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

1 2 3 4 5 6 7 8 910

  /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 35 Bytes(const uint8_t *data_arg, size_t len_arg)
38 : data(reinterpret_cast<const uint8_t *>(data_arg)), len(len_arg) {}
41 : data(reinterpret_cast<const uint8_t *>(str)), len(strlen(str)) {}
44 Bytes(const uint8_t (&array)[N]) : data(array), len(N) {} member in struct:Bytes
46 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
  /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
  /development/ndk/platforms/android-24/include/vulkan/
vk_platform.h 76 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/pdfium/xfa/fgas/layout/
fgas_linebreak.h 13 enum FX_LINEBREAKTYPE : uint8_t { enum
  /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
  /hardware/intel/common/libmix/mix_vbp/viddec_fw/fw/include/
stdint.h 4 typedef unsigned char uint8_t; typedef
  /hardware/invensense/6515/libsensors_iio/software/core/driver/include/
stdint_invensense.h 26 typedef unsigned char uint8_t; typedef
  /hardware/invensense/65xx/libsensors_iio/software/core/driver/include/
stdint_invensense.h 26 typedef unsigned char uint8_t; typedef

Completed in 876 milliseconds

1 2 3 4 5 6 7 8 910