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

<<31323334353637383940>>

  /system/bt/bta/av/
bta_av_api.c 113 tBTA_AV_DATA_CBACK *p_data_cback, UINT16 service_uuid)
162 UINT16 uuid)
361 void BTA_AvProtectReq(tBTA_AV_HNDL hndl, UINT8 *p_data, UINT16 len)
391 void BTA_AvProtectRsp(tBTA_AV_HNDL hndl, UINT8 error_code, UINT8 *p_data, UINT16 len)
481 void BTA_AvVendorCmd(UINT8 rc_handle, UINT8 label, tBTA_AV_CODE cmd_code, UINT8 *p_data, UINT16 len)
516 void BTA_AvVendorRsp(UINT8 rc_handle, UINT8 label, tBTA_AV_CODE rsp_code, UINT8 *p_data, UINT16 len, UINT32 company_id)
bta_av_sbc.c 41 UINT16 bits; /* number of bits per pcm sample */
42 UINT16 n_channels; /* number of channels (i.e. mono(1), stereo(2)...) */
64 void bta_av_sbc_init_up_sample (UINT32 src_sps, UINT32 dst_sps, UINT16 bits, UINT16 n_channels)
121 ** **************** Please use uint16 array as dst.
656 void bta_av_sbc_bld_hdr(BT_HDR *p_buf, UINT16 fr_per_pkt)
  /system/bt/stack/avct/
avct_lcb_act.c 133 UINT16 buf_len = BT_DEFAULT_BUFFER_SIZE - sizeof(BT_HDR);
184 UINT16 result = AVCT_RESULT_FAIL;
530 UINT16 curr_msg_len;
535 UINT16 temp;
536 UINT16 buf_size = p_lcb->peer_mtu + L2CAP_MIN_OFFSET + BT_HDR_SIZE;
665 UINT16 pid;
  /system/bt/stack/btm/
btm_ble.c 47 extern BOOLEAN aes_cipher_msg_auth_code(BT_OCTET16 key, UINT8 *input, UINT16 length,
48 UINT16 tlen, UINT8 *p_signature);
297 BOOLEAN BTM_IsBleConnection (UINT16 conn_handle)
536 UINT16 min_conn_int, UINT16 max_conn_int,
537 UINT16 slave_latency, UINT16 supervision_tout)
817 tBTM_STATUS BTM_SetBleDataLength(BD_ADDR bd_addr, UINT16 tx_pdu_length)
869 tBTM_SEC_ACTION btm_ble_determine_security_act(BOOLEAN is_originator, BD_ADDR bdaddr, UINT16 security_required)
    [all...]
  /prebuilts/go/darwin-x86/pkg/darwin_amd64/debug/
pe.a 16 type @"".FileHeader struct { Machine uint16; NumberOfSections uint16; TimeDateStamp uint32; PointerToSymbolTable uint32; NumberOfSymbols uint32; SizeOfOptionalHeader uint16; Characteristics uint16 }
17 type @"".SectionHeader struct { Name string; VirtualSize uint32; VirtualAddress uint32; Size uint32; Offset uint32; PointerToRelocations uint32; PointerToLineNumbers uint32; NumberOfRelocations uint16; NumberOfLineNumbers uint16; Characteristics uint32 }
28 type @"".Symbol struct { Name string; Value uint32; SectionNumber int16; Type uint16; StorageClass uint8 }
43 type @"encoding/binary".ByteOrder interface { PutUint16(? []byte, ? uint16); PutUint32(? []byte, ? uint32); PutUint64(? []byte, ? uint64); String() (? string); Uint16(? []byte) (? uint16); Uint32(? []byte) (? uint32); Uint64(? []byte) (? uint64)
    [all...]
  /prebuilts/go/linux-x86/pkg/linux_amd64/debug/
pe.a 16 type @"".FileHeader struct { Machine uint16; NumberOfSections uint16; TimeDateStamp uint32; PointerToSymbolTable uint32; NumberOfSymbols uint32; SizeOfOptionalHeader uint16; Characteristics uint16 }
17 type @"".SectionHeader struct { Name string; VirtualSize uint32; VirtualAddress uint32; Size uint32; Offset uint32; PointerToRelocations uint32; PointerToLineNumbers uint32; NumberOfRelocations uint16; NumberOfLineNumbers uint16; Characteristics uint32 }
28 type @"".Symbol struct { Name string; Value uint32; SectionNumber int16; Type uint16; StorageClass uint8 }
43 type @"encoding/binary".ByteOrder interface { PutUint16(? []byte, ? uint16); PutUint32(? []byte, ? uint32); PutUint64(? []byte, ? uint64); String() (? string); Uint16(? []byte) (? uint16); Uint32(? []byte) (? uint32); Uint64(? []byte) (? uint64)
    [all...]
  /external/autotest/client/common_lib/cros/
dbus_send.py 53 INT_TYPES = ('int16', 'uint16', 'int32', 'uint32',
136 dbus.UInt16: 'uint16:',
  /external/deqp/modules/internal/
ditSeedBuilderTests.cpp 142 addChild(new SeedBuilderTest<deUint16>(m_testCtx, 0, 78413740u, "uint16_zero", "Seed from uint16 zero."));
143 addChild(new SeedBuilderTest<deUint16>(m_testCtx, 1, 3068621u, "uint16_one", "Seed from uint16 one."));
144 addChild(new SeedBuilderTest<deUint16>(m_testCtx, 65535, 120448140u, "uint16_max", "Seed from uint16 max."));
  /external/dng_sdk/source/
dng_image.h 335 void SetConstant_uint16 (uint16 value,
345 void SetConstant_uint16 (uint16 value)
356 SetConstant ((uint32) (uint16) value, area);
  /external/libnfc-nci/src/nfc/nfc/
nfc_task.c 59 void nfc_start_timer (TIMER_LIST_ENT *p_tle, UINT16 type, UINT32 timeout)
181 void nfc_start_quick_timer (TIMER_LIST_ENT *p_tle, UINT16 type, UINT32 timeout)
364 UINT16 event;
  /external/llvm/test/tools/llvm-readobj/Inputs/
relocs.py 115 def uint16(self): member in class:BinaryReader
222 self.relocation_count = f.uint16()
223 self.line_number_count = f.uint16()
280 e_machine = f.uint16()
289 e_ehsize = f.uint16()
290 e_phentsize = f.uint16()
291 e_phnum = f.uint16()
292 e_shentsize = f.uint16()
293 e_shnum = f.uint16()
294 e_shstrndx = f.uint16()
    [all...]
  /external/neven/Embedded/common/src/b_BasicEm/
APh.h 45 uint16 absE;
77 uint16* memPtrA );
82 const uint16* memPtrA );
Complex.h 76 uint16* memPtrA );
81 const uint16* memPtrA );
92 uint16 bbs_Complex_abs( struct bbs_Complex complA );
  /external/neven/Embedded/common/src/b_TensorEm/
Flt16Vec3D.h 85 uint16* memPtrA );
90 const uint16* memPtrA );
104 uint16 bts_Flt16Vec3D_norm( const struct bts_Flt16Vec3D* ptrA );
Int16Vec2D.h 76 uint16* memPtrA );
81 const uint16* memPtrA );
93 uint16 bts_Int16Vec2D_norm( const struct bts_Int16Vec2D* ptrA );
Int16Vec3D.h 72 uint16* memPtrA );
77 const uint16* memPtrA );
85 uint16 bts_Int16Vec3D_norm( const struct bts_Int16Vec3D* ptrA );
  /external/tpm2/
MemoryLib.c 102 UINT16 dSize // IN: size of the receiving buffer
127 UINT16 aSize // IN: The size of aInOut.buffer (max values for
258 UINT16
  /prebuilts/go/darwin-x86/src/image/draw/
draw.go 215 out.R = uint16((dr*a + sr*ma) / m)
216 out.G = uint16((dg*a + sg*ma) / m)
217 out.B = uint16((db*a + sb*ma) / m)
218 out.A = uint16((da*a + sa*ma) / m)
220 out.R = uint16(sr * ma / m)
221 out.G = uint16(sg * ma / m)
222 out.B = uint16(sb * ma / m)
223 out.A = uint16(sa * ma / m)
643 out.R = uint16(er)
644 out.G = uint16(eg
    [all...]
  /prebuilts/go/darwin-x86/src/runtime/
string_test.go 112 var b []uint16
114 b = append(b, uint16(c))
115 if c != rune(uint16(c)) {
  /prebuilts/go/darwin-x86/src/testing/quick/
quick_test.go 120 func fUint16(a uint16) uint16 { return a }
122 type TestUint16Alias uint16
  /prebuilts/go/darwin-x86/test/
zerodivide.go 33 u16, v16, w16 uint16 = 0, 0, 1
129 ErrorTest{"uint16 0/0", func() { use(u16 / v16) }, "divide"},
136 ErrorTest{"uint16 1/0", func() { use(w16 / v16) }, "divide"},
  /prebuilts/go/linux-x86/src/image/draw/
draw.go 215 out.R = uint16((dr*a + sr*ma) / m)
216 out.G = uint16((dg*a + sg*ma) / m)
217 out.B = uint16((db*a + sb*ma) / m)
218 out.A = uint16((da*a + sa*ma) / m)
220 out.R = uint16(sr * ma / m)
221 out.G = uint16(sg * ma / m)
222 out.B = uint16(sb * ma / m)
223 out.A = uint16(sa * ma / m)
643 out.R = uint16(er)
644 out.G = uint16(eg
    [all...]
  /prebuilts/go/linux-x86/src/runtime/
string_test.go 112 var b []uint16
114 b = append(b, uint16(c))
115 if c != rune(uint16(c)) {
  /prebuilts/go/linux-x86/src/testing/quick/
quick_test.go 120 func fUint16(a uint16) uint16 { return a }
122 type TestUint16Alias uint16
  /prebuilts/go/linux-x86/test/
zerodivide.go 33 u16, v16, w16 uint16 = 0, 0, 1
129 ErrorTest{"uint16 0/0", func() { use(u16 / v16) }, "divide"},
136 ErrorTest{"uint16 1/0", func() { use(w16 / v16) }, "divide"},

Completed in 2888 milliseconds

<<31323334353637383940>>