/external/lzma/CPP/7zip/Common/ |
FilterCoder.h | 39 UInt32 _bufferPos;
40 UInt32 _convertedPosBegin;
41 UInt32 _convertedPosEnd;
72 HRESULT WriteWithLimit(ISequentialOutStream *outStream, UInt32 size);
101 STDMETHOD(Read)(void *data, UInt32 size, UInt32 *processedSize); \
104 STDMETHOD(Write)(const void *data, UInt32 size, UInt32 *processedSize);
108 STDMETHOD(CryptoSetPassword)(const Byte *data, UInt32 size);
110 STDMETHOD(SetKey)(const Byte *data, UInt32 size); [all...] |
MethodProps.h | 14 unsigned ParseStringToUInt32(const UString &srcString, UInt32 &number);
15 HRESULT ParsePropToUInt32(const UString &name, const PROPVARIANT &prop, UInt32 &resValue);
17 HRESULT ParseMtProp(const UString &name, const PROPVARIANT &prop, UInt32 defaultNumThreads, UInt32 &numThreads);
41 void AddProp32(PROPID propid, UInt32 level);
69 bool Get_DicSize(UInt32 &res) const
84 UInt32 Get_Lzma_Algo() const
93 UInt32 Get_Lzma_DicSize() const
103 UInt32 Get_Lzma_NumThreads(bool &fixedNumber) const
115 UInt32 Get_BZip2_NumThreads(bool &fixedNumber) const [all...] |
/external/lzma/CPP/7zip/Compress/ |
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/pdfium/third_party/libtiff/ |
tiffio.h | 55 * NB: tsize_t is int32 and not uint32 because some functions 71 typedef uint32 ttag_t; /* directory tag */ 74 typedef uint32 tstrile_t; /* strip or tile number */ 145 uint32 d_Vrwr; /* Pixel values for ref. white */ 146 uint32 d_Vrwg; 147 uint32 d_Vrwb; 191 (TIFFRGBAImage*, uint32*, uint32, uint32, uint32, uint32, int32, int32 [all...] |
/external/opencv3/3rdparty/libtiff/ |
tiffio.h | 55 * NB: tsize_t is int32 and not uint32 because some functions 71 typedef uint32 ttag_t; /* directory tag */ 74 typedef uint32 tstrile_t; /* strip or tile number */ 145 uint32 d_Vrwr; /* Pixel values for ref. white */ 146 uint32 d_Vrwg; 147 uint32 d_Vrwb; 191 (TIFFRGBAImage*, uint32*, uint32, uint32, uint32, uint32, int32, int32 [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...] |
/prebuilts/go/darwin-x86/src/runtime/ |
atomic_arm.go | 20 func xadd(val *uint32, delta int32) uint32 { 23 nval := oval + uint32(delta) 35 func xchg(addr *uint32, v uint32) uint32 { 56 return uintptr(xchg((*uint32)(unsafe.Pointer(addr)), uint32(v))) 60 func atomicload(addr *uint32) uint32 { [all...] |
atomic_386.go | 14 func atomicload(ptr *uint32) uint32 { 50 func xadd(ptr *uint32, delta int32) uint32 53 func xchg(ptr *uint32, new uint32) uint32 76 func atomicstore(ptr *uint32, val uint32)
|
atomic_amd64x.go | 16 func atomicload(ptr *uint32) uint32 { 34 func xadd(ptr *uint32, delta int32) uint32 43 func xchg(ptr *uint32, new uint32) uint32 66 func atomicstore(ptr *uint32, val uint32)
|
vlrt.go | 55 hi := float64(uint32(y >> 32)) 56 lo := float64(uint32(y)) 64 xhi := uint32(x>>32)&0xfffff | 0x100000 65 xlo := uint32(x) 66 sh := 1075 - int32(uint32(x>>52)&0x7ff) 68 var ylo, yhi uint32 70 sh := uint32(sh) 89 sh := uint32(-sh) 95 yhi = uint32(d) /* causes something awful */ 112 if uint32(n>>32) == 0 && uint32(d>>32) == 0 [all...] |
/prebuilts/go/linux-x86/src/runtime/ |
atomic_arm.go | 20 func xadd(val *uint32, delta int32) uint32 { 23 nval := oval + uint32(delta) 35 func xchg(addr *uint32, v uint32) uint32 { 56 return uintptr(xchg((*uint32)(unsafe.Pointer(addr)), uint32(v))) 60 func atomicload(addr *uint32) uint32 { [all...] |
atomic_386.go | 14 func atomicload(ptr *uint32) uint32 { 50 func xadd(ptr *uint32, delta int32) uint32 53 func xchg(ptr *uint32, new uint32) uint32 76 func atomicstore(ptr *uint32, val uint32)
|
atomic_amd64x.go | 16 func atomicload(ptr *uint32) uint32 { 34 func xadd(ptr *uint32, delta int32) uint32 43 func xchg(ptr *uint32, new uint32) uint32 66 func atomicstore(ptr *uint32, val uint32)
|
/external/dbus/test/data/valid-messages/ |
lots-of-arguments.message | 13 TYPE UINT32 14 UINT32 0x8765432 26 TYPE UINT32 49 TYPE UINT32 50 UINT32 0x8765432 59 TYPE UINT32 60 UINT32 0x8765432
|
/external/dng_sdk/source/ |
dng_string_list.h | 31 uint32 fCount; 33 uint32 fAllocated; 43 uint32 Count () const 48 dng_string & operator[] (uint32 index) 53 const dng_string & operator[] (uint32 index) const 58 void Allocate (uint32 minSize); 60 void Insert (uint32 index,
|
/external/lzma/C/ |
Aes.h | 16 /* UInt32 pointers must be 16-byte aligned */
23 typedef void (MY_FAST_CALL *AES_SET_KEY_FUNC)(UInt32 *aes, const Byte *key, unsigned keySize);
24 void MY_FAST_CALL Aes_SetKey_Enc(UInt32 *aes, const Byte *key, unsigned keySize);
25 void MY_FAST_CALL Aes_SetKey_Dec(UInt32 *aes, const Byte *key, unsigned keySize);
27 /* ivAes - 16-byte aligned pointer to iv+keyMode+roundKeys sequence: UInt32[AES_NUM_IVMRK_WORDS] */
28 void AesCbc_Init(UInt32 *ivAes, const Byte *iv); /* iv size is AES_BLOCK_SIZE */
31 typedef void (MY_FAST_CALL *AES_CODE_FUNC)(UInt32 *ivAes, Byte *data, size_t numBlocks);
|
/external/lzma/CPP/7zip/Archive/Common/ |
CoderMixer2MT.h | 23 CCoder2(UInt32 numInStreams, UInt32 numOutStreams);
35 SetProgressIndex(UInt32 coderIndex);
64 UInt32 numInStreams,
67 UInt32 numOutStreams,
76 void SetCoderInfo(UInt32 coderIndex, const UInt64 **inSizes, const UInt64 **outSizes)
78 UInt64 GetWriteProcessedSize(UInt32 binderIndex) const
|
InStreamWithCRC.cpp | 7 STDMETHODIMP CSequentialInStreamWithCRC::Read(void *data, UInt32 size, UInt32 *processedSize)
9 UInt32 realProcessed = 0;
22 STDMETHODIMP CInStreamWithCRC::Read(void *data, UInt32 size, UInt32 *processedSize)
24 UInt32 realProcessed = 0;
39 STDMETHODIMP CInStreamWithCRC::Seek(Int64 offset, UInt32 seekOrigin, UInt64 *newPosition)
|
/frameworks/base/tests/Camera2Tests/SmartCamera/SimpleCamera/jni/ |
pixelutils.cpp | 21 typedef uint32_t uint32; typedef 26 uint32* pInPix = static_cast<uint32*>(env->GetDirectBufferAddress(input)); 27 uint32* pOutput = static_cast<uint32*>(env->GetDirectBufferAddress(output)); 28 uint32* pOutRow = pOutput + offset; 30 uint32* pOutPix = pOutRow;
|
/hardware/intel/common/libmix/mix_vbp/viddec_fw/fw/parser/ |
vbp_h264_parser.h | 15 uint32 vbp_init_parser_entries_h264(vbp_context *pcontext); 20 uint32 vbp_allocate_query_data_h264(vbp_context *pcontext); 25 uint32 vbp_free_query_data_h264(vbp_context *pcontext); 30 uint32 vbp_parse_init_data_h264(vbp_context *pcontext); 36 uint32 vbp_parse_start_code_h264(vbp_context *pcontext); 41 uint32 vbp_process_parsing_result_h264(vbp_context *pcontext, int list_index); 46 uint32 vbp_populate_query_data_h264(vbp_context *pcontext);
|
vbp_mp42_parser.h | 16 uint32 vbp_init_parser_entries_mp42(vbp_context *pcontext); 22 uint32 vbp_allocate_query_data_mp42(vbp_context *pcontext); 27 uint32 vbp_free_query_data_mp42(vbp_context *pcontext); 32 uint32 vbp_parse_init_data_mp42(vbp_context *pcontext); 37 uint32 vbp_parse_start_code_mp42(vbp_context *pcontext); 42 uint32 vbp_process_parsing_result_mp42(vbp_context *pcontext, int list_index); 47 uint32 vbp_populate_query_data_mp42(vbp_context *pcontext);
|
/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/ |
tbs.h | 16 typedef UINT32 TBS_RESULT; 35 UINT32 version; 41 TBS_RESULT WINAPI Tbsi_Get_TCG_Log(TBS_HCONTEXT hContext,BYTE *pOutputBuf,UINT32 *pOutputBufLen); 42 TBS_RESULT WINAPI Tbsi_Physical_Presence_Command(TBS_HCONTEXT hContext,const BYTE *pInputBuf,UINT32 InputBufLen,BYTE *pOutputBuf,UINT32 *pOutputBufLen); 45 TBS_RESULT WINAPI Tbsip_Submit_Command(TBS_HCONTEXT hContext,TBS_COMMAND_LOCALITY locality,TBS_COMMAND_PRIORITY priority,const BYTE *pCommandBuf,UINT32 commandBufLen,BYTE *pResultBuf,UINT32 *pResultBufLen);
|
/prebuilts/go/darwin-x86/src/crypto/aes/ |
cipher_asm.go | 11 func encryptBlockAsm(nr int, xk *uint32, dst, src *byte) 12 func decryptBlockAsm(nr int, xk *uint32, dst, src *byte) 13 func expandKeyAsm(nr int, key *byte, enc *uint32, dec *uint32) 17 func encryptBlock(xk []uint32, dst, src []byte) { 25 func decryptBlock(xk []uint32, dst, src []byte) { 33 func expandKey(key []byte, enc, dec []uint32) {
|
/prebuilts/go/linux-x86/src/crypto/aes/ |
cipher_asm.go | 11 func encryptBlockAsm(nr int, xk *uint32, dst, src *byte) 12 func decryptBlockAsm(nr int, xk *uint32, dst, src *byte) 13 func expandKeyAsm(nr int, key *byte, enc *uint32, dec *uint32) 17 func encryptBlock(xk []uint32, dst, src []byte) { 25 func decryptBlock(xk []uint32, dst, src []byte) { 33 func expandKey(key []byte, enc, dec []uint32) {
|
/external/vboot_reference/utility/include/ |
eficompress.h | 13 #define UINT32 uint32_t 63 IN UINT32 SrcSize, 65 IN OUT UINT32 *DstSize 72 IN UINT32 SrcSize, 73 OUT UINT32 *DstSize, 74 OUT UINT32 *ScratchSize 81 IN UINT32 SrcSize, 83 IN UINT32 DstSize, 85 IN UINT32 ScratchSize
|