Searched defs:uint16_t (Results 26 - 50 of 74) sorted by path

123

/external/chromium_org/third_party/skia/include/gpu/
H A DGrConfig.h51 typedef unsigned short uint16_t; typedef
/external/chromium_org/third_party/smhasher/src/
H A Dpstdint.h333 #ifndef uint16_t
335 typedef unsigned int uint16_t; typedef
339 # define UINT16_C(v) ((uint16_t) (v))
341 typedef unsigned short uint16_t; typedef
342 # define UINT16_C(v) ((uint16_t) (v))
587 typedef uint16_t uint_least16_t;
/external/chromium_org/third_party/tcmalloc/chromium/src/windows/
H A Dport.h111 typedef unsigned __int16 uint16_t; typedef
/external/chromium_org/third_party/tcmalloc/vendor/src/windows/
H A Dport.h108 typedef unsigned __int16 uint16_t; typedef
/external/chromium_org/third_party/usrsctp/usrsctplib/netinet/
H A Dsctp_os_userspace.h87 #define uint16_t unsigned __int16 macro
1042 uint16_t sconn_port;
1058 See static __inline uint16_t ip_newid(void) in netinet/ip_var.h
/external/chromium_org/third_party/usrsctp/usrsctplib/
H A Dusrsctp.h68 #define uint16_t unsigned __int16 macro
97 uint16_t sconn_port;
102 uint16_t sconn_family;
103 uint16_t sconn_port;
129 uint16_t rcv_sid;
130 uint16_t rcv_ssn;
131 uint16_t rcv_flags;
140 uint16_t nxt_sid;
141 uint16_t nxt_flags;
174 uint16_t sall_strea
[all...]
/external/chromium_org/third_party/webrtc/
H A Dtypedefs.h72 typedef unsigned short uint16_t; typedef
/external/chromium_org/third_party/yasm/source/config/win/
H A Dstdint.h20 typedef unsigned short uint16_t; typedef
/external/chromium_org/v8/include/
H A Dv8stdint.h20 typedef unsigned short uint16_t; // NOLINT typedef
/external/chromium_org/v8/src/
H A Dunicode.cc23 typedef unsigned short uint16_t; // NOLINT typedef in namespace:unibrow
53 static bool LookupPredicate(const int32_t* table, uint16_t size, uchar chr) {
55 uint16_t value = chr & (kChunkBits - 1);
103 uint16_t size,
110 uint16_t key = chr & (kChunkBits - 1);
111 uint16_t chunk_start = chr - key;
261 void Utf8DecoderBase::Reset(uint16_t* buffer,
309 uint16_t* data,
332 static const uint16_t kUppercaseTable0Size = 450;
391 static const uint16_t kUppercaseTable1Siz
[all...]
/external/clang/lib/Headers/
H A Dstdint.h218 typedef unsigned __INT16_TYPE__ uint16_t; typedef
220 # define __uint_least16_t uint16_t
222 # define __uint_least8_t uint16_t
/external/clang/test/CodeGen/
H A D2007-09-12-PragmaPack.c4 typedef unsigned short uint16_t; typedef
16 uint16_t build;
H A D2009-01-21-InvalidIterator.c4 typedef unsigned short int uint16_t; typedef
7 typedef uint16_t Elf64_Half;
H A Dstruct-matching-constraint.c3 typedef unsigned short uint16_t; typedef
4 typedef __attribute__((neon_vector_type(8))) uint16_t uint16x8_t;
H A Dtbaa-class.cpp6 typedef unsigned short uint16_t; typedef
12 uint16_t f16;
14 uint16_t f16_2;
20 uint16_t f16;
27 uint16_t f16;
34 uint16_t f16;
43 uint16_t f16;
49 uint16_t f16_2;
H A Dtbaa.cpp6 typedef unsigned short uint16_t; typedef
11 uint16_t f16;
13 uint16_t f16_2;
18 uint16_t f16;
24 uint16_t f16;
30 uint16_t f16;
38 uint16_t f16;
43 uint16_t f16;
/external/clang/test/CodeGenCXX/
H A Daarch64-mangle-neon-vectors.cpp4 typedef unsigned short uint16_t; typedef
24 typedef __attribute__((neon_vector_type(4))) uint16_t uint16x4_t;
25 typedef __attribute__((neon_vector_type(8))) uint16_t uint16x8_t;
/external/clang/test/Sema/
H A Dconversion.c422 typedef unsigned short uint16_t; typedef
424 typedef __attribute__ ((ext_vector_type(16),__aligned__(32))) uint16_t ushort16;
/external/clang/test/SemaCXX/
H A Dconversion.cpp12 typedef unsigned short uint16_t; typedef
/external/compiler-rt/SDKs/darwin/usr/include/sys/
H A Dstat.h20 typedef unsigned short uint16_t; typedef
21 typedef uint16_t mode_t;
/external/compiler-rt/lib/tsan/rtl/
H A Dtsan_interface.cc23 typedef u16 uint16_t; typedef
73 uint16_t __sanitizer_unaligned_load16(void *addr)
82 void __sanitizer_unaligned_store16(void *addr, uint16_t v)
/external/e2fsprogs/lib/uuid/
H A Duuid_types.h29 typedef unsigned int uint16_t; typedef
32 typedef unsigned short uint16_t; typedef
/external/harfbuzz_ng/src/
H A Dhb-common.h59 typedef unsigned __int16 uint16_t; typedef
82 uint16_t u16[2];
/external/icu/icu4c/source/common/unicode/
H A Dptypes.h97 typedef unsigned short uint16_t; typedef
/external/jemalloc/include/msvc_compat/C99/
H A Dstdint.h79 typedef unsigned short uint16_t; typedef
86 typedef unsigned __int16 uint16_t; typedef
99 typedef uint16_t uint_least16_t;
109 typedef uint16_t uint_fast16_t;

Completed in 1771 milliseconds

123