HomeSort by relevance Sort by last modified time
    Searched full:uint16 (Results 576 - 600 of 1177) sorted by null

<<21222324252627282930>>

  /external/qemu/distrib/sdl-1.2.15/src/video/ataricommon/
SDL_atarigl.c 705 Uint16 *dstline, *dstcol;
721 Uint16 dstcolor;
737 Uint16 *dstline, *dstcol;
754 Uint16 dstcolor;
937 Uint16 *dstline, *dstcol;
954 Uint16 dstcolor;
971 Uint16 *dstline, *dstcol;
989 Uint16 dstcolor;
  /external/qemu/distrib/sdl-1.2.15/src/video/directfb/
SDL_DirectFB_yuv.c 46 Uint16 pitches[3];
223 overlay->pitches[0] = (Uint16) pitch;
  /external/qemu/distrib/sdl-1.2.15/src/video/photon/
SDL_ph_mouse.c 170 void ph_WarpWMCursor(_THIS, Uint16 x, Uint16 y)
  /external/qemu/distrib/sdl-1.2.15/src/video/wincommon/
SDL_sysmouse.c 208 void WIN_WarpWMCursor(_THIS, Uint16 x, Uint16 y)
  /external/qemu/distrib/sdl-1.2.15/src/video/x11/
SDL_x11mouse.c 170 void X11_WarpWMCursor(_THIS, Uint16 x, Uint16 y)
SDL_x11events.c 234 static int Utf8ToUtf16(const Uint8 *utf8, const int utf8_length, Uint16 *utf16, const int utf16_max_length) {
237 Uint16 *p = utf16;
238 Uint16 const *const max_ptr = utf16 + utf16_max_length;
261 *p++ = (Uint16)(0xCF80 + (c << 6) + utf8[1]);
268 *p++ = (Uint16)(0xDF80 + (c << 12) + (utf8[1] << 6) + utf8[2]);
281 *p++ = (Uint16)(0xDF80 + (utf8[1] << 12) + (utf8[2] << 6) + utf8[3]);
288 *p++ = (Uint16)(0xE5B8 + (c << 8) + (utf8[1] << 2) + (utf8[2] >> 4));
289 *p++ = (Uint16)(0xDB80 + ((utf8[2] & 0x0F) << 6) + utf8[3]);
591 Uint16 utf16buf[32];
592 Uint16 *utf16data = utf16buf
    [all...]
  /external/qemu/distrib/sdl-1.2.15/test/
testcursor.c 14 Uint16 cursor_data[16]={
36 Uint16 cursor_mask[16]={
  /external/qemu/gdb-xml/
arm-neon.xml 10 <vector id="neon_uint16x4" type="uint16" count="4"/>
22 <vector id="neon_uint16x8" type="uint16" count="8"/>
  /hardware/qcom/media/mm-video/vidc/vdec/inc/
mp4_utils.h 34 typedef unsigned short uint16; /* Unsigned 16 bit value */ typedef
163 uint16 m_SrcWidth, m_SrcHeight; // Dimensions of the source clip
  /prebuilts/tools/darwin-x86/sdl/include/SDL/
SDL_mouse.h 70 extern DECLSPEC void SDLCALL SDL_WarpMouse(Uint16 x, Uint16 y);
  /prebuilts/tools/linux-x86/sdl/include/SDL/
SDL_mouse.h 70 extern DECLSPEC void SDLCALL SDL_WarpMouse(Uint16 x, Uint16 y);
  /prebuilts/tools/windows/sdl/include/SDL/
SDL_mouse.h 70 extern DECLSPEC void SDLCALL SDL_WarpMouse(Uint16 x, Uint16 y);
  /external/bluetooth/bluedroid/bta/ag/
bta_ag_cmd.c 334 UINT16 len;
369 p += utl_itoa((UINT16) int_arg, p);
386 PORT_WriteData(p_scb->conn_handle, buf, (UINT16) (p - buf), &len);
404 UINT16 len;
430 p += utl_itoa((UINT16) m_res_cb->res_cb[res_idx].int_arg, p);
450 PORT_WriteData(p_scb->conn_handle, buf, (UINT16) (p - buf), &len);
499 static void bta_ag_send_ind(tBTA_AG_SCB *p_scb, UINT16 id, UINT16 value, BOOLEAN on_demand)
659 UINT16 uuid_codec;
820 void bta_ag_at_hsp_cback(tBTA_AG_SCB *p_scb, UINT16 cmd, UINT8 arg_type
    [all...]
  /external/bluetooth/bluedroid/btif/co/
bta_hh_co.c 206 int bta_hh_co_write(int fd, UINT8* rpt, UINT16 len)
363 void bta_hh_co_data(UINT8 dev_handle, UINT8 *p_rpt, UINT16 len, tBTA_HH_PROTO_MODE mode,
398 void bta_hh_co_send_hid_info(btif_hh_device_t *p_dev, char *dev_name, UINT16 vendor_id,
399 UINT16 product_id, UINT16 version, UINT8 ctry_code,
  /external/bluetooth/bluedroid/stack/mcap/
mca_main.c 68 tMCA_HANDLE mca_handle_by_cpsm(UINT16 psm)
95 tMCA_HANDLE mca_handle_by_dpsm(UINT16 psm)
204 tMCA_TC_TBL *mca_tc_tbl_by_lcid(UINT16 lcid)
230 void mca_free_tc_tbl_by_lcid(UINT16 lcid)
296 void mca_tc_close_ind(tMCA_TC_TBL *p_tbl, UINT16 reason)
  /external/bluetooth/bluedroid/stack/rfcomm/
rfc_utils.c 81 UINT8 rfc_calc_fcs (UINT16 len, UINT8 *p)
107 BOOLEAN rfc_check_fcs (UINT16 len, UINT8 *p, UINT8 received_fcs)
220 void rfc_timer_start (tRFC_MCB *p_mcb, UINT16 timeout)
254 void rfc_port_timer_start (tPORT *p_port, UINT16 timeout)
293 UINT16 i;
  /external/libnfc-nci/src/nfa/include/
nfa_rw_api.h 42 UINT16 service_code; /* Service code for the block */
43 UINT16 block_number; /* Block number. */
569 UINT16 number_blocks);
588 UINT16 number_blocks,
741 UINT16 number_blocks);
  /external/qemu/distrib/sdl-1.2.15/src/video/quartz/
SDL_QuartzWM.m 248 void QZ_WarpWMCursor (_THIS, Uint16 x, Uint16 y) {
464 pixels[index + 0] = (Uint16)pixels[index + 0]*pixels[index + 3]/255;
465 pixels[index + 1] = (Uint16)pixels[index + 1]*pixels[index + 3]/255;
466 pixels[index + 2] = (Uint16)pixels[index + 2]*pixels[index + 3]/255;
  /external/libnfc-nci/src/nfc/include/
nfc_api.h 188 typedef UINT16 tNFC_RESPONSE_EVT;
198 typedef UINT16 tNFC_CONN_EVT;
210 UINT16 nci_interfaces; /* the NCI interfaces of NFCC */
211 UINT16 max_ce_table; /* the max routing table size */
212 UINT16 max_param_size; /* Max Size for Large Parameters */
231 UINT16 tlv_size; /* The length of TLV */
513 typedef void (tNFC_VS_CBACK) (tNFC_VS_EVT event, UINT16 data_len, UINT8 *p_data);
525 typedef UINT16 tNFC_DISCOVER_EVT;
    [all...]
  /external/bluetooth/bluedroid/gki/ulinux/
gki_ulinux.c 243 UINT8 GKI_create_task (TASKPTR task_entry, UINT8 task_id, INT8 *taskname, UINT16 *stack, UINT16 stacksize)
245 UINT16 i;
906 UINT16 GKI_wait (UINT16 flag, UINT32 timeout)
908 UINT16 evt;
    [all...]
  /external/libnfc-nci/halimpl/bcm2079x/gki/ulinux/
gki_ulinux.c 219 UINT8 GKI_create_task (TASKPTR task_entry, UINT8 task_id, INT8 *taskname, UINT16 *stack, UINT16 stacksize, void* pCondVar, void* pMutex)
221 UINT16 i;
639 UINT16 GKI_wait (UINT16 flag, UINT32 timeout)
641 UINT16 evt;
818 UINT8 GKI_send_event (UINT8 task_id, UINT16 event)
861 UINT8 GKI_isend_event (UINT8 task_id, UINT16 event)
    [all...]
  /external/libnfc-nci/src/gki/ulinux/
gki_ulinux.c 216 UINT8 GKI_create_task (TASKPTR task_entry, UINT8 task_id, INT8 *taskname, UINT16 *stack, UINT16 stacksize, void* pCondVar, void* pMutex)
218 UINT16 i;
617 UINT16 GKI_wait (UINT16 flag, UINT32 timeout)
619 UINT16 evt;
796 UINT8 GKI_send_event (UINT8 task_id, UINT16 event)
839 UINT8 GKI_isend_event (UINT8 task_id, UINT16 event)
    [all...]
  /external/libnfc-nci/src/nfc/llcp/
llcp_dlc.c 621 static void llcp_dlc_proc_connect_pdu (UINT8 dsap, UINT8 ssap, UINT16 length, UINT8 *p_data)
730 static void llcp_dlc_proc_disc_pdu (UINT8 dsap, UINT8 ssap, UINT16 length, UINT8 *p_data)
766 static void llcp_dlc_proc_cc_pdu (UINT8 dsap, UINT8 ssap, UINT16 length, UINT8 *p_data)
811 static void llcp_dlc_proc_dm_pdu (UINT8 dsap, UINT8 ssap, UINT16 length, UINT8 *p_data)
855 void llcp_dlc_proc_i_pdu (UINT8 dsap, UINT8 ssap, UINT16 i_pdu_length, UINT8 *p_i_pdu, BT_HDR *p_msg)
858 UINT16 info_len, available_bytes;
    [all...]
  /external/bluetooth/bluedroid/stack/btm/
btm_sec.c 50 static tBTM_SEC_SERV_REC *btm_sec_find_first_serv (BOOLEAN is_originator, UINT16 psm);
52 static tBTM_SEC_SERV_REC *btm_sec_find_mx_serv (UINT8 is_originator, UINT16 psm,
71 static BOOLEAN btm_sec_queue_mx_request (BD_ADDR bd_addr, UINT16 psm, BOOLEAN is_orig,
85 UINT16 sec_level, UINT16 psm, UINT32 mx_proto_id,
398 #define BTM_NO_AVAIL_SEC_SERVICES ((UINT16) 0xffff)
420 UINT16 sec_level, UINT16 psm, UINT32 mx_proto_id,
458 UINT16 sec_level, UINT16 psm, UINT32 mx_proto_id
    [all...]
  /external/chromium/crypto/
rsa_private_key.h 178 static RSAPrivateKey* Create(uint16 num_bits);
184 static RSAPrivateKey* CreateSensitive(uint16 num_bits);
244 static RSAPrivateKey* CreateWithParams(uint16 num_bits,

Completed in 880 milliseconds

<<21222324252627282930>>