HomeSort by relevance Sort by last modified time
    Searched full:uint32 (Results 476 - 500 of 4588) sorted by null

<<11121314151617181920>>

  /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_noctxt0?"".autotmp_0039type.int"".autotmp_0038type.int"".autotmp_0037type.int"".autotmp_0031?type.[4]uint32"".autotmp_0030Otype.string"".autotmp_0029type.[]uint8"".autotmp_0027type.uint64"".autotmp_0026type.[]uint8"".autotmp_0025type.uint64"".autotmp_0024/type.[]uint8"".digest?type.[16]uint8 "".tmp?type.[64]uint8 "".len?type.uint64 "".~r0type.[16]uint8"".dtype.*"".digest????????> i 3 `
157 0runtime.morestack_noctxtP?"".autotmp_0040?type.[16]uint8"".d?type."".digest "".~r10type.[16]uint8"".datatype.[]uint8??????6 25I ?\Tgclocals·89fe65749ce0afc971c0982226501ff0Tgclocals·33cdeccccebe80329f1fdbee7f5874cbZprebuilts/go/darwin-x86/src/crypto/md5/md5.go?"".init.2??H???$1?H??H??H??H??@?l$?T$?L$?D$H?$H??H??tMH?\$H????)@8?u1?X?i@8?u$?X?i@8?u?X?i@8??H????????"".littleEndian?"".littleEndian"".autotmp_0041type.[4]uint8"".xtype.uint32??"(] Tgclocals·33cdeccccebe80329f1fdbee7f5874cbTgclocals·33cdeccccebe80329f1fdbee7f5874cbdprebuilts/go/darwin-x86/src/crypto/md5/md5block.go?"".blockGeneric? ?eH? %H;a??H??@L?\$PL?L$XH?\$HD?H?\$H?KH?\$H?sH?\$H?S H?<$1??I??@?fA??A??A??I???A??A1?A!?A1?A?+A?A??x?j?E?A??A??1?D!?1?A?k??V?????? D?D??1?!?1?A?k???p $??????D1?!?D1?A?k ??????????1?!?1?A?k?ï|?D??????1?!?1?A?k??*?G??? ?A??1?!?1?A?k??F0??????D1?!?D1?A?k???F??????1?!?1?A?k ????iD??????1?!?1?A?k$?ï?D???? ????1?!?1?A?k(?ñ[????????1?!?1?A?k,?þ?\???????1?!?1?A?k0??"?k??????1?!?1?A?k4?Óq????? ????1?!?1?A?k8?ÎCy???????1?!?1?A?k<??!?I?????1?!?1?A?k??b%??????1?!?1?A?k??@?@???? ???1?!?1?A?k,??QZ^&?????1?!?1?A?+?ê???????1?!?1?A?k??]/??????1?!?1?A?k(??SD??? ???1?!?1?A?k<?Á???????1?!?1?A?k???????????1?!?1?A?k$?????!?????1?!?1?A?k8???7???? ???1?!?1?A?k ?Ç ???????1?!?1?A?k ???ZE?????1?!?1?A?k4?????????1?!?1?A?k????????? ???1?!?1?A?k???og?????1?!?1?A?k0?ÊL*??????1?1?A?k??B9???????1?1?A?k ?Á?q???? ???1?1?A?k,??"a?m?????1?1?A?k8?? 8???????1?1?A?k??D??????1?1?A?k?é??K??? ???1?1?A?k??`K???????1?1?A?k(??p????????1?1?A?k4???~?(?????1?1?A?+???'????? ???1?1?A?k ?Å0???????1?1?A?k????????1?1?A?k$??9????????1?1?A?k0???????? ???1?1?A?k<???|??????1?1?A?k??eV?????????? ?1?A?+??D")????????? ?1?A?k?×?*C???
188 0runtime.morestack_noctxt@??"".autotmp_0114type.uint32"".autotmp_0113type.uint32"".autotmp_0112type.uint32"".autotmp_0111type.uint32"".autotmp_0110type.uint32"".autotmp_0109type.uint32"".autotmp_0108type.uint32"".autotmp_0107type.uint32"".autotmp_0106type.uint32"".autotmp_0105type.uint32" (…)
    [all...]
  /prebuilts/go/linux-x86/pkg/linux_amd64/crypto/
md5.a 18 type @"".digest struct { @"".s [4]uint32; @"".x [64]byte; @"".nx int; @"".len uint64 }
136 0runtime.morestack_noctxt0?"".autotmp_0039type.int"".autotmp_0038type.int"".autotmp_0037type.int"".autotmp_0031?type.[4]uint32"".autotmp_0030Otype.string"".autotmp_0029type.[]uint8"".autotmp_0027type.uint64"".autotmp_0026type.[]uint8"".autotmp_0025type.uint64"".autotmp_0024/type.[]uint8"".digest?type.[16]uint8 "".tmp?type.[64]uint8 "".len?type.uint64 "".~r0type.[16]uint8"".dtype.*"".digest????????> i 3 `
157 0runtime.morestack_noctxtP?"".autotmp_0040?type.[16]uint8"".d?type."".digest "".~r10type.[16]uint8"".datatype.[]uint8??????6 25I ?\Tgclocals·89fe65749ce0afc971c0982226501ff0Tgclocals·33cdeccccebe80329f1fdbee7f5874cbXprebuilts/go/linux-x86/src/crypto/md5/md5.go?"".init.2??H???$1?H??H??H??H??@?l$?T$?L$?D$H?$H??H??tMH?\$H????)@8?u1?X?i@8?u$?X?i@8?u?X?i@8??H????????"".littleEndian?"".littleEndian"".autotmp_0041type.[4]uint8"".xtype.uint32??"(] Tgclocals·33cdeccccebe80329f1fdbee7f5874cbTgclocals·33cdeccccebe80329f1fdbee7f5874cbbprebuilts/go/linux-x86/src/crypto/md5/md5block.go?"".blockGeneric? ?dH? %H;a??H??@L?\$PL?L$XH?\$HD?H?\$H?KH?\$H?sH?\$H?S H?<$1??I??@?fA??A??A??I???A??A1?A!?A1?A?+A?A??x?j?E?A??A??1?D!?1?A?k??V?????? D?D??1?!?1?A?k???p $??????D1?!?D1?A?k ??????????1?!?1?A?k?ï|?D??????1?!?1?A?k??*?G??? ?A??1?!?1?A?k??F0??????D1?!?D1?A?k???F??????1?!?1?A?k ????iD??????1?!?1?A?k$?ï?D???? ????1?!?1?A?k(?ñ[????????1?!?1?A?k,?þ?\???????1?!?1?A?k0??"?k??????1?!?1?A?k4?Óq????? ????1?!?1?A?k8?ÎCy???????1?!?1?A?k<??!?I?????1?!?1?A?k??b%??????1?!?1?A?k??@?@???? ???1?!?1?A?k,??QZ^&?????1?!?1?A?+?ê???????1?!?1?A?k??]/??????1?!?1?A?k(??SD??? ???1?!?1?A?k<?Á???????1?!?1?A?k???????????1?!?1?A?k$?????!?????1?!?1?A?k8???7???? ???1?!?1?A?k ?Ç ???????1?!?1?A?k ???ZE?????1?!?1?A?k4?????????1?!?1?A?k????????? ???1?!?1?A?k???og?????1?!?1?A?k0?ÊL*??????1?1?A?k??B9???????1?1?A?k ?Á?q???? ???1?1?A?k,??"a?m?????1?1?A?k8?? 8???????1?1?A?k??D??????1?1?A?k?é??K??? ???1?1?A?k??`K???????1?1?A?k(??p????????1?1?A?k4???~?(?????1?1?A?+???'????? ???1?1?A?k ?Å0???????1?1?A?k????????1?1?A?k$??9????????1?1?A?k0???????? ???1?1?A?k<???|??????1?1?A?k??eV?????????? ?1?A?+??D")????????? ?1?A?k?×?*C???
188 0runtime.morestack_noctxt@??"".autotmp_0114type.uint32"".autotmp_0113type.uint32"".autotmp_0112type.uint32"".autotmp_0111type.uint32"".autotmp_0110type.uint32"".autotmp_0109type.uint32"".autotmp_0108type.uint32"".autotmp_0107type.uint32"".autotmp_0106type.uint32"".autotmp_0105type.uint32" (…)
    [all...]
  /external/lzma/CPP/7zip/Common/
CreateCoder.cpp 32 static HRESULT ReadNumberOfStreams(ICompressCodecsInfo *codecsInfo, UInt32 index, PROPID propID, UInt32 &res)
45 static HRESULT ReadIsAssignedProp(ICompressCodecsInfo *codecsInfo, UInt32 index, PROPID propID, bool &res)
62 UInt32 num;
64 for (UInt32 i = 0; i < num; i++)
93 UInt32 num = GetHashers->GetNumHashers();
94 for (UInt32 i = 0; i < num; i++)
119 const UString &name, CMethodId &methodId, UInt32 &numInStreams, UInt32 &numOutStreams)
121 UInt32 i;
    [all...]
  /external/libvpx/libvpx/third_party/libyuv/source/
video_common.cc 22 uint32 alias;
23 uint32 canonical;
49 uint32 CanonicalFourCC(uint32 fourcc) {
  /external/libyuv/files/source/
video_common.cc 22 uint32 alias;
23 uint32 canonical;
41 uint32 CanonicalFourCC(uint32 fourcc) {

Completed in 885 milliseconds

<<11121314151617181920>>