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

<<11121314151617181920>>

  /external/qemu/distrib/sdl-1.2.15/docs/man3/
SDL_BuildAudioCVT.3 8 \fBint \fBSDL_BuildAudioCVT\fP\fR(\fBSDL_AudioCVT *cvt, Uint16 src_format, Uint8 src_channels, int src_rate, Uint16 dst_format, Uint8 dst_channels, int dst_rate\fR);
  /external/qemu/distrib/sdl-1.2.15/src/video/bwindow/
SDL_sysmouse_c.h 31 extern void BE_WarpWMCursor(_THIS, Uint16 x, Uint16 y);
  /external/qemu/distrib/sdl-1.2.15/src/video/gem/
SDL_gemmouse_c.h 32 extern void GEM_WarpWMCursor(_THIS, Uint16 x, Uint16 y);
  /external/qemu/distrib/sdl-1.2.15/src/video/maccommon/
SDL_macmouse_c.h 31 extern void Mac_WarpWMCursor(_THIS, Uint16 x, Uint16 y);
SDL_macwm_c.h 38 extern int Mac_SetGammaRamp(_THIS, Uint16 *ramp);
39 extern int Mac_GetGammaRamp(_THIS, Uint16 *ramp);
  /external/qemu/distrib/sdl-1.2.15/src/video/nanox/
SDL_nxmouse_c.h 28 extern void NX_WarpWMCursor (_THIS, Uint16 x, Uint16 y) ;
  /external/qemu/distrib/sdl-1.2.15/src/video/photon/
SDL_ph_mouse_c.h 35 extern void ph_WarpWMCursor(_THIS, Uint16 x, Uint16 y);
  /external/qemu/distrib/sdl-1.2.15/src/video/qtopia/
SDL_sysmouse.cc 51 void QT_WarpWMCursor(_THIS, Uint16 x, Uint16 y)
SDL_sysmouse_c.h 31 extern void QT_WarpWMCursor(_THIS, Uint16 x, Uint16 y);
  /external/qemu/distrib/sdl-1.2.15/src/video/vgl/
SDL_vglmouse.c 52 void VGL_WarpWMCursor(_THIS, Uint16 x, Uint16 y)
SDL_vglmouse_c.h 31 extern void VGL_WarpWMCursor(_THIS, Uint16 x, Uint16 y);
  /external/qemu/distrib/sdl-1.2.15/src/video/wincommon/
SDL_sysmouse_c.h 31 extern void WIN_WarpWMCursor(_THIS, Uint16 x, Uint16 y);
  /external/qemu/distrib/sdl-1.2.15/src/video/x11/
SDL_x11mouse_c.h 31 extern void X11_WarpWMCursor(_THIS, Uint16 x, Uint16 y);
  /external/regex-re2/re2/
unicode_groups.h 27 uint16 lo;
28 uint16 hi;
  /hardware/akm/AK8975_FS/akmdfs/AKFS_APIs_8975/
AKFS_AK8975.h 33 (AKFLOAT)((int16)((((uint16)(hi))<<8)+(uint16)(low))*(((asa)/256.0f) + 0.5f))
  /hardware/akm/AK8975_FS/akmdfs/
AKFS_Measure.h 57 uint16* flag,
62 const uint16 flag,
  /hardware/broadcom/wlan/bcmdhd/dhdutil/include/proto/
802.3.h 33 uint16 length; /* frame length incl header */
40 uint16 type; /* ethertype */
  /external/bluetooth/bluedroid/bta/include/
bta_hh_api.h 62 typedef UINT16 tBTA_HH_EVT;
149 typedef UINT16 tBTA_HH_ATTR_MASK;
163 UINT16 sdp_db_size;
199 UINT16 vendor_id; /* vendor ID */
200 UINT16 product_id; /* product ID */
201 UINT16 version; /* version */
202 UINT16 ssr_max_latency; /* SSR max latency, BTA_HH_SSR_PARAM_INVALID if unknown */
203 UINT16 ssr_min_tout; /* SSR min timeout, BTA_HH_SSR_PARAM_INVALID if unknown */
414 UINT8 rpt_id, UINT16 buf_size);
424 BTA_API extern void BTA_HhSetIdle(UINT8 dev_handle, UINT16 idle_rate)
    [all...]
bta_av_api.h 71 typedef UINT16 tBTA_AV_FEAT;
331 UINT16 len;
340 UINT16 len;
395 UINT16 len; /* Max vendor dependent message is 512 */
406 UINT16 len;
490 UINT16 avrc_mtu; /* AVRCP MTU at L2CAP for control channel */
491 UINT16 avrc_br_mtu; /* AVRCP MTU at L2CAP for browsing channel */
492 UINT16 avrc_ct_cat; /* AVRCP controller categories */
493 UINT16 avrc_tg_cat; /* AVRCP target categories */
494 UINT16 sig_mtu; /* AVDTP signaling channel MTU at L2CAP *
    [all...]
  /external/chromium_org/net/dns/
dns_response.cc 64 if (p + sizeof(uint16) > end)
67 consumed = p - pos + sizeof(uint16);
71 seen += sizeof(uint16);
75 uint16 offset;
76 base::ReadBigEndian<uint16>(p, &offset);
118 uint16 rdlen;
135 const char* next = cur_ + consumed + 2 * sizeof(uint16); // QTYPE + QCLASS
219 uint16 DnsResponse::flags() const {
245 const size_t qname_size = parser_.GetOffset() - 2 * sizeof(uint16) - hdr_size;
249 uint16 DnsResponse::qtype() const
    [all...]
  /external/chromium_org/net/quic/
quic_data_reader.cc 20 bool QuicDataReader::ReadUInt16(uint16* result) {
34 uint16 hi;
66 uint16 value;
80 uint16 exponent = value >> kUFloat16MantissaBits; // No sign extend on uint!
98 uint16 result_len;
  /external/libnfc-nci/src/udrv/include/
uamp_api.h 131 BT_API UINT16 UAMP_Write(tUAMP_ID amp_id, UINT8 *p_buf, UINT16 num_bytes, tUAMP_CH channel);
144 BT_API UINT16 UAMP_WriteBuf(tUAMP_ID amp_id, BT_HDR *p_msg);
162 BT_API UINT16 UAMP_Read(tUAMP_ID amp_id, UINT8 *p_buf, UINT16 buf_size, tUAMP_CH channel);
  /external/neven/Embedded/common/src/b_APIEm/
Functions.h 82 uint32 bpi_memWriteCsa16( uint16* memPtrA, uint32 memSizeA, uint16 chkSumA );
85 uint32 bpi_memReadCsa16( const uint16* memPtrA );
88 void bpi_testCheckSum( struct bbs_Context* cpA, uint16* memPtrA, uint16 chkSumA, const char* fNameA );
  /external/qemu/distrib/sdl-1.2.15/src/video/xbios/
SDL_xbios.h 38 Uint16 number; /* Video mode number */
39 Uint16 width; /* Size */
40 Uint16 height;
41 Uint16 depth; /* bits per plane */
42 Uint16 flags;
  /external/bluetooth/bluedroid/stack/include/
btm_api.h 99 UINT16 hci_revision;
101 UINT16 manufacturer;
102 UINT16 lmp_subversion;
108 UINT16 opcode;
109 UINT16 param_len;
607 UINT16 clock_offset;
641 UINT16 remote_name_len;
661 UINT16 status;
663 UINT16 length;
735 UINT16 settings
    [all...]

Completed in 613 milliseconds

<<11121314151617181920>>