/external/lzma/C/ |
LzFindMt.c | 51 UInt32 myNumBlocks = p->numProcessedBlocks;
100 static SRes MtSync_Create2(CMtSync *p, unsigned (MY_STD_CALL *startAddress)(void *), void *obj, UInt32 numBlocks)
122 static SRes MtSync_Create(CMtSync *p, unsigned (MY_STD_CALL *startAddress)(void *), void *obj, UInt32 numBlocks)
135 static void GetHeads ## name(const Byte *p, UInt32 pos, \
136 UInt32 *hash, UInt32 hashMask, UInt32 *heads, UInt32 numHeads, const UInt32 *crc) \
138 const UInt32 value = (v); p++; *heads++ = pos - hash[value]; hash[value] = pos++; } } [all...] |
Bra86.c | 11 SizeT x86_Convert(Byte *data, SizeT size, UInt32 ip, UInt32 *state, int encoding)
14 UInt32 prevMask = *state & 0x7;
52 UInt32 src = ((UInt32)p[4] << 24) | ((UInt32)p[3] << 16) | ((UInt32)p[2] << 8) | ((UInt32)p[1]);
53 UInt32 dest;
59 dest = (ip + (UInt32)bufferPos) + src; [all...] |
LzmaEnc.c | 34 #define kTopValue ((UInt32)1 << kNumTopBits)
76 UInt32 LzmaEncProps_GetDictSize(const CLzmaEncProps *props2)
93 UInt32 GetPosSlot1(UInt32 pos)
95 UInt32 res;
115 UInt32 k = (1 << ((slotFast >> 1) - 1));
116 UInt32 j;
122 #define BSR2_RET(pos, res) { UInt32 i = 6 + ((kNumLogBits - 1) & \
123 (0 - (((((UInt32)1 << (kNumLogBits + 6)) - 1) - pos) >> 31))); \
144 UInt32 price; [all...] |
Bra.h | 45 UInt32 ip = 0;
57 SizeT x86_Convert(Byte *data, SizeT size, UInt32 ip, UInt32 *state, int encoding);
58 SizeT ARM_Convert(Byte *data, SizeT size, UInt32 ip, int encoding);
59 SizeT ARMT_Convert(Byte *data, SizeT size, UInt32 ip, int encoding);
60 SizeT PPC_Convert(Byte *data, SizeT size, UInt32 ip, int encoding);
61 SizeT SPARC_Convert(Byte *data, SizeT size, UInt32 ip, int encoding);
62 SizeT IA64_Convert(Byte *data, SizeT size, UInt32 ip, int encoding);
|
/external/chromium/third_party/libjingle/source/talk/p2p/base/ |
portallocator.h | 45 const uint32 PORTALLOCATOR_DISABLE_UDP = 0x01; 46 const uint32 PORTALLOCATOR_DISABLE_STUN = 0x02; 47 const uint32 PORTALLOCATOR_DISABLE_RELAY = 0x04; 48 const uint32 PORTALLOCATOR_DISABLE_TCP = 0x08; 49 const uint32 PORTALLOCATOR_ENABLE_SHAKER = 0x10; 51 const uint32 kDefaultPortAllocatorFlags = 0; 55 explicit PortAllocatorSession(uint32 flags) : flags_(flags) {} 60 uint32 flags() const { return flags_; } 61 void set_flags(uint32 flags) { flags_ = flags; } 75 uint32 generation() { return generation_; [all...] |
/external/chromium_org/chrome/browser/devtools/adb/ |
android_usb_device.h | 46 AdbMessage(uint32 command, 47 uint32 arg0, 48 uint32 arg1, 51 uint32 command; 52 uint32 arg0; 53 uint32 arg1; 85 void Send(uint32 command, 86 uint32 arg0, 87 uint32 arg1, 114 uint32 data_length [all...] |
/external/chromium_org/chrome/utility/cloud_print/ |
pwg_encoder.h | 21 bool EncodePage(const BitmapImage& image, const uint32 dpi, 22 const uint32 total_pages, std::string* output) const; 25 void EncodePageHeader(const BitmapImage& image, const uint32 dpi, 26 const uint32 total_pages, std::string* output) const;
|
/external/chromium_org/content/common/ |
browser_rendering_stats.h | 18 uint32 input_event_count; 21 uint32 touch_ui_count; 23 uint32 touch_acked_count; 26 uint32 scroll_update_count;
|
/external/chromium_org/media/cast/net/rtp_sender/rtp_packetizer/test/ |
rtp_header_parser.h | 20 uint32 frame_id; 25 uint32 reference_frame_id; 30 uint32 rtp_timestamp; 31 uint32 ssrc;
|
/external/chromium_org/media/cast/rtp_receiver/ |
receiver_stats.h | 21 uint32* cumulative_lost, // 24 bits valid. 22 uint32* extended_high_sequence_number, 23 uint32* jitter); 32 uint32 total_number_packets_;
|
rtp_receiver.h | 39 static uint32 GetSsrcOfSender(const uint8* rtcp_buffer, size_t length); 44 uint32* cumulative_lost, // 24 bits valid. 45 uint32* extended_high_sequence_number, 46 uint32* jitter);
|
/external/lzma/CPP/7zip/UI/Common/ |
PropIDUtils.h | 9 void ConvertUInt32ToHex(UInt32 value, wchar_t *s);
|
/external/openfst/src/extensions/ngram/ |
bitmap-index.cc | 31 class primary_index_inverted : public vector<uint32>::const_iterator { 34 primary_index_inverted(vector<uint32>::const_iterator loc, 35 vector<uint32>::const_iterator begin) : 36 vector<uint32>::const_iterator(loc), begin_(begin) {} 37 uint32 operator*() { 39 (1 + std::distance<vector<uint32>::const_iterator>(begin_, *this)) - 40 vector<uint32>::const_iterator::operator*(); 43 vector<uint32>::const_iterator begin_; 64 const uint32 end_word = (end - 1) >> BitmapIndex::kStorageLogBitSize; 65 const uint32 sum = get_index_ones_count(end_word) [all...] |
/external/qemu/distrib/sdl-1.2.15/docs/man3/ |
SDL_CreateRGBSurfaceFrom.3 | 8 \fBSDL_Surface *\fBSDL_CreateRGBSurfaceFrom\fP\fR(\fBvoid *pixels, int width, int height, int depth, int pitch, Uint32 Rmask, Uint32 Gmask, Uint32 Bmask, Uint32 Amask\fR);
|
/external/chromium_org/third_party/lzma_sdk/ |
Bra86.c | 11 SizeT x86_Convert(Byte *data, SizeT size, UInt32 ip, UInt32 *state, int encoding) 14 UInt32 prevMask = *state & 0x7; 52 UInt32 src = ((UInt32)p[4] << 24) | ((UInt32)p[3] << 16) | ((UInt32)p[2] << 8) | ((UInt32)p[1]); 53 UInt32 dest; 59 dest = (ip + (UInt32)bufferPos) + src [all...] |
LzmaEnc.c | 34 #define kTopValue ((UInt32)1 << kNumTopBits) 76 UInt32 LzmaEncProps_GetDictSize(const CLzmaEncProps *props2) 93 UInt32 GetPosSlot1(UInt32 pos) 95 UInt32 res; 115 UInt32 k = (1 << ((slotFast >> 1) - 1)); 116 UInt32 j; 122 #define BSR2_RET(pos, res) { UInt32 i = 6 + ((kNumLogBits - 1) & \ 123 (0 - (((((UInt32)1 << (kNumLogBits + 6)) - 1) - pos) >> 31))); \ 144 UInt32 price [all...] |
Bra.h | 45 UInt32 ip = 0; 57 SizeT x86_Convert(Byte *data, SizeT size, UInt32 ip, UInt32 *state, int encoding); 58 SizeT ARM_Convert(Byte *data, SizeT size, UInt32 ip, int encoding); 59 SizeT ARMT_Convert(Byte *data, SizeT size, UInt32 ip, int encoding); 60 SizeT PPC_Convert(Byte *data, SizeT size, UInt32 ip, int encoding); 61 SizeT SPARC_Convert(Byte *data, SizeT size, UInt32 ip, int encoding); 62 SizeT IA64_Convert(Byte *data, SizeT size, UInt32 ip, int encoding);
|
/external/lzma/CPP/7zip/Common/ |
FileStreams.h | 33 UInt32 BufferSize;
60 STDMETHOD(Read)(void *data, UInt32 size, UInt32 *processedSize);
61 STDMETHOD(Seek)(Int64 offset, UInt32 seekOrigin, UInt64 *newPosition);
74 STDMETHOD(Read)(void *data, UInt32 size, UInt32 *processedSize);
128 STDMETHOD(Write)(const void *data, UInt32 size, UInt32 *processedSize);
129 STDMETHOD(Seek)(Int64 offset, UInt32 seekOrigin, UInt64 *newPosition);
141 STDMETHOD(Write)(const void *data, UInt32 size, UInt32 *processedSize); [all...] |
/external/chromium_org/third_party/ots/third_party/lzma_sdk/ |
LzmaEnc.c | 35 #define kTopValue ((UInt32)1 << kNumTopBits) 77 UInt32 LzmaEncProps_GetDictSize(const CLzmaEncProps *props2) 94 UInt32 GetPosSlot1(UInt32 pos) 96 UInt32 res; 116 UInt32 k = (1 << ((slotFast >> 1) - 1)); 117 UInt32 j; 123 #define BSR2_RET(pos, res) { UInt32 i = 6 + ((kNumLogBits - 1) & \ 124 (0 - (((((UInt32)1 << (kNumLogBits + 6)) - 1) - pos) >> 31))); \ 145 UInt32 price [all...] |
/external/chromium_org/chrome/common/metrics/proto/ |
permuted_entropy_cache.proto | 15 required uint32 randomization_seed = 1; 16 required uint32 value = 2;
|
/external/chromium_org/chrome/utility/media_galleries/ |
pmp_column_reader.h | 35 bool ReadString(const uint32 row, std::string* result) const; 36 bool ReadUInt32(const uint32 row, uint32* result) const; 37 bool ReadDouble64(const uint32 row, double* result) const; 38 bool ReadUInt8(const uint32 row, uint8* result) const; 39 bool ReadUInt64(const uint32 row, uint64* result) const; 42 uint32 rows_read() const; 55 uint32 rows_read_;
|
/external/chromium_org/content/renderer/media/android/ |
proxy_media_keys.h | 35 virtual bool CreateSession(uint32 session_id, 39 virtual void UpdateSession(uint32 session_id, 42 virtual void ReleaseSession(uint32 session_id) OVERRIDE; 45 void OnSessionCreated(uint32 session_id, const std::string& web_session_id); 46 void OnSessionMessage(uint32 session_id, 49 void OnSessionReady(uint32 session_id); 50 void OnSessionClosed(uint32 session_id); 51 void OnSessionError(uint32 session_id,
|
/external/chromium_org/courgette/ |
types_win_pe.h | 20 uint32 virtual_size; 21 uint32 virtual_address; 22 uint32 size_of_raw_data; 23 uint32 file_offset_of_raw_data; 24 uint32 pointer_to_relocations; // Always zero in an image. 25 uint32 pointer_to_line_numbers; // Always zero in an image. 28 uint32 characteristics; 42 uint32 size_;
|
/external/chromium_org/media/base/ |
audio_hash.cc | 25 // Use uint32 to ensure overflow is a defined operation. 26 for (uint32 ch = 0; ch < static_cast<uint32>(audio_bus->channels()); ++ch) { 28 for (uint32 i = 0; i < static_cast<uint32>(frames); ++i) { 29 const uint32 kSampleIndex = sample_count_ + i; 30 const uint32 kHashIndex = (kSampleIndex * (ch + 1)) % kHashBuckets; 43 sample_count_ += static_cast<uint32>(frames);
|
/external/chromium_org/media/cast/logging/ |
logging_impl.h | 35 uint32 rtp_timestamp, 36 uint32 frame_id); 38 uint32 rtp_timestamp, 39 uint32 frame_id, 42 uint32 rtp_timestamp, 43 uint32 frame_id, 48 uint32 rtp_timestamp, 49 uint32 frame_id,
|