/external/lzma/CPP/7zip/Common/ |
StreamUtils.cpp | 7 static const UInt32 kBlockSize = ((UInt32)1 << 31);
15 UInt32 curSize = (size < kBlockSize) ? (UInt32)size : kBlockSize;
16 UInt32 processedSizeLoc;
46 UInt32 curSize = (size < kBlockSize) ? (UInt32)size : kBlockSize;
47 UInt32 processedSizeLoc;
|
OutBuffer.h | 21 UInt32 _pos;
22 UInt32 _limitPos;
23 UInt32 _streamPos;
24 UInt32 _bufferSize;
39 bool Create(UInt32 bufferSize);
|
StreamBinder.cpp | 19 STDMETHOD(Read)(void *data, UInt32 size, UInt32 *processedSize);
27 STDMETHODIMP CSequentialInStreamForBinder::Read(void *data, UInt32 size, UInt32 *processedSize)
37 STDMETHOD(Write)(const void *data, UInt32 size, UInt32 *processedSize);
46 STDMETHODIMP CSequentialOutStreamForBinder::Write(const void *data, UInt32 size, UInt32 *processedSize)
90 HRESULT CStreamBinder::Read(void *data, UInt32 size, UInt32 *processedSize) [all...] |
/external/lzma/CPP/7zip/UI/Common/ |
ZipRegistry.h | 29 UInt32 Level;
30 UInt32 Dictionary;
31 UInt32 Order;
32 UInt32 BlockLogSize;
33 UInt32 NumThreads;
42 BlockLogSize = NumThreads = Level = Dictionary = Order = UInt32(-1);
52 UInt32 Level;
99 UInt32 Flags;
|
/external/chromium/third_party/libjingle/source/talk/base/ |
time.cc | 44 const uint32 LAST = 0xFFFFFFFF; 45 const uint32 HALF = 0x80000000; 48 uint32 Time() { 56 uint32 Time() { 61 uint32 StartTime() { 63 static const uint32 g_start = Time(); 68 static uint32 ignore = StartTime(); 70 uint32 TimeAfter(int32 elapsed) { 72 ASSERT(static_cast<uint32>(elapsed) < HALF); 76 bool TimeIsBetween(uint32 earlier, uint32 middle, uint32 later) [all...] |
/external/chromium_org/content/browser/aura/ |
owned_mailbox.h | 21 uint32 texture_id() const { return texture_id_; } 22 uint32 sync_point() const { return sync_point_; } 25 void UpdateSyncPoint(uint32 sync_point); 35 uint32 texture_id_; 37 uint32 sync_point_;
|
/external/chromium_org/third_party/libjingle/source/talk/base/ |
timeutils.h | 51 typedef uint32 TimeStamp; 54 uint32 Time(); 64 uint32 TimeAfter(int32 elapsed); 67 bool TimeIsBetween(uint32 earlier, uint32 middle, uint32 later); // Inclusive 68 bool TimeIsLaterOrEqual(uint32 earlier, uint32 later); // Inclusive 69 bool TimeIsLater(uint32 earlier, uint32 later); // Exclusiv [all...] |
/external/lzma/CPP/7zip/Compress/ |
Lzma2Decoder.h | 28 UInt32 _inPos;
29 UInt32 _inSize;
54 STDMETHOD(SetDecoderProperties2)(const Byte *data, UInt32 size);
63 STDMETHOD(Read)(void *data, UInt32 size, UInt32 *processedSize);
|
RangeCoderBit.h | 13 const UInt32 kBitModelTotal = (1 << kNumBitModelTotalBits);
18 const UInt32 kBitPrice = 1 << kNumBitPriceShiftBits;
20 extern UInt32 ProbPrices[kBitModelTotal >> kNumMoveReducingBits];
26 UInt32 Prob;
27 void UpdateModel(UInt32 symbol)
46 void Encode(CEncoder *encoder, UInt32 symbol)
52 UInt32 newBound = (encoder->Range >> kNumBitModelTotalBits) * this->Prob;
70 UInt32 GetPrice(UInt32 symbol) const
74 UInt32 GetPrice0() const { return ProbPrices[this->Prob >> kNumMoveReducingBits]; } [all...] |
/external/chromium_org/media/cast/logging/ |
logging_internal.cc | 16 void FrameLogData::Insert(uint32 rtp_timestamp, uint32 frame_id) { 22 uint32 rtp_timestamp, uint32 frame_id, int size) { 29 uint32 rtp_timestamp, uint32 frame_id, base::TimeDelta delay) { 36 uint32 rtp_timestamp, uint32 frame_id, FrameEvent info) { 48 void PacketLogData::Insert(uint32 rtp_timestamp, 49 uint32 frame_id, uint16 packet_id, uint16 max_packet_id, int size) [all...] |
logging_raw.h | 33 uint32 rtp_timestamp, 34 uint32 frame_id); 38 uint32 rtp_timestamp, 39 uint32 frame_id, 44 uint32 rtp_timestamp, 45 uint32 frame_id, 50 uint32 rtp_timestamp, 51 uint32 frame_id, 69 uint32 frame_id, 70 uint32 rtp_timestamp) [all...] |
/external/libnfc-nci/src/nfc/include/ |
ndef_utils.h | 101 EXPORT_NDEF_API extern tNDEF_STATUS NDEF_MsgValidate (UINT8 *p_msg, UINT32 msg_len, BOOLEAN b_allow_chunks); 125 EXPORT_NDEF_API extern UINT32 NDEF_MsgGetRecLength (UINT8 *p_cur_rec); 242 EXPORT_NDEF_API extern UINT8 *NDEF_RecGetPayload (UINT8 *p_rec, UINT32 *p_payload_len); 257 EXPORT_NDEF_API extern void NDEF_MsgInit (UINT8 *p_msg, UINT32 max_size, UINT32 *p_cur_size); 269 EXPORT_NDEF_API extern tNDEF_STATUS NDEF_MsgAddRec (UINT8 *p_msg, UINT32 max_size, UINT32 *p_cur_size, 272 UINT8 *p_payload, UINT32 payload_len); 285 EXPORT_NDEF_API extern tNDEF_STATUS NDEF_MsgInsertRec (UINT8 *p_msg, UINT32 max_size, UINT32 *p_cur_size, INT32 index [all...] |
/external/chromium/net/tools/flip_server/ |
spdy_interface.h | 76 virtual void SetStreamID(uint32 stream_id) {} 90 virtual void NewStream(uint32 stream_id, 91 uint32 priority, 94 virtual void SendEOF(uint32 stream_id); 95 virtual void SendErrorNotFound(uint32 stream_id); 96 void SendOKResponse(uint32 stream_id, std::string* output); 97 virtual size_t SendSynStream(uint32 stream_id, const BalsaHeaders& headers); 98 virtual size_t SendSynReply(uint32 stream_id, const BalsaHeaders& headers); 99 virtual void SendDataFrame(uint32 stream_id, const char* data, int64 len, 100 uint32 flags, bool compress) [all...] |
http_interface.h | 70 void SendOKResponse(uint32 stream_id, std::string* output); 88 virtual void SetStreamID(uint32 stream_id); 97 virtual void NewStream(uint32 stream_id, uint32 priority, 99 virtual void SendEOF(uint32 stream_id); 100 virtual void SendErrorNotFound(uint32 stream_id); 101 virtual size_t SendSynStream(uint32 stream_id, const BalsaHeaders& headers); 102 virtual size_t SendSynReply(uint32 stream_id, const BalsaHeaders& headers); 103 virtual void SendDataFrame(uint32 stream_id, const char* data, int64 len, 104 uint32 flags, bool compress) [all...] |
/external/chromium_org/third_party/lzma_sdk/ |
CpuArch.h | 67 #define GetUi32(p) (*(const UInt32 *)(p)) 70 #define SetUi32(p, d) *(UInt32 *)(p) = (d); 79 ((UInt32)((const Byte *)(p))[1] << 8) | \ 80 ((UInt32)((const Byte *)(p))[2] << 16) | \ 81 ((UInt32)((const Byte *)(p))[3] << 24)) 85 #define SetUi16(p, d) { UInt32 _x_ = (d); \ 89 #define SetUi32(p, d) { UInt32 _x_ = (d); \ 96 SetUi32(p, (UInt32)_x64_); \ 97 SetUi32(((Byte *)(p)) + 4, (UInt32)(_x64_ >> 32)); } 105 #define GetBe32(p) _byteswap_ulong(*(const UInt32 *)(const Byte *)(p) [all...] |
/external/lzma/C/ |
CpuArch.h | 66 #define GetUi32(p) (*(const UInt32 *)(p))
69 #define SetUi32(p, d) *(UInt32 *)(p) = (d);
78 ((UInt32)((const Byte *)(p))[1] << 8) | \
79 ((UInt32)((const Byte *)(p))[2] << 16) | \
80 ((UInt32)((const Byte *)(p))[3] << 24))
84 #define SetUi16(p, d) { UInt32 _x_ = (d); \
88 #define SetUi32(p, d) { UInt32 _x_ = (d); \
95 SetUi32(p, (UInt32)_x64_); \
96 SetUi32(((Byte *)(p)) + 4, (UInt32)(_x64_ >> 32)); }
104 #define GetBe32(p) _byteswap_ulong(*(const UInt32 *)(const Byte *)(p)) [all...] |
/external/chromium_org/crypto/ |
apple_keychain_mac.mm | 23 UInt32* length, 33 UInt32 length, 70 UInt32 serverNameLength, 72 UInt32 securityDomainLength, 74 UInt32 accountNameLength, 76 UInt32 pathLength, 81 UInt32 passwordLength, 96 UInt32 serviceNameLength, 98 UInt32 accountNameLength, 100 UInt32* passwordLength [all...] |
/external/chromium_org/gpu/command_buffer/common/ |
gles2_cmd_format_test_autogen.h | 20 EXPECT_EQ(static_cast<uint32>(cmds::ActiveTexture::kCmdId), 34 EXPECT_EQ(static_cast<uint32>(cmds::AttachShader::kCmdId), 49 static_cast<uint32>(13), 50 static_cast<uint32>(14), 51 static_cast<uint32>(15)); 52 EXPECT_EQ(static_cast<uint32>(cmds::BindAttribLocation::kCmdId), 57 EXPECT_EQ(static_cast<uint32>(13), cmd.name_shm_id); 58 EXPECT_EQ(static_cast<uint32>(14), cmd.name_shm_offset); 59 EXPECT_EQ(static_cast<uint32>(15), cmd.data_size); 71 static_cast<uint32>(13)) [all...] |
/external/chromium_org/chrome/utility/cloud_print/ |
pwg_encoder.cc | 18 const uint32 kBitsPerColor = 8; 19 const uint32 kColorSpace = 19; // sRGB. 20 const uint32 kColorOrder = 0; // chunky. 21 const uint32 kNumColors = 3; 22 const uint32 kBitsPerPixel = kNumColors * kBitsPerColor; 26 const uint32 kHeaderSize = 1796; 27 const uint32 kHeaderHwResolutionHorizontal = 276; 28 const uint32 kHeaderHwResolutionVertical = 280; 29 const uint32 kHeaderCupsWidth = 372; 30 const uint32 kHeaderCupsHeight = 376 [all...] |
/external/qemu/target-i386/ |
hax-interface.h | 31 uint32 fip; 39 uint32 fdp; 45 uint32 mxcsr; 46 uint32 mxcsr_mask; 72 uint32 raw; 74 uint32 sti_blocking : 1; 75 uint32 movss_blocking : 1; 76 uint32 smi_blocking : 1; 77 uint32 nmi_blocking : 1; 78 uint32 reserved : 28 97 uint32 : 4; member in struct:segment_desc_t::__anon25581::__anon25582 103 uint32 : 15; member in struct:segment_desc_t::__anon25581::__anon25582 [all...] |
/external/chromium_org/chrome/common/ |
partial_circular_buffer.cc | 13 inline uint32 Min3(uint32 a, uint32 b, uint32 c) { 20 uint32 buffer_size) 26 uint32 header_size = 38 uint32 buffer_size, 39 uint32 wrap_position, 46 uint32 header_size = 64 uint32 PartialCircularBuffer::Read(void* buffer, uint32 buffer_size) [all...] |
/external/neven/Embedded/common/src/b_BitFeatureEm/ |
Scanner.h | 51 uint32 scaleExpE; 54 uint32 scaleE; 63 uint32 effMaxScaleE; 66 uint32 currentWidthE; 69 uint32 currentHeightE; 72 uint32 workWidthE; 75 uint32 workHeightE; 107 uint32 intCountE; 110 uint32 outCountE; 118 uint32 bufferSizeE [all...] |
/external/chromium_org/base/process/ |
process_iterator.h | 42 const uint32 kProcessAccessTerminate = PROCESS_TERMINATE; 43 const uint32 kProcessAccessCreateThread = PROCESS_CREATE_THREAD; 44 const uint32 kProcessAccessSetSessionId = PROCESS_SET_SESSIONID; 45 const uint32 kProcessAccessVMOperation = PROCESS_VM_OPERATION; 46 const uint32 kProcessAccessVMRead = PROCESS_VM_READ; 47 const uint32 kProcessAccessVMWrite = PROCESS_VM_WRITE; 48 const uint32 kProcessAccessDuplicateHandle = PROCESS_DUP_HANDLE; 49 const uint32 kProcessAccessCreateProcess = PROCESS_CREATE_PROCESS; 50 const uint32 kProcessAccessSetQuota = PROCESS_SET_QUOTA; 51 const uint32 kProcessAccessSetInformation = PROCESS_SET_INFORMATION [all...] |
/external/chromium_org/chrome/browser/net/ |
probe_message.proto | 26 required uint32 version = 1; 27 optional uint32 checksum = 2; 39 optional uint32 group_id = 3; 40 optional uint32 packet_index = 4; // Packet index in each batch. 41 optional uint32 probe_size_bytes = 5; // Specify the probe packet size. 43 optional uint32 pacing_interval_micros = 6; 45 optional uint32 number_probe_packets = 7;
|
/external/chromium_org/media/mp4/ |
box_definitions.h | 39 uint32 minor_version; 59 uint32 sample_count; 73 uint32 version; 104 uint32 timescale; 108 uint32 next_track_id; 116 uint32 track_id; 121 uint32 width; 122 uint32 height; 169 uint32 h_spacing; 170 uint32 v_spacing [all...] |