/external/chromium_org/net/disk_cache/simple/ |
simple_entry_format.h | 43 uint32 version; 44 uint32 key_length; 45 uint32 key_hash; 56 uint32 flags; 57 uint32 data_crc32; 59 uint32 stream_size; 68 uint32 data_crc32;
|
/external/chromium_org/net/quic/ |
quic_connection_stats.h | 34 uint32 packets_sent; 38 uint32 packets_received; // includes dropped packets 42 uint32 packets_retransmitted; 44 uint32 packets_revived; 45 uint32 packets_dropped; // duplicate or less than least unacked. 46 uint32 rto_count; 48 uint32 rtt; // In microseconds
|
/external/chromium_org/third_party/lzma_sdk/ |
7zCrcOpt.c | 10 UInt32 MY_FAST_CALL CrcUpdateT4(UInt32 v, const void *data, size_t size, const UInt32 *table) 17 v ^= *(const UInt32 *)p; 29 UInt32 MY_FAST_CALL CrcUpdateT8(UInt32 v, const void *data, size_t size, const UInt32 *table)
|
/external/chromium_org/ui/base/ime/chromeos/ |
mock_ime_engine_handler.h | 27 virtual void CandidateClicked(uint32 index) OVERRIDE; 28 virtual void SetSurroundingText(const std::string& text, uint32 cursor_pos, 29 uint32 anchor_pos) OVERRIDE; 53 uint32 last_set_surrounding_cursor_pos() const { 57 uint32 last_set_surrounding_anchor_pos() const { 78 uint32 last_set_surrounding_cursor_pos_; 79 uint32 last_set_surrounding_anchor_pos_;
|
/external/lzma/C/ |
7zCrcOpt.c | 10 UInt32 MY_FAST_CALL CrcUpdateT4(UInt32 v, const void *data, size_t size, const UInt32 *table)
17 v ^= *(const UInt32 *)p;
29 UInt32 MY_FAST_CALL CrcUpdateT8(UInt32 v, const void *data, size_t size, const UInt32 *table)
|
/external/lzma/CPP/7zip/Archive/Common/ |
CoderMixer2MT.h | 21 CCoder2(UInt32 numInStreams, UInt32 numOutStreams);
32 SetProgressIndex(UInt32 coderIndex);
61 UInt32 numInStreams,
64 UInt32 numOutStreams,
73 void SetCoderInfo(UInt32 coderIndex, const UInt64 **inSizes, const UInt64 **outSizes)
75 UInt64 GetWriteProcessedSize(UInt32 binderIndex) const
|
/external/lzma/CPP/7zip/Common/ |
InBuffer.h | 24 UInt32 _bufferSize;
38 bool Create(UInt32 bufferSize);
59 UInt32 ReadBytes(Byte *buf, UInt32 size)
61 if ((UInt32)(_bufferLimit - _buffer) >= size)
63 for (UInt32 i = 0; i < size; i++)
68 for (UInt32 i = 0; i < size; i++)
|
LimitedStreams.h | 30 STDMETHOD(Read)(void *data, UInt32 size, UInt32 *processedSize);
59 STDMETHOD(Read)(void *data, UInt32 size, UInt32 *processedSize);
60 STDMETHOD(Seek)(Int64 offset, UInt32 seekOrigin, UInt64 *newPosition);
71 UInt32 _curRem;
77 CRecordVector<UInt32> Vector;
96 STDMETHOD(Read)(void *data, UInt32 size, UInt32 *processedSize);
97 STDMETHOD(Seek)(Int64 offset, UInt32 seekOrigin, UInt64 *newPosition); [all...] |
StreamObjects.h | 37 STDMETHOD(Read)(void *data, UInt32 size, UInt32 *processedSize);
38 STDMETHOD(Seek)(Int64 offset, UInt32 seekOrigin, UInt64 *newPosition);
72 STDMETHOD(Write)(const void *data, UInt32 size, UInt32 *processedSize);
92 STDMETHOD(Write)(const void *data, UInt32 size, UInt32 *processedSize);
107 STDMETHOD(Write)(const void *data, UInt32 size, UInt32 *processedSize);
131 STDMETHOD(Read)(void *data, UInt32 size, UInt32 *processedSize); [all...] |
/frameworks/base/tests/Camera2Tests/SmartCamera/SimpleCamera/jni/ |
pixelutils.cpp | 21 typedef uint32_t uint32; typedef 26 uint32* pInPix = static_cast<uint32*>(env->GetDirectBufferAddress(input)); 27 uint32* pOutput = static_cast<uint32*>(env->GetDirectBufferAddress(output)); 28 uint32* pOutRow = pOutput + offset; 30 uint32* pOutPix = pOutRow;
|
/external/chromium/net/tools/flip_server/ |
sm_interface.h | 34 virtual void SetStreamID(uint32 stream_id) = 0; 49 virtual void NewStream(uint32 stream_id, uint32 priority, 51 virtual void SendEOF(uint32 stream_id) = 0; 52 virtual void SendErrorNotFound(uint32 stream_id) = 0; 53 virtual size_t SendSynStream(uint32 stream_id, 55 virtual size_t SendSynReply(uint32 stream_id, 57 virtual void SendDataFrame(uint32 stream_id, const char* data, int64 len, 58 uint32 flags, bool compress) = 0;
|
streamer_interface.h | 47 virtual void SetStreamID(uint32 stream_id) {} 55 virtual void NewStream(uint32 stream_id, uint32 priority, 57 virtual void SendEOF(uint32 stream_id) {} 58 virtual void SendErrorNotFound(uint32 stream_id) {} 59 virtual void SendOKResponse(uint32 stream_id, std::string output) {} 60 virtual size_t SendSynStream(uint32 stream_id, const BalsaHeaders& headers); 61 virtual size_t SendSynReply(uint32 stream_id, const BalsaHeaders& headers); 62 virtual void SendDataFrame(uint32 stream_id, const char* data, int64 len, 63 uint32 flags, bool compress) { [all...] |
/external/chromium_org/chrome/browser/net/ |
probe_message.h | 23 uint32 group_id, 24 uint32 probe_size, 25 uint32 pacing_interval_micros, 26 uint32 number_probe_packets, 37 static const uint32 kMaxProbePacketBytes; 48 uint32 Checksum(const std::string& str) const; 53 static const uint32 kVersion; 54 static const uint32 kMaxNumberProbePackets; 55 static const uint32 kMaxPacingIntervalMicros;
|
/external/chromium_org/media/cast/rtcp/ |
rtcp_receiver.h | 38 uint32 receivers_ssrc, 39 uint32 last_report, 40 uint32 delay_since_last_report) = 0; 51 uint32 local_ssrc); 54 void SetRemoteSSRC(uint32 ssrc); 64 uint32 remote_ssrc); 72 void HandleRrtr(RtcpParser* rtcp_parser, uint32 remote_ssrc); 106 const uint32 ssrc_; 107 uint32 remote_ssrc_;
|
/external/chromium_org/net/tools/flip_server/ |
sm_interface.h | 34 virtual void SetStreamID(uint32 stream_id) = 0; 49 virtual void NewStream(uint32 stream_id, 50 uint32 priority, 52 virtual void SendEOF(uint32 stream_id) = 0; 53 virtual void SendErrorNotFound(uint32 stream_id) = 0; 54 virtual size_t SendSynStream(uint32 stream_id, 56 virtual size_t SendSynReply(uint32 stream_id, 58 virtual void SendDataFrame(uint32 stream_id, 61 uint32 flags,
|
http_interface.h | 88 virtual void SetStreamID(uint32 stream_id) OVERRIDE; 97 virtual void NewStream(uint32 stream_id, 98 uint32 priority, 100 virtual void SendEOF(uint32 stream_id) OVERRIDE; 101 virtual void SendErrorNotFound(uint32 stream_id) OVERRIDE; 102 virtual size_t SendSynStream(uint32 stream_id, 104 virtual size_t SendSynReply(uint32 stream_id, 106 virtual void SendDataFrame(uint32 stream_id, 109 uint32 flags, 113 void SendEOFImpl(uint32 stream_id) [all...] |
streamer_interface.h | 47 virtual void SetStreamID(uint32 stream_id) OVERRIDE {} 55 virtual void NewStream(uint32 stream_id, 56 uint32 priority, 58 virtual void SendEOF(uint32 stream_id) OVERRIDE {} 59 virtual void SendErrorNotFound(uint32 stream_id) OVERRIDE {} 60 virtual void SendOKResponse(uint32 stream_id, std::string output) {} 61 virtual size_t SendSynStream(uint32 stream_id, 63 virtual size_t SendSynReply(uint32 stream_id, 65 virtual void SendDataFrame(uint32 stream_id, 68 uint32 flags [all...] |
/external/chromium_org/third_party/libjingle/source/talk/p2p/base/ |
portallocator.h | 47 const uint32 PORTALLOCATOR_DISABLE_UDP = 0x01; 48 const uint32 PORTALLOCATOR_DISABLE_STUN = 0x02; 49 const uint32 PORTALLOCATOR_DISABLE_RELAY = 0x04; 50 const uint32 PORTALLOCATOR_DISABLE_TCP = 0x08; 51 const uint32 PORTALLOCATOR_ENABLE_SHAKER = 0x10; 52 const uint32 PORTALLOCATOR_ENABLE_BUNDLE = 0x20; 53 const uint32 PORTALLOCATOR_ENABLE_IPV6 = 0x40; 54 const uint32 PORTALLOCATOR_ENABLE_SHARED_UFRAG = 0x80; 55 const uint32 PORTALLOCATOR_ENABLE_SHARED_SOCKET = 0x100; 56 const uint32 PORTALLOCATOR_ENABLE_STUN_RETRANSMIT_ATTRIBUTE = 0x200 [all...] |
/external/lzma/CPP/7zip/UI/Common/ |
Bench.cpp | 41 static const UInt32 kUncompressMinBlockSize =
48 static const UInt32 kCrcBlockSize =
55 static const UInt32 kAdditionalSize = (1 << 16);
56 static const UInt32 kCompressedAdditionalSize = (1 << 10);
57 static const UInt32 kMaxLzmaPropSize = 5;
61 UInt32 A1;
62 UInt32 A2;
66 UInt32 GetRnd()
102 UInt32 GetVal(UInt32 &res, int numBits) [all...] |
/external/lzma/CS/7zip/Compress/LzmaAlone/ |
LzmaBench.cs | 13 const UInt32 kAdditionalSize = (6 << 20);
14 const UInt32 kCompressedAdditionalSize = (1 << 10);
15 const UInt32 kMaxLzmaPropSize = 10;
19 UInt32 A1;
20 UInt32 A2;
23 public UInt32 GetRnd()
34 UInt32 Value;
41 public UInt32 GetRnd(int numBits)
43 UInt32 result;
46 result = Value & (((UInt32)1 << numBits) - 1); [all...] |
/hardware/broadcom/wlan/bcmdhd/dhdutil/include/ |
wlioctl.h | 63 uint32 num; 72 uint32 packetId; 85 uint32 channel; 96 uint32 flag; 115 uint32 version; /* version field */ 116 uint32 length; /* byte length of data in this record, 133 uint32 ie_length; /* byte length of Information Elements */ 148 uint32 version; /* version field */ 149 uint32 length; /* byte length of data in this record, 168 uint32 nbss_cap; /* 802.11N BSS Capabilities (based on HT_CAP_*) * [all...] |
/external/lzma/CPP/7zip/Compress/ |
Bcj2Coder.cpp | 58 const UInt32 kDefaultLimit = (1 << 24);
60 HRESULT CEncoder::CodeReal(ISequentialInStream **inStreams, const UInt64 **inSizes, UInt32 numInStreams,
61 ISequentialOutStream **outStreams, const UInt64 ** /* outSizes */, UInt32 numOutStreams,
100 UInt32 nowPos = 0;
102 UInt32 bufferPos = 0;
112 UInt32 processedSize = 0;
115 UInt32 size = kBufferSize - (bufferPos + processedSize);
116 UInt32 processedSizeLoc;
124 UInt32 endPos = bufferPos + processedSize;
133 UInt32 index; [all...] |
/external/chromium_org/media/cast/ |
cast_defines.h | 21 const uint32 kVideoFrequency = 90000; 23 const uint32 kStartFrameId = GG_UINT32_C(0xffffffff); 71 inline bool IsNewerFrameId(uint32 frame_id, uint32 prev_frame_id) { 73 static_cast<uint32>(frame_id - prev_frame_id) < 0x80000000; 76 inline bool IsNewerRtpTimestamp(uint32 timestamp, uint32 prev_timestamp) { 78 static_cast<uint32>(timestamp - prev_timestamp) < 0x80000000; 81 inline bool IsOlderFrameId(uint32 frame_id, uint32 prev_frame_id) [all...] |
/external/lzma/CPP/7zip/Archive/ |
IArchive.h | 85 STDMETHOD(GetStream)(UInt32 index, ISequentialOutStream **outStream, Int32 askExtractMode) x; \
107 STDMETHOD(GetStream)(UInt32 index, ISequentialInStream **stream) PURE;
127 STDMETHOD(GetNumberOfItems)(UInt32 *numItems) x; \
128 STDMETHOD(GetProperty)(UInt32 index, PROPID propID, PROPVARIANT *value) x; \
129 STDMETHOD(Extract)(const UInt32* indices, UInt32 numItems, Int32 testMode, IArchiveExtractCallback *extractCallback) x; \
131 STDMETHOD(GetNumberOfProperties)(UInt32 *numProperties) x; \
132 STDMETHOD(GetPropertyInfo)(UInt32 index, BSTR *name, PROPID *propID, VARTYPE *varType) x; \
133 STDMETHOD(GetNumberOfArchiveProperties)(UInt32 *numProperties) x; \
134 STDMETHOD(GetArchivePropertyInfo)(UInt32 index, BSTR *name, PROPID *propID, VARTYPE *varType) x; [all...] |
/external/neven/Embedded/common/src/b_BasicEm/ |
Functions.h | 48 /** writes a 32 bit word to memory; returns bbs_SIZEOF16( uint32 ) */ 49 uint32 bbs_memWrite32( const void* ptrA, 52 /** reads a 32 bit word from memory; returns bbs_SIZEOF16( uint32 ) */ 53 uint32 bbs_memRead32( void* ptrA, 57 uint32 bbs_memPeek32( const uint16* memPtrA ); 60 uint32 bbs_memWrite16( const void* ptrA, 64 uint32 bbs_memRead16( void* ptrA, 67 /** writes a 32 bit word array to memory; sizeA specifies number of words in array; returns bbs_SIZEOF16( uint32 ) * sizeA */ 68 uint32 bbs_memWrite32Arr( struct bbs_Context* cpA, 70 uint32 sizeA, uint16* memPtrA ) [all...] |