HomeSort by relevance Sort by last modified time
    Searched full:uint16 (Results 1101 - 1125 of 2364) sorted by null

<<41424344454647484950>>

  /prebuilts/go/linux-x86/src/syscall/
bpf_bsd.go 16 return &BpfInsn{Code: uint16(code), K: uint32(k)}
20 return &BpfInsn{Code: uint16(code), Jt: uint8(jt), Jf: uint8(jf), K: uint32(k)}
  /prebuilts/misc/windows/sdl2/test/
testrendercopyex.c 61 (*(Uint16 *) temp->pixels) & 0x00007FFF);
64 SDL_SetColorKey(temp, SDL_TRUE, *(Uint16 *) temp->pixels);
testscale.c 63 (*(Uint16 *) temp->pixels) & 0x00007FFF);
66 SDL_SetColorKey(temp, SDL_TRUE, *(Uint16 *) temp->pixels);
testspriteminimal.c 58 (*(Uint16 *) temp->pixels) & 0x00007FFF);
61 SDL_SetColorKey(temp, SDL_TRUE, *(Uint16 *) temp->pixels);
  /system/bt/bta/ag/
bta_ag_at.c 82 UINT16 idx;
185 void bta_ag_at_parse(tBTA_AG_AT_CB *p_cb, char *p_buf, UINT16 len)
bta_ag_cmd.c 340 UINT16 len;
375 p += utl_itoa((UINT16) int_arg, p);
392 PORT_WriteData(p_scb->conn_handle, buf, (UINT16) (p - buf), &len);
410 UINT16 len;
436 p += utl_itoa((UINT16) m_res_cb->res_cb[res_idx].int_arg, p);
456 PORT_WriteData(p_scb->conn_handle, buf, (UINT16) (p - buf), &len);
505 static void bta_ag_send_ind(tBTA_AG_SCB *p_scb, UINT16 id, UINT16 value, BOOLEAN on_demand)
678 UINT16 uuid_codec;
839 void bta_ag_at_hsp_cback(tBTA_AG_SCB *p_scb, UINT16 cmd, UINT8 arg_type
    [all...]
  /system/bt/bta/include/
bta_dm_co.h 168 extern void bta_dm_sco_co_open(UINT16 handle, UINT8 pkt_size, UINT16 event);
  /system/bt/bta/pan/
bta_pan_main.c 198 static void bta_pan_sm_execute(tBTA_PAN_SCB *p_scb, UINT16 event, tBTA_PAN_DATA *p_data)
339 tBTA_PAN_SCB *bta_pan_scb_by_handle(UINT16 handle)
  /system/bt/main/
bte_main.c 252 void bte_main_hci_send (BT_HDR *p_msg, UINT16 event)
254 UINT16 sub_event = event & BT_SUB_EVT_MASK; /* local controller ID */
  /system/bt/stack/rfcomm/
port_rfc.c 202 void PORT_StartCnf (tRFC_MCB *p_mcb, UINT16 result)
295 void PORT_ParNegInd (tRFC_MCB *p_mcb, UINT8 dlci, UINT16 mtu, UINT8 cl, UINT8 k)
386 void PORT_ParNegCnf (tRFC_MCB *p_mcb, UINT8 dlci, UINT16 mtu, UINT8 cl, UINT8 k)
447 void PORT_DlcEstablishInd (tRFC_MCB *p_mcb, UINT8 dlci, UINT16 mtu)
499 void PORT_DlcEstablishCnf (tRFC_MCB *p_mcb, UINT8 dlci, UINT16 mtu, UINT16 result)
551 UINT16 param_mask)
583 void PORT_PortNegCnf (tRFC_MCB *p_mcb, UINT8 dlci, tPORT_STATE *p_pars, UINT16 result)
    [all...]
rfc_utils.c 84 UINT8 rfc_calc_fcs (UINT16 len, UINT8 *p)
110 BOOLEAN rfc_check_fcs (UINT16 len, UINT8 *p, UINT8 received_fcs)
232 void rfc_timer_start(tRFC_MCB *p_mcb, UINT16 timeout)
265 void rfc_port_timer_start(tPORT *p_port, UINT16 timeout)
302 UINT16 i;
  /external/libnfc-nci/src/nfa/include/
nfa_rw_api.h 51 UINT16 service_code; /* Service code for the block */
52 UINT16 block_number; /* Block number. */
580 UINT16 number_blocks);
599 UINT16 number_blocks,
752 UINT16 number_blocks);
  /external/libnfc-nci/src/nfa/int/
nfa_dm_int.h 153 UINT16 rf_disc_dur_ms;
196 UINT16 pad; /* add padding to ensure the size is big enough for offset=NCI_VSC_MSG_HDR_SIZE */
337 typedef UINT16 tNFA_DM_DISC_FLAGS;
375 UINT16 disc_duration; /* Disc duration */
603 UINT16 nfa_dm_act_get_rf_disc_duration ();
  /prebuilts/go/darwin-x86/src/debug/elf/
elf.go 163 type Type uint16
193 type Machine uint16
    [all...]
  /prebuilts/go/darwin-x86/src/debug/pe/
file.go 36 NumberOfRelocations uint16
37 NumberOfLineNumbers uint16
58 Type uint16
128 sizeofOptionalHeader32 = uint16(binary.Size(OptionalHeader32{}))
129 sizeofOptionalHeader64 = uint16(binary.Size(OptionalHeader64{}))
  /prebuilts/go/linux-x86/src/debug/elf/
elf.go 163 type Type uint16
193 type Machine uint16
    [all...]
  /prebuilts/go/linux-x86/src/debug/pe/
file.go 36 NumberOfRelocations uint16
37 NumberOfLineNumbers uint16
58 Type uint16
128 sizeofOptionalHeader32 = uint16(binary.Size(OptionalHeader32{}))
129 sizeofOptionalHeader64 = uint16(binary.Size(OptionalHeader64{}))
  /system/bt/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)
299 void mca_tc_close_ind(tMCA_TC_TBL *p_tbl, UINT16 reason)
  /external/dng_sdk/source/
dng_mosaic_info.cpp 53 uint16 fWeight16 [kMaxCount];
203 uint16 total = 0;
211 fWeight16 [j] = (uint16) Round_uint32 (fWeight32 [j] * 256.0);
270 uint16 *fWeights16 [kMaxPattern]
1072 DoBilinearRow16 ((const uint16 *) sPtr,
1073 (uint16 *) dPtr,
1252 const uint16 *sPtr = srcBuffer.ConstPixel_uint16 (srcRow,
1256 uint16 *dPtr = dstBuffer.DirtyPixel_uint16 (dstRow,
1266 const uint16 *ssPtr = sPtr;
1307 dPtr [plane * dstPlaneStep] = (uint16) ((t + (c >> 1)) / c)
    [all...]
dng_string.cpp 375 uint16 * aUTF16 = aBuf.Buffer_uint16 ();
1131 buffer.Allocate (destBufferLength, sizeof (uint16));
1133 uint16 *dPtr = buffer.Buffer_uint16 ();
1134 uint16 * const destEnd = dPtr + destBufferLength;
1147 *(dPtr++) = (uint16) x;
1155 *(dPtr++) = (uint16) kREPLACEMENT_CHARACTER;
1165 *(dPtr++) = (uint16) ((x >> 10 ) + 0x0000D800);
1166 *(dPtr++) = (uint16) ((x & 0x000003FF) + 0x0000DC00);
1181 void dng_string::Set_UTF16 (const uint16 *s)
1210 const uint16 *sEnd = s + length16
    [all...]
  /external/libnfc-nci/src/nfc/include/
nfc_api.h 191 typedef UINT16 tNFC_RESPONSE_EVT;
202 typedef UINT16 tNFC_CONN_EVT;
214 UINT16 nci_interfaces; /* the NCI interfaces of NFCC */
215 UINT16 max_ce_table; /* the max routing table size */
216 UINT16 max_param_size; /* Max Size for Large Parameters */
235 UINT16 tlv_size; /* The length of TLV */
519 typedef void (tNFC_VS_CBACK) (tNFC_VS_EVT event, UINT16 data_len, UINT8 *p_data);
531 typedef UINT16 tNFC_DISCOVER_EVT;
    [all...]
  /external/pdfium/third_party/libtiff/
tiff.h 62 * 16-bit quantities int16/uint16
72 typedef TIFF_UINT16_T uint16; typedef
94 uint16 tiff_magic; /* magic number (defines byte order) */
95 uint16 tiff_version; /* TIFF version number */
98 uint16 tiff_magic; /* magic number (defines byte order) */
99 uint16 tiff_version; /* TIFF version number */
103 uint16 tiff_magic; /* magic number (defines byte order) */
104 uint16 tiff_version; /* TIFF version number */
105 uint16 tiff_offsetsize; /* size of offsets, should be 8 */
106 uint16 tiff_unused; /* unused word, should be 0 *
    [all...]
  /system/bt/stack/btm/
btm_sec.c 61 tBTM_SEC_SERV_REC *btm_sec_find_first_serv (BOOLEAN is_originator, UINT16 psm);
63 static tBTM_SEC_SERV_REC *btm_sec_find_mx_serv (UINT8 is_originator, UINT16 psm,
82 static BOOLEAN btm_sec_queue_mx_request (BD_ADDR bd_addr, UINT16 psm, BOOLEAN is_orig,
92 static tBTM_STATUS btm_sec_send_hci_disconnect (tBTM_SEC_DEV_REC *p_dev_rec, UINT8 reason, UINT16 conn_handle);
97 UINT16 sec_level, UINT16 psm, UINT32 mx_proto_id,
104 static BOOLEAN btm_sec_is_serv_level0 (UINT16 psm);
105 static UINT16 btm_sec_set_serv_level4_flags (UINT16 cur_security, BOOLEAN is_originator);
457 #define BTM_NO_AVAIL_SEC_SERVICES ((UINT16) 0xffff
    [all...]
  /system/bt/bta/av/
bta_av_act.c 195 static void bta_av_avrc_sdp_cback(UINT16 status)
215 static void bta_av_rc_ctrl_cback(UINT8 handle, UINT8 event, UINT16 result, BD_ADDR peer_addr)
217 UINT16 msg_event = 0;
260 UINT16 data_len = 0;
267 data_len = (UINT16) p_msg->vendor.vendor_len;
270 data_len = (UINT16) p_msg->pass.pass_len;
376 UINT16 u16;
731 UINT16 u16;
772 UINT16 u16;
    [all...]
  /external/libnfc-nci/halimpl/bcm2079x/hal/hal/
nfc_hal_hci.c 74 static void nfc_hal_hci_handle_nv_read (UINT8 block, tHAL_NFC_STATUS status, UINT16 size);
76 static void nfc_hal_hci_vsc_cback (tNFC_HAL_NCI_EVT event, UINT16 data_len, UINT8 *p_data);
232 UINT16 data_len;
325 DISP_NCI (ps, (UINT16) p_msg->len, TRUE);
518 void nfc_hal_hci_handle_nv_read (UINT8 block, tHAL_NFC_STATUS status, UINT16 size)
598 nfc_hal_dm_send_nci_cmd (p_hci_netwk_info, (UINT16) (NCI_MSG_HDR_SIZE + size), nfc_hal_hci_vsc_cback);
760 static void nfc_hal_hci_vsc_cback (tNFC_HAL_NCI_EVT event, UINT16 data_len, UINT8 *p_data)

Completed in 759 milliseconds

<<41424344454647484950>>