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

1 2 3

  /external/chromium_org/third_party/smhasher/src/
MurmurHash1.h 15 typedef unsigned char uint8_t; typedef
MurmurHash2.h 15 typedef unsigned char uint8_t; typedef
MurmurHash3.h 15 typedef unsigned char uint8_t; typedef
City.h 51 typedef unsigned char uint8_t; typedef
58 typedef uint8_t uint8;
  /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/libexif/contrib/watcom/
_stdint.h 4 typedef unsigned char uint8_t; typedef
  /external/chromium_org/ppapi/c/
pp_stdint.h 30 typedef unsigned char uint8_t; typedef
  /external/chromium_org/third_party/brotli/src/brotli/dec/
types.h 32 typedef unsigned char uint8_t; typedef
  /external/chromium_org/third_party/leveldatabase/src/port/win/
stdint.h 19 typedef unsigned char uint8_t; typedef
  /external/chromium_org/third_party/libsrtp/srtp/crypto/include/
integers.h 92 typedef unsigned char uint8_t; typedef
  /external/chromium_org/v8/include/
v8stdint.h 18 typedef unsigned char uint8_t; typedef
  /external/e2fsprogs/lib/uuid/
uuid_types.h 9 typedef unsigned char uint8_t; typedef
  /art/runtime/
intern_table.h 36 enum VisitRootFlags : uint8_t; member in namespace:art
  /external/chromium_org/base/i18n/
char_iterator.h 24 typedef unsigned char uint8_t; typedef
56 const uint8_t* str_;
  /external/chromium_org/third_party/icu/source/common/unicode/
ptypes.h 71 /* z/OS has <stdint.h>, but some versions are missing uint8_t (APAR PK62248). */
74 typedef unsigned char uint8_t; typedef
89 typedef unsigned char uint8_t; typedef
  /external/chromium_org/third_party/libwebp/webp/
types.h 28 typedef unsigned char uint8_t; typedef
  /external/chromium_org/third_party/qcms/src/
qcmstypes.h 49 typedef unsigned __int8 uint8_t; typedef
  /external/chromium_org/third_party/yasm/source/config/win/
stdint.h 19 typedef unsigned char uint8_t; typedef
  /external/icu/icu4c/source/common/unicode/
ptypes.h 71 /* z/OS has <stdint.h>, but some versions are missing uint8_t (APAR PK62248). */
74 typedef unsigned char uint8_t; typedef
89 typedef unsigned char uint8_t; typedef
  /external/libvpx/libvpx/vpx/
vpx_integer.h 23 typedef unsigned char uint8_t; typedef
  /external/chromium_org/third_party/libvpx/source/libvpx/vpx/
vpx_integer.h 32 typedef unsigned char uint8_t; typedef
  /external/chromium_org/third_party/mesa/src/src/egl/main/
eglcompiler.h 41 typedef unsigned __int8 uint8_t; typedef
  /external/chromium_org/third_party/webrtc/
typedefs.h 71 typedef unsigned char uint8_t; typedef
  /external/lldb/test/lang/c/bitfields/
main.c 52 uint8_t : 1; member in struct:MoreBits
53 uint8_t b : 1;
54 uint8_t c : 1;
55 uint8_t d : 1;

Completed in 1359 milliseconds

1 2 3