/external/libyuv/files/include/libyuv/ |
video_common.h | 31 (static_cast<uint32>(a)) | (static_cast<uint32>(b) << 8) | \ 32 (static_cast<uint32>(c) << 16) | (static_cast<uint32>(d) << 24)) 152 LIBYUV_API uint32 CanonicalFourCC(uint32 fourcc);
|
/external/lzma/C/ |
Xz.h | 38 UInt32 propsSize;
55 SRes XzBlock_ReadHeader(CXzBlock *p, ISeqInStream *inStream, Bool *isIndex, UInt32 *headerSizeRes);
80 UInt32 crc;
197 UInt32 pos;
203 UInt32 blockHeaderSize;
214 UInt32 crc;
|
Ppmd7.c | 15 #define U2B(nu) ((UInt32)(nu) * UNIT_SIZE)
22 #define REF(ptr) ((UInt32)((Byte *)(ptr) - (p)->Base))
40 UInt32
96 Bool Ppmd7_Alloc(CPpmd7 *p, UInt32 size, ISzAlloc *alloc)
183 UInt32 nu = (UInt32)node->NU;
230 UInt32 numBytes = U2B(I2U(indx));
232 return ((UInt32)(p->UnitsStart - p->Text) > numBytes) ? (p->UnitsStart -= numBytes) : (NULL);
243 UInt32 numBytes;
247 if (numBytes <= (UInt32)(p->HiUnit - p->LoUnit)) [all...] |
/external/lzma/CPP/7zip/Archive/7z/ |
7zItem.h | 18 typedef UInt32 CNum;
43 UInt32 UnpackCRC;
145 UInt32 Attrib;
146 UInt32 Crc;
161 void SetAttrib(UInt32 attrib)
185 CRecordVector<UInt32> PackCRCs;
|
/external/neven/Embedded/common/src/b_BitFeatureEm/ |
I04Dns2x4Ftr.c | 45 ptrA->baseE.typeE = ( uint32 )bbf_FT_I04_DNS_2X4_FTR; 122 uint32 bbf_I04Dns2x4Ftr_memSize( struct bbs_Context* cpA, 125 uint32 memSizeL = bbs_SIZEOF16( uint32 ) + 126 bbs_SIZEOF16( uint32 ); /* version */ 138 uint32 bbf_I04Dns2x4Ftr_memWrite( struct bbs_Context* cpA, 142 uint32 memSizeL = bbf_I04Dns2x4Ftr_memSize( cpA, ptrA ); 154 uint32 bbf_I04Dns2x4Ftr_memRead( struct bbs_Context* cpA, 159 uint32 memSizeL, versionL; 171 bbs_ERR0( bbs_ERR_CORRUPT_DATA, "uint32 bbf_I04Dns2x4Ftr_memRead( struct bem_ScanGradientMove* ptrA, const uint16* memPtrA ):\n [all...] |
L01Dns2x4Ftr.c | 45 ptrA->baseE.typeE = ( uint32 )bbf_FT_L01_DNS_2X4_FTR; 118 uint32 bbf_L01Dns2x4Ftr_memSize( struct bbs_Context* cpA, 121 uint32 memSizeL = bbs_SIZEOF16( uint32 ) + 122 bbs_SIZEOF16( uint32 ); /* version */ 133 uint32 bbf_L01Dns2x4Ftr_memWrite( struct bbs_Context* cpA, 137 uint32 memSizeL = bbf_L01Dns2x4Ftr_memSize( cpA, ptrA ); 148 uint32 bbf_L01Dns2x4Ftr_memRead( struct bbs_Context* cpA, 153 uint32 memSizeL, versionL; 164 bbs_ERR0( bbs_ERR_CORRUPT_DATA, "uint32 bbf_L01Dns2x4Ftr_memRead( struct bem_ScanGradientMove* ptrA, const uint16* memPtrA ):\n [all...] |
ScanDetector.c | 44 uint32 iL; 72 uint32 iL; 148 uint32 bbf_ScanDetector_memSize( struct bbs_Context* cpA, 151 uint32 iL; 152 uint32 memSizeL = bbs_SIZEOF16( uint32 ) + 153 bbs_SIZEOF16( uint32 ); /* version */ 174 uint32 bbf_ScanDetector_memWrite( struct bbs_Context* cpA, 178 uint32 iL; 179 uint32 memSizeL = bbf_ScanDetector_memSize( cpA, ptrA ) [all...] |
/external/qemu/distrib/sdl-1.2.15/src/timer/unix/ |
SDL_systimer.c | 71 Uint32 SDL_GetTicks (void) 74 Uint32 ticks; 80 Uint32 ticks; 88 void SDL_Delay (Uint32 ms) 102 Uint32 then, now, elapsed; 141 Uint32 ms;
|
/external/qemu/distrib/sdl-1.2.15/src/video/ |
SDL_surface.c | 37 SDL_Surface * SDL_CreateRGBSurface (Uint32 flags, 39 Uint32 Rmask, Uint32 Gmask, Uint32 Bmask, Uint32 Amask) 156 Uint32 Rmask, Uint32 Gmask, Uint32 Bmask, Uint32 Amask) 175 int SDL_SetColorKey (SDL_Surface *surface, Uint32 flag, Uint32 key [all...] |
/frameworks/av/media/libstagefright/codecs/m4v_h263/dec/src/ |
bitstream.h | 39 PV_STATUS BitstreamShowBits32(BitstreamDecVideo *stream, int nbits, uint32 *code); 40 uint32 BitstreamReadBits32(BitstreamDecVideo *stream, int nbits); 135 uint32 BitstreamReadBits32HC(BitstreamDecVideo *stream); 136 PV_STATUS BitstreamShowBits32HC(BitstreamDecVideo *stream, uint32 *code); 142 PV_STATUS PV_BitstreamShowBitsByteAlign(BitstreamDecVideo *stream, int nbits, uint32 *code); 144 PV_STATUS PV_BitstreamShowBitsByteAlignNoForceStuffing(BitstreamDecVideo *stream, int nbits, uint32 *code);
|
idct_vca.cpp | 45 uint32 pred_word, dst_word; 59 pred_word = *((uint32*)(pred += 12)); /* read 4 bytes from pred */ 71 *((uint32*)(dst += width)) = dst_word; /* save 4 bytes to dst */ 73 pred_word = *((uint32*)(pred += 4)); /* read 4 bytes from pred */ 85 *((uint32*)(dst += 4)) = dst_word; /* save 4 bytes to dst */ 101 uint32 pred_word, dst_word; 127 pred_word = *((uint32*)(pred += 12)); /* read 4 bytes from pred */ 139 *((uint32*)(dst += width)) = dst_word; /* save 4 bytes to dst */ 141 pred_word = *((uint32*)(pred += 4)); /* read 4 bytes from pred */ 153 *((uint32*)(dst += 4)) = dst_word; /* save 4 bytes to dst * [all...] |
/hardware/qcom/media/mm-video-legacy/vidc/vdec/inc/ |
mp4_utils.h | 33 typedef unsigned int uint32; /* Unsigned 32 bit value */ typedef 144 uint32 timestamp_increment; 145 uint32 offset; 146 uint32 size; 169 static uint32 read_bit_field(posInfoType * posPtr, uint32 size);
|
/hardware/qcom/media/mm-video-v4l2/vidc/vdec/inc/ |
mp4_utils.h | 33 typedef unsigned int uint32; /* Unsigned 32 bit value */ typedef 142 uint32 timestamp_increment; 143 uint32 offset; 144 uint32 size; 166 static uint32 read_bit_field(posInfoType * posPtr, uint32 size);
|
/external/neven/Embedded/common/src/b_TensorEm/ |
CompactMat.c | 43 uint32 inNormBitsA, 44 uint32 rowA ) 49 uint32 offsL = *rowPtrL++; 50 uint32 sizeL = *rowPtrL++; 53 uint32 rowNormBitsL = *rowPtrL++; 218 uint32 bfL = ( ( uint32 )*rowPtrL++ ) << 16; 219 uint32 bitsL = ptrA->bitsPerValueE; 221 uint32 mkL = ( ( 1 << bitsL ) - 1 ) << adjL; 222 uint32 srL = bitsL [all...] |
Cluster2D.c | 38 void bts_Cluster2D_computeScale( uint32 enumA, /* mean square radius, dst cluster */ 40 uint32 denomA, /* mean square radius, src cluster */ 42 uint32* scaleA, /* resulting scale factor */ 45 uint32 shiftL, quotientL; 143 uint32 iL; 174 uint32 iL; 195 uint32 bts_Cluster2D_checkSum( struct bbs_Context* cpA, 199 uint32 iL; 209 return (uint32)sumL; 218 uint32 iL [all...] |
/external/protobuf/src/google/protobuf/ |
wire_format.cc | 69 io::CodedInputStream* input, uint32 tag) { 82 bool WireFormat::SkipField(io::CodedInputStream* input, uint32 tag, 100 uint32 length; 131 uint32 value; 145 uint32 tag = input->ReadTag(); 374 uint32 tag = input->ReadTag(); 421 uint32 tag, 448 uint32 length; 469 HANDLE_PACKED_TYPE(UINT32, uint32, UInt32 [all...] |
/external/chromium_org/chrome/browser/browsing_data/ |
browsing_data_remover_unittest.cc | 147 uint32 remove_mask; 148 uint32 quota_storage_remove_mask; 191 uint32 remove_mask, 192 uint32 quota_storage_remove_mask, 196 virtual void ClearData(uint32 remove_mask, 197 uint32 quota_storage_remove_mask, 736 static_cast<uint32>( 739 static_cast<uint32>( 756 static_cast<uint32>( 761 static_cast<uint32>( [all...] |
/external/chromium_org/sandbox/win/src/ |
policy_engine_opcodes.h | 86 const uint32 kPolNone = 0; 90 const uint32 kPolNegateEval = 1; 94 const uint32 kPolClearContext = 2; 101 const uint32 kPolUseOREval = 4; 110 uint32 options; 192 uint32 GetOptions() const { 296 PolicyOpcode* MakeOpAlwaysFalse(uint32 options); 299 PolicyOpcode* MakeOpAlwaysTrue(uint32 options); 303 PolicyOpcode* MakeOpAction(EvalResult action, uint32 options); 310 uint32 options) [all...] |
/external/bluetooth/bluedroid/stack/l2cap/ |
l2c_int.h | 211 UINT32 connect_tick_count; /* Time channel was established */ 212 UINT32 ertm_pkt_counts[2]; /* Packets sent and received */ 213 UINT32 ertm_byte_counts[2]; /* Bytes sent and received */ 214 UINT32 s_frames_sent[4]; /* S-frames sent (RR, REJ, RNR, SREJ) */ 215 UINT32 s_frames_rcvd[4]; /* S-frames rcvd (RR, REJ, RNR, SREJ) */ 216 UINT32 xmit_window_closed; /* # of times the xmit window was closed */ 217 UINT32 controller_idle; /* # of times less than 2 packets in controller */ 219 UINT32 pkts_retransmitted; /* # of packets that were retransmitted */ 220 UINT32 retrans_touts; /* # of retransmission timouts */ 221 UINT32 xmit_ack_touts; /* # of xmit ack timouts * [all...] |
/external/chromium_org/courgette/ |
disassembler_win32_x64.cc | 57 uint32 offset = ReadU32(start(), 178 uint32 section_end = 247 uint32 size = ReadU32(block, 4); 287 uint32 offset = rva - section->virtual_address; 298 uint32 offset = rva - section->virtual_address; 336 uint32 file_offset = 0; 346 uint32 section_start_offset = section->file_offset_of_raw_data; 353 uint32 end = file_offset + section->size_of_raw_data; 378 uint32 target_address = Read32LittleEndian(RVAToPointer(rva)); 386 uint32 file_offset = 0 [all...] |
disassembler_win32_x86.cc | 57 uint32 offset = ReadU32(start(), 178 uint32 section_end = 247 uint32 size = ReadU32(block, 4); 287 uint32 offset = rva - section->virtual_address; 298 uint32 offset = rva - section->virtual_address; 336 uint32 file_offset = 0; 346 uint32 section_start_offset = section->file_offset_of_raw_data; 353 uint32 end = file_offset + section->size_of_raw_data; 378 uint32 target_address = Read32LittleEndian(RVAToPointer(rva)); 386 uint32 file_offset = 0 [all...] |
/external/neven/Embedded/common/src/b_ImageEm/ |
UInt32Image.c | 106 uint32 bim_UInt32Image_heapSize( struct bbs_Context* cpA, 108 uint32 widthA, 109 uint32 heightA ) 116 uint32 bim_UInt32Image_checkSum( struct bbs_Context* cpA, 119 uint32 sumL =0 ; 120 uint32 iL; 121 uint32 sizeL = ptrA->arrE.sizeE; 122 const uint32* ptrL = ptrA->arrE.arrPtrE; 142 uint32 widthA, 143 uint32 heightA [all...] |
/external/bluetooth/bluedroid/gki/common/ |
gki_debug.c | 112 UINT32 MagicNum; 113 UINT32 *p; 116 p = (UINT32 *)gki_cb.com.OSStack[task]; /* assume stack is aligned, */ 124 return (j * sizeof(UINT32)); 173 UINT32 *magic; 193 magic = (UINT32 *)((UINT8 *)hdr + BUFFER_HDR_SIZE + size); 215 UINT32 *magic; 232 magic = (UINT32 *)((UINT8 *)p_hdr + buf_size - sizeof(UINT32)); 337 void gki_dump4 (UINT32 *s, UINT16 len, FP_PRINT print [all...] |
/external/chromium_org/chrome/browser/safe_browsing/ |
safe_browsing_store_file.h | 23 // uint32 add_chunk_count; // Chunks seen, including empties. 24 // uint32 sub_chunk_count; // Ditto. 25 // uint32 add_prefix_count; 26 // uint32 sub_prefix_count; 27 // uint32 add_hash_count; 28 // uint32 sub_hash_count; 63 // uint32 add_prefix_count; 64 // uint32 sub_prefix_count; 65 // uint32 add_hash_count; 66 // uint32 sub_hash_count [all...] |
/external/chromium_org/content/browser/renderer_host/p2p/ |
socket_host_tcp_unittest.cc | 30 MatchMessage(static_cast<uint32>(P2PMsg_OnSocketCreated::ID)))) 91 MatchMessage(static_cast<uint32>(P2PMsg_OnSendComplete::ID)))) 122 MatchMessage(static_cast<uint32>(P2PMsg_OnSendComplete::ID)))) 169 MatchMessage(static_cast<uint32>(P2PMsg_OnError::ID)))) 191 MatchMessage(static_cast<uint32>(P2PMsg_OnSendComplete::ID)))) 216 MatchMessage(static_cast<uint32>(P2PMsg_OnSendComplete::ID)))) 244 MatchMessage(static_cast<uint32>(P2PMsg_OnSendComplete::ID)))) 272 MatchMessage(static_cast<uint32>(P2PMsg_OnSendComplete::ID)))) 316 MatchMessage(static_cast<uint32>(P2PMsg_OnError::ID)))) 333 MatchMessage(static_cast<uint32>(P2PMsg_OnSendComplete::ID))) [all...] |