Searched refs:uint16_t (Results 176 - 200 of 3065) sorted by relevance

1234567891011>>

/external/chromium_org/third_party/ots/src/
H A Dgdef.cc21 const uint16_t kMaxClassDefValue = 0xFFFF;
23 const uint16_t kMaxGlyphClassDefValue = 4;
27 const uint16_t kMaxCaretValueFormat = 2;
30 size_t length, const uint16_t num_glyphs) {
36 size_t length, const uint16_t num_glyphs) {
39 uint16_t offset_coverage = 0;
40 uint16_t glyph_count = 0;
47 if (attach_points_end > std::numeric_limits<uint16_t>::max()) {
59 std::vector<uint16_t> attach_points;
80 uint16_t point_coun
[all...]
H A Dmath.cc59 uint16_t offset = 0;
162 const uint16_t num_glyphs) {
164 uint16_t offset_coverage = 0;
165 uint16_t sequence_count = 0;
173 if (sequence_end > std::numeric_limits<uint16_t>::max()) {
199 const uint16_t num_glyphs) {
207 const uint16_t num_glyphs) {
217 uint16_t height_count = 0;
240 const uint16_t num_glyphs) {
244 uint16_t offset_coverag
[all...]
H A Dgsub.cc77 uint16_t format = 0;
78 uint16_t offset_coverage = 0;
85 const uint16_t num_glyphs = file->maxp->num_glyphs;
97 uint16_t glyph_count = 0;
105 uint16_t substitute = 0;
130 const uint16_t num_glyphs) {
133 uint16_t glyph_count = 0;
141 uint16_t substitute = 0;
159 uint16_t format = 0;
160 uint16_t offset_coverag
[all...]
/external/e2fsprogs/lib/uuid/
H A Duuid_types.h29 typedef unsigned int uint16_t; typedef
32 typedef unsigned short uint16_t; typedef
/external/libnl/include/netlink/route/cls/
H A Du32.h30 extern int rtnl_u32_add_key_uint16(struct rtnl_cls *, uint16_t, uint16_t,
/external/lldb/include/lldb/Core/
H A Ddwarf.h23 typedef uint16_t dw_attr_t;
25 typedef uint16_t dw_tag_t;
/external/mesa3d/src/gallium/drivers/radeon/
H A DAMDGPURegisterInfo.cpp31 const uint16_t AMDGPURegisterInfo::CalleeSavedReg = AMDGPU::NoRegister;
33 const uint16_t* AMDGPURegisterInfo::getCalleeSavedRegs(const MachineFunction *MF)
/external/qemu/ui/
H A Dkeymaps.h44 uint16_t keysym2keycode[MAX_NORMAL_KEYCODE];
47 uint16_t keycode;
/external/qemu/include/hw/
H A Dbt.h62 uint16_t handle; /* Master (host) side handle */
63 uint16_t acl_interval;
103 uint16_t clkoff; /* Note: Always little-endian */
462 uint16_t max_period; /* 1.28s units */
463 uint16_t min_period; /* 1.28s units */
475 uint16_t pkt_type;
478 uint16_t clock_offset;
485 uint16_t handle;
492 uint16_t handle;
493 uint16_t pkt_typ
[all...]
/external/chromium_org/third_party/WebKit/Source/wtf/
H A DByteSwap.h51 ALWAYS_INLINE uint16_t bswap16(uint16_t x) { return _byteswap_ushort(x); }
59 ALWAYS_INLINE uint16_t bswap16(uint16_t x) { return __builtin_bswap16(x); }
61 inline uint16_t bswap16(uint16_t x) { return ((x & 0xff00) >> 8) | ((x & 0x00ff) << 8); }
/external/chromium_org/third_party/skia/src/opts/
H A DSkBlitRow_opts_SSE2.h28 void SkBlitLCD16Row_SSE2(SkPMColor dst[], const uint16_t src[],
30 void SkBlitLCD16OpaqueRow_SSE2(SkPMColor dst[], const uint16_t src[],
33 void S32_D565_Opaque_SSE2(uint16_t* SK_RESTRICT dst,
36 void S32A_D565_Opaque_SSE2(uint16_t* SK_RESTRICT dst,
39 void S32_D565_Opaque_Dither_SSE2(uint16_t* SK_RESTRICT dst,
42 void S32A_D565_Opaque_Dither_SSE2(uint16_t* SK_RESTRICT dst,
/external/chromium_org/third_party/webrtc/modules/audio_coding/codecs/isac/fix/source/
H A Darith_routines_logist.c34 static const uint16_t kCdfSlope[51] = {
44 static const uint16_t kCdfLogistic[51] = {
66 static __inline uint16_t WebRtcIsacfix_Piecewise(int32_t xinQ15) {
69 uint16_t qtmp2;
78 qtmp2 = (uint16_t)WEBRTC_SPL_RSHIFT_U32(
100 const uint16_t *envQ8,
105 uint16_t W_upper_LSB;
106 uint16_t W_upper_MSB;
107 uint16_t *streamPtr;
108 uint16_t *maxStreamPt
[all...]
/external/chromium_org/third_party/webrtc/modules/video_coding/main/source/
H A Dreceiver.h49 uint16_t frame_width,
50 uint16_t frame_height);
51 VCMEncodedFrame* FrameForDecoding(uint16_t max_wait_time_ms,
68 VCMNackStatus NackList(uint16_t* nackList, uint16_t size,
69 uint16_t* nack_list_length);
H A Dqm_select.h35 uint16_t codec_width;
36 uint16_t codec_height;
158 ImageType GetImageType(uint16_t width, uint16_t height);
161 ImageType FindClosestImageType(uint16_t width, uint16_t height);
171 uint16_t width_;
172 uint16_t height_;
174 uint16_t native_width_;
175 uint16_t native_height
[all...]
/external/chromium_org/third_party/webrtc/modules/video_coding/main/test/
H A Dvideo_source.h59 VideoSource(std::string fileName, uint16_t width, uint16_t height,
63 uint16_t GetWidth() const { return _width; }
64 uint16_t GetHeight() const { return _height; }
76 uint16_t _width;
77 uint16_t _height;
/external/skia/src/opts/
H A DSkBlitRow_opts_SSE2.h28 void SkBlitLCD16Row_SSE2(SkPMColor dst[], const uint16_t src[],
30 void SkBlitLCD16OpaqueRow_SSE2(SkPMColor dst[], const uint16_t src[],
33 void S32_D565_Opaque_SSE2(uint16_t* SK_RESTRICT dst,
36 void S32A_D565_Opaque_SSE2(uint16_t* SK_RESTRICT dst,
39 void S32_D565_Opaque_Dither_SSE2(uint16_t* SK_RESTRICT dst,
42 void S32A_D565_Opaque_Dither_SSE2(uint16_t* SK_RESTRICT dst,
/external/chromium_org/third_party/webrtc/modules/audio_device/dummy/
H A Daudio_device_dummy.cc30 int32_t AudioDeviceDummy::PlayoutDeviceName(uint16_t index,
36 int32_t AudioDeviceDummy::RecordingDeviceName(uint16_t index,
42 int32_t AudioDeviceDummy::SetPlayoutDevice(uint16_t index) { return -1; }
49 int32_t AudioDeviceDummy::SetRecordingDevice(uint16_t index) { return -1; }
84 int32_t AudioDeviceDummy::SetWaveOutVolume(uint16_t volumeLeft,
85 uint16_t volumeRight) {
89 int32_t AudioDeviceDummy::WaveOutVolume(uint16_t& volumeLeft,
90 uint16_t& volumeRight) const {
118 int32_t AudioDeviceDummy::SpeakerVolumeStepSize(uint16_t& stepSize) const {
140 int32_t AudioDeviceDummy::MicrophoneVolumeStepSize(uint16_t
[all...]
/external/android-clat/
H A Dnetlink_msg.c55 struct nl_msg *nlmsg_alloc_generic(uint16_t type, uint16_t flags, void *payload_struct, size_t payload_len) {
83 struct nl_msg *nlmsg_alloc_ifaddr(uint16_t type, uint16_t flags, struct ifaddrmsg *ifa) {
93 struct nl_msg *nlmsg_alloc_ifinfo(uint16_t type, uint16_t flags, struct ifinfomsg *ifi) {
103 struct nl_msg *nlmsg_alloc_rtmsg(uint16_t type, uint16_t flags, struct rtmsg *rt) {
157 void send_ifaddrmsg(uint16_t type, uint16_t flag
[all...]
/external/chromium_org/third_party/webrtc/modules/audio_device/android/
H A Daudio_track_jni.h45 int32_t PlayoutDeviceName(uint16_t index,
50 int32_t SetPlayoutDevice(uint16_t index);
74 int32_t SpeakerVolumeStepSize(uint16_t& stepSize) const; // NOLINT
89 uint16_t sizeMS);
91 uint16_t& sizeMS) const;
92 int32_t PlayoutDelay(uint16_t& delayMS) const; // NOLINT
161 uint16_t _playWarning;
162 uint16_t _playError;
164 uint16_t _delayPlayout;
166 uint16_t _samplingFreqOu
[all...]
/external/libnfc-nxp/src/
H A DphFriNfc_OvrHalCmd.h156 uint16_t SendLength;
158 uint16_t *pRecvLength;
181 uint16_t *pRecvLength;
192 uint16_t SendLength;
201 uint16_t IoctlCode;
203 uint16_t InLength;
205 uint16_t *pOutLength;
225 uint16_t IoctlCode;
227 uint16_t InLength;
229 uint16_t *pOutLengt
[all...]
/external/chromium_org/third_party/libsrtp/srtp/include/
H A Dsrtp_priv.h78 uint16_t seq; /* sequence number */
92 uint16_t seq; /* sequence number */
100 uint16_t profile_specific; /* profile-specific info */
101 uint16_t length; /* number of 32-bit words in extension */
119 uint16_t len; /* length */
138 uint16_t len; /* length */
147 uint16_t length; /* len of uint32s of packet less header */
/external/chromium_org/third_party/webrtc/modules/rtp_rtcp/test/BWEStandAlone/
H A DBWEStandAlone.cc38 const uint16_t fromPort) OVERRIDE;
43 const uint16_t fromPort) OVERRIDE;
52 const uint16_t fromPort)
55 _rtpMod->IncomingPacket((uint8_t *) incomingRtpPacket, static_cast<uint16_t>(rtpPacketLength));
61 const uint16_t fromPort)
64 _rtpMod->IncomingPacket((uint8_t *) incomingRtcpPacket, static_cast<uint16_t>(rtcpPacketLength));
72 uint16_t port;
112 //const uint16_t numFrameRates = 5;
/external/libmtp/src/
H A Dunicode.c60 int ucs2_strlen(uint16_t const * const unicstr)
78 char *utf16_to_utf8(LIBMTP_mtpdevice_t *device, const uint16_t *unicstr)
85 size_t convlen = (ucs2_strlen(unicstr)+1) * sizeof(uint16_t); // UCS-2 is 16 bit wide, include terminator
111 uint16_t *utf8_to_utf16(LIBMTP_mtpdevice_t *device, const char *localstr)
138 int ret_len = ucs2_strlen((uint16_t*)unicstr)*sizeof(uint16_t)+2;
139 uint16_t* ret = malloc(ret_len);
/external/srtp/include/
H A Dsrtp_priv.h78 uint16_t seq; /* sequence number */
92 uint16_t seq; /* sequence number */
100 uint16_t profile_specific; /* profile-specific info */
101 uint16_t length; /* number of 32-bit words in extension */
119 uint16_t len; /* length */
138 uint16_t len; /* length */
147 uint16_t length; /* len of uint32s of packet less header */
/external/chromium_org/content/renderer/media/
H A Dwebrtc_audio_device_not_impl.cc59 uint16_t index, char name[webrtc::kAdmMaxDeviceNameSize],
65 uint16_t index, char name[webrtc::kAdmMaxDeviceNameSize],
70 int32_t WebRtcAudioDeviceNotImpl::SetPlayoutDevice(uint16_t index) {
78 int32_t WebRtcAudioDeviceNotImpl::SetRecordingDevice(uint16_t index) {
94 int32_t WebRtcAudioDeviceNotImpl::SetWaveOutVolume(uint16_t volume_left,
95 uint16_t volume_right) {
100 uint16_t* volume_left, uint16_t* volume_right) const {
141 uint16_t* step_size) const {
150 uint16_t* step_siz
[all...]

Completed in 962 milliseconds

1234567891011>>