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

1 2 3

  /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/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
pwin32.h 139 typedef unsigned short uint16_t; typedef
  /external/skia/include/config/
sk_stdint.h 7 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 40 typedef unsigned short uint16_t; // NOLINT typedef
v8-debug.h 36 typedef unsigned short uint16_t; // NOLINT typedef
223 typedef void (*MessageHandler)(const uint16_t* message, int length,
282 static void SendCommand(const uint16_t* command, int length,
  /external/webkit/Source/WebCore/bridge/
nptypes.h 53 typedef unsigned short 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/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 11 typedef unsigned short uint16_t; typedef
  /external/webrtc/src/
typedefs.h 63 typedef unsigned short uint16_t; typedef
78 typedef uint16_t WebRtc_UWord16;
94 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;
  /external/libvpx/vpx_ports/
vpxtypes.h 41 typedef unsigned short uint16_t; typedef
48 typedef uint16_t vpxu16;

Completed in 454 milliseconds

1 2 3