Searched defs:uint16 (Results 1 - 17 of 17) sorted by relevance

/external/chromium/googleurl/base/
H A Dbasictypes.h7 typedef unsigned short uint16; typedef
/external/openfst/src/include/fst/
H A Dtypes.h34 typedef uint16_t uint16; typedef
/external/srec/seti/setiUtils/include/
H A Dport_fileio.h34 #define uint16 int macro
/external/libyuv/files/include/libyuv/
H A Dbasic_types.h53 typedef unsigned short uint16; typedef
/external/chromium/third_party/libjingle/source/talk/base/
H A Dbasictypes.h74 typedef unsigned short uint16; typedef
/external/neven/Embedded/common/src/b_BasicEm/
H A DBasic.h56 typedef unsigned short uint16; typedef
65 typedef uint16 count_t;
/external/regex-re2/util/
H A Dutil.h65 typedef uint16_t uint16; typedef in namespace:re2
/external/webkit/Source/WebCore/platform/
H A DPlatformTouchEvent.h39 typedef unsigned short uint16; typedef
41 #define AEEEvent uint16
74 PlatformTouchEvent(AEEEvent, uint16 wParam, uint32 dwParam);
H A DPlatformMouseEvent.h65 typedef unsigned short uint16; typedef
67 #define AEEEvent uint16
177 PlatformMouseEvent(AEEEvent, uint16 wParam, uint32 dwParam);
H A DPlatformKeyboardEvent.h71 typedef unsigned short uint16; typedef
73 #define AEEEvent uint16
208 PlatformKeyboardEvent(AEEEvent, uint16, uint32, Type);
/external/chromium/base/
H A Dbasictypes.h48 typedef unsigned short uint16; typedef
70 const uint16 kuint16max = ((uint16) 0xFFFF);
/external/dbus/tools/
H A Ddbus-send.c61 dbus_uint16_t uint16; local
90 uint16 = strtoul (value, NULL, 0);
91 dbus_message_iter_append_basic (iter, DBUS_TYPE_UINT16, &uint16);
200 else if (!strcmp (arg, "uint16"))
/external/stressapptest/src/
H A Dsattypes.h44 typedef unsigned short uint16; typedef
/external/srec/tools/thirdparty/OpenFst/fst/lib/
H A Dcompat.h42 typedef unsigned short uint16; typedef
/external/protobuf/src/google/protobuf/stubs/
H A Dcommon.h136 typedef unsigned __int16 uint16; typedef in namespace:google::protobuf
146 typedef uint16_t uint16; typedef in namespace:google::protobuf
/external/qemu/fpu/
H A Dsoftfloat.h60 typedef int16_t uint16; typedef
/external/genext2fs/
H A Dgenext2fs.c278 typedef unsigned short uint16; typedef
425 static inline uint16
426 swab16(uint16 val)
509 #define udecl16(x) uint16 x;
1366 chmod_fs(filesystem *fs, uint32 nod, uint16 mode, uint16 uid, uint16 gid)
1377 mknod_fs(filesystem *fs, uint32 parent_nod, const char *name, uint16 mode, uint16 uid, uint16 gi
[all...]

Completed in 1201 milliseconds