HomeSort by relevance Sort by last modified time
    Searched full:uint16 (Results 376 - 400 of 1769) sorted by null

<<11121314151617181920>>

  /external/chromium_org/third_party/webrtc/base/
basictypes_unittest.cc 18 uint16 v16 = 0x1234u;
31 uint16 u16 = 1u;
  /external/chromium_org/win8/metro_driver/
winrt_utils.h 39 DECLARE_CREATE_PROPERTY(UInt16, UINT16);
  /external/dhcpcd/
showlease.c 15 #define UINT16 (1 << 2)
46 { 13, UINT16, "boot_size" },
56 { 23, UINT16, "default_ip_ttl" },
58 { 25, UINT16 | ARRAY, "path_mtu_plateau_table" },
59 { 26, UINT16, "interface_mtu" },
69 { 36, UINT16, "ieee802_3_encapsulation" },
90 { 57, UINT16, "dhcp_max_message_size" },
170 if (opt->type & UINT16)
  /external/qemu/distrib/sdl-1.2.15/src/video/
SDL_pixels_c.h 43 extern Uint16 SDL_CalculatePitch(SDL_Surface *surface);
46 extern void SDL_ApplyGamma(Uint16 *gamma, SDL_Color *colors, SDL_Color *output, int ncolors);
  /external/qemu/distrib/sdl-1.2.15/src/video/nanox/
SDL_nxmouse.c 61 void NX_WarpWMCursor(_THIS, Uint16 x, Uint16 y)
  /external/bluetooth/bluedroid/bta/ar/
bta_ar.c 203 void bta_ar_reg_avct(UINT16 mtu, UINT16 mtu_br, UINT8 sec_mask, tBTA_SYS_ID sys_id)
245 void bta_ar_reg_avrc(UINT16 service_uuid, char *service_name, char *provider_name,
246 UINT16 categories, tBTA_SYS_ID sys_id)
301 void bta_ar_dereg_avrc(UINT16 service_uuid, tBTA_SYS_ID sys_id)
304 UINT16 categories = 0;
  /external/bluetooth/bluedroid/bta/hf_client/
bta_hf_client_api.c 147 BTA_API void BTA_HfClientDeregister(UINT16 handle)
172 BTA_API void BTA_HfClientOpen(UINT16 handle, BD_ADDR bd_addr, tBTA_SEC sec_mask)
197 BTA_API void BTA_HfClientClose(UINT16 handle)
220 BTA_API void BTA_HfClientAudioOpen(UINT16 handle)
243 BTA_API void BTA_HfClientAudioClose(UINT16 handle)
265 BTA_API void BTA_HfClientSendAT(UINT16 handle, tBTA_HF_CLIENT_AT_CMD_TYPE at, UINT32 val1, UINT32 val2, const char *str)
  /external/bluetooth/bluedroid/bta/sys/
utl.c 113 ** Description This utility function converts a UINT16 to a string. The
121 UINT8 utl_itoa(UINT16 i, char *p_s)
123 UINT16 j, k;
193 UINT16 service;
259 UINT16 i = 0;
283 UINT16 i = 0;
  /external/chromium_org/content/browser/renderer_host/p2p/
socket_host_test_utils.cc 13 const uint16 kStunBindingRequest = 0x0001;
14 const uint16 kStunBindingResponse = 0x0102;
15 const uint16 kStunBindingError = 0x0111;
186 static void CreateStunPacket(std::vector<char>* packet, uint16 type) {
188 *reinterpret_cast<uint16*>(&*packet->begin()) = base::HostToNet16(type);
189 *reinterpret_cast<uint16*>(&*packet->begin() + 2) =
  /external/chromium_org/net/dns/
dns_test_util.cc 42 uint16 qtype,
67 virtual uint16 GetType() const OVERRIDE {
107 const uint16 kPointerToQueryName =
108 static_cast<uint16>(0xc000 | sizeof(*header));
155 const uint16 qtype_;
173 uint16 qtype,
record_rdata.cc 45 uint16 SrvRecordRdata::Type() const {
81 uint16 ARecordRdata::Type() const {
114 uint16 AAAARecordRdata::Type() const {
142 uint16 CnameRecordRdata::Type() const {
171 uint16 PtrRecordRdata::Type() const {
208 uint16 TxtRecordRdata::Type() const {
266 uint16 NsecRecordRdata::Type() const {
  /external/chromium_org/net/quic/
quic_data_writer.cc 41 bool QuicDataWriter::WriteUInt16(uint16 value) {
60 uint16 result;
67 result = numeric_limits<uint16>::max();
73 uint16 exponent = 0;
74 for (uint16 offset = 16; offset > 0; offset /= 2) {
99 if (val.length() > numeric_limits<uint16>::max()) {
  /external/chromium_org/net/ssl/
ssl_config.h 15 // Various TLS/SSL ProtocolVersion values encoded as uint16
30 NET_EXPORT extern const uint16 kDefaultSSLVersionMin;
33 NET_EXPORT extern const uint16 kDefaultSSLVersionMax;
73 uint16 version_min;
74 uint16 version_max;
97 std::vector<uint16> disabled_cipher_suites;
  /external/chromium_org/third_party/libjingle/source/talk/app/webrtc/
sctputils.cc 76 uint16 priority;
86 uint16 label_length;
91 uint16 protocol_length;
151 uint16 priority = 0;
181 buffer.WriteUInt16(static_cast<uint16>(label.length()));
182 buffer.WriteUInt16(static_cast<uint16>(config.protocol.length()));
  /external/libnfc-nci/src/nfa/int/
nfa_cho_int.h 114 typedef UINT16 tNFA_CHO_INT_EVT;
216 UINT16 local_link_miu; /* MIU of local LLCP */
217 UINT16 remote_miu; /* peer's MIU of data link connection */
222 UINT16 collision_remote_miu; /* peer's MIU of collision connection */
225 UINT16 tx_random_number; /* it has been sent in Hr for collision */
242 UINT16 test_random_number;
nfa_hci_int.h 102 typedef UINT16 tNFA_HCI_INT_EVT;
234 UINT16 evt_len;
236 UINT16 rsp_len;
238 UINT16 rsp_timeout;
248 UINT16 cmd_len;
257 UINT16 size;
347 UINT16 rec_errors; /* Receive errors */
354 UINT16 version_sw; /* Software version number */
355 UINT16 version_hw; /* Hardware version number */
395 UINT16 msg_len; /* For segmentation - length of the c (…)
    [all...]
nfa_dta_int.h 74 UINT16 total_duration; /* NFA_DTA_CFG_TOTAL_DURATION */
110 UINT16 pattern_number;
260 UINT16 pattern_number;
261 UINT16 pattern_number_old;
285 UINT16 llcp_local_link_miu; /* link MIU of IUT */
286 UINT16 llcp_remote_link_miu; /* link MIU of LT */
299 UINT16 llcp_co_out_remote_miu; /* MIU of LT-CO-OUT-DEST */
  /external/qemu/distrib/sdl-1.2.15/src/video/gem/
SDL_gemvideo.h 51 Uint16 buf2scr_ops; /* Operations to get buffer to screen */
61 Uint16 pitch; /* Line length */
62 Uint16 format; /* Screen format */
68 Uint16 old_palette[256][3]; /* Saved current palette */
69 Uint16 cur_palette[256][3]; /* SDL application palette */
71 void (*setpalette)(_THIS, Uint16 newpal[256][3]);
  /external/qemu/distrib/sdl-1.2.15/test/
testplatform.c 28 if ( badsize(sizeof(Uint16), 2) ) {
30 printf("sizeof(Uint16) != 2, instead = %lu\n",
31 (unsigned long) sizeof(Uint16));
61 Uint16 value = 0x1234;
63 Uint16 value16 = 0xCDAB;
64 Uint16 swapped16 = 0xABCD;
  /hardware/broadcom/wlan/bcmdhd/dhdutil/include/proto/
bcmip.h 104 uint16 tot_len; /* Number of bytes in packet (max 65535) */
105 uint16 id;
106 uint16 frag; /* 3 flag bits and fragment offset */
109 uint16 hdr_chksum; /* IP header checksum */
174 uint16 frag_off;
181 uint16 len = 0, hlen;
  /external/bluetooth/bluedroid/bta/av/
bta_av_int.h 163 UINT8 num_snk, UINT8 num_src, BD_ADDR addr, UINT16 uuid_local);
173 UINT16 mtu);
174 typedef void (*tBTA_AV_CO_CLOSE) (tBTA_AV_HNDL hndl, tBTA_AV_CODEC codec_type, UINT16 mtu);
179 typedef void (*tBTA_AV_CO_DELAY) (tBTA_AV_HNDL hndl, UINT16 delay);
231 UINT16 uuid; /* uuid of initiator */
254 UINT16 len;
262 UINT16 len;
378 UINT16 avdt_version; /* AVDTP protocol version */
432 UINT16 buf_size;
478 UINT16 l2c_cid; /* L2CAP channel ID *
    [all...]
  /external/qemu/distrib/sdl-1.2.15/src/stdlib/
SDL_iconv.c 285 *(Uint16 *)dst = UNICODE_BOM;
440 Uint16 W1, W2;
444 W1 = ((Uint16)p[0] << 8) |
445 (Uint16)p[1];
463 W2 = ((Uint16)p[0] << 8) |
464 (Uint16)p[1];
481 Uint16 W1, W2;
485 W1 = ((Uint16)p[1] << 8) |
486 (Uint16)p[0];
504 W2 = ((Uint16)p[1] << 8)
    [all...]
  /external/bluetooth/bluedroid/bta/pan/
bta_pan_act.c 89 static void bta_pan_conn_state_cback(UINT16 handle, BD_ADDR bd_addr, tPAN_RESULT state,
160 static void bta_pan_data_flow_cb(UINT16 handle, tPAN_RESULT result)
201 static void bta_pan_data_buf_ind_cback(UINT16 handle, BD_ADDR src, BD_ADDR dst, UINT16 protocol, BT_HDR *p_buf,
266 static void bta_pan_pfilt_ind_cback(UINT16 handle, BOOLEAN indication,tBNEP_RESULT result,
267 UINT16 num_filters, UINT8 *p_filters)
287 static void bta_pan_mfilt_ind_cback(UINT16 handle, BOOLEAN indication,tBNEP_RESULT result,
288 UINT16 num_mfilters, UINT8 *p_mfilters)
311 UINT16 initial_discoverability;
312 UINT16 initial_connectability
    [all...]
  /external/bluetooth/bluedroid/stack/btm/
btm_ble_bgconn.c 59 (UINT16)(!p_inq->scan_interval ? BTM_BLE_GAP_DISC_SCAN_INT : p_inq->scan_interval),
60 (UINT16)(!p_inq->scan_window ? BTM_BLE_GAP_DISC_SCAN_WIN : p_inq->scan_window),
230 void btm_ble_clear_white_list_complete(UINT8 *p_data, UINT16 evt_len)
265 void btm_ble_remove_from_white_list_complete(UINT8 *p, UINT16 evt_len)
372 UINT16 scan_int, scan_win;
386 if (!btsnd_hcic_ble_create_ll_conn (scan_int, /* UINT16 scan_int */
387 scan_win, /* UINT16 scan_win */
394 BTM_BLE_CONN_INT_MIN_DEF, /* UINT16 conn_int_min */
395 BTM_BLE_CONN_INT_MAX_DEF, /* UINT16 conn_int_max */
396 BTM_BLE_CONN_SLAVE_LATENCY_DEF, /* UINT16 conn_latency *
    [all...]
  /external/qemu/distrib/sdl-1.2.15/src/video/wscons/
SDL_wsconsvideo.c 408 Uint16 *src_pos = (Uint16 *)byte_src_pos;
409 Uint16 *dst_pos = (Uint16 *)byte_dst_pos;
412 Uint16 *src = src_pos;
413 Uint16 *dst = dst_pos;
419 dst_pos = (Uint16 *)((Uint8 *)dst_pos + dst_linebytes);
437 Uint16 *src_pos = (Uint16 *)byte_src_pos;
438 Uint16 *dst_pos = (Uint16 *)byte_dst_pos
    [all...]

Completed in 423 milliseconds

<<11121314151617181920>>