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

<<31323334353637383940>>

  /system/bt/bta/jv/
bta_jv_act.c 82 static void fcchan_conn_chng_cbk(UINT16 chan, BD_ADDR bd_addr, BOOLEAN connected,
83 UINT16 reason, tBT_TRANSPORT );
84 static void fcchan_data_cbk(UINT16 chan, BD_ADDR bd_addr, BT_HDR *p_buf);
187 tBTA_JV_RFC_CB * bta_jv_alloc_rfc_cb(UINT16 port_handle, tBTA_JV_PCB **pp_pcb)
233 tBTA_JV_PCB * bta_jv_rfc_port_to_pcb(UINT16 port_handle)
255 tBTA_JV_RFC_CB * bta_jv_rfc_port_to_cb(UINT16 port_handle)
556 UINT8 *p_bd_addr = GAP_ConnGetRemoteAddr((UINT16)jv_handle);
595 BOOLEAN bta_jv_check_psm(UINT16 psm)
693 static UINT16 bta_jv_get_free_psm() {
696 UINT16 psm = bta_jv_cb.free_psm_list[i]
    [all...]
  /external/boringssl/src/ssl/test/runner/
dtls.go 26 func versionToWire(vers uint16, isDTLS bool) uint16 {
33 func wireToVersion(vers uint16, isDTLS bool) uint16 {
71 vers := wireToVersion(uint16(b.data[1])<<8|uint16(b.data[2]), c.isDTLS)
377 fragSeq := uint16(header[4])<<8 | uint16(header[5])
  /external/libnfc-nci/halimpl/bcm2079x/hal/hal/
nfc_hal_main.c 176 void nfa_hal_pre_discover_done_cback (tNFC_HAL_NCI_EVT event, UINT16 data_len, UINT8 *p_data)
270 void nfc_hal_main_exit_op_done (tNFC_HAL_NCI_EVT event, UINT16 data_len, UINT8 *p_data)
389 void nfc_hal_main_start_quick_timer (TIMER_LIST_ENT *p_tle, UINT16 type, UINT32 timeout)
533 DISP_NCI (ps, (UINT16) p_msg->len, TRUE);
556 UINT16 data_len;
559 UINT16 len = p_msg->len;
583 DISP_NCI (ps + delta, (UINT16) (p_msg->len - delta), FALSE);
628 UINT16 event;
  /external/libnfc-nci/src/nfa/sys/
nfa_sys_ptim.c 43 void nfa_sys_ptim_init (tPTIM_CB *p_cb, UINT16 period, UINT8 timer_id)
131 void nfa_sys_ptim_start_timer (tPTIM_CB *p_cb, TIMER_LIST_ENT *p_tle, UINT16 type, INT32 timeout)
  /external/opencv3/3rdparty/libtiff/
tif_dumpmode.c 45 DumpModeEncode(TIFF* tif, uint8* pp, tmsize_t cc, uint16 s)
78 DumpModeDecode(TIFF* tif, uint8* buf, tmsize_t cc, uint16 s)
  /external/parameter-framework/upstream/test/functional-tests-legacy/xml/XML_Test/
Uncompliant_OutboundParameter.xml 44 <IntegerParameter Name="UINT16">0</IntegerParameter>
83 <IntegerParameter Name="UINT16">1</IntegerParameter>
Uncompliant_UndeclaredConfigurableElement.xml 44 <IntegerParameter Name="UINT16">0</IntegerParameter>
83 <IntegerParameter Name="UINT16">1</IntegerParameter>
Uncompliant_UndeclaredParameter.xml 45 <IntegerParameter Name="UINT16">0</IntegerParameter>
85 <IntegerParameter Name="UINT16">1</IntegerParameter>
Uncompliant_UnorderConfigurableElement.xml 43 <IntegerParameter Name="UINT16">0</IntegerParameter>
82 <IntegerParameter Name="UINT16">1</IntegerParameter>
  /external/pdfium/third_party/libtiff/
tif_dumpmode.c 45 DumpModeEncode(TIFF* tif, uint8* pp, tmsize_t cc, uint16 s)
78 DumpModeDecode(TIFF* tif, uint8* buf, tmsize_t cc, uint16 s)
  /external/tpm2/
CpriRSA_fp.h 34 UINT16 keySizeInBits, // IN: Size of the public modulus in bit
69 UINT16 saltSize // IN: salt size for PSS
EncryptDecrypt.c 28 UINT16 keySize;
29 UINT16 blockSize;
  /packages/apps/Nfc/nci/jni/
PeerToPeer.h 193 bool createClient (tJNI_HANDLE jniHandle, UINT16 miu, UINT8 rw);
236 bool send (tJNI_HANDLE jniHandle, UINT8* buffer, UINT16 bufferLen);
252 bool receive (tJNI_HANDLE jniHandle, UINT8* buffer, UINT16 bufferLen, UINT16& actualLen);
278 UINT16 getRemoteMaxInfoUnit (tJNI_HANDLE jniHandle);
399 UINT16 mRemoteWKS; // Peer's well known services
593 UINT16 mMaxInfoUnit;
595 UINT16 mRemoteMaxInfoUnit;
  /prebuilts/go/darwin-x86/src/crypto/tls/
prf_test.go 37 version uint16
73 func cipherSuiteById(id uint16) *cipherSuite {
  /prebuilts/go/darwin-x86/src/database/sql/
convert_test.go 48 scanuint16 uint16
70 {s: uint16(123), d: &scanstr, wantstr: "123"},
83 {s: uint16(123), d: &scanbytes, wantbytes: []byte("123")},
95 {s: uint16(123), d: &scanraw, wantraw: RawBytes("123")},
114 {s: uint16(1), d: &scanbool, wantbool: true},
123 {s: uint16(0), d: &scanbool, wantbool: false},
293 {"uint16", uint16(12), "12"},
  /prebuilts/go/darwin-x86/src/fmt/
stringer_test.go 19 type TU16 uint16
36 func (v TU16) String() string { return Sprintf("U16: %d", uint16(v)) }
  /prebuilts/go/darwin-x86/src/net/
dnsclient_unix.go 91 l := uint16(len(b))
124 func exchange(server, name string, qtype uint16, timeout time.Duration) (*dnsMsg, error) {
143 out.id = uint16(rand.Int()) ^ uint16(time.Now().UnixNano())
164 func tryOneName(cfg *dnsConfig, name string, qtype uint16) (string, []dnsRR, error) {
300 func lookup(name string, qtype uint16) (cname string, rrs []dnsRR, err error) {
447 qtypes := [...]uint16{dnsTypeA, dnsTypeAAAA}
451 go func(qtype uint16) {
  /prebuilts/go/darwin-x86/src/os/
stat_plan9.go 70 size = int(uint16(buf[0]) | uint16(buf[1])<<8)
  /prebuilts/go/darwin-x86/src/os/user/
lookup_windows.go 14 var domain *uint16
48 name := syscall.UTF16ToString((*[1024]uint16)(unsafe.Pointer(i.FullName))[:])
  /prebuilts/go/darwin-x86/test/ken/
interbasic.go 83 var u16 uint16
169 u16 = ia[10].(uint16)
  /prebuilts/go/linux-x86/src/crypto/tls/
prf_test.go 37 version uint16
73 func cipherSuiteById(id uint16) *cipherSuite {
  /prebuilts/go/linux-x86/src/database/sql/
convert_test.go 48 scanuint16 uint16
70 {s: uint16(123), d: &scanstr, wantstr: "123"},
83 {s: uint16(123), d: &scanbytes, wantbytes: []byte("123")},
95 {s: uint16(123), d: &scanraw, wantraw: RawBytes("123")},
114 {s: uint16(1), d: &scanbool, wantbool: true},
123 {s: uint16(0), d: &scanbool, wantbool: false},
293 {"uint16", uint16(12), "12"},
  /prebuilts/go/linux-x86/src/fmt/
stringer_test.go 19 type TU16 uint16
36 func (v TU16) String() string { return Sprintf("U16: %d", uint16(v)) }
  /prebuilts/go/linux-x86/src/net/
dnsclient_unix.go 91 l := uint16(len(b))
124 func exchange(server, name string, qtype uint16, timeout time.Duration) (*dnsMsg, error) {
143 out.id = uint16(rand.Int()) ^ uint16(time.Now().UnixNano())
164 func tryOneName(cfg *dnsConfig, name string, qtype uint16) (string, []dnsRR, error) {
300 func lookup(name string, qtype uint16) (cname string, rrs []dnsRR, err error) {
447 qtypes := [...]uint16{dnsTypeA, dnsTypeAAAA}
451 go func(qtype uint16) {
  /prebuilts/go/linux-x86/src/os/
stat_plan9.go 70 size = int(uint16(buf[0]) | uint16(buf[1])<<8)

Completed in 166 milliseconds

<<31323334353637383940>>