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

12

/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/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/e2fsprogs/lib/uuid/
H A Duuid_types.h29 typedef unsigned int uint16_t; typedef
32 typedef unsigned short uint16_t; typedef
/external/icu4c/common/unicode/
H A Dptypes.h68 typedef unsigned short uint16_t; typedef
H A Dplatform.h156 typedef unsigned short uint16_t; typedef
H A Dppalmos.h116 typedef unsigned short uint16_t; typedef
H A Dpwin32.h139 typedef unsigned short uint16_t; typedef
/external/libvpx/vpx/
H A Dvpx_integer.h24 typedef unsigned short uint16_t; typedef
/external/qemu/distrib/sdl-1.2.12/include/
H A DSDL_config_minimal.h35 typedef unsigned short uint16_t; typedef
H A DSDL_config_dreamcast.h33 typedef unsigned short uint16_t; typedef
H A DSDL_config_macos.h35 typedef UInt16 uint16_t; typedef
H A DSDL_config_win32.h36 typedef unsigned __int16 uint16_t; typedef
60 typedef unsigned short uint16_t; typedef
/external/webkit/JavaScriptCore/os-win32/
H A Dstdint.h37 typedef unsigned short uint16_t; typedef
61 CASSERT(sizeof(uint16_t) == 2, uint16_t_is_two_bytes)
/external/v8/include/
H A Dv8-debug.h36 typedef unsigned short uint16_t; // NOLINT typedef
173 typedef void (*MessageHandler)(const uint16_t* message, int length,
212 static void SendCommand(const uint16_t* command, int length,
/external/chromium/third_party/icu/public/common/unicode/
H A Dplinux.h152 typedef unsigned short uint16_t; typedef
H A Dpmac.h158 typedef unsigned short uint16_t; typedef
H A Dppalmos.h116 typedef unsigned short uint16_t; typedef
H A Dpwin32.h139 typedef unsigned short uint16_t; typedef
/external/libvpx/vpx_ports/
H A Dvpxtypes.h41 typedef unsigned short uint16_t; typedef
48 typedef uint16_t vpxu16;
/external/webkit/JavaScriptCore/icu/unicode/
H A Dplatform.h123 typedef unsigned short uint16_t; typedef
/external/webkit/JavaScriptGlue/icu/unicode/
H A Dplatform.h123 typedef unsigned short uint16_t; typedef
/external/webkit/WebCore/icu/unicode/
H A Dplatform.h123 typedef unsigned short uint16_t; typedef
/external/webkit/WebKit/mac/icu/unicode/
H A Dplatform.h123 typedef unsigned short uint16_t; typedef
/external/kernel-headers/original/linux/
H A Dtypes.h118 typedef __u16 uint16_t; typedef

Completed in 297 milliseconds

12