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

<<11121314151617181920>>

  /prebuilts/tools/darwin-x86/sdl/include/SDL/
SDL_audio.h 76 Uint16 format; /**< Audio data format */
79 Uint16 samples; /**< Audio buffer size in samples (power of 2) */
80 Uint16 padding; /**< Necessary for some compile environments */
128 Uint16 src_format; /**< Source audio format */
129 Uint16 dst_format; /**< Target audio format */
136 void (SDLCALL *filters[10])(struct SDL_AudioCVT *cvt, Uint16 format);
235 Uint16 src_format, Uint8 src_channels, int src_rate,
236 Uint16 dst_format, Uint8 dst_channels, int dst_rate);
  /prebuilts/tools/linux-x86/sdl/include/SDL/
SDL_audio.h 76 Uint16 format; /**< Audio data format */
79 Uint16 samples; /**< Audio buffer size in samples (power of 2) */
80 Uint16 padding; /**< Necessary for some compile environments */
128 Uint16 src_format; /**< Source audio format */
129 Uint16 dst_format; /**< Target audio format */
136 void (SDLCALL *filters[10])(struct SDL_AudioCVT *cvt, Uint16 format);
235 Uint16 src_format, Uint8 src_channels, int src_rate,
236 Uint16 dst_format, Uint8 dst_channels, int dst_rate);
  /prebuilts/tools/windows/sdl/include/SDL/
SDL_audio.h 76 Uint16 format; /**< Audio data format */
79 Uint16 samples; /**< Audio buffer size in samples (power of 2) */
80 Uint16 padding; /**< Necessary for some compile environments */
128 Uint16 src_format; /**< Source audio format */
129 Uint16 dst_format; /**< Target audio format */
136 void (SDLCALL *filters[10])(struct SDL_AudioCVT *cvt, Uint16 format);
235 Uint16 src_format, Uint8 src_channels, int src_rate,
236 Uint16 dst_format, Uint8 dst_channels, int dst_rate);
  /external/lldb/source/Core/
RegisterValue.cpp 246 case 2: scalar = m_data.uint16; return true;
252 case eTypeUInt16: scalar = m_data.uint16; return true;
579 if (m_data.uint16 & sign_bit)
582 m_data.uint16 |= mask;
652 case eTypeUInt16: m_data.uint16 = rhs.m_data.uint16; break;
681 case eTypeUInt16: return m_data.uint16;
688 case 2: return m_data.uint16;
707 case eTypeUInt16: return m_data.uint16;
727 case 2: return m_data.uint16;
    [all...]
  /external/qemu/distrib/sdl-1.2.15/src/audio/
SDL_wave.c 34 Uint16 iDelta;
40 Uint16 wSamplesPerBlock;
41 Uint16 wNumCoef;
62 rogue_feel += sizeof(Uint16);
65 rogue_feel += sizeof(Uint16);
67 rogue_feel += sizeof(Uint16);
74 rogue_feel += sizeof(Uint16);
76 rogue_feel += sizeof(Uint16);
109 state->iDelta = (Uint16)delta;
220 Uint16 wSamplesPerBlock
    [all...]
  /external/qemu/distrib/sdl-1.2.15/test/
testalpha.c 26 Uint16 *buffer16;
27 Uint16 color;
48 color = (Uint16)SDL_MapRGB(screen->format, gradient, gradient, gradient);
49 buffer16=(Uint16*)buffer;
68 Uint16 x, y;
69 Uint16 skip;
74 Uint16 *buf;
97 buf = (Uint16 *)light->pixels;
112 buf = (Uint16 *)light->pixels;
241 void AttractSprite(Uint16 x, Uint16 y
    [all...]
  /hardware/broadcom/wlan/bcmdhd/dhdutil/include/proto/
p2p.h 253 uint16 cat_id; /* Category ID */
256 uint16 sub_cat_id; /* Sub Category ID */
265 uint16 wps_cfg_meths; /* Config Methods: reg_prototlv.h WPS_CONFMET_* */
486 uint16 svc_updi; /* Service Update Indicator */
495 uint16 len; /* Length: 5 plus size of Query Data */
504 uint16 info_id; /* Info ID: 0xDDDD */
505 uint16 len; /* Length of service request TLV, 5 plus the size of request data */
515 uint16 qreq_len; /* Query Request Length */
522 uint16 len; /* Length: 5 plus size of Query Data */
532 uint16 info_id; /* Info ID: 0xDDDD *
    [all...]
  /external/bluetooth/bluedroid/stack/avdt/
avdt_msg.c 58 typedef UINT8 (*tAVDT_MSG_PRS)(tAVDT_MSG *p_msg, UINT8 *p, UINT16 len);
77 static UINT8 avdt_msg_prs_none(tAVDT_MSG *p_msg, UINT8 *p, UINT16 len);
78 static UINT8 avdt_msg_prs_single(tAVDT_MSG *p_msg, UINT8 *p, UINT16 len);
79 static UINT8 avdt_msg_prs_setconfig_cmd(tAVDT_MSG *p_msg, UINT8 *p, UINT16 len);
80 static UINT8 avdt_msg_prs_reconfig_cmd(tAVDT_MSG *p_msg, UINT8 *p, UINT16 len);
81 static UINT8 avdt_msg_prs_multi(tAVDT_MSG *p_msg, UINT8 *p, UINT16 len);
82 static UINT8 avdt_msg_prs_security_cmd(tAVDT_MSG *p_msg, UINT8 *p, UINT16 len);
83 static UINT8 avdt_msg_prs_discover_rsp(tAVDT_MSG *p_msg, UINT8 *p, UINT16 len);
84 static UINT8 avdt_msg_prs_svccap(tAVDT_MSG *p_msg, UINT8 *p, UINT16 len);
85 static UINT8 avdt_msg_prs_all_svccap(tAVDT_MSG *p_msg, UINT8 *p, UINT16 len)
    [all...]
  /external/libnfc-nci/halimpl/bcm2079x/gki/common/
gki_buffer.c 46 static void gki_init_free_queue (UINT8 id, UINT16 size, UINT16 total, void *p_mem)
48 UINT16 i;
49 UINT16 act_size;
58 act_size = (UINT16)(tempsize + BUFFER_PADDING_SIZE);
69 p_cb->freeq[id].size = (UINT16) tempsize;
357 void *GKI_getbuf_debug (UINT16 size, const char * _function_, int _line_)
359 void *GKI_getbuf (UINT16 size)
400 if (((UINT16)1 << p_cb->pool_list[i]) & p_cb->pool_access_mask)
652 UINT16 GKI_get_buf_size (void *p_buf
    [all...]
  /external/libnfc-nci/halimpl/bcm2079x/hal/hal/
nfc_hal_prm.c 58 UINT16 offset;
106 UINT16 len, offset = nfc_hal_cb.prm.cur_patch_offset;
218 nfc_hal_cb.prm.cur_patch_len_remaining -= (UINT16) cur_patch_len;
219 nfc_hal_cb.prm.cur_patch_offset += (UINT16) cur_patch_len;
244 UINT16 patchfile_project_id;
245 UINT16 patchfile_ver_major;
246 UINT16 patchfile_ver_minor;
247 UINT16 patchfile_patchsize;
294 nfc_hal_cb.prm.cur_patch_len_remaining -= (UINT16) (p - p_start); /* Adjust size of patchfile */
295 nfc_hal_cb.prm.cur_patch_offset += (UINT16) (p - p_start); /* Bytes of patchfile transmitted/processed so far *
    [all...]
  /external/libnfc-nci/src/gki/common/
gki_buffer.c 46 static void gki_init_free_queue (UINT8 id, UINT16 size, UINT16 total, void *p_mem)
48 UINT16 i;
49 UINT16 act_size;
58 act_size = (UINT16)(tempsize + BUFFER_PADDING_SIZE);
69 p_cb->freeq[id].size = (UINT16) tempsize;
357 void *GKI_getbuf_debug (UINT16 size, const char * _function_, int _line_)
359 void *GKI_getbuf (UINT16 size)
400 if (((UINT16)1 << p_cb->pool_list[i]) & p_cb->pool_access_mask)
652 UINT16 GKI_get_buf_size (void *p_buf
    [all...]
  /external/bluetooth/bluedroid/bta/hl/
bta_hl_act.c 52 UINT8 mdl_idx, UINT16 status);
53 static void bta_hl_sdp_cback0(UINT16 status);
54 static void bta_hl_sdp_cback1(UINT16 status);
55 static void bta_hl_sdp_cback2(UINT16 status);
56 static void bta_hl_sdp_cback3(UINT16 status);
57 static void bta_hl_sdp_cback4(UINT16 status);
58 static void bta_hl_sdp_cback5(UINT16 status);
59 static void bta_hl_sdp_cback6(UINT16 status);
    [all...]
  /external/bluetooth/bluedroid/stack/btm/
btm_acl.c 43 static void btm_read_remote_features (UINT16 handle);
44 static void btm_read_remote_ext_features (UINT16 handle, UINT8 page_number);
97 UINT16 xx;
127 UINT8 btm_handle_to_acl_index (UINT16 hci_handle)
210 UINT16 hci_handle, UINT8 link_role, tBT_TRANSPORT transport)
495 UINT16 xx;
868 void btm_acl_link_key_change (UINT16 handle, UINT8 status)
936 void btm_acl_encrypt_change (UINT16 handle, UINT8 status, UINT8 encr_enable)
    [all...]
  /external/bluetooth/bluedroid/stack/l2cap/
l2c_csm.c 42 static void l2c_csm_closed (tL2C_CCB *p_ccb, UINT16 event, void *p_data);
43 static void l2c_csm_orig_w4_sec_comp (tL2C_CCB *p_ccb, UINT16 event, void *p_data);
44 static void l2c_csm_term_w4_sec_comp (tL2C_CCB *p_ccb, UINT16 event, void *p_data);
45 static void l2c_csm_w4_l2cap_connect_rsp (tL2C_CCB *p_ccb, UINT16 event, void *p_data);
46 static void l2c_csm_w4_l2ca_connect_rsp (tL2C_CCB *p_ccb, UINT16 event, void *p_data);
47 static void l2c_csm_config (tL2C_CCB *p_ccb, UINT16 event, void *p_data);
48 static void l2c_csm_open (tL2C_CCB *p_ccb, UINT16 event, void *p_data);
49 static void l2c_csm_w4_l2cap_disconnect_rsp (tL2C_CCB *p_ccb, UINT16 event, void *p_data);
50 static void l2c_csm_w4_l2ca_disconnect_rsp (tL2C_CCB *p_ccb, UINT16 event, void *p_data);
53 static char *l2c_csm_get_event_name (UINT16 event)
    [all...]
  /external/libnfc-nci/src/nfc/include/
rw_api.h 158 UINT16 msg_len; /* Length of the NDEF message */
174 UINT16 *p_system_codes; /* Table of system codes */
227 UINT16 num_block; /* number of blocks if I93_INFO_FLAG_MEM_SIZE */
402 NFC_API extern tNFC_STATUS RW_T1tReadNDef (UINT8 *p_buffer, UINT16 buf_len);
416 NFC_API extern tNFC_STATUS RW_T1tWriteNDef (UINT16 msg_len, UINT8 *p_msg);
488 NFC_API extern tNFC_STATUS RW_T2tRead (UINT16 block);
503 NFC_API extern tNFC_STATUS RW_T2tWrite (UINT16 block, UINT8 *p_write_data);
547 NFC_API extern tNFC_STATUS RW_T2tReadNDef (UINT8 *p_buffer, UINT16 buf_len);
561 NFC_API extern tNFC_STATUS RW_T2tWriteNDef (UINT16 msg_len, UINT8 *p_msg );
    [all...]
  /external/bluetooth/bluedroid/bta/ar/
bta_ar_int.h 47 UINT16 ct_categories[2];
  /external/bluetooth/bluedroid/bta/hf_client/
bta_hf_client_rfc.c 44 static void bta_hf_client_port_cback(UINT32 code, UINT16 port_handle)
74 static void bta_hf_client_mgmt_cback(UINT32 code, UINT16 port_handle)
77 UINT16 event;
130 void bta_hf_client_setup_port(UINT16 handle)
  /external/bluetooth/bluedroid/bta/include/
bta_av_sbc.h 50 UINT16 bits, UINT16 n_channels);
71 ** **************** Please use uint16 array as dst.
216 extern void bta_av_sbc_bld_hdr(BT_HDR *p_buf, UINT16 fr_per_pkt);
bta_jv_co.h 47 BTA_API extern int bta_co_rfc_data_outgoing(void *user_data, UINT8* buf, UINT16 size);
  /external/bluetooth/bluedroid/bta/mce/
bta_mce_main.c 67 UINT16 action = (p_msg->event & 0x00ff);
  /external/bluetooth/bluedroid/gki/ulinux/
data_types.h 34 typedef uint16_t UINT16;
  /external/chromium_org/chrome/browser/safe_browsing/
prefix_set.h 114 const uint16* run_begin, const uint16* run_end);
129 std::vector<uint16>* deltas,
141 std::vector<uint16> deltas_;
  /external/chromium_org/chrome/common/importer/
safari_importer_utils.mm 12 uint16* services_supported) {
  /external/chromium_org/chrome/common/media_galleries/
pmp_test_util.cc 118 uint16 field_type_short = static_cast<uint16>(field_type);
120 sizeof(uint16));
122 sizeof(uint16));
  /external/chromium_org/chrome/utility/importer/
importer.h 25 uint16 items,

Completed in 554 milliseconds

<<11121314151617181920>>