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

1 2 3 4 5 67 8 91011>>

  /prebuilts/go/darwin-x86/src/archive/zip/
register.go 66 compressors = map[uint16]Compressor{
71 decompressors = map[uint16]Decompressor{
78 func RegisterDecompressor(method uint16, d Decompressor) {
90 func RegisterCompressor(method uint16, comp Compressor) {
100 func compressor(method uint16) Compressor {
106 func decompressor(method uint16) Decompressor {
writer.go 74 b.uint16(h.CreatorVersion)
75 b.uint16(h.ReaderVersion)
76 b.uint16(h.Flags)
77 b.uint16(h.Method)
78 b.uint16(h.ModifiedTime)
79 b.uint16(h.ModifiedDate)
89 var buf [28]byte // 2x uint16 + 3x uint64
91 eb.uint16(zip64ExtraId)
92 eb.uint16(24) // size = 3x uint64
101 b.uint16(uint16(len(h.Name))
    [all...]
  /prebuilts/go/darwin-x86/src/internal/syscall/windows/
syscall_windows.go 72 DnsSuffix *uint16
73 Description *uint16
74 FriendlyName *uint16
98 //sys GetComputerNameEx(nameformat uint32, buf *uint16, n *uint32) (err error) = GetComputerNameExW
99 //sys MoveFileEx(from *uint16, to *uint16, flags uint32) (err error) = MoveFileExW
  /prebuilts/go/darwin-x86/src/syscall/
ztypes_linux_amd64.go 137 Reclen uint16
158 Family uint16
159 Port uint16
165 Family uint16
166 Port uint16
173 Family uint16
178 Family uint16
179 Protocol uint16
181 Hatype uint16
188 Family uint16
    [all...]
ztypes_linux_ppc64.go 139 Reclen uint16
160 Family uint16
161 Port uint16
167 Family uint16
168 Port uint16
175 Family uint16
180 Family uint16
181 Protocol uint16
183 Hatype uint16
190 Family uint16
    [all...]
ztypes_linux_ppc64le.go 139 Reclen uint16
160 Family uint16
161 Port uint16
167 Family uint16
168 Port uint16
175 Family uint16
180 Family uint16
181 Protocol uint16
183 Hatype uint16
190 Family uint16
    [all...]
  /prebuilts/go/linux-x86/src/archive/zip/
register.go 66 compressors = map[uint16]Compressor{
71 decompressors = map[uint16]Decompressor{
78 func RegisterDecompressor(method uint16, d Decompressor) {
90 func RegisterCompressor(method uint16, comp Compressor) {
100 func compressor(method uint16) Compressor {
106 func decompressor(method uint16) Decompressor {
writer.go 74 b.uint16(h.CreatorVersion)
75 b.uint16(h.ReaderVersion)
76 b.uint16(h.Flags)
77 b.uint16(h.Method)
78 b.uint16(h.ModifiedTime)
79 b.uint16(h.ModifiedDate)
89 var buf [28]byte // 2x uint16 + 3x uint64
91 eb.uint16(zip64ExtraId)
92 eb.uint16(24) // size = 3x uint64
101 b.uint16(uint16(len(h.Name))
    [all...]
  /prebuilts/go/linux-x86/src/internal/syscall/windows/
syscall_windows.go 72 DnsSuffix *uint16
73 Description *uint16
74 FriendlyName *uint16
98 //sys GetComputerNameEx(nameformat uint32, buf *uint16, n *uint32) (err error) = GetComputerNameExW
99 //sys MoveFileEx(from *uint16, to *uint16, flags uint32) (err error) = MoveFileExW
  /prebuilts/go/linux-x86/src/syscall/
ztypes_linux_amd64.go 137 Reclen uint16
158 Family uint16
159 Port uint16
165 Family uint16
166 Port uint16
173 Family uint16
178 Family uint16
179 Protocol uint16
181 Hatype uint16
188 Family uint16
    [all...]
ztypes_linux_ppc64.go 139 Reclen uint16
160 Family uint16
161 Port uint16
167 Family uint16
168 Port uint16
175 Family uint16
180 Family uint16
181 Protocol uint16
183 Hatype uint16
190 Family uint16
    [all...]
ztypes_linux_ppc64le.go 139 Reclen uint16
160 Family uint16
161 Port uint16
167 Family uint16
168 Port uint16
175 Family uint16
180 Family uint16
181 Protocol uint16
183 Hatype uint16
190 Family uint16
    [all...]
  /system/bt/bta/include/
bta_ag_co.h 63 extern void bta_ag_co_audio_state(UINT16 handle, UINT8 app_id, UINT8 state,
67 extern void bta_ag_co_audio_state(UINT16 handle, UINT8 app_id, UINT8 state);
83 extern void bta_ag_co_data_open(UINT16 handle, tBTA_SERVICE_ID service);
96 extern void bta_ag_co_data_close(UINT16 handle);
110 extern void bta_ag_co_tx_write(UINT16 handle, UINT8 *p_data, UINT16 len);
bta_ar_api.h 99 extern void bta_ar_reg_avct(UINT16 mtu, UINT16 mtu_br, UINT8 sec_mask, tBTA_SYS_ID sys_id);
121 extern void bta_ar_reg_avrc(UINT16 service_uuid, char *p_service_name,
122 char *p_provider_name, UINT16 categories, tBTA_SYS_ID sys_id,
123 BOOLEAN browse_supported, UINT16 profile_version);
134 extern void bta_ar_dereg_avrc(UINT16 service_uuid, tBTA_SYS_ID sys_id);
  /external/neven/Embedded/common/src/b_BasicEm/
Functions.c 40 uint16 bbs_swapBytes( uint16 valA )
48 uint16* memPtrA )
53 *memPtrA++ = bbs_swapBytes( ( uint16 )( ( valL >> 0 ) & 0xFFFF ) );
54 *memPtrA++ = bbs_swapBytes( ( uint16 )( ( valL >> 16 ) & 0xFFFF ) );
67 const uint16* memPtrA )
86 uint32 bbs_memPeek32( const uint16* memPtrA )
104 uint16* memPtrA )
107 *memPtrA++ = bbs_swapBytes( *( uint16* )ptrA );
109 *memPtrA++ = *( uint16* )ptrA
    [all...]
  /external/libnfc-nci/src/nfa/int/
nfa_p2p_int.h 100 UINT16 miu;
126 UINT16 miu;
174 UINT16 link_miu;
177 UINT16 link_timeout;
178 UINT16 inact_timeout_init;
179 UINT16 inact_timeout_target;
180 UINT16 symm_delay;
181 UINT16 data_link_timeout;
182 UINT16 delay_first_pdu_timeout;
219 UINT16 remote_miu; /* MIU of remote end point *
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
fwpmtypes.h 197 UINT16 layerId;
202 UINT16 layerId;
225 UINT16 localPort;
226 UINT16 remotePort;
282 UINT16 layerId;
406 UINT16 flags;
409 UINT16 weight;
467 UINT16 localPort;
468 UINT16 remotePort;
481 UINT16 etherType
    [all...]
  /prebuilts/go/darwin-x86/src/strconv/
makeisprint.go 28 range16 []uint16
29 except16 []uint16
36 func bsearch16(a []uint16, x uint16) int {
65 // Same algorithm, either on uint16 or uint32 value.
72 rr, rang, except := uint16(r), range16, except16
112 func to16(x []uint32) []uint16 {
113 var y []uint16
115 if uint32(uint16(v)) != v {
118 y = append(y, uint16(v)
    [all...]
  /prebuilts/go/linux-x86/src/strconv/
makeisprint.go 28 range16 []uint16
29 except16 []uint16
36 func bsearch16(a []uint16, x uint16) int {
65 // Same algorithm, either on uint16 or uint32 value.
72 rr, rang, except := uint16(r), range16, except16
112 func to16(x []uint32) []uint16 {
113 var y []uint16
115 if uint32(uint16(v)) != v {
118 y = append(y, uint16(v)
    [all...]
  /system/bt/stack/rfcomm/
port_int.h 100 UINT16 lcid; /* Local cid used for this channel */
101 UINT16 peer_l2cap_mtu; /* Max frame that can be sent to peer L2CAP */
111 UINT16 pending_lcid; /* store LCID for incoming connection while connecting */
158 UINT16 uuid; /* Service UUID */
170 UINT16 mtu; /* Max MTU that port can receive */
171 UINT16 peer_mtu; /* Max MTU that port can send */
198 UINT16 credit_tx; /* Flow control credits for tx path */
199 UINT16 credit_rx; /* Flow control credits for rx path, this is */
201 UINT16 credit_rx_max; /* Max number of credits we will allow this guy to sent */
202 UINT16 credit_rx_low; /* Number of credits when we send credit update *
    [all...]
  /system/bt/stack/avdt/
avdt_l2c.c 39 void avdt_l2c_connect_ind_cback(BD_ADDR bd_addr, UINT16 lcid, UINT16 psm, UINT8 id);
40 void avdt_l2c_connect_cfm_cback(UINT16 lcid, UINT16 result);
41 void avdt_l2c_config_cfm_cback(UINT16 lcid, tL2CAP_CFG_INFO *p_cfg);
42 void avdt_l2c_config_ind_cback(UINT16 lcid, tL2CAP_CFG_INFO *p_cfg);
43 void avdt_l2c_disconnect_ind_cback(UINT16 lcid, BOOLEAN ack_needed);
44 void avdt_l2c_disconnect_cfm_cback(UINT16 lcid, UINT16 result);
45 void avdt_l2c_congestion_ind_cback(UINT16 lcid, BOOLEAN is_congested)
    [all...]
  /hardware/broadcom/libbt/include/
uipc_msg.h 72 UINT16 version_major; /* UIPC_VERSION_MAJOR */
73 UINT16 version_minor; /* UIPC_VERSION_MINOR */
132 UINT16 acl_pkt_size;
163 UINT16 local_cid; /* Local CID */
164 UINT16 remote_cid; /* Remote CID */
165 UINT16 out_mtu; /* Max MTU we will send */
166 UINT16 handle; /* The handle used with LM */
167 UINT16 link_xmit_quota; /* Num outstanding pkts allowed */
174 UINT16 light_xmit_quota; /* Total quota for light stack */
175 UINT16 acl_data_size; /* Max ACL data size across HCI transport *
    [all...]
  /external/clang/test/CodeGen/
pascal-wchar-string.c 8 typedef unsigned short UInt16;
10 typedef UInt16 UniChar;
  /external/libnfc-nci/halimpl/bcm2079x/include/
buildcfg.h 33 void DispNci (UINT8 *p, UINT16 len, BOOLEAN is_recv);
34 void ProtoDispAdapterDisplayNciPacket (UINT8* nciPacket, UINT16 nciPacketLen, BOOLEAN is_recv);
  /external/libnfc-nci/src/nfc/int/
ce_int.h 50 UINT16 nmaxb; /* Nmaxb: maximum number of blocks available for NDEF data */
64 UINT16 service_code_list[T3T_MSG_SERVICE_LIST_MAX];
75 UINT16 system_code;
95 UINT16 nlen; /* current size of NDEF message */
96 UINT16 max_file_size; /* size of storage + 2 bytes for NLEN */
128 UINT16 ndef_max; /* max size of p_ndef */
129 UINT16 ndef_cur; /* current size of p_ndef */
164 tNFC_STATUS ce_select_t3t (UINT16 system_code, UINT8 nfcid2[NCI_RF_F_UID_LEN]);

Completed in 1182 milliseconds

1 2 3 4 5 67 8 91011>>