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

<<31323334353637383940>>

  /prebuilts/go/darwin-x86/pkg/darwin_amd64/hash/
adler32.a 11 type @"hash".Hash32 interface { BlockSize() (? int); Reset(); Size() (? int); Sum(@"hash".b []byte) (? []byte); Sum32() (? uint32); Write(@"io".p []byte) (@"io".n int, @"io".err error) }
13 func @"".Checksum (@"".data·2 []byte "esc:0x1") (? uint32)
15 type @"".digest uint32
19 func (@"".d·2 *@"".digest "esc:0x1") Sum (@"".in·3 []byte "esc:0x1a") (? []byte) { var @"".s·4 uint32; @"".s·4 = uint32(*@"".d·2); return append(@"".in·3, byte(@"".s·4 >> 0x18), byte(@"".s·4 >> 0x10), byte(@"".s·4 >> 0x8), byte(@"".s·4)) }
20 func (@"".d·2 *@"".digest "esc:0x1") Sum32 () (? uint32) { return uint32(*@"".d·2) }
46 0runtime.morestack_noctxtP"".autotmp_0014type.int"".autotmp_0011type.uint32"".autotmp_0010type.uint32"".autotmp_0009type.uint32"".autotmp_0008type.uint32"".autotmp_0007type.[]uint8 "".~r2@type."".digest"".p (…)
    [all...]
crc32.a 15 type @"".Table [256]uint32
17 func @"".MakeTable (@"".poly·2 uint32) (? *@"".Table)
18 type @"hash".Hash32 interface { BlockSize() (? int); Reset(); Size() (? int); Sum(@"hash".b []byte) (? []byte); Sum32() (? uint32); Write(@"io".p []byte) (@"io".n int, @"io".err error) }
21 func @"".Update (@"".crc·2 uint32, @"".tab·3 *@"".Table "esc:0x1", @"".p·4 []byte) (? uint32)
22 func @"".Checksum (@"".data·2 []byte, @"".tab·3 *@"".Table "esc:0x1") (? uint32)
23 func @"".ChecksumIEEE (@"".data·2 []byte) (? uint32)
25 type @"".digest struct { @"".crc uint32; @"".tab *@"".Table }
29 func (@"".d·2 *@"".digest "esc:0x1") Sum (@"".in·3 []byte "esc:0x1a") (? []byte) { var @"".s·4 uint32; @"".s·4 = @"".d·2.Sum32(); return append(@"".in·3, byte(@"".s·4 >> 0x18), byte(@"".s·4 >> 0x10), byte(@"".s·4 >> 0x8), byte(@"".s·4)) }
30 func (@"".d·2 *@"".digest "esc:0x1") Sum32 () (? uint32) { return @"".d·2.@"".crc
    [all...]
  /prebuilts/go/linux-x86/pkg/linux_amd64/hash/
adler32.a 11 type @"hash".Hash32 interface { BlockSize() (? int); Reset(); Size() (? int); Sum(@"hash".b []byte) (? []byte); Sum32() (? uint32); Write(@"io".p []byte) (@"io".n int, @"io".err error) }
13 func @"".Checksum (@"".data·2 []byte "esc:0x1") (? uint32)
15 type @"".digest uint32
19 func (@"".d·2 *@"".digest "esc:0x1") Sum (@"".in·3 []byte "esc:0x1a") (? []byte) { var @"".s·4 uint32; @"".s·4 = uint32(*@"".d·2); return append(@"".in·3, byte(@"".s·4 >> 0x18), byte(@"".s·4 >> 0x10), byte(@"".s·4 >> 0x8), byte(@"".s·4)) }
20 func (@"".d·2 *@"".digest "esc:0x1") Sum32 () (? uint32) { return uint32(*@"".d·2) }
46 0runtime.morestack_noctxtP"".autotmp_0014type.int"".autotmp_0011type.uint32"".autotmp_0010type.uint32"".autotmp_0009type.uint32"".autotmp_0008type.uint32"".autotmp_0007type.[]uint8 "".~r2@type."".digest"".p (…)
    [all...]
crc32.a 15 type @"".Table [256]uint32
17 func @"".MakeTable (@"".poly·2 uint32) (? *@"".Table)
18 type @"hash".Hash32 interface { BlockSize() (? int); Reset(); Size() (? int); Sum(@"hash".b []byte) (? []byte); Sum32() (? uint32); Write(@"io".p []byte) (@"io".n int, @"io".err error) }
21 func @"".Update (@"".crc·2 uint32, @"".tab·3 *@"".Table "esc:0x1", @"".p·4 []byte) (? uint32)
22 func @"".Checksum (@"".data·2 []byte, @"".tab·3 *@"".Table "esc:0x1") (? uint32)
23 func @"".ChecksumIEEE (@"".data·2 []byte) (? uint32)
25 type @"".digest struct { @"".crc uint32; @"".tab *@"".Table }
29 func (@"".d·2 *@"".digest "esc:0x1") Sum (@"".in·3 []byte "esc:0x1a") (? []byte) { var @"".s·4 uint32; @"".s·4 = @"".d·2.Sum32(); return append(@"".in·3, byte(@"".s·4 >> 0x18), byte(@"".s·4 >> 0x10), byte(@"".s·4 >> 0x8), byte(@"".s·4)) }
30 func (@"".d·2 *@"".digest "esc:0x1") Sum32 () (? uint32) { return @"".d·2.@"".crc
    [all...]
  /external/dng_sdk/source/
dng_memory.h 57 dng_memory_data (uint32 size);
66 dng_memory_data (uint32 count, std::size_t elementSize);
76 void Allocate (uint32 size);
86 void Allocate (uint32 count, std::size_t elementSize);
173 /// Return pointer to allocated memory as a uint32 *.
174 /// \retval uint32 * valid for as many bytes as were allocated.
176 uint32 * Buffer_uint32 ()
178 return (uint32 *) Buffer ();
181 /// Return pointer to allocated memory as a uint32 *.
182 /// \retval uint32 * valid for as many bytes as were allocated
    [all...]
dng_iptc.cpp 188 uint32 length = stream.Get_uint16 ();
225 uint32 blockSize,
259 uint32 dataSize = stream.Get_uint16 ();
277 uint32 byte1 = stream.Get_uint8 ();
278 uint32 byte2 = stream.Get_uint8 ();
279 uint32 byte3 = stream.Get_uint8 ();
345 uint32 dataSize = stream.Get_uint16 ();
431 uint32 length = stream.Get_uint16 ();
453 uint32 length = stream.Get_uint16 ();
475 uint32 length = stream.Get_uint16 ()
    [all...]
  /external/neven/Embedded/common/src/b_ImageEm/
UInt16BytePyrImage.c 115 uint32 levelA )
117 uint32 iL;
118 uint32 offsL = 0;
119 uint32 baseSizeL = ( ptrA->widthE * ptrA->heightE ) >> 1;
124 bbs_ERROR2( "uint16* bim_UInt16BytePyrImage_arrPtr( struct bim_UInt16BytePyrImage*, uint32 levelA ):\n"
139 uint32 bim_UInt16BytePyrImage_heapSize( struct bbs_Context* cpA,
141 uint32 widthA, uint32 heightA,
142 uint32 depthA )
144 uint32 baseSizeL = ( widthA * heightA ) >> 1
    [all...]
ComplexImage.h 49 uint32 widthE;
52 uint32 heightE;
87 uint32 bim_ComplexImage_checkSum( struct bbs_Context* cpA,
91 uint32 bim_ComplexImage_heapSize( struct bbs_Context* cpA,
93 uint32 widthA, uint32 heightA );
100 uint32 widthA,
101 uint32 heightA,
107 uint32 widthA,
108 uint32 heightA )
    [all...]
  /external/tpm2/
RSAKeySieve.c 69 UINT32
101 UINT32
105 const UINT32 n // IN, the number of the SET bit
108 UINT32 i;
110 UINT32 retValue;
118 retValue = (UINT32)(pA - a) * 8;
154 UINT32 inner;
205 UINT32
207 UINT32 bits // IN: Number of bits in the RSA prime
330 UINT32
    [all...]
  /external/lzma/CPP/7zip/Common/
MethodProps.cpp 37 unsigned ParseStringToUInt32(const UString &srcString, UInt32 &number)
45 HRESULT ParsePropToUInt32(const UString &name, const PROPVARIANT &prop, UInt32 &resValue)
62 UInt32 v;
69 HRESULT ParseMtProp(const UString &name, const PROPVARIANT &prop, UInt32 defaultNumThreads, UInt32 &numThreads)
93 static HRESULT StringToDictSize(const UString &s, UInt32 &dicSize)
96 UInt32 number = ConvertStringToUInt32(s, &end);
105 dicSize = (UInt32)1 << (unsigned)number;
117 if (number >= ((UInt32)1 << (kLogDictSizeLimit - numBits)))
123 static HRESULT PROPVARIANT_to_DictSize(const PROPVARIANT &prop, UInt32 &resValue)
    [all...]
  /external/lzma/CPP/Windows/
FileIO.cpp 160 static const UInt32 kClusterSize = 1 << 14;
171 UInt32 processed = 0;
199 UInt32 processed = 0;
333 static UInt32 kChunkSizeMax = (1 << 22);
335 bool CInFile::Read1(void *data, UInt32 size, UInt32 &processedSize) throw()
339 processedSize = (UInt32)processedLoc;
343 bool CInFile::ReadPart(void *data, UInt32 size, UInt32 &processedSize) throw()
350 bool CInFile::Read(void *data, UInt32 size, UInt32 &processedSize) throw()
    [all...]
  /frameworks/av/media/libstagefright/codecs/m4v_h263/enc/src/
fastidct.cpp 328 uint32 pred_word, dst_word;
340 pred_word = *((uint32*)(rec += lx)); /* read 4 bytes from pred */
352 *((uint32*)rec) = dst_word; /* save 4 bytes to dst */
354 pred_word = *((uint32*)(rec + 4)); /* read 4 bytes from pred */
366 *((uint32*)(rec + 4)) = dst_word; /* save 4 bytes to dst */
375 uint32 pred_word, dst_word;
399 pred_word = *((uint32*)(rec += lx)); /* read 4 bytes from pred */
411 *((uint32*)rec) = dst_word; /* save 4 bytes to dst */
413 pred_word = *((uint32*)(rec + 4)); /* read 4 bytes from pred */
425 *((uint32*)(rec + 4)) = dst_word; /* save 4 bytes to dst *
    [all...]
  /external/libvpx/libvpx/third_party/libyuv/include/libyuv/
video_common.h 32 (static_cast<uint32>(a)) | (static_cast<uint32>(b) << 8) | \
33 (static_cast<uint32>(c) << 16) | (static_cast<uint32>(d) << 24))
36 ((uint32)(a)) | ((uint32)(b) << 8) | /* NOLINT */ \
37 ((uint32)(c) << 16) | ((uint32)(d) << 24)) /* NOLINT */
175 LIBYUV_API uint32 CanonicalFourCC(uint32 fourcc)
    [all...]
  /external/lzma/C/
Ppmd7Dec.c 23 static UInt32 Range_GetThreshold(void *pp, UInt32 total)
43 static void Range_Decode(void *pp, UInt32 start, UInt32 size)
51 static UInt32 Range_DecodeBit(void *pp, UInt32 size0)
54 UInt32 newBound = (p->Range >> 14) * size0;
55 UInt32 symbol;
88 UInt32 count, hiCnt;
142 UInt32 freqSum, count, hiCnt;
    [all...]
  /external/vboot_reference/utility/
efidecompress.c 66 UINT32 mOutBuf;
67 UINT32 mInBuf;
70 UINT32 mBitBuf;
71 UINT32 mSubBitBuf;
73 UINT32 mCompSize;
74 UINT32 mOrigSize;
114 Sd->mBitBuf = (UINT32) (Sd->mBitBuf << NumOfBits);
118 Sd->mBitBuf |= (UINT32) (Sd->mSubBitBuf << (NumOfBits = (UINT16) (NumOfBits - Sd->mBitCount)));
144 UINT32
168 UINT32 OutBits
    [all...]
  /frameworks/av/media/libstagefright/codecs/avc/enc/src/
intra_est.cpp 120 uint32 *saved_inter;
161 *saved_inter++ = *((uint32*)(curL += 4));
162 *saved_inter++ = *((uint32*)(curL += 4));
163 *saved_inter++ = *((uint32*)(curL += 4));
164 *saved_inter++ = *((uint32*)(curL += 4));
194 *((uint32*)(curL += 4)) = *saved_inter++;
195 *((uint32*)(curL += 4)) = *saved_inter++;
196 *((uint32*)(curL += 4)) = *saved_inter++;
197 *((uint32*)(curL += 4)) = *saved_inter++;
219 uint32 word1, word2, word3, word4
    [all...]
  /external/boringssl/src/ssl/test/runner/
chacha20_poly1305.go 14 func leftRotate(a uint32, n uint) uint32 {
18 func chaChaQuarterRound(state *[16]uint32, a, b, c, d int) {
32 func chaCha20Block(state *[16]uint32, out []byte) {
33 var workingState [16]uint32
66 var state [16]uint32
72 state[4+i] = binary.LittleEndian.Uint32(key[i*4 : i*4+4])
77 state[14] = binary.LittleEndian.Uint32(nonce[0:4])
78 state[15] = binary.LittleEndian.Uint32(nonce[4:8])
80 state[13] = binary.LittleEndian.Uint32(nonce[0:4]
    [all...]
  /external/neven/Embedded/common/src/b_BasicEm/
MemTbl.h 44 uint32 esSizeE;
53 uint32 ssSizeE;
80 const void* memPtrA, uint32 sizeA );
92 uint32 sizeA,
93 uint32 sharedSubSizeA );
99 uint32 sizeA,
100 uint32 idA );
106 uint32 sizeA,
107 uint32 idA );
112 uint32 idA )
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
mfobjects.h 187 UINT32 *punValue) = 0;
203 UINT32 *pcchLength) = 0;
208 UINT32 cchBufSize,
209 UINT32 *pcchLength) = 0;
214 UINT32 *pcchLength) = 0;
218 UINT32 *pcbBlobSize) = 0;
223 UINT32 cbBufSize,
224 UINT32 *pcbBlobSize) = 0;
229 UINT32 *pcbSize) = 0;
248 UINT32 unValue) = 0
    [all...]
  /prebuilts/go/darwin-x86/src/crypto/des/
block.go 14 left, right := uint32(b>>32), uint32(b)
42 func feistel(right uint32, key uint64) (result uint32) {
44 var sBoxResult uint32
59 var feistelBox [8][64]uint32
76 feistelBox[s][16*i+j] = uint32(f)
84 func expandBlock(src uint32) (block uint64) {
193 func ksRotate(in uint32) (out []uint32) {
    [all...]
  /prebuilts/go/darwin-x86/src/runtime/
signal1_unix.go 25 type sigmask [(_NSIG + 31) / 32]uint32
30 disableSigChan chan uint32
31 enableSigChan chan uint32
71 func sigenable(sig uint32) {
72 if sig >= uint32(len(sigtable)) {
91 func sigdisable(sig uint32) {
92 if sig >= uint32(len(sigtable)) {
112 func sigignore(sig uint32) {
113 if sig >= uint32(len(sigtable)) {
205 disableSigChan = make(chan uint32)
    [all...]
  /prebuilts/go/linux-x86/src/crypto/des/
block.go 14 left, right := uint32(b>>32), uint32(b)
42 func feistel(right uint32, key uint64) (result uint32) {
44 var sBoxResult uint32
59 var feistelBox [8][64]uint32
76 feistelBox[s][16*i+j] = uint32(f)
84 func expandBlock(src uint32) (block uint64) {
193 func ksRotate(in uint32) (out []uint32) {
    [all...]
  /prebuilts/go/linux-x86/src/runtime/
signal1_unix.go 25 type sigmask [(_NSIG + 31) / 32]uint32
30 disableSigChan chan uint32
31 enableSigChan chan uint32
71 func sigenable(sig uint32) {
72 if sig >= uint32(len(sigtable)) {
91 func sigdisable(sig uint32) {
92 if sig >= uint32(len(sigtable)) {
112 func sigignore(sig uint32) {
113 if sig >= uint32(len(sigtable)) {
205 disableSigChan = make(chan uint32)
    [all...]
  /hardware/qcom/media/msm8974/mm-video-legacy/vidc/vdec/inc/
h264_utils.h 105 uint32 picSetID;
106 uint32 seqSetID;
107 uint32 picOrderCntType;
110 uint32 picWidthInMbsMinus1;
111 uint32 picHeightInMapUnitsMinus1;
112 uint32 log2MaxFrameNumMinus4;
113 uint32 log2MaxPicOrderCntLsbMinus4;
116 uint32 nalu;
117 uint32 crop_left;
118 uint32 crop_right
    [all...]
  /hardware/qcom/media/msm8974/mm-video-v4l2/vidc/vdec/inc/
h264_utils.h 110 uint32 picSetID;
111 uint32 seqSetID;
112 uint32 picOrderCntType;
115 uint32 picWidthInMbsMinus1;
116 uint32 picHeightInMapUnitsMinus1;
117 uint32 log2MaxFrameNumMinus4;
118 uint32 log2MaxPicOrderCntLsbMinus4;
121 uint32 nalu;
122 uint32 crop_left;
123 uint32 crop_right
    [all...]

Completed in 355 milliseconds

<<31323334353637383940>>