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

<<11121314151617181920>>

  /prebuilts/go/linux-x86/src/archive/zip/
reader.go 93 // The count of files inside a zip is truncated to fit in a uint16.
108 if uint16(len(z.File)) != uint16(end.directoryRecords) { // only compare 16 bits here
222 filenameLen := int(b.uint16())
223 extraLen := int(b.uint16())
239 f.CreatorVersion = b.uint16()
240 f.ReaderVersion = b.uint16()
241 f.Flags = b.uint16()
242 f.Method = b.uint16()
243 f.ModifiedTime = b.uint16()
    [all...]
  /system/bt/stack/btm/
btm_sco.c 82 void btm_sco_flush_sco_data(UINT16 sco_inx)
146 static void btm_esco_conn_rsp (UINT16 sco_inx, UINT8 hci_status, BD_ADDR bda,
152 UINT16 temp_pkt_types;
245 void btm_sco_check_send_pkts (UINT16 sco_inx)
276 UINT16 sco_inx, handle;
329 tBTM_STATUS BTM_WriteScoData (UINT16 sco_inx, BT_HDR *p_buf)
398 static tBTM_STATUS btm_send_connect_request(UINT16 acl_handle,
401 UINT16 temp_pkt_types;
512 void btm_accept_sco_link(UINT16 sco_inx, tBTM_ESCO_PARAMS *p_setup,
547 void btm_reject_sco_link( UINT16 sco_inx
    [all...]
  /external/libnfc-nci/src/include/
trace_api.h 40 BT_API extern void DispSdpFullList (UINT8 *p, UINT16 list_len, BOOLEAN is_rcv);
53 BT_API extern void DispRawFrame(UINT8 *p, UINT16 len, BOOLEAN is_rcv);
54 BT_API extern void DispSlipPacket(UINT8 *p, UINT16 len, BOOLEAN is_rcv, BOOLEAN oof_flow_ctrl);
55 BT_API extern void DispNci (UINT8 *p, UINT16 len, BOOLEAN is_recv);
56 BT_API extern void DispHcp (UINT8 *p, UINT16 len, BOOLEAN is_recv, BOOLEAN is_first_seg);
62 BT_API extern void DispSNEP (UINT8 local_sap, UINT8 remote_sap, UINT8 *p_data, UINT16 length, BOOLEAN is_rx);
73 BT_API extern void RPC_DispSdpFullList (UINT8 *p, UINT16 list_len, BOOLEAN is_rcv);
89 BT_API extern void RPC_DispNci (UINT8 *p, UINT16 len, BOOLEAN is_recv);
90 BT_API extern void RPC_DispHcp (UINT8 *p, UINT16 len, BOOLEAN is_recv, BOOLEAN is_first_seg);
94 BT_API extern void RPC_DispSNEP (UINT8 local_sap, UINT8 remote_sap, UINT8 *p_data, UINT16 length, BOOLEAN is_rx)
    [all...]
  /system/bt/bta/sys/
bta_sys.h 36 typedef BOOLEAN (tBTA_SYS_VS_EVT_HDLR)(UINT16 evt, void *p);
54 typedef UINT16 tBTA_SYS_HW_MODULE;
144 typedef void (tBTA_SYS_SSR_CFG_CBACK)(UINT8 id, UINT8 app_id, UINT16 latency, UINT16 tout);
148 typedef void (tBTA_SYS_EIR_CBACK)(UINT16 uuid16, BOOLEAN adding);
229 extern UINT16 bta_sys_get_sys_features(void);
259 extern void bta_sys_chg_ssr_config (UINT8 id, UINT8 app_id, UINT16 max_latency, UINT16 min_tout);
269 extern void bta_sys_add_uuid(UINT16 uuid16);
270 extern void bta_sys_remove_uuid(UINT16 uuid16)
    [all...]
  /prebuilts/go/darwin-x86/src/net/http/fcgi/
fcgi.go 66 Id uint16
67 ContentLength uint16
73 role uint16
82 br.role = binary.BigEndian.Uint16(content)
91 func (h *header) init(recType recType, reqId uint16, contentLength int) {
95 h.ContentLength = uint16(contentLength)
143 func (c *conn) writeRecord(recType recType, reqId uint16, b []byte) error {
161 func (c *conn) writeBeginRequest(reqId uint16, role uint16, flags uint8) error {
166 func (c *conn) writeEndRequest(reqId uint16, appStatus int, protocolStatus uint8) error
    [all...]
  /prebuilts/go/linux-x86/src/net/http/fcgi/
fcgi.go 66 Id uint16
67 ContentLength uint16
73 role uint16
82 br.role = binary.BigEndian.Uint16(content)
91 func (h *header) init(recType recType, reqId uint16, contentLength int) {
95 h.ContentLength = uint16(contentLength)
143 func (c *conn) writeRecord(recType recType, reqId uint16, b []byte) error {
161 func (c *conn) writeBeginRequest(reqId uint16, role uint16, flags uint8) error {
166 func (c *conn) writeEndRequest(reqId uint16, appStatus int, protocolStatus uint8) error
    [all...]
  /system/bt/bta/include/
bta_hf_client_api.h 46 typedef UINT16 tBTA_HF_CLIENT_PEER_FEAT;
67 typedef UINT16 tBTA_HF_CLIENT_CHLD_FEAT;
157 UINT16 handle;
182 UINT16 value;
203 UINT16 cme;
220 UINT16 service;
227 UINT16 value;
310 void BTA_HfClientDeregister(UINT16 handle);
325 void BTA_HfClientOpen(UINT16 handle, BD_ADDR bd_addr, tBTA_SEC sec_mask);
338 void BTA_HfClientClose(UINT16 handle)
    [all...]
  /external/vulkan-validation-layers/libs/glm/gtc/
packing.inl 38 GLM_FUNC_QUALIFIER glm::uint16 float2half(glm::uint32 const & f)
231 GLM_FUNC_QUALIFIER uint16 packUnorm2x8(vec2 const & v)
234 uint16* Packed = reinterpret_cast<uint16*>(&Topack);
238 GLM_FUNC_QUALIFIER vec2 unpackUnorm2x8(uint16 const & p)
240 u8vec2* Unpacked = reinterpret_cast<u8vec2*>(const_cast<uint16*>(&p));
259 GLM_FUNC_QUALIFIER uint16 packSnorm2x8(vec2 const & v)
262 uint16* Packed = reinterpret_cast<uint16*>(&Topack);
266 GLM_FUNC_QUALIFIER vec2 unpackSnorm2x8(uint16 const & p
    [all...]
  /external/tpm2/generator/
structures.txt 11 _NEW_TYPE UINT16
30 _OLD_TYPE UINT16
32 _OLD_TYPE UINT16
68 _OLD_TYPE UINT16
108 _OLD_TYPE UINT16
369 _OLD_TYPE UINT16
384 _OLD_TYPE UINT16
404 _OLD_TYPE UINT16
926 _TYPE UINT16
932 _TYPE UINT16
    [all...]
  /system/bt/stack/btu/
btu_hcif.c 67 static void btu_hcif_rmt_name_request_comp_evt (UINT8 *p, UINT16 evt_len);
110 static void btu_hcif_ssr_evt (UINT8 *p, UINT16 evt_len);
114 static void btu_ble_ll_conn_complete_evt (UINT8 *p, UINT16 evt_len);
117 static void btu_ble_ll_conn_param_upd_evt (UINT8 *p, UINT16 evt_len);
120 static void btu_ble_data_length_change_evt (UINT8 *p, UINT16 evt_len);
125 static void btu_ble_proc_enhanced_conn_cmpl (UINT8 *p, UINT16 evt_len);
462 UINT16 handle;
539 UINT16 handle;
572 UINT16 handle;
589 static void btu_hcif_rmt_name_request_comp_evt (UINT8 *p, UINT16 evt_len
    [all...]
  /external/dhcpcd-6.8.2/
dhcpcd-embedded.c 52 "define 13 uint16 boot_size",
62 "define 23 uint16 default_ip_ttl",
64 "define 25 array uint16 path_mtu_plateau_table",
65 "define 26 uint16 interface_mtu",
74 "define 36 uint16 ieee802_3_encapsulation",
95 "define 57 uint16 dhcp_max_message_size",
142 "embed uint16 country_code",
146 "define 117 array uint16 name_service_search",
219 "define6 6 array uint16 option_request",
221 "define6 8 uint16 elased_time"
    [all...]
  /external/opencv3/3rdparty/libtiff/
tif_pixarlog.c 114 horizontalAccumulateF(uint16 *wp, int n, int stride, float *op,
177 horizontalAccumulate12(uint16 *wp, int n, int stride, int16 *op,
184 #define CLAMP12(t) (((t) < 3071) ? (uint16) (t) : 3071)
245 horizontalAccumulate16(uint16 *wp, int n, int stride, uint16 *op,
246 uint16 *ToLinear16)
297 horizontalAccumulate11(uint16 *wp, int n, int stride, uint16 *op)
340 horizontalAccumulate8(uint16 *wp, int n, int stride, unsigned char *op,
389 horizontalAccumulate8abgr(uint16 *wp, int n, int stride, unsigned char *op
    [all...]
  /external/pdfium/third_party/libtiff/
tif_pixarlog.c 114 horizontalAccumulateF(uint16 *wp, int n, int stride, float *op,
177 horizontalAccumulate12(uint16 *wp, int n, int stride, int16 *op,
184 #define CLAMP12(t) (((t) < 3071) ? (uint16) (t) : 3071)
245 horizontalAccumulate16(uint16 *wp, int n, int stride, uint16 *op,
246 uint16 *ToLinear16)
297 horizontalAccumulate11(uint16 *wp, int n, int stride, uint16 *op)
340 horizontalAccumulate8(uint16 *wp, int n, int stride, unsigned char *op,
389 horizontalAccumulate8abgr(uint16 *wp, int n, int stride, unsigned char *op
    [all...]
  /prebuilts/go/darwin-x86/src/image/color/
color.go 48 R, G, B, A uint16
81 R, G, B, A uint16
111 A uint16
132 Y uint16
189 return RGBA64{uint16(r), uint16(g), uint16(b), uint16(a)}
216 return NRGBA64{uint16(r), uint16(g), uint16(b), 0xffff
    [all...]
  /prebuilts/go/linux-x86/src/image/color/
color.go 48 R, G, B, A uint16
81 R, G, B, A uint16
111 A uint16
132 Y uint16
189 return RGBA64{uint16(r), uint16(g), uint16(b), uint16(a)}
216 return NRGBA64{uint16(r), uint16(g), uint16(b), 0xffff
    [all...]
  /system/bt/stack/avdt/
avdt_api.c 232 UINT16 AVDT_CreateStream(UINT8 *p_handle, tAVDT_CS *p_cs)
234 UINT16 result = AVDT_SUCCESS;
268 UINT16 AVDT_RemoveStream(UINT8 handle)
270 UINT16 result = AVDT_SUCCESS;
312 UINT16 AVDT_DiscoverReq(BD_ADDR bd_addr, tAVDT_SEP_INFO *p_sep_info,
316 UINT16 result = AVDT_SUCCESS;
358 static UINT16 avdt_get_cap_req(BD_ADDR bd_addr, tAVDT_CCB_API_GETCAP *p_evt)
361 UINT16 result = AVDT_SUCCESS;
419 UINT16 AVDT_GetCapReq(BD_ADDR bd_addr, UINT8 seid, tAVDT_CFG *p_cfg, tAVDT_CTRL_CBACK *p_cback)
454 UINT16 AVDT_GetAllCapReq(BD_ADDR bd_addr, UINT8 seid, tAVDT_CFG *p_cfg, tAVDT_CTRL_CBACK *p_cback
    [all...]
  /external/libnfc-nci/src/nfa/int/
nfa_ce_int.h 71 UINT16 ndef_cur_size;
72 UINT16 ndef_max_size;
94 UINT16 system_code;
152 UINT16 t3t_system_code; /* Type-3 system code */
188 UINT16 ndef_cur_size;
189 UINT16 ndef_max_size;
  /prebuilts/go/darwin-x86/src/compress/flate/
reverse_bits.go 42 func reverseUint16(v uint16) uint16 {
43 return uint16(reverseByte[v>>8]) | uint16(reverseByte[v&0xFF])<<8
46 func reverseBits(number uint16, bitLength byte) uint16 {
  /prebuilts/go/darwin-x86/src/unicode/utf16/
utf16.go 56 func Encode(s []rune) []uint16 {
64 a := make([]uint16, n)
72 a[n] = uint16(v)
76 a[n] = uint16(r1)
77 a[n+1] = uint16(r2)
86 func Decode(s []uint16) []rune {
  /prebuilts/go/linux-x86/src/compress/flate/
reverse_bits.go 42 func reverseUint16(v uint16) uint16 {
43 return uint16(reverseByte[v>>8]) | uint16(reverseByte[v&0xFF])<<8
46 func reverseBits(number uint16, bitLength byte) uint16 {
  /prebuilts/go/linux-x86/src/unicode/utf16/
utf16.go 56 func Encode(s []rune) []uint16 {
64 a := make([]uint16, n)
72 a[n] = uint16(v)
76 a[n] = uint16(r1)
77 a[n+1] = uint16(r2)
86 func Decode(s []uint16) []rune {
  /system/bt/btif/co/
bta_ag_co.c 64 void bta_ag_co_audio_state(UINT16 handle, UINT8 app_id, UINT8 state, tBTA_AG_PEER_CODEC codec)
66 void bta_ag_co_audio_state(UINT16 handle, UINT8 app_id, UINT8 state)
118 void bta_ag_co_data_open(UINT16 handle, tBTA_SERVICE_ID service)
134 void bta_ag_co_data_close(UINT16 handle)
152 void bta_ag_co_tx_write(UINT16 handle, UNUSED_ATTR UINT8 * p_data, UINT16 len)
  /system/bt/stack/include/
hiddefs.h 134 UINT16 dl_len;
145 UINT16 rel_num; /*Release Number */
146 UINT16 hpars_ver; /*HID Parser Version.*/
147 UINT16 ssr_max_latency; /* HIDSSRHostMaxLatency value, if HID_SSR_PARAM_INVALID not used*/
148 UINT16 ssr_min_tout; /* HIDSSRHostMinTimeout value, if HID_SSR_PARAM_INVALID not used* */
151 UINT16 sup_timeout;/* Supervisory Timeout */
pan_api.h 97 typedef void (tPAN_CONN_STATE_CB) (UINT16 handle, BD_ADDR bd_addr, tPAN_RESULT state, BOOLEAN is_role_change,
120 typedef void (tPAN_DATA_IND_CB) (UINT16 handle,
123 UINT16 protocol,
125 UINT16 len,
140 typedef void (tPAN_DATA_BUF_IND_CB) (UINT16 handle,
143 UINT16 protocol,
153 typedef void (tPAN_TX_DATA_FLOW_CB) (UINT16 handle,
169 typedef void (tPAN_FILTER_IND_CB) (UINT16 handle,
172 UINT16 num_filters,
189 typedef void (tPAN_MFILTER_IND_CB) (UINT16 handle
    [all...]
  /external/libvpx/libvpx/third_party/libyuv/source/
scale.cc 111 const uint16* src_ptr, uint16* dst_ptr,
114 void (*ScaleRowDown2)(const uint16* src_ptr, ptrdiff_t src_stride,
115 uint16* dst_ptr, int dst_width) =
225 const uint16* src_ptr, uint16* dst_ptr,
228 void (*ScaleRowDown4)(const uint16* src_ptr, ptrdiff_t src_stride,
229 uint16* dst_ptr, int dst_width) =
369 const uint16* src_ptr, uint16* dst_ptr
    [all...]

Completed in 893 milliseconds

<<11121314151617181920>>