Searched
full:uint16 (Results
876 -
900 of
2364) sorted by null
<<31323334353637383940>>
/prebuilts/go/linux-x86/src/net/ |
dnsmsg_test.go | 28 if g, e := rr.Header().Rrtype, uint16(dnsTypeSRV); g != e { 40 _, addrs, err := answer(name, "foo:53", msg, uint16(dnsTypeSRV)) 76 if g, e := rr.Header().Rrtype, uint16(dnsTypeSRV); g != e { 89 _, addrs, err := answer("_xmpp-server._tcp.google.com.", "foo:53", msg, uint16(dnsTypeSRV))
|
lookup_plan9.go | 228 addrs = append(addrs, &SRV{f[5], uint16(port), uint16(priority), uint16(weight)}) 246 mx = append(mx, &MX{f[3], uint16(pref)})
|
/prebuilts/go/linux-x86/src/runtime/ |
type.go | 69 bucketsize uint16 // size of bucket
|
/prebuilts/go/linux-x86/src/syscall/ |
exec_windows.go | 101 func createEnvBlock(envv []string) *uint16 { 140 buf := make([]uint16, n) 279 var argvp *uint16 287 var dirp *uint16
|
syscall_darwin_386.go | 42 k.Flags = uint16(flags)
|
syscall_darwin_amd64.go | 42 k.Flags = uint16(flags)
|
syscall_darwin_arm.go | 42 k.Flags = uint16(flags)
|
syscall_darwin_arm64.go | 42 k.Flags = uint16(flags)
|
syscall_dragonfly_amd64.go | 31 k.Flags = uint16(flags)
|
syscall_freebsd_386.go | 31 k.Flags = uint16(flags)
|
syscall_freebsd_amd64.go | 31 k.Flags = uint16(flags)
|
syscall_freebsd_arm.go | 31 k.Flags = uint16(flags)
|
syscall_windows_test.go | 70 build := uint16(r >> 16)
|
/prebuilts/go/linux-x86/src/time/ |
zoneinfo_windows.go | 197 StandardName: [32]uint16{ 201 DaylightName: [32]uint16{ 210 StandardName: [32]uint16{ 214 DaylightName: [32]uint16{
|
/prebuilts/go/linux-x86/test/fixedbugs/ |
bug260.go | 21 x uint16
|
/prebuilts/go/linux-x86/test/ken/ |
divmod.go | 215 /* uint16 */ 216 var usn1 uint16 = +5 217 var usd1 uint16 = +3 220 println("uint16", usn1, usd1, usn1/usd1, usn1%usd1)
|
/system/bt/bta/jv/ |
bta_jv_main.c | 87 UINT16 action = (p_msg->event & 0x00ff);
|
/system/bt/bta/sys/ |
bta_sys_conn.c | 395 void bta_sys_chg_ssr_config (UINT8 id, UINT8 app_id, UINT16 max_latency, UINT16 min_tout) 555 void bta_sys_add_uuid(UINT16 uuid16) 573 void bta_sys_remove_uuid(UINT16 uuid16)
|
bta_sys_int.h | 62 UINT16 sys_features; /* Bitmask of sys features */
|
/system/bt/btif/include/ |
btif_hh.h | 108 UINT16 size, UINT8* report);
|
/system/bt/stack/btm/ |
btm_ble_cont_energy.c | 47 UINT16 len = p_params->param_len;
|
/system/bt/tools/scripts/ |
change_types.sh | 27 "UINT16:uint16_t"
|
/external/google-breakpad/src/common/dwarf/ |
bytereader-inl.h | 42 inline uint16 ByteReader::ReadTwoBytes(const char* signed_buffer) const { 45 const uint16 buffer0 = buffer[0]; 46 const uint16 buffer1 = buffer[1];
|
/external/libnfc-nci/halimpl/bcm2079x/hal/hal/ |
nfc_hal_dm.c | 108 UINT16 cmd_len = NCI_MSG_HDR_SIZE + tlv_size + 1; 116 if ((p_buff = (UINT8 *) GKI_getbuf ((UINT16)(NCI_MSG_HDR_SIZE + tlv_size))) != NULL) 198 void nfc_hal_dm_config_nfcc_cback (tNFC_HAL_NCI_EVT event, UINT16 data_len, UINT8 *p_data) 222 UINT16 len; 242 nfc_hal_dm_send_nci_cmd (p, (UINT16)(NCI_MSG_HDR_SIZE + len), nfc_hal_dm_config_nfcc_cback); 369 tNFC_HAL_XTAL_INDEX nfc_hal_dm_get_xtal_index (UINT32 brcm_hw_id, UINT16 *p_xtal_freq) 404 UINT16 xtal_freq; 503 UINT16 xtal_freq; 891 void nfc_hal_dm_send_nci_cmd (const UINT8 *p_data, UINT16 len, tNFC_HAL_NCI_CBACK *p_cback) 927 nfc_hal_main_start_quick_timer (&nfc_hal_cb.ncit_cb.nci_wait_rsp_timer, (UINT16)(NFC_HAL_TTYPE_NCI_WAIT_RSP) [all...] |
/external/libnfc-nci/src/include/ |
bt_types.h | 185 UINT16 event; 186 UINT16 len; 187 UINT16 offset; 188 UINT16 layer_specific; 211 #define HCI_GET_CMD_HDR_OPCODE(p) (UINT16)((*((UINT8 *)((p) + 1) + p->offset) + \ 237 #define STREAM_TO_UINT16(u16, p) {u16 = ((UINT16)(*(p)) + (((UINT16)(*((p) + 1))) << 8)); (p) += 2;} 269 #define BE_STREAM_TO_UINT16(u16, p) {u16 = (UINT16)(((UINT16)(*(p)) << 8) + (UINT16)(*((p) + 1))); (p) += 2; [all...] |
Completed in 358 milliseconds
<<31323334353637383940>>