Searched defs:uint16_t (Results 1 - 25 of 79) sorted by relevance

1234

/external/compiler-rt/SDKs/darwin/usr/include/sys/
H A Dstat.h20 typedef unsigned short uint16_t; typedef
21 typedef uint16_t mode_t;
/external/clang/test/CodeGen/
H A Dstruct-matching-constraint.c3 typedef unsigned short uint16_t; typedef
4 typedef __attribute__((neon_vector_type(8))) uint16_t uint16x8_t;
H A D2007-09-12-PragmaPack.c4 typedef unsigned short uint16_t; typedef
16 uint16_t build;
/external/dropbear/
H A Dincludes.h132 typedef u_int16_t uint16_t; typedef
/external/chromium/sdch/open-vcdiff/vsprojects/
H A Dstdint.h26 typedef unsigned __int16 uint16_t; typedef
/external/chromium_org/sdch/open-vcdiff/vsprojects/
H A Dstdint.h26 typedef unsigned __int16 uint16_t; typedef
/external/libexif/contrib/watcom/
H A D_stdint.h5 typedef unsigned short uint16_t; typedef
/external/open-vcdiff/vsprojects/
H A Dstdint.h26 typedef unsigned __int16 uint16_t; typedef
/external/chromium/net/disk_cache/
H A Dhash.cc6 typedef uint16 uint16_t; typedef
13 #define get16bits(d) (*((const uint16_t *) (d)))
36 data += 2 * sizeof(uint16_t);
44 hash ^= data[sizeof(uint16_t)] << 18;
/external/chromium_org/base/
H A Dhash.cc6 typedef uint16 uint16_t; typedef
13 #define get16bits(d) (*((const uint16_t *) (d)))
36 data += 2 * sizeof(uint16_t);
48 hash ^= static_cast<signed char>(data[sizeof(uint16_t)]) << 18;
/external/chromium_org/ppapi/c/
H A Dpp_stdint.h36 typedef unsigned short uint16_t; typedef
/external/chromium_org/third_party/icu/source/common/unicode/
H A Dptypes.h80 typedef unsigned short uint16_t; typedef
/external/chromium_org/third_party/leveldatabase/src/port/win/
H A Dstdint.h20 typedef unsigned short uint16_t; typedef
/external/chromium_org/third_party/npapi/bindings/
H A Dnptypes.h53 typedef unsigned short uint16_t; typedef
/external/chromium_org/third_party/npapi/npspy/extern/java/
H A Dtypedefs_md.h59 typedef uint16 uint16_t; typedef
/external/chromium_org/v8/include/
H A Dv8stdint.h43 typedef unsigned short uint16_t; // NOLINT typedef
/external/e2fsprogs/lib/uuid/
H A Duuid_types.h29 typedef unsigned int uint16_t; typedef
32 typedef unsigned short uint16_t; typedef
/external/srtp/crypto/include/
H A Dintegers.h95 typedef unsigned short int uint16_t; typedef
/external/v8/include/
H A Dv8stdint.h41 typedef unsigned short uint16_t; // NOLINT typedef
/external/chromium_org/third_party/libwebp/webp/
H A Dtypes.h30 typedef unsigned short uint16_t; typedef
/external/chromium_org/third_party/qcms/src/
H A Dqcmstypes.h40 typedef PRUint16 uint16_t; typedef
82 typedef unsigned __int16 uint16_t; typedef
/external/chromium_org/third_party/yasm/source/config/win/
H A Dstdint.h20 typedef unsigned short uint16_t; typedef
/external/icu4c/common/unicode/
H A Dptypes.h97 typedef unsigned short uint16_t; typedef
/external/libvpx/libvpx/vpx/
H A Dvpx_integer.h24 typedef unsigned short uint16_t; typedef
/external/qemu/distrib/sdl-1.2.15/include/
H A DSDL_config_minimal.h35 typedef unsigned short uint16_t; typedef

Completed in 1832 milliseconds

1234