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

1 2 3 4

  /external/clang/test/CodeGen/
struct-matching-constraint.c 2 typedef unsigned short uint16_t; typedef
3 typedef __attribute__((neon_vector_type(8))) uint16_t uint16x8_t;
2007-09-12-PragmaPack.c 4 typedef unsigned short uint16_t; typedef
16 uint16_t build;
2009-01-21-InvalidIterator.c 4 typedef unsigned short int uint16_t; typedef
7 typedef uint16_t Elf64_Half;
  /external/compiler-rt/SDKs/darwin/usr/include/sys/
stat.h 20 typedef unsigned short uint16_t; typedef
21 typedef uint16_t mode_t;
  /external/dropbear/
includes.h 132 typedef u_int16_t uint16_t; typedef
  /external/chromium/sdch/open-vcdiff/vsprojects/
stdint.h 26 typedef unsigned __int16 uint16_t; typedef
  /external/chromium/net/disk_cache/
hash.cc 6 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/e2fsprogs/lib/uuid/
uuid_types.h 29 typedef unsigned int uint16_t; typedef
32 typedef unsigned short uint16_t; typedef
  /external/icu4c/common/unicode/
ptypes.h 68 typedef unsigned short uint16_t; typedef
ppalmos.h 116 typedef unsigned short uint16_t; typedef
  /external/srtp/crypto/include/
integers.h 95 typedef unsigned short int uint16_t; typedef
  /external/v8/include/
v8stdint.h 41 typedef unsigned short uint16_t; // NOLINT typedef
v8-debug.h 36 typedef unsigned short uint16_t; // NOLINT typedef
224 typedef void (*MessageHandler)(const uint16_t* message, int length,
283 static void SendCommand(const uint16_t* command, int length,
  /external/webkit/Source/WebCore/bridge/
nptypes.h 53 typedef unsigned short uint16_t; typedef
  /external/compiler-rt/lib/asan/tests/
asan_test_utils.h 19 typedef unsigned __int16 uint16_t; typedef
  /external/libvpx/vpx/
vpx_integer.h 24 typedef unsigned short uint16_t; typedef
  /external/qemu/distrib/sdl-1.2.12/include/
SDL_config_minimal.h 35 typedef unsigned short uint16_t; typedef
  /external/skia/include/config/
sk_stdint.h 14 typedef unsigned short uint16_t; typedef
  /external/webkit/Source/JavaScriptCore/os-win32/
stdint.h 37 typedef unsigned short uint16_t; typedef
61 CASSERT(sizeof(uint16_t) == 2, uint16_t_is_two_bytes)
  /external/webkit/Source/WebKit/chromium/public/
WebCommon.h 86 typedef unsigned short uint16_t; typedef
  /external/webp/include/webp/
types.h 24 typedef unsigned short uint16_t; typedef
  /hardware/invensense/mlsdk/platform/include/
stdint_invensense.h 38 typedef unsigned short uint16_t; typedef
  /external/clang/test/SemaCXX/
conversion.cpp 12 typedef unsigned short uint16_t; typedef
  /external/webrtc/src/
typedefs.h 101 typedef unsigned short uint16_t; typedef
116 typedef uint16_t WebRtc_UWord16;
132 typedef uint16_t WebRtc_UWord16;
  /hardware/ti/omap4xxx/security/tf_sdk/include/
s_type.h 66 typedef unsigned short uint16_t; typedef
122 uint16_t time_mid;
123 uint16_t time_hi_and_version;

Completed in 1659 milliseconds

1 2 3 4