/external/lzma/CPP/7zip/Archive/7z/ |
7zFolderOutStream.cpp | 18 UInt32 ref2Offset, UInt32 startIndex,
44 UInt32 index = _startIndex + _currentIndex;
84 STDMETHODIMP CFolderOutStream::Write(const void *data, UInt32 size, UInt32 *processedSize)
92 UInt32 cur = size < _rem ? size : (UInt32)_rem;
|
/external/lzma/CPP/7zip/Bundles/LzmaCon/ |
LzmaAlone.cpp | 134 static bool GetNumber(const wchar_t *s, UInt32 &value)
145 value = UInt32(res);
149 static void ParseUInt32(const CParser &parser, int index, UInt32 &res)
170 bool unsupportedTypes = (sizeof(Byte) != 1 || sizeof(UInt32) < 4 || sizeof(UInt64) < 4);
202 UInt32 dict = (UInt32)-1;
205 UInt32 dicLog;
215 UInt32 numThreads = (UInt32)-1;
220 UInt32 numCPUs = NWindows::NSystem::GetNumberOfProcessors(); [all...] |
/external/neven/Embedded/common/src/b_BasicEm/ |
String.h | 42 char* bbs_strncpy( char* dstA, const char* srcA, uint32 sizeA ); 48 char* bbs_strncat( char* dstA, const char* srcA, uint32 sizeA ); 51 uint32 bbs_strlen( const char* strA ); 62 uint32 bbs_snprintf( char* dstA, uint32 bufSizeA, const char* formatA, ... ); 67 uint32 bbs_vsnprintf( char* dstA, uint32 bufSizeA, const char* formatA, va_list argsA );
|
/external/qemu/distrib/sdl-1.2.15/src/cdrom/macosx/ |
AudioFilePlayer.h | 145 UInt32 mBufferSize; 146 UInt32 mBufferOffset; 148 UInt32 mChunkSize; 156 OSStatus (*GetFileData)(struct S_AudioFileManager *afm, void** inOutData, UInt32 *inOutDataSize); 164 UInt32 inBusNumber, 165 UInt32 inNumberFrames, 173 UInt32 inChunkSize);
|
/external/qemu/distrib/sdl-1.2.15/src/thread/riscos/ |
SDL_syssem.c | 36 SDL_sem *SDL_CreateSemaphore(Uint32 initial_value) 53 int SDL_SemWaitTimeout(SDL_sem *sem, Uint32 timeout) 65 Uint32 SDL_SemValue(SDL_sem *sem) 89 SDL_sem *SDL_CreateSemaphore(Uint32 initial_value) 145 int SDL_SemWaitTimeout(SDL_sem *sem, Uint32 timeout) 175 Uint32 SDL_SemValue(SDL_sem *sem) 184 return (Uint32)ret;
|
/external/qemu/distrib/sdl-1.2.15/src/timer/macos/ |
SDL_systimer.c | 59 Uint32 SDL_GetTicks(void) 68 void SDL_Delay(Uint32 ms) 70 Uint32 stop, now; 91 Uint32 SDL_GetTicks(void) 100 void SDL_Delay(Uint32 ms) 104 UInt32 stop; 146 Uint32 ms;
|
/external/bluetooth/bluedroid/bta/ag/ |
bta_ag_rfc.c | 42 void bta_ag_port_cback_1(UINT32 code, UINT16 port_handle); 43 void bta_ag_port_cback_2(UINT32 code, UINT16 port_handle); 44 void bta_ag_port_cback_3(UINT32 code, UINT16 port_handle); 46 void bta_ag_mgmt_cback_1(UINT32 code, UINT16 port_handle); 47 void bta_ag_mgmt_cback_2(UINT32 code, UINT16 port_handle); 48 void bta_ag_mgmt_cback_3(UINT32 code, UINT16 port_handle); 88 static void bta_ag_port_cback(UINT32 code, UINT16 port_handle, UINT16 handle) 122 static void bta_ag_mgmt_cback(UINT32 code, UINT16 port_handle, UINT16 handle) 215 void bta_ag_mgmt_cback_1(UINT32 code, UINT16 handle) {bta_ag_mgmt_cback(code, handle, 1);} 216 void bta_ag_mgmt_cback_2(UINT32 code, UINT16 handle) {bta_ag_mgmt_cback(code, handle, 2); [all...] |
/external/neven/Embedded/common/src/b_TensorEm/ |
Functions.c | 38 uint32 bts_absIntLog2( int32 vA ) 45 uint32 bts_maxAbsIntLog2Of2( int32 v1A, int32 v2A ) 47 uint32 maxL = bbs_max( ( uint32 )bbs_abs( v1A ), ( uint32 )bbs_abs( v2A ) ); 53 uint32 bts_maxAbsIntLog2Of3( int32 v1A, int32 v2A, int32 v3A ) 55 uint32 maxL = bbs_abs( v1A ); 56 maxL = bbs_max( maxL, ( uint32 )bbs_abs( v2A ) ); 57 maxL = bbs_max( maxL, ( uint32 )bbs_abs( v3A ) ); 63 uint32 bts_maxAbsIntLog2Of4( int32 v1A, int32 v2A, int32 v3A, int32 v4A [all...] |
/external/chromium_org/media/base/android/ |
media_drm_bridge.cc | 26 static uint32 ReadUint32(const uint8_t* data) { 27 uint32 value = 0; 45 // uint32 Size 46 // uint32 Type 48 // uint32 VersionAndFlags 50 // uint32 DataSize 58 static const uint32 kTencType = 0x74656e63; 59 static const uint32 kPsshType = 0x70737368; 82 uint32 type = ReadUint32(cur + 4); 115 uint32 version_and_flags = ReadUint32(cur) [all...] |
/external/chromium_org/media/filters/ |
h264_to_annex_b_bitstream_converter.cc | 36 uint32 H264ToAnnexBBitstreamConverter::ParseConfigurationAndCalculateSize( 38 uint32 configuration_record_size) { 47 uint32 parameter_set_size_bytes = 0; 97 uint32 H264ToAnnexBBitstreamConverter::CalculateNeededOutputBufferSize( 99 uint32 input_size) const { 100 uint32 output_size = 0; 101 uint32 data_left = input_size; 122 uint32 nal_unit_length; 156 uint32 input_size, 158 uint32* output_size) [all...] |
/external/chromium_org/third_party/libjingle/source/talk/media/base/ |
filemediaengine.h | 143 virtual bool RegisterVoiceProcessor(uint32 ssrc, 148 virtual bool UnregisterVoiceProcessor(uint32 ssrc, 206 virtual bool SetRemoteRenderer(uint32 ssrc, AudioRenderer* renderer) { 209 virtual bool SetLocalRenderer(uint32 ssrc, AudioRenderer* renderer) { 219 virtual bool SetOutputScaling(uint32 ssrc, double left, double right) { 222 virtual bool GetOutputScaling(uint32 ssrc, double* left, double* right) { 226 virtual bool PlayRingbackTone(uint32 ssrc, bool play, bool loop) { 229 virtual bool InsertDtmf(uint32 ssrc, int event, int duration, int flags) { 241 virtual bool RemoveSendStream(uint32 ssrc); 243 virtual bool RemoveRecvStream(uint32 ssrc) { return true; [all...] |
/hardware/ti/omap3/omx/ti_omx_config_parser/src/ |
ti_video_config_parser.cpp | 29 (dw) = ((uint32) *(pb + 3) << 24) + \ 30 ((uint32) *(pb + 2) << 16) + \ 34 #define GetUnalignedDwordEx( pb, dw ) GetUnalignedDword( pb, dw ); (pb) += sizeof(uint32); 45 ((uint32)(uint8)(ch0) | ((uint32)(uint8)(ch1) << 8) | \ 46 ((uint32)(uint8)(ch2) << 16) | ((uint32)(uint8)(ch3) << 24 )) 90 aOutputs->width = (uint32)display_width; 91 aOutputs->height = (uint32)display_height; 92 aOutputs->profile = (uint32)profile_level; // for mp4, profile/level info is packe [all...] |
/external/bzip2/ |
bzlib_private.h | 45 typedef unsigned int UInt32; 155 extern UInt32 BZ2_crc32Table[256]; 207 UInt32 avail_in_expect; 210 UInt32* arr1; 211 UInt32* arr2; 212 UInt32* ftab; 216 UInt32* ptr; 225 UInt32 state_in_ch; 241 UInt32 bsBuff; 245 UInt32 blockCRC [all...] |
/external/chromium_org/gpu/command_buffer/service/ |
common_decoder_unittest.cc | 66 CommonDecoder::Bucket* GetBucket(uint32 id) const { 97 T GetSharedMemoryAs(uint32 offset) { 194 const uint32 kSkipCount = 5; 199 const uint32 kSkipCount2 = 1; 217 const uint32 kBucketId = 123; 218 const uint32 kBucketLength1 = 1234; 219 const uint32 kBucketLength2 = 78; 248 const uint32 kBucketId = 123; 249 const uint32 kInvalidBucketId = 124; 258 const uint32 kSomeOffsetInSharedMemory = 50 [all...] |
/hardware/broadcom/wlan/bcmdhd/dhdutil/include/ |
bcmutils.h | 111 uint32 requested; /* packets requested to be stored */ 112 uint32 stored; /* packets stored */ 113 uint32 saved; /* packets saved, 116 uint32 selfsaved; /* packets saved, 119 uint32 full_dropped; /* packets dropped, 122 uint32 dropped; /* packets dropped because pktq per that precedence is full */ 123 uint32 sacrificed; /* packets dropped, 126 uint32 busy; /* packets droped because of hardware/transmission error */ 127 uint32 retry; /* packets re-sent because they were not received */ 128 uint32 ps_retry; /* packets retried again prior to moving power save mode * [all...] |
/external/bluetooth/bluedroid/stack/include/ |
sdp_api.h | 108 UINT32 u32; /* 32-bit integer */ 127 UINT32 time_read; /* The time the record was read */ 133 UINT32 mem_size; /* Memory size of the DB */ 134 UINT32 mem_free; /* Memory still available */ 143 UINT32 raw_size; /* size of raw_data */ 144 UINT32 raw_used; /* length of raw_data used */ 204 SDP_API extern BOOLEAN SDP_InitDiscoveryDb (tSDP_DISCOVERY_DB *p_db, UINT32 len, 435 SDP_API extern UINT32 SDP_CreateRecord (void); 451 SDP_API extern BOOLEAN SDP_DeleteRecord (UINT32 handle); 467 SDP_API extern INT32 SDP_ReadRecord(UINT32 handle, UINT8 *p_data, INT32 *p_data_len) [all...] |
/external/neven/Embedded/common/src/b_ImageEm/ |
UInt16BytePyrImage.c | 115 uint32 levelA ) 117 uint32 iL; 118 uint32 offsL = 0; 119 uint32 baseSizeL = ( ptrA->widthE * ptrA->heightE ) >> 1; 124 bbs_ERROR2( "uint16* bim_UInt16BytePyrImage_arrPtr( struct bim_UInt16BytePyrImage*, uint32 levelA ):\n" 139 uint32 bim_UInt16BytePyrImage_heapSize( struct bbs_Context* cpA, 141 uint32 widthA, uint32 heightA, 142 uint32 depthA ) 144 uint32 baseSizeL = ( widthA * heightA ) >> 1 [all...] |
/external/chromium/chrome/browser/safe_browsing/ |
prefix_set.cc | 20 static uint32 kMagic = 0x864088dd; 23 static uint32 kVersion = 0x1; 26 uint32 magic; 27 uint32 version; 28 uint32 index_size; 29 uint32 deltas_size; 53 uint32 checksum = static_cast<uint32>(sorted_prefixes[0]); 54 checksum ^= static_cast<uint32>(deltas_.size()); 70 checksum ^= static_cast<uint32>(sorted_prefixes[i]) [all...] |
/frameworks/av/media/libstagefright/codecs/m4v_h263/enc/src/ |
fastidct.cpp | 328 uint32 pred_word, dst_word; 340 pred_word = *((uint32*)(rec += lx)); /* read 4 bytes from pred */ 352 *((uint32*)rec) = dst_word; /* save 4 bytes to dst */ 354 pred_word = *((uint32*)(rec + 4)); /* read 4 bytes from pred */ 366 *((uint32*)(rec + 4)) = dst_word; /* save 4 bytes to dst */ 375 uint32 pred_word, dst_word; 399 pred_word = *((uint32*)(rec += lx)); /* read 4 bytes from pred */ 411 *((uint32*)rec) = dst_word; /* save 4 bytes to dst */ 413 pred_word = *((uint32*)(rec + 4)); /* read 4 bytes from pred */ 425 *((uint32*)(rec + 4)) = dst_word; /* save 4 bytes to dst * [all...] |
/external/chromium/third_party/libjingle/source/talk/base/ |
network.h | 84 uint32 ip, uint32 gateway_ip); 95 uint32 ip() const { return ip_; } 96 void set_ip(uint32 ip) { ip_ = ip; } 99 uint32 gateway_ip() const { return gateway_ip_; } 100 void set_gateway_ip(uint32 ip) { gateway_ip_ = ip; } 127 uint32 ip_; 128 uint32 gateway_ip_; 135 uint32 last_data_time_; 139 void AddDataPoint(uint32 time, double quality) [all...] |
/external/chromium_org/chrome/utility/media_galleries/ |
pmp_column_reader.cc | 61 bool PmpColumnReader::ReadString(const uint32 row, std::string* result) const { 72 bool PmpColumnReader::ReadUInt32(const uint32 row, uint32* result) const { 78 *result = reinterpret_cast<uint32*>(data_.get() + kPmpHeaderSize)[row]; 82 bool PmpColumnReader::ReadDouble64(const uint32 row, double* result) const { 92 bool PmpColumnReader::ReadUInt8(const uint32 row, uint8* result) const { 102 bool PmpColumnReader::ReadUInt64(const uint32 row, uint64* result) const { 112 uint32 PmpColumnReader::rows_read() const { 143 rows_read_ = *(reinterpret_cast<uint32*>(&data_[kPmpRowCountOffset])); 157 expected_body_length = static_cast<int64>(rows_read_) * sizeof(uint32); [all...] |
pmp_column_reader_unittest.cc | 51 bool DoRead(const PmpColumnReader* reader, uint32 row, std::string* target) { 55 bool DoRead(const PmpColumnReader* reader, uint32 row, uint32* target) { 59 bool DoRead(const PmpColumnReader* reader, uint32 row, double* target) { 63 bool DoRead(const PmpColumnReader* reader, uint32 row, uint8* target) { 67 bool DoRead(const PmpColumnReader* reader, uint32 row, uint64* target) { 81 for (uint32 i = 0; i < elems.size() && i < reader.rows_read(); i++) { 125 uint32 n = 100; 127 for (uint32 i = 0; i < n; i++) { 203 TestPrimitive<uint32>(PMP_TYPE_UINT32) [all...] |
/external/chromium_org/gpu/config/ |
gpu_info_collector_unittest.cc | 31 const uint32 vendor_id = 0x10de; 32 const uint32 device_id = 0x0658; 45 const uint32 vendor_id = 0x10de; 46 const uint32 device_id = 0x0640; 59 const uint32 vendor_id = 0x10de; 60 const uint32 device_id = 0x0658; 187 const uint32 kIntelVendorID = 0x8086; 188 const uint32 kIntelDeviceID = 0x0046; 193 const uint32 kAMDVendorID = 0x1002; 194 const uint32 kAMDDeviceID = 0x68c1 [all...] |
/external/chromium_org/media/cast/logging/ |
logging_stats.cc | 32 uint32 rtp_timestamp, 33 uint32 frame_id) { 38 uint32 rtp_timestamp, 39 uint32 frame_id, 49 uint32 rtp_timestamp, 50 uint32 frame_id, 67 uint32 frame_id, 68 uint32 rtp_timestamp) { 82 uint32 rtp_timestamp, 83 uint32 frame_id [all...] |
/external/chromium_org/net/quic/ |
quic_config.h | 50 void set(uint32 max, uint32 default_value); 54 uint32 GetUint32() const; 79 uint32* out, 82 uint32 max_value_; 83 uint32 default_value_; 84 uint32 negotiated_value_; 155 uint32 max_streams_per_connection() const; 167 uint32 server_initial_congestion_window() const; 172 uint32 initial_round_trip_time_us() const [all...] |