Searched defs:uint16 (Results 1 - 25 of 35) sorted by path

12

/external/ceres-solver/internal/ceres/
H A Dintegral_types.h84 typedef UnsignedInteger<16>::type uint16; typedef in namespace:ceres::internal
/external/chromium_org/base/
H A Dbasictypes.h26 typedef uint16_t uint16; typedef
46 const uint16 kuint16max = 0xFFFF;
/external/chromium_org/third_party/cld/base/
H A Dbasictypes.h44 typedef unsigned short uint16; typedef
66 const uint16 kuint16max = ((uint16) 0xFFFF);
/external/chromium_org/third_party/libaddressinput/src/cpp/include/libaddressinput/util/
H A Dbasictypes.h40 typedef uint16_t uint16; typedef
45 const uint16 kuint16max = UINT16_MAX;
83 typedef unsigned short uint16; typedef
/external/chromium_org/third_party/libphonenumber/src/phonenumbers/base/
H A Dbasictypes.h29 typedef uint16_t uint16; typedef in namespace:i18n::phonenumbers
34 const uint16 kuint16max = UINT16_MAX;
72 typedef unsigned short uint16;
/external/chromium_org/third_party/libvpx/source/libvpx/third_party/libyuv/include/libyuv/
H A Dbasic_types.h60 typedef unsigned short uint16; // NOLINT typedef
/external/chromium_org/third_party/libyuv/include/libyuv/
H A Dbasic_types.h60 typedef unsigned short uint16; // NOLINT typedef
/external/chromium_org/third_party/libyuv/util/
H A Dssim.cc20 typedef unsigned short uint16; // NOLINT typedef
53 #define PWEIGHT(A, B) static_cast<uint16>(K[(A)] * K[(B)]) // weight product
62 uint16 i16_[8];
/external/chromium_org/third_party/mesa/src/src/gallium/drivers/svga/include/
H A Dsvga_types.h39 typedef uint16_t uint16; typedef
/external/chromium_org/third_party/npapi/npspy/extern/nspr/obsolete/
H A Dprotypes.h51 * It is trickier to define uint, int8, uint8, int16, uint16,
121 * uint16
125 typedef PRUint16 uint16; typedef
/external/chromium_org/third_party/npapi/npspy/extern/plugin/
H A Dnpapi.h69 * of obsolete/protypes.h, whose int16, uint16,
180 typedef unsigned short uint16; typedef
288 uint16 top;
289 uint16 left;
290 uint16 bottom;
291 uint16 right;
501 uint16 mode; /* NP_FULL or NP_EMBED */
514 uint16 event;
685 uint16 mode, int16 argc, char* argn[],
691 uint16* styp
[all...]
/external/chromium_org/third_party/protobuf/src/google/protobuf/stubs/
H A Dcommon.h181 typedef unsigned __int16 uint16; typedef in namespace:google::protobuf
191 typedef uint16_t uint16; typedef in namespace:google::protobuf
/external/chromium_org/third_party/re2/util/
H A Dutil.h71 typedef uint16_t uint16; typedef in namespace:re2
/external/chromium_org/third_party/smhasher/src/
H A DSpooky.h34 typedef unsigned __int16 uint16; typedef
41 typedef uint16_t uint16; typedef
/external/chromium_org/third_party/snappy/linux/
H A Dsnappy-stubs-public.h65 typedef uint16_t uint16; typedef in namespace:snappy
74 typedef unsigned short uint16;
/external/chromium_org/third_party/snappy/mac/
H A Dsnappy-stubs-public.h65 typedef uint16_t uint16; typedef in namespace:snappy
74 typedef unsigned short uint16;
/external/chromium_org/third_party/snappy/win32/
H A Dsnappy-stubs-public.h65 typedef uint16_t uint16;
74 typedef unsigned short uint16; typedef in namespace:snappy
/external/chromium_org/third_party/tcmalloc/chromium/src/base/
H A Dbasictypes.h69 typedef uint16_t uint16; typedef
73 const uint16 kuint16max = ( (uint16) 0xFFFF);
/external/chromium_org/third_party/tcmalloc/vendor/src/base/
H A Dbasictypes.h69 typedef uint16_t uint16; typedef
73 const uint16 kuint16max = ( (uint16) 0xFFFF);
/external/chromium_org/third_party/webrtc/base/
H A Dbasictypes.h75 typedef unsigned short uint16; // NOLINT typedef
/external/chromium_org/v8/src/compiler/
H A Dtyper.cc36 Type* uint16 = NATIVE_TYPE(UnsignedSmall, UntaggedInt16); local
46 Type* uint16_array = Type::Array(uint16, zone);
/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...]
/external/libvpx/libvpx/third_party/libyuv/include/libyuv/
H A Dbasic_types.h57 typedef unsigned short uint16; typedef
/external/libyuv/files/include/libyuv/
H A Dbasic_types.h57 typedef unsigned short uint16; // NOLINT typedef
/external/lldb/include/lldb/Core/
H A DRegisterValue.h65 m_data.uint16 = inst;
229 m_data.uint16 = uint;
286 m_data.uint16 = uint;
386 uint16_t uint16; member in union:lldb_private::RegisterValue::__anon25227

Completed in 8150 milliseconds

12