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

<<21222324252627282930>>

  /prebuilts/go/linux-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
  /system/bt/stack/smp/
smp_cmac.c 38 UINT16 len;
39 UINT16 round;
132 static BOOLEAN cmac_aes_k_calculate(BT_OCTET16 key, UINT8 *p_signature, UINT16 tlen)
291 BOOLEAN aes_cipher_msg_auth_code(BT_OCTET16 key, UINT8 *input, UINT16 length,
292 UINT16 tlen, UINT8 *p_signature)
294 UINT16 len, diff;
295 UINT16 n = (length + BT_OCTET16_LEN - 1) / BT_OCTET16_LEN; /* n is number of rounds */
328 void test_cmac_cback(UINT8 *p_mac, UINT16 tlen)
353 UINT16 len;
  /external/autotest/client/site_tests/platform_Firewall/
platform_Firewall.py 74 ret = pb.RequestTcpPortAccess(dbus.UInt16(self._PORT), "",
81 ret = pb.RequestUdpPortAccess(dbus.UInt16(self._PORT), "",
88 ret = pb.RequestTcpPortAccess(dbus.UInt16(self._PORT),
113 ret = pb.ReleaseTcpPort(dbus.UInt16(self._PORT), "")
118 ret = pb.ReleaseUdpPort(dbus.UInt16(self._PORT), "")
  /external/chromium-trace/catapult/tracing/tracing/extras/importer/
ddms_importer.html 52 uint16: function() {
139 this.version_ = traceReader.uint16();
143 var dataOffest = traceReader.uint16();
145 var recordSize = traceReader.uint16();
155 var tid = reader.uint16();
  /external/dng_sdk/source/
dng_utils.h 94 inline uint16 Min_uint16 (uint16 x, uint16 y)
101 inline uint16 Max_uint16 (uint16 x, uint16 y)
156 inline uint16 Pin_uint16 (int32 x)
178 return (uint16) x;
594 inline uint16 SwapBytes16 (uint16 x
    [all...]
dng_pixel_buffer.cpp 612 DoSetArea16 ((uint16 *) dPtr,
613 (uint16) value,
787 DoCopyArea16 ((const uint16 *) sPtr,
788 (uint16 *) dPtr,
843 (uint16 *) dPtr,
955 DoCopyArea16_S16 ((const uint16 *) sPtr,
974 DoCopyArea16_32 ((const uint16 *) sPtr,
993 DoCopyArea16_R32 ((const uint16 *) sPtr,
1053 DoCopyArea16_S16 ((const uint16 *) sPtr,
1128 DoCopyArea16 (((const uint16 *) sPtr) + (qDNGBigEndian ? 1 : 0)
    [all...]
  /external/pdfium/third_party/libtiff/
tif_predict.c 49 static int PredictorDecodeRow(TIFF* tif, uint8* op0, tmsize_t occ0, uint16 s);
50 static int PredictorDecodeTile(TIFF* tif, uint8* op0, tmsize_t occ0, uint16 s);
51 static int PredictorEncodeRow(TIFF* tif, uint8* bp, tmsize_t cc, uint16 s);
52 static int PredictorEncodeTile(TIFF* tif, uint8* bp0, tmsize_t cc0, uint16 s);
320 uint16* wp = (uint16*) cp0;
331 uint16* wp = (uint16*) cp0;
339 REPEAT4(stride, wp[stride] = (uint16)(((unsigned int)wp[stride] + (unsigned int)wp[0]) & 0xffff); wp++)
417 PredictorDecodeRow(TIFF* tif, uint8* op0, tmsize_t occ0, uint16 s
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
ipsectypes.h 192 UINT16 localUdpEncapPort;
193 UINT16 remoteUdpEncapPort;
334 UINT16 remotePort;
541 UINT16 remotePort;
542 UINT16 localPort;
  /system/bt/btif/include/
btif_media.h 69 UINT16 SamplingFreq; /* 16k, 32k, 44.1k or 48k*/
74 UINT16 MtuSize; /* peer mtu size */
82 UINT16 MinMtuSize; /* Minimum peer mtu size */
230 extern void btif_media_aa_writebuf(BT_HDR *pBuf, UINT32 timestamp, UINT16 seq_num);
242 UINT32 timestamp, UINT16 seq_num);
  /system/bt/stack/avrc/
avrc_opt.c 70 p_cmd->len = (UINT16)(p_data + p_msg->vendor_len - (UINT8 *)(p_cmd + 1) - p_cmd->offset);
97 UINT16 AVRC_UnitCmd(UINT8 handle, UINT8 label)
140 UINT16 AVRC_SubCmd(UINT8 handle, UINT8 label, UINT8 page)
182 UINT16 AVRC_VendorCmd(UINT8 handle, UINT8 label, tAVRC_MSG_VENDOR *p_msg)
217 UINT16 AVRC_VendorRsp(UINT8 handle, UINT8 label, tAVRC_MSG_VENDOR *p_msg)
  /frameworks/av/media/libstagefright/codecs/mp3dec/src/
pvmp3_decode_huff_cw.cpp 140 uint16 pvmp3_decode_huff_cw_tab0(tmp3Bits *pMainData)
150 uint16 pvmp3_decode_huff_cw_tab1(tmp3Bits *pMainData)
153 uint16 cw;
167 uint16 pvmp3_decode_huff_cw_tab2(tmp3Bits *pMainData)
170 uint16 cw;
193 uint16 pvmp3_decode_huff_cw_tab3(tmp3Bits *pMainData)
196 uint16 cw;
219 uint16 pvmp3_decode_huff_cw_tab5(tmp3Bits *pMainData)
222 uint16 cw;
248 uint16 pvmp3_decode_huff_cw_tab6(tmp3Bits *pMainData
    [all...]
  /system/bt/stack/include/
btm_ble_api.h 271 UINT16 opcode;
375 UINT16 tot_scan_results_strg;
381 UINT16 version_supported;
382 UINT16 total_trackable_advertisers;
390 UINT16 low;
391 UINT16 hi;
401 UINT16 uuid[MAX_16BIT_SERVICES];
463 UINT16 appearance;
485 UINT16 adv_int_min;
486 UINT16 adv_int_max
    [all...]
  /external/boringssl/src/ssl/test/runner/
runner.go 140 expectedVersion uint16
143 expectedResumeVersion uint16
146 expectedCipher uint16
161 expectedSRTPProtectionProfile uint16
215 renegotiateCiphers []uint16
781 version uint16
793 id uint16
871 CipherSuites: []uint16{TLS_ECDHE_RSA_WITH_AES_128_GCM_SHA256},
882 CipherSuites: []uint16{TLS_ECDHE_ECDSA_WITH_AES_128_GCM_SHA256},
920 CipherSuites: []uint16{TLS_ECDHE_ECDSA_WITH_AES_128_GCM_SHA256}
    [all...]
  /system/bt/stack/sdp/
sdp_api.c 67 BOOLEAN SDP_InitDiscoveryDb (tSDP_DISCOVERY_DB *p_db, UINT32 len, UINT16 num_uuid,
68 tSDP_UUID *p_uuid_list, UINT16 num_attr, UINT16 *p_attr_list)
71 UINT16 xx;
241 void SDP_SetIdleTimeout (BD_ADDR addr, UINT16 timeout)
260 tSDP_DISC_REC *SDP_FindAttributeInDb (tSDP_DISCOVERY_DB *p_db, UINT16 attr_id,
305 tSDP_DISC_ATTR *SDP_FindAttributeInRec (tSDP_DISC_REC *p_rec, UINT16 attr_id)
486 tSDP_DISC_REC *SDP_FindServiceInDb (tSDP_DISCOVERY_DB *p_db, UINT16 service_uuid, tSDP_DISC_REC *p_start_rec)
723 static BOOLEAN sdp_fill_proto_elem( tSDP_DISC_ATTR *p_attr, UINT16 layer_uuid,
783 BOOLEAN SDP_FindProtocolListElemInRec (tSDP_DISC_REC *p_rec, UINT16 layer_uuid, tSDP_PROTOCOL_ELEM *p_elem
    [all...]
  /external/libnfc-nci/src/nfa/p2p/
nfa_p2p_api.c 207 UINT16 miu,
381 UINT16 miu,
442 UINT16 miu,
502 UINT16 length,
688 UINT16 length,
    [all...]
  /external/lzma/C/
Ppmd7.c 12 static const UInt16 kInitBinEsc[] = { 0x3CDD, 0x1F3F, 0x59BF, 0x48F3, 0x64A1, 0x5ABC, 0x6632, 0x6051};
48 UInt16 Stamp; /* must be at offset 0 as CPpmd7_Context::NumStats. Stamp=0 means free */
49 UInt16 NU;
162 UInt16 nu = I2U(i);
172 node->NU = (UInt16)nu;
194 node->NU = (UInt16)nu;
283 (p)->SuccessorLow = (UInt16)((UInt32)(v) & 0xFFFF);
284 (p)->SuccessorHigh = (UInt16)(((UInt32)(v) >> 16) & 0xFFFF);
319 UInt16 *dest = p->BinSumm[i] + k;
320 UInt16 val = (UInt16)(PPMD_BIN_SCALE - kInitBinEsc[k] / (i + 2));
    [all...]
7z.h 180 size_t SzArEx_GetFileNameUtf16(const CSzArEx *p, size_t fileIndex, UInt16 *dest);
184 UInt16 *SzArEx_GetFullNameUtf16_Back(const CSzArEx *p, size_t fileIndex, UInt16 *dest);
Ppmd7.h 34 UInt16 NumStats;
35 UInt16 SummFreq;
59 UInt16 BinSumm[128][64];
  /system/bt/bta/jv/
bta_jv_api.c 193 tBTA_JV_STATUS BTA_JvFreeChannel(UINT16 channel, int conn_type)
222 tBTA_JV_STATUS BTA_JvStartDiscovery(BD_ADDR bd_addr, UINT16 num_uuid,
310 const tL2CAP_ERTM_INFO *ertm_info, UINT16 remote_chan,
311 UINT16 rx_mtu, tL2CAP_CFG_INFO *cfg,
363 const tL2CAP_ERTM_INFO *ertm_info, UINT16 remote_psm,
364 UINT16 rx_mtu, tL2CAP_CFG_INFO *cfg,
472 const tL2CAP_ERTM_INFO *ertm_info,UINT16 local_psm, UINT16 rx_mtu, tL2CAP_CFG_INFO *cfg,
523 const tL2CAP_ERTM_INFO *ertm_info,UINT16 local_chan, UINT16 rx_mtu, tL2CAP_CFG_INFO *cfg
    [all...]
  /external/libnfc-nci/src/nfa/ce/
nfa_ce_main.c 65 static char *nfa_ce_evt_2_str (UINT16 event);
178 UINT16 act_idx;
210 static char *nfa_ce_evt_2_str (UINT16 event)
  /external/lzma/C/Util/7z/
7zMain.c 40 static Bool Utf16_To_Utf8(Byte *dest, size_t *destLen, const UInt16 *src, size_t srcLen)
89 static SRes Utf16_To_Utf8Buf(CBuf *dest, const UInt16 *src, size_t srcLen)
104 static SRes Utf16_To_Char(CBuf *buf, const UInt16 *s
147 static WRes MyCreateDir(const UInt16 *name)
173 static WRes OutFile_OpenUtf16(CSzFile *p, const UInt16 *name)
188 static SRes PrintString(const UInt16 *s)
316 UInt16 *temp = NULL;
410 temp = (UInt16 *)SzAlloc(NULL, tempSize * sizeof(temp[0]));
478 UInt16 *name = (UInt16 *)temp;
    [all...]
  /external/tpm2/
CpriRNG.c 107 LIB_EXPORT UINT16
119 return (UINT16)randomSize;
131 LIB_EXPORT UINT16
  /packages/apps/Nfc/nci/jni/
DataQueue.cpp 85 bool DataQueue::enqueue (UINT8* data, UINT16 dataLen)
126 bool DataQueue::dequeue (UINT8* buffer, UINT16 bufferMaxLen, UINT16& actualLen)
  /prebuilts/go/darwin-x86/src/runtime/
defs_dragonfly_amd64.go 90 _type uint16
91 prio uint16
204 flags uint16
defs_freebsd_386.go 94 _type uint16
95 prio uint16
209 flags uint16

Completed in 700 milliseconds

<<21222324252627282930>>