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

<<41424344454647484950>>

  /prebuilts/go/linux-x86/test/fixedbugs/
issue5162.go 67 "uint", "uint8", "uint16", "uint32", "uint64",
  /system/bt/bta/hf_client/
bta_hf_client_main.c 41 static char *bta_hf_client_evt_str(UINT16 event);
478 void bta_hf_client_sm_execute(UINT16 event, tBTA_HF_CLIENT_DATA *p_data)
485 UINT16 in_event = event;
636 static char *bta_hf_client_evt_str(UINT16 event)
  /system/bt/btif/co/
bta_dm_co.c 196 static void btui_sco_codec_callback(UINT16 event, UINT16 sco_handle)
256 void bta_dm_sco_co_open(UINT16 handle, UINT8 pkt_size, UINT16 event)
  /system/bt/btif/include/
btif_av_co.h 125 BOOLEAN bta_av_co_audio_get_sbc_config(tA2D_SBC_CIE *p_sbc_config, UINT16 *p_minmtu);
  /system/bt/stack/avct/
avct_ccb.c 78 void avct_ccb_dealloc(tAVCT_CCB *p_ccb, UINT8 event, UINT16 result, BD_ADDR bd_addr)
  /system/bt/stack/btm/
btm_pm.c 345 tBTM_STATUS BTM_SetSsrParams (BD_ADDR remote_bda, UINT16 max_lat,
346 UINT16 min_rmt_to, UINT16 min_loc_to)
813 void btm_pm_proc_mode_change (UINT8 hci_status, UINT16 hci_handle, UINT8 mode, UINT16 interval)
905 void btm_pm_proc_ssr_evt (UINT8 *p, UINT16 evt_len)
908 UINT16 handle;
909 UINT16 max_rx_lat;
913 UINT16 use_ssr = TRUE;
    [all...]
btm_ble_gap.c 283 btsnd_hcic_ble_write_adv_params ((UINT16)(p_cb->adv_interval_min ? p_cb->adv_interval_min :
285 (UINT16)(p_cb->adv_interval_max ? p_cb->adv_interval_max :
395 btsnd_hcic_ble_set_scan_params(p_inq->scan_type, (UINT16)scan_interval,
396 (UINT16)scan_window,
468 if (!btsnd_hcic_ble_write_adv_params ((UINT16)(p_cb->adv_interval_min ? p_cb->adv_interval_min :
470 (UINT16)(p_cb->adv_interval_max ? p_cb->adv_interval_max :
    [all...]
  /system/bt/stack/gatt/
gatt_auth.c 48 UINT16 payload_size = p_clcb->p_tcb->payload_size;
69 (UINT16)(p_attr->len + 3), /* 3 = 2 byte handle + opcode */
95 UINT16 cmd_len;
112 gatt_server_handle_client_req (p_tcb, op_code, (UINT16)(p_buf->len - 1), p_orig);
  /system/bt/stack/include/
bt_types.h 34 typedef uint16_t UINT16;
224 #define HCI_GET_CMD_HDR_OPCODE(p) (UINT16)((*((UINT8 *)((p) + 1) + p->offset) + \
252 #define STREAM_TO_UINT16(u16, p) {u16 = ((UINT16)(*(p)) + (((UINT16)(*((p) + 1))) << 8)); (p) += 2;}
288 #define BE_STREAM_TO_UINT16(u16, p) {u16 = (UINT16)(((UINT16)(*(p)) << 8) + (UINT16)(*((p) + 1))); (p) += 2;}
418 UINT16 len;
422 UINT16 uuid16;
    [all...]
  /external/opencv3/3rdparty/libtiff/
tif_jpeg.c 156 uint16 photometric; /* copy of PhotometricInterpretation */
157 uint16 h_sampling; /* luminance sampling factors */
158 uint16 v_sampling;
182 static int JPEGDecode(TIFF* tif, uint8* buf, tmsize_t cc, uint16 s);
183 static int JPEGDecodeRaw(TIFF* tif, uint8* buf, tmsize_t cc, uint16 s);
184 static int JPEGEncode(TIFF* tif, uint8* buf, tmsize_t cc, uint16 s);
185 static int JPEGEncodeRaw(TIFF* tif, uint8* buf, tmsize_t cc, uint16 s);
187 static int DecodeRowError(TIFF* tif, uint8* buf, tmsize_t cc, uint16 s);
683 static int JPEGFixupTagsSubsamplingReadWord(struct JPEGFixupTagsSubsamplingData* data, uint16* result);
684 static void JPEGFixupTagsSubsamplingSkip(struct JPEGFixupTagsSubsamplingData* data, uint16 skiplength)
    [all...]
  /prebuilts/go/darwin-x86/pkg/darwin_amd64_race/archive/
zip.a 94 type @"".FileHeader struct { Name string; CreatorVersion uint16; ReaderVersion uint16; Flags uint16; Method uint16; ModifiedTime uint16; ModifiedDate uint16; CRC32 uint32; CompressedSize uint32; UncompressedSize uint32; CompressedSize64 uint64; UncompressedSize64 uint64; Extra []byte; ExternalAttrs uint32; Comment string }
146 func @"".RegisterDecompressor (@"".method·1 uint16, @"".d·2 @"".Decompressor)
147 func @"".RegisterCompressor (@"".method·1 uint16, @"".comp·2 @"".Compressor)
148 const @"".Store uint16 = 0x0
149 const @"".Deflate uint16 = 0x
    [all...]
  /prebuilts/go/linux-x86/pkg/linux_amd64_race/archive/
zip.a 94 type @"".FileHeader struct { Name string; CreatorVersion uint16; ReaderVersion uint16; Flags uint16; Method uint16; ModifiedTime uint16; ModifiedDate uint16; CRC32 uint32; CompressedSize uint32; UncompressedSize uint32; CompressedSize64 uint64; UncompressedSize64 uint64; Extra []byte; ExternalAttrs uint32; Comment string }
146 func @"".RegisterDecompressor (@"".method·1 uint16, @"".d·2 @"".Decompressor)
147 func @"".RegisterCompressor (@"".method·1 uint16, @"".comp·2 @"".Compressor)
148 const @"".Store uint16 = 0x0
149 const @"".Deflate uint16 = 0x
    [all...]
  /external/bzip2/
blocksort.c 350 UInt16* quadrant,
356 UInt16 s1, s2;
487 UInt16* quadrant,
623 UInt16* quadrant,
753 UInt16* quadrant,
766 UInt16 s;
776 j = (j >> 8) | ( ((UInt16)block[i]) << 8);
779 j = (j >> 8) | ( ((UInt16)block[i-1]) << 8);
782 j = (j >> 8) | ( ((UInt16)block[i-2]) << 8);
785 j = (j >> 8) | ( ((UInt16)block[i-3]) << 8)
    [all...]
  /external/libnfc-nci/src/nfc/llcp/
llcp_link.c 35 const UINT16 llcp_link_rwt[15] = /* RWT = (302us)*2**WT; 302us = 256*16/fc; fc = 13.56MHz */
61 static void llcp_link_proc_ui_pdu (UINT8 local_sap, UINT8 remote_sap, UINT16 ui_pdu_length, UINT8 *p_ui_pdu, BT_HDR *p_msg);
66 static BT_HDR *llcp_link_get_next_pdu (BOOLEAN length_only, UINT16 *p_next_pdu_length);
    [all...]
  /external/boringssl/src/ssl/test/runner/
key_agreement.go 32 version uint16
33 clientVersion uint16
101 func (ka *rsaKeyAgreement) processClientKeyExchange(config *Config, cert *Certificate, ckx *clientKeyExchangeMsg, version uint16) ([]byte, error) {
132 vers := uint16(preMasterSecret[0])<<8 | uint16(preMasterSecret[1])
212 func hashForServerKeyExchange(sigType, hashFunc uint8, version uint16, slices ...[]byte) ([]byte, crypto.Hash, error) {
385 version uint16
574 func (ka *ecdheKeyAgreement) processClientKeyExchange(config *Config, cert *Certificate, ckx *clientKeyExchangeMsg, version uint16) ([]byte, error) {
676 func (ka *dheKeyAgreement) processClientKeyExchange(config *Config, cert *Certificate, ckx *clientKeyExchangeMsg, version uint16) ([]byte, error) {
772 func (ka *nilKeyAgreement) processClientKeyExchange(config *Config, cert *Certificate, ckx *clientKeyExchangeMsg, version uint16) ([]byte, error)
    [all...]
  /external/autotest/client/cros/networking/
apmanager_proxy.py 40 apmanager_constants.CONFIG_CHANNEL: dbus.UInt16,
47 apmanager_constants.CONFIG_SERVER_ADDRESS_INDEX: dbus.UInt16,
  /external/avahi/avahi-sharp/
ServiceResolver.cs 33 UInt16 port, IntPtr txt, LookupResultFlags flags,
172 UInt16 port, IntPtr txt, LookupResultFlags flags,
  /external/avahi/avahi-ui-sharp/
ServiceDialog.cs 44 private static extern UInt16 aui_service_dialog_get_port (IntPtr dialog);
149 public UInt16 Port {
  /external/clang/test/Analysis/Inputs/
system-header-simulator-objc.h 9 typedef unsigned short UInt16;
15 typedef UInt16 UniChar;
  /external/dng_sdk/source/
dng_misc_opcodes.cpp 247 const uint16 *table,
265 fTable.Reset (host.Allocate (0x10000 * sizeof (uint16)));
269 count * (uint32) sizeof (uint16));
309 fTable.Reset (host.Allocate (0x10000 * sizeof (uint16)));
311 uint16 *table = fTable->Buffer_uint16 ();
348 uint16 *table = fTable->Buffer_uint16 ();
350 uint16 lastEntry = table [fCount];
370 uint16 *table = fTable->Buffer_uint16 ();
  /external/gemmlowp/internal/
allocator.h 54 enum class TypeId : std::uint8_t { Uint8, Int8, Uint16, Int16, Uint32, Int32 };
75 GEMMLOWP_REGISTER_TYPEID(std::uint16_t, Uint16)
  /external/libnfc-nci/halimpl/bcm2079x/adaptation/
NonVolatileStore.cpp 63 void nfc_hal_nv_co_read (UINT8 *p_buf, UINT16 nbytes, UINT8 block)
121 void nfc_hal_nv_co_write (const UINT8 *p_buf, UINT16 nbytes, UINT8 block)
  /external/libnfc-nci/halimpl/bcm2079x/hal/hal/
nfc_hal_dm_cfg.c 151 (UINT16) NFC_HAL_NFCC_ENABLE_TIMEOUT, /* max time to wait for RESET NTF after setting REG_PU to high
156 (UINT16) NFC_HAL_NFCC_ENABLE_TIMEOUT /* max time to wait for RESET NTF after setting Xtal frequency
  /external/libnfc-nci/src/adaptation/
libmain.c 87 extern void nfa_nv_co_read(UINT8 *pBuffer, UINT16 nbytes, UINT8 block)
146 extern void nfa_nv_co_write(const UINT8 *pBuffer, UINT16 nbytes, UINT8 block)
  /external/libvpx/libvpx/vp9/
vp9_iface_common.h 112 // y_buffer, u_buffer, v_buffer point to uint16 address of data
117 // to a uint16 ponter and double its value.

Completed in 900 milliseconds

<<41424344454647484950>>