/prebuilts/misc/windows/sdl2_ttf/i686-w64-mingw32/include/SDL2/ |
SDL_ttf.h | 139 extern DECLSPEC int SDLCALL TTF_GlyphIsProvided(const TTF_Font *font, Uint16 ch); 145 extern DECLSPEC int SDLCALL TTF_GlyphMetrics(TTF_Font *font, Uint16 ch, 152 extern DECLSPEC int SDLCALL TTF_SizeUNICODE(TTF_Font *font, const Uint16 *text, int *w, int *h); 165 const Uint16 *text, SDL_Color fg); 175 Uint16 ch, SDL_Color fg); 187 const Uint16 *text, SDL_Color fg, SDL_Color bg); 197 Uint16 ch, SDL_Color fg, SDL_Color bg); 208 const Uint16 *text, SDL_Color fg); 222 const Uint16 *text, SDL_Color fg, Uint32 wrapLength); 231 Uint16 ch, SDL_Color fg) [all...] |
/prebuilts/misc/windows/sdl2_ttf/x86_64-w64-mingw32/include/SDL2/ |
SDL_ttf.h | 139 extern DECLSPEC int SDLCALL TTF_GlyphIsProvided(const TTF_Font *font, Uint16 ch); 145 extern DECLSPEC int SDLCALL TTF_GlyphMetrics(TTF_Font *font, Uint16 ch, 152 extern DECLSPEC int SDLCALL TTF_SizeUNICODE(TTF_Font *font, const Uint16 *text, int *w, int *h); 165 const Uint16 *text, SDL_Color fg); 175 Uint16 ch, SDL_Color fg); 187 const Uint16 *text, SDL_Color fg, SDL_Color bg); 197 Uint16 ch, SDL_Color fg, SDL_Color bg); 208 const Uint16 *text, SDL_Color fg); 222 const Uint16 *text, SDL_Color fg, Uint32 wrapLength); 231 Uint16 ch, SDL_Color fg) [all...] |
/prebuilts/go/darwin-x86/src/net/ |
dnsmsg.go | 78 // for v are *uint16, *uint32, *string, or []byte, and 87 Id uint16 88 Bits uint16 89 Qdcount, Ancount, Nscount, Arcount uint16 113 Qtype uint16 114 Qclass uint16 128 Rrtype uint16 129 Class uint16 131 Rdlength uint16 // length of data after header 235 Pref uint16 [all...] |
/prebuilts/go/linux-x86/src/net/ |
dnsmsg.go | 78 // for v are *uint16, *uint32, *string, or []byte, and 87 Id uint16 88 Bits uint16 89 Qdcount, Ancount, Nscount, Arcount uint16 113 Qtype uint16 114 Qclass uint16 128 Rrtype uint16 129 Class uint16 131 Rdlength uint16 // length of data after header 235 Pref uint16 [all...] |
/system/bt/bta/pan/ |
bta_pan_act.c | 88 static void bta_pan_conn_state_cback(UINT16 handle, BD_ADDR bd_addr, tPAN_RESULT state, 142 static void bta_pan_data_flow_cb(UINT16 handle, tPAN_RESULT result) 171 static void bta_pan_data_buf_ind_cback(UINT16 handle, BD_ADDR src, BD_ADDR dst, UINT16 protocol, BT_HDR *p_buf, 217 static void bta_pan_pfilt_ind_cback(UINT16 handle, BOOLEAN indication,tBNEP_RESULT result, 218 UINT16 num_filters, UINT8 *p_filters) 238 static void bta_pan_mfilt_ind_cback(UINT16 handle, BOOLEAN indication,tBNEP_RESULT result, 239 UINT16 num_mfilters, UINT8 *p_mfilters) 309 UINT16 initial_discoverability; 310 UINT16 initial_connectability [all...] |
/system/bt/stack/btm/ |
btm_ble_bgconn.c | 131 btsnd_hcic_ble_set_scan_params(p_inq->scan_type, (UINT16)scan_interval, 132 (UINT16)scan_window, 295 void btm_ble_clear_white_list_complete(UINT8 *p_data, UINT16 evt_len) 342 void btm_ble_remove_from_white_list_complete(UINT8 *p, UINT16 evt_len) 366 UINT16 scan_int; 367 UINT16 scan_win; 397 if (!btsnd_hcic_ble_create_ll_conn (scan_int, /* UINT16 scan_int */ 398 scan_win, /* UINT16 scan_win */ 403 BTM_BLE_CONN_INT_MIN_DEF, /* UINT16 conn_int_min */ 404 BTM_BLE_CONN_INT_MAX_DEF, /* UINT16 conn_int_max * [all...] |
/external/libnfc-nci/src/nfa/int/ |
nfa_dta_int.h | 74 UINT16 total_duration; /* NFA_DTA_CFG_TOTAL_DURATION */ 110 UINT16 pattern_number; 260 UINT16 pattern_number; 261 UINT16 pattern_number_old; 285 UINT16 llcp_local_link_miu; /* link MIU of IUT */ 286 UINT16 llcp_remote_link_miu; /* link MIU of LT */ 299 UINT16 llcp_co_out_remote_miu; /* MIU of LT-CO-OUT-DEST */
|
/external/libnfc-nci/src/udrv/include/ |
ucodec.h | 149 UINT16 Offset; /* GKI buffer based offset for UCODEC_ReadBuf */ 150 UINT16 MtuSize; /* Max buffer len for UCODEC_ReadBuf*/ 163 UINT16 BitRate; /* Bit rate in bit per sec */ 164 UINT16 Offset; /* GKI buffer based offset for UCODEC_ReadBuf */ 165 UINT16 MtuSize; /* Max buffer len for UCODEC_ReadBuf*/ 176 UINT16 Offset; /* GKI buffer based offset for UCODEC_ReadBuf */ 177 UINT16 MtuSize; /* Max buffer len for UCODEC_ReadBuf*/
|
/external/neven/Embedded/common/src/b_BasicEm/ |
Math.h | 54 * This behavior is identical with (uint16)sqrt( valA ). 57 uint16 bbs_sqrt32( uint32 valA ); 65 uint8 bbs_sqrt16( uint16 valA ); 68 uint16 bbs_fastSqrt32( uint32 valA ); 191 uint16 bbs_matTrans( int16 *xA, int16 rowA, int16 colA, int16 *rA ); 197 uint16 bbs_vecPhase( int16* reA, int16* imA, int16* phaseA, uint16 sizeA );
|
/prebuilts/go/darwin-x86/src/crypto/tls/ |
handshake_messages_test.go | 112 m.vers = uint16(rand.Intn(65536)) 115 m.cipherSuites = make([]uint16, rand.Intn(63)+1) 117 m.cipherSuites[i] = uint16(rand.Int31()) 154 m.vers = uint16(rand.Intn(65536)) 157 m.cipherSuite = uint16(rand.Int31()) 253 s.vers = uint16(rand.Intn(10000)) 254 s.cipherSuite = uint16(rand.Intn(10000))
|
/prebuilts/go/darwin-x86/test/ |
literal.go | 96 // uint16 97 var u10 uint16 = 0 98 var u11 uint16 = 1 99 var u12 uint16 = 65535 100 var u13 uint16 = +65535 161 var c9 uint16 = '?' 189 var cu0 uint16 = '\u1234'
|
/prebuilts/go/linux-x86/src/crypto/tls/ |
handshake_messages_test.go | 112 m.vers = uint16(rand.Intn(65536)) 115 m.cipherSuites = make([]uint16, rand.Intn(63)+1) 117 m.cipherSuites[i] = uint16(rand.Int31()) 154 m.vers = uint16(rand.Intn(65536)) 157 m.cipherSuite = uint16(rand.Int31()) 253 s.vers = uint16(rand.Intn(10000)) 254 s.cipherSuite = uint16(rand.Intn(10000))
|
/prebuilts/go/linux-x86/test/ |
literal.go | 96 // uint16 97 var u10 uint16 = 0 98 var u11 uint16 = 1 99 var u12 uint16 = 65535 100 var u13 uint16 = +65535 161 var c9 uint16 = '?' 189 var cu0 uint16 = '\u1234'
|
/system/bt/stack/rfcomm/ |
rfc_port_if.c | 65 void RFCOMM_StartRsp (tRFC_MCB *p_mcb, UINT16 result) 82 void RFCOMM_DlcEstablishReq (tRFC_MCB *p_mcb, UINT8 dlci, UINT16 mtu) 110 void RFCOMM_DlcEstablishRsp (tRFC_MCB *p_mcb, UINT8 dlci, UINT16 mtu, UINT16 result) 140 void RFCOMM_ParNegReq (tRFC_MCB *p_mcb, UINT8 dlci, UINT16 mtu) 194 void RFCOMM_ParNegRsp (tRFC_MCB *p_mcb, UINT8 dlci, UINT16 mtu, UINT8 cl, UINT8 k) 251 UINT16 param_mask)
|
/prebuilts/go/darwin-x86/test/ken/ |
convert.go | 15 var u16 uint16; 227 i8 = int8(v); u16 = uint16(i8); w = big(u16) 248 u8 = uint8(v); u16 = uint16(u8); w = big(u16) 269 i16 = int16(v); u16 = uint16(i16); w = big(u16) 284 u16 = uint16(v); i8 = int8(u16); w = big(i8) 286 u16 = uint16(v); u8 = uint8(u16); w = big(u8) 288 u16 = uint16(v); i16 = int16(u16); w = big(i16) 290 u16 = uint16(v); u16 = uint16(u16); w = big(u16) 292 u16 = uint16(v); i32 = int32(u16); w = big(i32 [all...] |
/prebuilts/go/linux-x86/test/ken/ |
convert.go | 15 var u16 uint16; 227 i8 = int8(v); u16 = uint16(i8); w = big(u16) 248 u8 = uint8(v); u16 = uint16(u8); w = big(u16) 269 i16 = int16(v); u16 = uint16(i16); w = big(u16) 284 u16 = uint16(v); i8 = int8(u16); w = big(i8) 286 u16 = uint16(v); u8 = uint8(u16); w = big(u8) 288 u16 = uint16(v); i16 = int16(u16); w = big(i16) 290 u16 = uint16(v); u16 = uint16(u16); w = big(u16) 292 u16 = uint16(v); i32 = int32(u16); w = big(i32 [all...] |
/system/bt/bta/include/ |
bta_av_api.h | 72 typedef UINT16 tBTA_AV_FEAT; 334 UINT16 len; 343 UINT16 len; 399 UINT16 len; /* Max vendor dependent message is 512 */ 410 UINT16 len; 501 UINT16 avrc_mtu; /* AVRCP MTU at L2CAP for control channel */ 502 UINT16 avrc_br_mtu; /* AVRCP MTU at L2CAP for browsing channel */ 503 UINT16 avrc_ct_cat; /* AVRCP controller categories */ 504 UINT16 avrc_tg_cat; /* AVRCP target categories */ 505 UINT16 sig_mtu; /* AVDTP signaling channel MTU at L2CAP * [all...] |
/system/bt/stack/sdp/ |
sdp_discovery.c | 54 UINT16 attr_id, tSDP_DISC_ATTR *p_parent_attr, UINT8 nest_level); 72 static UINT8 *sdpu_build_uuid_seq (UINT8 *p_out, UINT16 num_uuids, tSDP_UUID *p_uuid_list) 74 UINT16 xx; 105 xx = (UINT16)(p_out - p_len - 1); 124 UINT16 param_len; 160 param_len = (UINT16)(p - p_param_len - 2); 166 p_cmd->len = (UINT16)(p - p_start); 285 UINT16 xx; 286 UINT16 total, cur_handles, orig; 400 UINT16 param_len, list_byte_count [all...] |
/hardware/broadcom/wlan/bcmdhd/dhdutil/include/proto/ |
bcmevent.h | 56 uint16 version; 57 uint16 flags; /* see flags below */ 70 uint16 version; 71 uint16 flags; /* see flags below */ 317 uint16 version; 318 uint16 channel; /* Matches chanspec_t format from bcmwifi_channels.h */ 390 uint16 channel; /* channel of GAS protocol */ 393 uint16 status_code; /* status code on GAS completion */ 394 uint16 data_len; /* length of data to follow */ 400 uint16 length; /* length of response_data * [all...] |
/external/tpm2/ |
stubs_hash.c | 9 UINT16 _cpri__StartHMAC( 13 UINT16 keySize, // IN: the size of the HMAC key 19 UINT16 blockSize = _cpri__GetHashBlockSize(hashAlg); 20 UINT16 digestSize; 61 UINT16 _cpri__CompleteHMAC( 71 UINT16 digestSize = _cpri__GetDigestSize(state->hashAlg); 81 UINT16 _cpri__KDFa( 166 UINT16 _cpri__KDFe( 243 UINT16 _cpri__GenerateSeededRandom(
|
/prebuilts/go/darwin-x86/src/cmd/internal/rsc.io/x86/x86asm/ |
objdumpext_test.go | 82 text = fmt.Sprintf("%s .%+#x", m[1], int16(uint32(targ)-uint32(uint16(addr))-uint32(len(enc)))) 196 Machine: uint16(elf.EM_386), 202 Ehsize: uint16(off1), 203 Phentsize: uint16(off2 - off1), 205 Shentsize: uint16(off3 - off2), 266 Machine: uint16(elf.EM_X86_64), 272 Ehsize: uint16(off1), 273 Phentsize: uint16(off2 - off1), 275 Shentsize: uint16(off3 - off2),
|
/prebuilts/go/darwin-x86/src/compress/flate/ |
huffman_code.go | 14 code []uint16 18 literal uint16 45 return &huffmanEncoder{make([]uint8, size), make([]uint16, size)} 53 var ch uint16 55 var bits uint16 88 for ch := uint16(0); ch < 30; ch++ { 238 code := uint16(0) 270 list[count] = literalNode{uint16(i), f} 285 h.code[node.literal] = uint16(i)
|
/prebuilts/go/darwin-x86/src/compress/lzw/ |
reader.go | 52 read func(*decoder) (uint16, error) // readLSB or readMSB 62 clear, eof, hi, overflow, last uint16 70 prefix [1 << maxWidth]uint16 85 func (d *decoder) readLSB() (uint16, error) { 94 code := uint16(d.bits & (1<<d.width - 1)) 101 func (d *decoder) readMSB() (uint16, error) { 110 code := uint16(d.bits >> (32 - d.width)) 256 d.clear = uint16(1) << uint(litWidth) 258 d.overflow = uint16(1) << d.width
|
/prebuilts/go/linux-x86/src/cmd/internal/rsc.io/x86/x86asm/ |
objdumpext_test.go | 82 text = fmt.Sprintf("%s .%+#x", m[1], int16(uint32(targ)-uint32(uint16(addr))-uint32(len(enc)))) 196 Machine: uint16(elf.EM_386), 202 Ehsize: uint16(off1), 203 Phentsize: uint16(off2 - off1), 205 Shentsize: uint16(off3 - off2), 266 Machine: uint16(elf.EM_X86_64), 272 Ehsize: uint16(off1), 273 Phentsize: uint16(off2 - off1), 275 Shentsize: uint16(off3 - off2),
|
/prebuilts/go/linux-x86/src/compress/flate/ |
huffman_code.go | 14 code []uint16 18 literal uint16 45 return &huffmanEncoder{make([]uint8, size), make([]uint16, size)} 53 var ch uint16 55 var bits uint16 88 for ch := uint16(0); ch < 30; ch++ { 238 code := uint16(0) 270 list[count] = literalNode{uint16(i), f} 285 h.code[node.literal] = uint16(i)
|