/external/chromium_org/courgette/ |
disassembler_elf_32.cc | 103 uint32 DisassemblerElf32::DiscoverLength() { 104 uint32 result = 0; 113 uint32 section_end = section_header->sh_offset + section_header->sh_size; 123 uint32 segment_end = segment_header->p_offset + segment_header->p_filesz; 129 uint32 section_table_end = header_->e_shoff + 134 uint32 segment_table_end = header_->e_phoff + 185 uint32 offset32 = (uint32)offset; 243 uint32 file_offset = 0; 386 uint32 relative_target = (**current_rel)->relative_target() [all...] |
adjustment_method.cc | 44 uint32 is_model_ : 1; // Is the label in the model? 45 uint32 debug_index_ : 31; // An unique small number for naming the label. 47 uint32 refs_; // Number of times this Label is referenced. 56 std::vector<uint32> positions_; // Offsets into the trace of references. 152 uint32 Weight() const { 193 uint32 a_weight = a->Weight(); 194 uint32 b_weight = b->Weight(); 257 uint32 skipped = 0; 424 uint32 TryExtendSequence(uint32 p_pos_start, uint32 m_pos_start) [all...] |
/external/chromium_org/media/base/ |
video_frame_unittest.cc | 46 void ExpectFrameColor(media::VideoFrame* yv12_frame, uint32 expect_rgb_color) { 75 uint32* rgb_row_data = reinterpret_cast<uint32*>( 214 static void TextureCallback(uint32* called_sync_point, uint32 sync_point) { 221 uint32 sync_point = 7; 222 uint32 called_sync_point = 0; 246 uint32 called_sync_point = 0; 250 uint32 sync_point = 7; 251 uint32 target = 9 [all...] |
/external/chromium_org/sandbox/win/src/ |
crosscall_server.h | 97 uint32 buffer_size, 98 uint32* output_size); 104 void* GetRawParameter(uint32 index, uint32* size, ArgType* type); 108 bool GetParameter32(uint32 index, uint32* param); 112 bool GetParameterVoidPtr(uint32 index, void** param); 116 bool GetParameterStr(uint32 index, base::string16* string); 121 bool GetParameterPtr(uint32 index, uint32 expected_size, void** pointer) [all...] |
policy_low_level.cc | 25 const uint32 kLastCharIsNone = 0; 26 const uint32 kLastCharIsAlpha = 1; 27 const uint32 kLastCharIsWild = 2; 28 const uint32 kLastCharIsAsterisk = kLastCharIsWild + 4; 29 const uint32 kLastCharIsQuestionM = kLastCharIsWild + 8; 66 typedef std::map<uint32, RuleList> Mmap; 79 uint32 service = (*it).first; 160 uint32 options = kPolNone; 226 uint32 last_char = kLastCharIsNone; 283 uint32 opts = (rule_type == IF_NOT)? kPolNegateEval : kPolNone [all...] |
/external/chromium_org/third_party/libjingle/source/talk/app/webrtc/ |
webrtcsession.h | 164 virtual bool GetTrackIdBySsrc(uint32 ssrc, std::string* id); 167 virtual void SetAudioPlayout(uint32 ssrc, bool enable, 169 virtual void SetAudioSend(uint32 ssrc, bool enable, 174 virtual bool SetCaptureDevice(uint32 ssrc, 176 virtual void SetVideoPlayout(uint32 ssrc, 179 virtual void SetVideoSend(uint32 ssrc, bool enable, 194 virtual void AddSctpDataStream(uint32 sid) OVERRIDE; 195 virtual void RemoveSctpDataStream(uint32 sid) OVERRIDE; 281 bool GetLocalTrackId(uint32 ssrc, std::string* track_id); 282 bool GetRemoteTrackId(uint32 ssrc, std::string* track_id) [all...] |
/external/libnfc-nci/halimpl/bcm2079x/gki/common/ |
gki_debug.c | 111 UINT32 MagicNum; 112 UINT32 *p; 115 p = (UINT32 *)gki_cb.com.OSStack[task]; /* assume stack is aligned, */ 123 return (j * sizeof(UINT32)); 172 UINT32 *magic; 192 magic = (UINT32 *)((UINT8 *)hdr + BUFFER_HDR_SIZE + size); 214 UINT32 *magic; 231 magic = (UINT32 *)((UINT8 *)p_hdr + buf_size - sizeof(UINT32)); 336 void gki_dump4 (UINT32 *s, UINT16 len, FP_PRINT print [all...] |
/external/libnfc-nci/src/gki/common/ |
gki_debug.c | 111 UINT32 MagicNum; 112 UINT32 *p; 115 p = (UINT32 *)gki_cb.com.OSStack[task]; /* assume stack is aligned, */ 123 return (j * sizeof(UINT32)); 172 UINT32 *magic; 192 magic = (UINT32 *)((UINT8 *)hdr + BUFFER_HDR_SIZE + size); 214 UINT32 *magic; 231 magic = (UINT32 *)((UINT8 *)p_hdr + buf_size - sizeof(UINT32)); 336 void gki_dump4 (UINT32 *s, UINT16 len, FP_PRINT print [all...] |
/external/lzma/C/Util/SfxSetup/ |
SfxSetup.c | 310 UInt32 value = d;
376 UInt32 executeFileIndex = (UInt32)(Int32)-1;
377 UInt32 minPrice = 1 << 30;
378 UInt32 i;
379 UInt32 blockIndex = 0xFFFFFFFF; /* it can have any value before first call (if outBuffer = 0) */
496 if (executeFileIndex == (UInt32)(Int32)-1)
504 UInt32 j;
523 UINT32 executeRes;
539 executeRes = (UINT32)(UINT_PTR)ei.hInstApp; [all...] |
/external/neven/Embedded/common/src/b_ImageEm/ |
UInt16ByteImage.h | 56 uint32 widthE; 59 uint32 heightE; 78 uint32 widthA, 79 uint32 heightA, 101 uint32 bim_UInt16ByteImage_checkSum( struct bbs_Context* cpA, 114 uint32 widthA, uint32 heightA ); 119 uint32 bim_UInt16ByteImage_memSize( struct bbs_Context* cpA, 123 uint32 bim_UInt16ByteImage_memWrite( struct bbs_Context* cpA, 128 uint32 bim_UInt16ByteImage_memRead( struct bbs_Context* cpA [all...] |
/external/protobuf/src/google/protobuf/ |
wire_format_lite.cc | 112 io::CodedInputStream* input, uint32 tag) { 125 uint32 length; 146 uint32 value; 158 uint32 tag = input->ReadTag(); 176 io::CodedInputStream* input, uint32 tag) { 192 uint32 length; 219 void WireFormatLite::WriteUInt32(int field_number, uint32 value, 239 void WireFormatLite::WriteFixed32(int field_number, uint32 value, 345 uint32 length; 352 uint32 length [all...] |
/hardware/broadcom/wlan/bcmdhd/dhdutil/include/proto/ |
bt_amp_hci.h | 240 uint32 bandwidth; 241 uint32 gbandwidth; 242 uint32 latency; 243 uint32 PDU_size; 247 uint32 max_flush_timeout; 248 uint32 be_flush_timeout; 318 uint32 befto; 424 uint32 StartTime; 425 uint32 Duration; 426 uint32 Periodicity [all...] |
/external/neven/Embedded/common/src/b_TensorEm/ |
Flt16Vec.c | 112 uint32 bts_Flt16Vec_norm( struct bbs_Context* cpA, const struct bts_Flt16Vec* ptrA ) 145 uint32 sizeA, 155 uint32 sizeA ) 170 uint32 bts_Flt16Vec_memSize( struct bbs_Context* cpA, 173 return bbs_SIZEOF16( uint32 ) /* mem size */ 180 uint32 bts_Flt16Vec_memWrite( struct bbs_Context* cpA, 184 uint32 memSizeL = bts_Flt16Vec_memSize( cpA, ptrA ); 193 uint32 bts_Flt16Vec_memRead( struct bbs_Context* cpA, 198 uint32 memSizeL; 206 bbs_ERR0( bbs_ERR_CORRUPT_DATA, "uint32 bts_Flt16Vec_memRead( const struct bts_Flt16Vec* ptrA, const void* memPtrA ):\n [all...] |
/external/chromium/third_party/libjingle/source/talk/p2p/client/ |
basicportallocator.cc | 48 const uint32 MSG_CONFIG_START = 1; 49 const uint32 MSG_CONFIG_READY = 2; 50 const uint32 MSG_ALLOCATE = 3; 51 const uint32 MSG_ALLOCATION_PHASE = 4; 52 const uint32 MSG_SHAKE = 5; 54 const uint32 ALLOCATE_DELAY = 250; 55 const uint32 ALLOCATION_STEP_DELAY = 1 * 1000; 114 const uint32 DISABLE_ALL_PHASES = 127 uint32 flags); 133 PortConfiguration* config, uint32* flags) [all...] |
/external/chromium_org/third_party/re2/re2/ |
onepass.cc | 137 uint32 matchcond; // conditions to match right now. 138 uint32 action[1]; 141 // The uint32 conditions in the action are a combination of 167 static const uint32 kMatchWins = 1 << kEmptyShift; 168 static const uint32 kCapMask = ((1 << kRealMaxCap) - 1) << kRealCapShift; 170 static const uint32 kImpossible = kEmptyWordBoundary | kEmptyNonWordBoundary; 182 static bool Satisfy(uint32 cond, const StringPiece& context, const char* p) { 183 uint32 satisfied = Prog::EmptyFlags(context, p); 191 static void ApplyCaptures(uint32 cond, const char* p, 246 volatile uint32 statesize = onepass_statesize_ [all...] |
/external/neven/Embedded/common/src/b_BitFeatureEm/ |
I04Dns2x2Ftr.c | 45 ptrA->baseE.typeE = ( uint32 )bbf_FT_I04_DNS_2X2_FTR; 122 uint32 bbf_I04Dns2x2Ftr_memSize( struct bbs_Context* cpA, 125 uint32 memSizeL = bbs_SIZEOF16( uint32 ) + 126 bbs_SIZEOF16( uint32 ); /* version */ 138 uint32 bbf_I04Dns2x2Ftr_memWrite( struct bbs_Context* cpA, 142 uint32 memSizeL = bbf_I04Dns2x2Ftr_memSize( cpA, ptrA ); 154 uint32 bbf_I04Dns2x2Ftr_memRead( struct bbs_Context* cpA, 159 uint32 memSizeL, versionL; 171 bbs_ERR0( bbs_ERR_CORRUPT_DATA, "uint32 bbf_I04Dns2x2Ftr_memRead( struct bem_ScanGradientMove* ptrA, const uint16* memPtrA ):\n [all...] |
L04Dns2x2Ftr.c | 45 ptrA->baseE.typeE = ( uint32 )bbf_FT_L04_DNS_2X2_FTR; 122 uint32 bbf_L04Dns2x2Ftr_memSize( struct bbs_Context* cpA, 125 uint32 memSizeL = bbs_SIZEOF16( uint32 ) + 126 bbs_SIZEOF16( uint32 ); /* version */ 138 uint32 bbf_L04Dns2x2Ftr_memWrite( struct bbs_Context* cpA, 142 uint32 memSizeL = bbf_L04Dns2x2Ftr_memSize( cpA, ptrA ); 154 uint32 bbf_L04Dns2x2Ftr_memRead( struct bbs_Context* cpA, 159 uint32 memSizeL, versionL; 171 bbs_ERR0( bbs_ERR_CORRUPT_DATA, "uint32 bbf_L04Dns2x2Ftr_memRead( struct bem_ScanGradientMove* ptrA, const uint16* memPtrA ):\n [all...] |
/external/regex-re2/re2/ |
onepass.cc | 137 uint32 matchcond; // conditions to match right now. 138 uint32 action[1]; 141 // The uint32 conditions in the action are a combination of 167 static const uint32 kMatchWins = 1 << kEmptyShift; 168 static const uint32 kCapMask = ((1 << kRealMaxCap) - 1) << kRealCapShift; 170 static const uint32 kImpossible = kEmptyWordBoundary | kEmptyNonWordBoundary; 182 static bool Satisfy(uint32 cond, const StringPiece& context, const char* p) { 183 uint32 satisfied = Prog::EmptyFlags(context, p); 191 static void ApplyCaptures(uint32 cond, const char* p, 246 volatile uint32 statesize = onepass_statesize_ [all...] |
/external/chromium/third_party/libjingle/source/talk/p2p/base/ |
port.h | 80 uint32 ip, int min_port, int max_port); 123 uint32 generation() { return generation_; } 124 void set_generation(uint32 generation) { generation_ = generation; } 244 uint32 ip_; 247 uint32 generation_; 308 uint32 rtt() const { return rtt_; } 345 void UpdateState(uint32 now); 348 uint32 last_ping_sent() const { return last_ping_sent_; } 349 void Ping(uint32 now); 393 uint32 rtt_ [all...] |
/external/chromium_org/media/cdm/ |
aes_decryptor.cc | 31 typedef std::list<std::pair<uint32, DecryptionKey*> > KeyList; 40 void Insert(uint32 session_id, scoped_ptr<DecryptionKey> decryption_key); 43 void Erase(const uint32 session_id); 56 KeyList::iterator Find(const uint32 session_id); 67 uint32 session_id, 76 void AesDecryptor::SessionIdDecryptionKeyMap::Erase(const uint32 session_id) { 84 AesDecryptor::SessionIdDecryptionKeyMap::Find(const uint32 session_id) { 99 uint32 AesDecryptor::next_web_session_id_ = 1; 236 bool AesDecryptor::CreateSession(uint32 session_id, 257 void AesDecryptor::UpdateSession(uint32 session_id [all...] |
/external/chromium_org/third_party/libjingle/source/talk/media/base/ |
rtpdump.cc | 48 RtpDumpFileHeader::RtpDumpFileHeader(uint32 start_ms, uint32 s, uint16 p) 64 static const uint32 kDefaultTimeIncrease = 30; 86 bool RtpDumpPacket::GetRtpTimestamp(uint32* ts) const { 91 bool RtpDumpPacket::GetRtpSsrc(uint32* ssrc) const { 110 void RtpDumpReader::SetSsrc(uint32 ssrc) { 178 uint32 start_sec; 179 uint32 start_usec; 261 uint32 rtp_timestamp = 0; 304 uint32 timestamp = 0 [all...] |
/external/openfst/src/include/fst/ |
encode.h | 38 static const uint32 kEncodeLabels = 0x0001; 39 static const uint32 kEncodeWeights = 0x0002; 40 static const uint32 kEncodeFlags = 0x0003; // All non-internal flags 42 static const uint32 kEncodeHasISymbols = 0x0004; // For internal use 43 static const uint32 kEncodeHasOSymbols = 0x0008; // For internal use 94 explicit TupleKey(uint32 encode_flags) 117 explicit EncodeTable(uint32 encode_flags) 173 const uint32 flags() const { return flags_ & kEncodeFlags; } 207 uint32 flags_; 252 uint32 flags [all...] |
/frameworks/av/media/libstagefright/codecs/mp3dec/src/ |
pvmp3_crc.cpp | 46 uint32 *crc, memory location holding calculated crc value 47 uint32 crc_enabled flag to enable/disable crc checking 55 uint32 data, data vector 56 uint32 length, number of element upon the crc will be calculated 57 uint32 *crc, memory location holding calculated crc value 123 uint32 getbits_crc(tmp3Bits *inputStream, /* bit stream structure */ 125 uint32 *crc, 126 uint32 crc_enabled) 128 uint32 bits = getNbits(inputStream, neededBits); 141 void calculate_crc(uint32 data [all...] |
/external/bluetooth/bluedroid/gki/common/ |
gki_common.h | 83 #define ALIGN_POOL(pl_size) ( (((pl_size) + 3) / sizeof(UINT32)) * sizeof(UINT32)) 85 #define BUFFER_PADDING_SIZE (sizeof(BUFFER_HDR_T) + sizeof(UINT32)) /* Header + Magic Number */ 263 UINT32 OSTicks; /* system ticks from start */ 264 UINT32 OSIdleCnt; /* idle counter */ 273 UINT32 OSTicksTilStop; /* inactivity delay timer; OS Ticks till stopping system tick */ 384 extern void gki_dump4(UINT32 *, UINT16, FP_PRINT);
|
/external/chromium/chrome/browser/debugger/ |
devtools_netlog_observer.cc | 33 DevToolsNetLogObserver::GetResourceInfo(uint32 id) { 132 uint32 http_stream_job_id = static_cast<net::NetLogSourceParameter*>( 138 uint32 socket_id = it->second; 164 uint32 socket_id = static_cast<net::NetLogSourceParameter*>( 191 uint32 request_id = it->second; 245 uint32 source_id = request->net_log().source().id; 260 uint32 source_id = request->net_log().source().id;
|