Searched refs:uint16_t (Results 226 - 250 of 2198) sorted by relevance

1234567891011>>

/external/chromium_org/third_party/skia/src/core/
H A DSkUtils.cpp40 void sk_memset16_portable(uint16_t dst[], uint16_t value, int count) {
50 *dst++ = (uint16_t)value;
57 *dst++ = (uint16_t)value;
71 dst = (uint16_t*)dst32;
89 *dst = (uint16_t)value;
111 static void sk_memset16_stub(uint16_t dst[], uint16_t value, int count) {
281 int SkUTF16_CountUnichars(const uint16_t src[]) {
297 int SkUTF16_CountUnichars(const uint16_t sr
[all...]
/external/mdnsresponder/mDNSShared/
H A Ddnssd_clientlib.c39 // disable warning "conversion from <data> to uint16_t"
73 uint16_t txtLen,
169 uint16_t buflen; // Length of buffer
170 uint16_t datalen; // Length currently in use
171 uint16_t malloced; // Non-zero if buffer was allocated via malloc()
186 uint16_t bufferLen,
191 txtRec->buflen = buffer ? bufferLen : (uint16_t)0;
228 txtRec->buflen = (uint16_t)(newlen);
263 uint16_t DNSSD_API TXTRecordGetLength (const TXTRecordRef *txtRecord) { return(txtRec->datalen); }
274 uint16_t txtLe
[all...]
/external/mtpd/
H A Dpptp.c75 static uint16_t local;
76 static uint16_t remote;
77 static uint16_t state;
91 uint16_t length;
92 uint16_t type;
95 uint16_t message;
96 uint16_t reserved;
99 uint16_t protocol_version;
104 uint16_t channels;
105 uint16_t firmware_revisio
[all...]
/external/skia/src/core/
H A DSkUtils.cpp40 void sk_memset16_portable(uint16_t dst[], uint16_t value, int count) {
50 *dst++ = (uint16_t)value;
57 *dst++ = (uint16_t)value;
71 dst = (uint16_t*)dst32;
89 *dst = (uint16_t)value;
111 static void sk_memset16_stub(uint16_t dst[], uint16_t value, int count) {
281 int SkUTF16_CountUnichars(const uint16_t src[]) {
297 int SkUTF16_CountUnichars(const uint16_t sr
[all...]
/external/chromium_org/third_party/WebKit/Source/core/css/
H A DCSSProperty.h46 uint16_t m_propertyID : 10;
47 uint16_t m_isSetFromShorthand : 1;
48 uint16_t m_indexInShorthandsVector : 2; // If this property was set as part of an ambiguous shorthand, gives the index in the shorthands vector.
49 uint16_t m_important : 1;
50 uint16_t m_implicit : 1; // Whether or not the property was set implicitly as the result of a shorthand.
51 uint16_t m_inherited : 1;
/external/libnl-headers/netlink/netfilter/
H A Dct.h94 extern void nfnl_ct_set_src_port(struct nfnl_ct *, int, uint16_t);
96 extern uint16_t nfnl_ct_get_src_port(const struct nfnl_ct *, int);
98 extern void nfnl_ct_set_dst_port(struct nfnl_ct *, int, uint16_t);
100 extern uint16_t nfnl_ct_get_dst_port(const struct nfnl_ct *, int);
102 extern void nfnl_ct_set_icmp_id(struct nfnl_ct *, int, uint16_t);
104 extern uint16_t nfnl_ct_get_icmp_id(const struct nfnl_ct *, int);
/external/skia/tests/
H A DUnicodeTest.cpp46 uint16_t text16[sizeof(text8)];
57 uint16_t glyphs8[sizeof(text8)];
58 uint16_t glyphs16[sizeof(text8)];
59 uint16_t glyphs32[sizeof(text8)];
76 REPORTER_ASSERT(reporter, !memcmp(glyphs8, glyphs16, count8 * sizeof(uint16_t)));
77 REPORTER_ASSERT(reporter, !memcmp(glyphs8, glyphs32, count8 * sizeof(uint16_t)));
/external/pixman/pixman/
H A Dpixman-mips-dspr2.c42 uint32_t, 1, uint16_t, 1)
44 uint16_t, 1, uint32_t, 1)
46 uint16_t, 1, uint16_t, 1)
55 uint8_t, 3, uint16_t, 1)
64 uint32_t, 1, uint16_t, 1)
70 uint8_t, 1, uint16_t, 1)
81 uint32_t, 1, uint16_t, 1)
87 uint8_t, 1, uint16_t, 1)
96 uint32_t, 1, uint16_t,
[all...]
/external/llvm/include/llvm/MC/
H A DMCRegisterInfo.h27 typedef uint16_t MCPhysReg;
38 const uint16_t RegsSize;
39 const uint16_t RegSetSize;
40 const uint16_t ID;
41 const uint16_t RegSize, Alignment; // Size & Alignment of register in bytes
151 uint16_t Offset;
152 uint16_t Size;
162 const uint16_t (*RegUnitRoots)[2]; // Pointer to regunit root table.
165 const uint16_t *SubRegIndices; // Pointer to the subreg lookup
170 const uint16_t *RegEncodingTabl
[all...]
/external/chromium_org/content/renderer/media/
H A Dwebrtc_audio_device_not_impl.h46 uint16_t index, char name[webrtc::kAdmMaxDeviceNameSize],
49 uint16_t index, char name[webrtc::kAdmMaxDeviceNameSize],
51 virtual int32_t SetPlayoutDevice(uint16_t index) OVERRIDE;
53 virtual int32_t SetRecordingDevice(uint16_t index) OVERRIDE;
57 virtual int32_t SetWaveOutVolume(uint16_t volume_left,
58 uint16_t volume_right) OVERRIDE;
59 virtual int32_t WaveOutVolume(uint16_t* volume_left,
60 uint16_t* volume_right) const OVERRIDE;
72 virtual int32_t SpeakerVolumeStepSize(uint16_t* step_size) const OVERRIDE;
75 uint16_t* step_siz
[all...]
/external/srtp/crypto/math/
H A Dstat.c27 uint16_t ones_count;
48 uint16_t f[16] = {
82 uint16_t runs[6] = { 0, 0, 0, 0, 0, 0 };
83 uint16_t gaps[6] = { 0, 0, 0, 0, 0, 0 };
84 uint16_t lo_value[6] = { 2315, 1114, 527, 240, 103, 103 };
85 uint16_t hi_value[6] = { 2685, 1386, 723, 384, 209, 209 };
87 uint16_t mask;
200 uint16_t f[16] = {
207 uint16_t runs[6] = { 0, 0, 0, 0, 0, 0 };
208 uint16_t gap
[all...]
/external/valgrind/main/none/tests/s390x/
H A Dcu21.c23 /* U+0000 to U+007f: Result is 1 byte for each uint16_t */
24 uint16_t pattern1[] = {
29 /* U+0080 to U+07ff: Result is 2 bytes for each uint16_t */
30 uint16_t pattern2[] = {
35 /* U+0800 to U+d7ff: Result is 3 bytes for each uint16_t
36 U+dc00 to U+ffff: Result is 3 bytes for each uint16_t */
37 uint16_t pattern3[] = {
43 /* U+d800 to U+dbff: Result is 4 bytes for each uint16_t pair */
44 uint16_t pattern4[] = {
51 uint16_t invali
[all...]
H A Dcu21_1.c23 /* U+0000 to U+007f: Result is 1 byte for each uint16_t */
24 uint16_t pattern1[] = {
29 /* U+0080 to U+07ff: Result is 2 bytes for each uint16_t */
30 uint16_t pattern2[] = {
35 /* U+0800 to U+d7ff: Result is 3 bytes for each uint16_t
36 U+dc00 to U+ffff: Result is 3 bytes for each uint16_t */
37 uint16_t pattern3[] = {
43 /* U+d800 to U+dbff: Result is 4 bytes for each uint16_t pair */
44 uint16_t pattern4[] = {
51 uint16_t invali
[all...]
/external/chromium_org/native_client_sdk/src/libraries/third_party/newlib-extras/arpa/
H A Dinet.h68 typedef __uint16_t uint16_t; typedef
83 typedef uint16_t in_port_t;
/external/chromium_org/ppapi/c/
H A Dppb_net_address.h64 uint16_t port;
79 uint16_t port;
/external/chromium_org/ppapi/cpp/private/
H A Dtcp_socket_private.h29 uint16_t port,
36 uint16_t server_port,
/external/chromium_org/ppapi/cpp/
H A Dwebsocket.h103 int32_t Close(uint16_t code, const Var& reason,
161 uint16_t GetCloseCode();
/external/chromium_org/ppapi/shared_impl/private/
H A Dppb_char_set_shared.cc62 const uint16_t* utf16,
94 const uint16_t utf16[],
171 uint16_t* PPB_CharSet_Shared::CharSetToUTF16Deprecated(
187 uint16_t* ret_buf = static_cast<uint16_t*>(
189 (required_length + 1) * sizeof(uint16_t)));
208 uint16_t* output_buffer,
233 * sizeof(uint16_t));
/external/chromium_org/ppapi/tests/
H A Dtest_net_address_private_untrusted.h29 uint16_t port);
41 uint16_t port_;
H A Dtest_tcp_socket_private.h37 uint16_t port_;
38 uint16_t ssl_port_;
/external/chromium_org/ppapi/thunk/
H A Dppb_websocket_api.h37 virtual int32_t Close(uint16_t code,
57 virtual uint16_t GetCloseCode() = 0;
/external/chromium_org/ppapi/utility/websocket/
H A Dwebsocket_api.h57 int32_t Close(uint16_t code, const Var& reason);
112 uint16_t code,
/external/chromium_org/third_party/WebKit/Source/core/platform/graphics/opentype/
H A DOpenTypeVerticalData.h63 Vector<uint16_t> m_advanceWidths;
64 Vector<uint16_t> m_advanceHeights;
/external/chromium_org/third_party/WebKit/Source/testing/plugin/Tests/
H A DInvokeDestroysPluginWithinNPP_New.cpp39 virtual NPError NPP_New(NPMIMEType pluginType, uint16_t mode, int16_t argc, char* argn[], char* argv[], NPSavedData *);
48 NPError InvokeDestroysPluginWithinNPP_New::NPP_New(NPMIMEType pluginType, uint16_t mode, int16_t argc, char* argn[], char* argv[], NPSavedData *saved)
/external/chromium_org/third_party/mesa/src/src/gallium/drivers/radeon/
H A DAMDGPURegisterInfo.h34 static const uint16_t CalleeSavedReg;
53 const uint16_t* getCalleeSavedRegs(const MachineFunction *MF) const;

Completed in 325 milliseconds

1234567891011>>