/external/lzma/CPP/7zip/Compress/ |
Lzma2Decoder.cpp | 27 static const UInt32 kInBufSize = 1 << 20;
44 STDMETHODIMP CDecoder::SetDecoderProperties2(const Byte *prop, UInt32 size)
93 const UInt32 kStepSize = ((UInt32)1 << 22);
115 _inPos += (UInt32)inSizeProcessed;
146 STDMETHODIMP CDecoder::Read(void *data, UInt32 size, UInt32 *processedSize)
164 size = (UInt32)rem;
171 _inPos += (UInt32)inProcessed;
174 size -= (UInt32)outProcessed; [all...] |
BcjCoder.h | 12 UInt32 _prevMask;
|
/external/tpm2/ |
CpriHash_fp.h | 12 UINT32 dOutSize, // IN: size of digest buffer 21 UINT32 dataSize, // IN: size of buffer to hash 23 UINT32 digestSize, // IN: size of the digest buffer 39 UINT32 sizeInBits, // IN: size of generated key in bit 41 UINT32 *counterInOut, // IN/OUT: caller may provide the iteration 53 UINT32 sizeInBits, // IN: size of generated key in bit 57 _cpri__MGF1(UINT32 mSize, // IN: length of the mask to be produced 60 UINT32 sSize, // IN: size of the seed 78 UINT32 dataSize, // IN: the size of data to be added to the digest 86 UINT32 dOutSize, // IN: size of digest buffe [all...] |
CpriRSA_fp.h | 12 UINT32 *dOutSize, // OUT: the size of the decrypted data 16 UINT32 cInSize, // IN: the amount of data to decrypt 22 _cpri__EncryptRSA(UINT32 *cOutSize, // OUT: the size of the encrypted data 26 UINT32 dInSize, // IN: the amount of data to encrypt 35 UINT32 e, // IN: The public exponent 41 UINT32 *counter // IN/OUT: Counter value to allow KFD iteration to be 45 _cpri__SignRSA(UINT32 *sigOutSize, // OUT: size of signature 50 UINT32 hInSize, // IN: size of digest to be signed 55 UINT32 exponent, // IN: the public modulu 65 UINT32 hInSize, // IN: size of digest to be checke [all...] |
PCR_fp.h | 11 UINT32 *maxPCR, // OUT: Maximum number of PCR 12 UINT32 *sizeNeeded, // OUT: required space 13 UINT32 *sizeAvailable // OUT: available space 16 UINT32 *groupIndex // OUT: group index if PCR belongs 23 UINT32 *groupIndex // OUT: group index if PCR 30 UINT32 count, // IN: count of return 45 UINT32 count, // IN: count of returned handle 50 UINT32 count, // IN: count of returned propertie 58 UINT32 size, // IN: size of data to be extended 67 BOOL PcrIsAllocated(UINT32 pcr, // IN: The number of the PC [all...] |
/external/mesa3d/src/gallium/drivers/svga/include/ |
svga_overlay.h | 67 uint32 cmdType; 68 uint32 streamId; 73 uint32 registerId; 74 uint32 value; 80 uint32 cmdType; 81 uint32 streamId; 91 uint32 command; 92 uint32 overlay; 104 uint32 regId; 105 uint32 value [all...] |
/external/vulkan-validation-layers/libs/glm/gtx/ |
bit.inl | 379 GLM_FUNC_QUALIFIER glm::uint32 bitfieldInterleave(glm::uint16 x, glm::uint16 y) 381 glm::uint32 REG1(x); 382 glm::uint32 REG2(y); 384 REG1 = ((REG1 << 8) | REG1) & glm::uint32(0x00FF00FF); 385 REG2 = ((REG2 << 8) | REG2) & glm::uint32(0x00FF00FF); 387 REG1 = ((REG1 << 4) | REG1) & glm::uint32(0x0F0F0F0F); 388 REG2 = ((REG2 << 4) | REG2) & glm::uint32(0x0F0F0F0F); 390 REG1 = ((REG1 << 2) | REG1) & glm::uint32(0x33333333); 391 REG2 = ((REG2 << 2) | REG2) & glm::uint32(0x33333333); 393 REG1 = ((REG1 << 1) | REG1) & glm::uint32(0x55555555) [all...] |
/prebuilts/misc/darwin-x86_64/sdl2/include/SDL2/ |
SDL_endian.h | 108 SDL_FORCE_INLINE Uint32 109 SDL_Swap32(Uint32 x) 115 SDL_FORCE_INLINE Uint32 116 SDL_Swap32(Uint32 x) 122 SDL_FORCE_INLINE Uint32 123 SDL_Swap32(Uint32 x) 125 Uint32 result; 133 SDL_FORCE_INLINE Uint32 134 SDL_Swap32(Uint32 x) 140 SDL_FORCE_INLINE Uint32 [all...] |
/prebuilts/misc/windows/sdl2/i686-w64-mingw32/include/SDL2/ |
SDL_endian.h | 108 SDL_FORCE_INLINE Uint32 109 SDL_Swap32(Uint32 x) 115 SDL_FORCE_INLINE Uint32 116 SDL_Swap32(Uint32 x) 122 SDL_FORCE_INLINE Uint32 123 SDL_Swap32(Uint32 x) 125 Uint32 result; 133 SDL_FORCE_INLINE Uint32 134 SDL_Swap32(Uint32 x) 140 SDL_FORCE_INLINE Uint32 [all...] |
/prebuilts/misc/windows/sdl2/include/ |
SDL_endian.h | 108 SDL_FORCE_INLINE Uint32 109 SDL_Swap32(Uint32 x) 115 SDL_FORCE_INLINE Uint32 116 SDL_Swap32(Uint32 x) 122 SDL_FORCE_INLINE Uint32 123 SDL_Swap32(Uint32 x) 125 Uint32 result; 133 SDL_FORCE_INLINE Uint32 134 SDL_Swap32(Uint32 x) 140 SDL_FORCE_INLINE Uint32 [all...] |
/prebuilts/misc/windows/sdl2/x86_64-w64-mingw32/include/SDL2/ |
SDL_endian.h | 108 SDL_FORCE_INLINE Uint32 109 SDL_Swap32(Uint32 x) 115 SDL_FORCE_INLINE Uint32 116 SDL_Swap32(Uint32 x) 122 SDL_FORCE_INLINE Uint32 123 SDL_Swap32(Uint32 x) 125 Uint32 result; 133 SDL_FORCE_INLINE Uint32 134 SDL_Swap32(Uint32 x) 140 SDL_FORCE_INLINE Uint32 [all...] |
/system/bt/bta/include/ |
bta_av_sbc.h | 49 extern void bta_av_sbc_init_up_sample (UINT32 src_sps, UINT32 dst_sps, 78 UINT32 src_samples, UINT32 dst_samples, 79 UINT32 *p_ret); 99 UINT32 src_samples, UINT32 dst_samples, 100 UINT32 *p_ret); 120 UINT32 src_samples, UINT32 dst_samples [all...] |
/prebuilts/go/darwin-x86/src/syscall/ |
zsyscall_windows.go | 230 func GetVersion() (ver uint32, err error) { 232 ver = uint32(r0) 243 func formatMessage(flags uint32, msgsrc uintptr, msgid uint32, langid uint32, buf []uint16, args *byte) (n uint32, err error) { 249 n = uint32(r0) 260 func ExitProcess(exitcode uint32) { 265 func CreateFile(name *uint16, access uint32, mode uint32, sa *SecurityAttributes, createmode uint32, attrs uint32, templatefile int32) (handle Handle, err (…) [all...] |
/prebuilts/go/linux-x86/src/syscall/ |
zsyscall_windows.go | 230 func GetVersion() (ver uint32, err error) { 232 ver = uint32(r0) 243 func formatMessage(flags uint32, msgsrc uintptr, msgid uint32, langid uint32, buf []uint16, args *byte) (n uint32, err error) { 249 n = uint32(r0) 260 func ExitProcess(exitcode uint32) { 265 func CreateFile(name *uint16, access uint32, mode uint32, sa *SecurityAttributes, createmode uint32, attrs uint32, templatefile int32) (handle Handle, err (…) [all...] |
/external/dhcpcd-6.8.2/ |
dhcpcd-embedded.c | 42 "define 2 uint32 time_offset", 63 "define 24 uint32 path_mtu_aging_timeout", 73 "define 35 uint32 arp_cache_timeout", 76 "define 38 uint32 tcp_keepalive_interval", 89 "define 51 request uint32 dhcp_lease_time", 96 "define 58 request uint32 dhcp_renewal_time", 97 "define 59 request uint32 dhcp_rebinding_time", 137 "define 91 uint32 client_last_transaction_time", 155 "embed uint32 nominal", 156 "embed uint32 maximum" [all...] |
/external/neven/Embedded/common/src/b_BitFeatureEm/ |
LocalScanner.h | 64 uint32 currentWidthE; 67 uint32 currentHeightE; 70 uint32 workWidthE; 73 uint32 workHeightE; 79 uint32 origWidthE; 82 uint32 origHeightE; 111 uint32 patchWidthE; 114 uint32 patchHeightE; 117 uint32 scaleExpE; 120 uint32 maxImageWidthE [all...] |
/external/lzma/CPP/7zip/Archive/7z/ |
7zDecode.cpp | 24 bindPair.InIndex = (UInt32)folder.BindPairs[i].InIndex;
25 bindPair.OutIndex = (UInt32)folder.BindPairs[i].OutIndex;
31 UInt32 outStreamIndex = 0;
36 coderStreamsInfo.NumInStreams = (UInt32)coderInfo.NumInStreams;
37 coderStreamsInfo.NumOutStreams = (UInt32)coderInfo.NumOutStreams;
39 for (UInt32 j = 0; j < coderStreamsInfo.NumOutStreams; j++, outStreamIndex++)
45 bindInfo.InStreams[i] = (UInt32)folder.PackStreams[i];
102 , bool mtMode, UInt32 numThreads
225 UInt32 packStreamIndex = 0;
226 UInt32 unpackStreamIndexStart = folders.FoToCoderUnpackSizes[folderIndex]; [all...] |
7zHandler.cpp | 46 STDMETHODIMP CHandler::GetNumberOfItems(UInt32 *numItems)
56 STDMETHODIMP CHandler::GetNumberOfProperties(UInt32 *numProps)
62 STDMETHODIMP CHandler::GetPropertyInfo(UInt32 /* index */,
107 static unsigned GetStringForSizeValue(char *s, UInt32 val)
111 if (((UInt32)1 << i) == val)
143 static char *AddProp32(char *s, const char *name, UInt32 v)
214 case kpidNumBlocks: prop = (UInt32)_db.NumFolders; break;
228 UInt32 v = 0;
238 UInt32 v = 0;
290 STDMETHODIMP CHandler::GetNumRawProps(UInt32 *numProps) [all...] |
/external/lzma/C/ |
7zArcIn.c | 57 static int SzFolder_FindBindPairForInStream(const CSzFolder *p, UInt32 inStreamIndex)
59 UInt32 i;
72 MY_ALLOC(UInt32, p->Vals, num, alloc);
205 UInt32 v;
216 *value = (((UInt32)firstByte & 0x3F) << 8) | v;
220 *value = v | ((UInt32)mask << 8);
239 static MY_NO_INLINE const Byte *SzReadNumbers(const Byte *data, const Byte *dataLim, UInt64 *values, UInt32 num)
247 UInt32 v;
264 *values++ = (((UInt32)firstByte & 0x3F) << 8) | v;
269 value = v | ((UInt32)*data++ << 8); [all...] |
AesOpt.c | 23 UInt32 numRounds2 = *(const UInt32 *)(p + 1) - 1;
60 UInt32 numRounds2 = *(const UInt32 *)(p + 1);
89 UInt32 numRounds2 = *(const UInt32 *)(p + 1);
118 UInt32 numRounds2 = *(const UInt32 *)(p + 1) - 1;
143 UInt32 numRounds2 = *(const UInt32 *)(p + 1) - 1; [all...] |
/prebuilts/go/darwin-x86/pkg/darwin_amd64/crypto/ |
md5.a | 18 type @"".digest struct { @"".s [4]uint32; @"".x [64]byte; @"".nx int; @"".len uint64 } 136 0runtime.morestack_noctxt 0? "".autotmp_0039 type.int "".autotmp_0038 type.int "".autotmp_0037 type.int "".autotmp_0031 ?type.[4]uint32 |