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

<<11121314151617181920>>

  /external/dng_sdk/source/
dng_stream.cpp 29 uint32 bufferSize,
53 uint32 count,
95 uint32 /* count */,
115 uint32 /* count */,
171 uint32 len = (uint32) len64;
227 void dng_stream::Get (void *data, uint32 count)
238 DoCopyBytes (fBuffer + (uint32) (fPosition - fBufferStart),
253 uint32 block = (uint32) (fBufferEnd - fPosition)
    [all...]
dng_image.h 142 uint32 fPlanes;
146 uint32 fPixelType;
176 uint32 planes,
177 uint32 pixelType);
201 uint32 Width () const
208 uint32 Height () const
215 uint32 Planes () const
224 uint32 PixelType () const
232 virtual void SetPixelType (uint32 pixelType);
237 uint32 PixelSize () const
    [all...]
dng_pixel_buffer.h 36 uint32 sPixelSize,
37 uint32 dPixelSize,
38 uint32 &count0,
39 uint32 &count1,
40 uint32 &count2,
49 uint32 sPixelSize,
50 uint32 &count0,
51 uint32 &count1,
52 uint32 &count2,
58 uint32 dPixelSize
    [all...]
dng_utils.h 39 inline uint32 Abs_int32 (int32 x)
46 return (uint32) (x < 0 ? -x : x);
52 uint32 mask = (uint32) (x >> 31);
54 return (uint32) (((uint32) x + mask) ^ mask);
119 inline uint32 Min_uint32 (uint32 x, uint32 y)
126 inline uint32 Min_uint32 (uint32 x, uint32 y, uint32 z
    [all...]
dng_parse_utils.cpp 37 uint32 key;
43 static const char * LookupName (uint32 key,
45 uint32 table_entries)
48 for (uint32 index = 0; index < table_entries; index++)
66 const char * LookupParentCode (uint32 parentCode)
158 const char * LookupTagCode (uint32 parentCode,
159 uint32 tagCode)
576 const char * LookupTagType (uint32 tagType)
618 const char * LookupNewSubFileType (uint32 key)
650 const char * LookupCompression (uint32 key
    [all...]
  /external/regex-re2/util/
util.h 72 typedef uint32_t uint32; typedef in namespace:re2
116 uint32 hashword(const uint32*, size_t, uint32);
117 void hashword2(const uint32*, size_t, uint32*, uint32*);
119 static inline uint32 Hash32StringWithSeed(const char* s, int len, uint32 seed) {
120 return hashword((uint32*)s, len/4, seed)
    [all...]
  /prebuilts/go/darwin-x86/src/runtime/
parfor_test.go 24 ParForSetup(desc, P, N, true, func(desc *ParFor, i uint32) {
44 ParForSetup(desc, P, N, false, func(desc *ParFor, i uint32) {
62 for n := uint32(0); n < N; n++ {
63 for p := uint32(1); p <= P; p++ {
64 ParForSetup(desc, p, n, true, func(desc *ParFor, i uint32) {})
65 sum := uint32(0)
66 size0 := uint32(0)
67 end0 := uint32(0)
68 for i := uint32(0); i < p; i++ {
106 desc := NewParFor(uint32(P)
    [all...]
os_netbsd_arm.go 11 mc.__gregs[_REG_R15] = uint32(funcPC(lwp_tramp))
12 mc.__gregs[_REG_R13] = uint32(uintptr(stk))
13 mc.__gregs[_REG_R0] = uint32(uintptr(unsafe.Pointer(mp)))
14 mc.__gregs[_REG_R1] = uint32(uintptr(unsafe.Pointer(gp)))
15 mc.__gregs[_REG_R2] = uint32(fn)
  /prebuilts/go/linux-x86/src/runtime/
parfor_test.go 24 ParForSetup(desc, P, N, true, func(desc *ParFor, i uint32) {
44 ParForSetup(desc, P, N, false, func(desc *ParFor, i uint32) {
62 for n := uint32(0); n < N; n++ {
63 for p := uint32(1); p <= P; p++ {
64 ParForSetup(desc, p, n, true, func(desc *ParFor, i uint32) {})
65 sum := uint32(0)
66 size0 := uint32(0)
67 end0 := uint32(0)
68 for i := uint32(0); i < p; i++ {
106 desc := NewParFor(uint32(P)
    [all...]
os_netbsd_arm.go 11 mc.__gregs[_REG_R15] = uint32(funcPC(lwp_tramp))
12 mc.__gregs[_REG_R13] = uint32(uintptr(stk))
13 mc.__gregs[_REG_R0] = uint32(uintptr(unsafe.Pointer(mp)))
14 mc.__gregs[_REG_R1] = uint32(uintptr(unsafe.Pointer(gp)))
15 mc.__gregs[_REG_R2] = uint32(fn)
  /external/lzma/CPP/7zip/Common/
InOutTempBuffer.cpp 16 static const UInt32 kTempBufSize = (1 << 20);
41 bool CInOutTempBuffer::WriteToFile(const void *data, UInt32 size)
51 UInt32 processed;
59 bool CInOutTempBuffer::Write(const void *data, UInt32 size)
63 UInt32 cur = MyMin(kTempBufSize - _bufPos, size);
80 UInt32 crc = CRC_INIT_VAL;
95 UInt32 processed;
108 STDMETHODIMP CSequentialOutTempBufferImp::Write(const void *data, UInt32 size, UInt32 *processed)
  /external/parameter-framework/upstream/test/functional-tests-legacy/PfwTestCase/Types/
tUINT32.py 33 Integer parameter type testcases - UINT32
42 UINT32 :
49 - UINT32 parameter min value = 0
50 - UINT32 parameter min value out of bounds = -1
51 - UINT32 parameter max value = 1000
52 - UINT32 parameter max value out of bounds = 1001
53 - UINT32 parameter in nominal case = 50
62 # Test of type UINT32 - range [0, 1000]
65 self.param_name = "/Test/Test/TEST_DIR/UINT32"
73 Testing UINT32 in nominal case = 5
    [all...]
  /external/tpm2/
RSAKeySieve.h 60 UINT32 lastPrime;
61 UINT32 index;
62 UINT32 final;
68 extern UINT32 failedAtIteration[10];
69 extern UINT32 MillerRabinTrials;
70 extern UINT32 totalFieldsSieved;
71 extern UINT32 emptyFieldsSieved;
72 extern UINT32 noPrimeFields;
73 extern UINT32 primesChecked;
DictionaryAttackParameters_fp.h 14 UINT32 newMaxTries;
15 UINT32 newRecoveryTime;
16 UINT32 lockoutRecovery;
41 UINT32* response_handle_buffer_size,
42 UINT32* response_parameter_buffer_size);
PCR_Allocate_fp.h 19 UINT32 maxPCR;
20 UINT32 sizeNeeded;
21 UINT32 sizeAvailable;
54 UINT32* response_handle_buffer_size,
55 UINT32* response_parameter_buffer_size);
  /prebuilts/go/darwin-x86/src/hash/adler32/
adler32.go 31 type digest uint32
48 s1, s2 := uint32(d&0xffff), uint32(d>>16)
55 s1 += uint32(x)
70 func (d *digest) Sum32() uint32 { return uint32(*d) }
73 s := uint32(*d)
78 func Checksum(data []byte) uint32 { return uint32(update(1, data)) }
  /prebuilts/go/linux-x86/src/hash/adler32/
adler32.go 31 type digest uint32
48 s1, s2 := uint32(d&0xffff), uint32(d>>16)
55 s1 += uint32(x)
70 func (d *digest) Sum32() uint32 { return uint32(*d) }
73 s := uint32(*d)
78 func Checksum(data []byte) uint32 { return uint32(update(1, data)) }
  /prebuilts/go/darwin-x86/src/syscall/
srpc_nacl.go 27 pending map[uint32]*srpc
28 idGen uint32 // generator for request IDs
33 num uint32 // method number
43 id uint32
53 c.pending = make(map[uint32]*srpc)
70 if m.status != uint32(srpcOK) {
74 var n uint32
122 if m.unpack(); m.status != uint32(srpcOK) {
272 type srpcErrno uint32
320 flags uint32
    [all...]
  /prebuilts/go/linux-x86/src/syscall/
srpc_nacl.go 27 pending map[uint32]*srpc
28 idGen uint32 // generator for request IDs
33 num uint32 // method number
43 id uint32
53 c.pending = make(map[uint32]*srpc)
70 if m.status != uint32(srpcOK) {
74 var n uint32
122 if m.unpack(); m.status != uint32(srpcOK) {
272 type srpcErrno uint32
320 flags uint32
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
fwpmu.h 33 typedef UINT32 IPSEC_SA_SPI;
70 UINT32 authnService,
80 UINT32 *id
147 UINT32 id
163 UINT32 numEntriesRequested,
165 UINT32 *numEntriesReturned
174 UINT32 id,
208 UINT32 *numEntries
274 UINT32 numEntriesRequested,
276 UINT32 *numEntriesReturne
    [all...]
  /prebuilts/go/linux-x86/pkg/linux_amd64/cmd/internal/obj/
ppc64.a 467 func @"".OPVCC (@"".o·2 uint32, @"".xo·3 uint32, @"".oe·4 uint32, @"".rc·5 uint32) (? uint32) { return @"".o·2 << 0x1a | @"".xo·3 << 0x1 | @"".oe·4 << 0xa | @"".rc·5 & 0x1 }
468 func @"".OPCC (@"".o·2 uint32, @"".xo·3 uint32, @"".rc·4 uint32) (? uint32) { return @"".OPVCC(@"".o·2, @"".xo·3, 0x0, @"".rc·4) }
469 func @"".OP (@"".o·2 uint32, @"".xo·3 uint32) (? uint32) { return @"".OPVCC(@"".o·2, @"".xo·3, 0x0, 0x0)
    [all...]
  /prebuilts/go/darwin-x86/pkg/darwin_amd64/cmd/internal/obj/
ppc64.a 467 func @"".OPVCC (@"".o·2 uint32, @"".xo·3 uint32, @"".oe·4 uint32, @"".rc·5 uint32) (? uint32) { return @"".o·2 << 0x1a | @"".xo·3 << 0x1 | @"".oe·4 << 0xa | @"".rc·5 & 0x1 }
468 func @"".OPCC (@"".o·2 uint32, @"".xo·3 uint32, @"".rc·4 uint32) (? uint32) { return @"".OPVCC(@"".o·2, @"".xo·3, 0x0, @"".rc·4) }
469 func @"".OP (@"".o·2 uint32, @"".xo·3 uint32) (? uint32) { return @"".OPVCC(@"".o·2, @"".xo·3, 0x0, 0x0)
    [all...]
  /prebuilts/go/darwin-x86/pkg/bootstrap/pkg/darwin_amd64/bootstrap/internal/obj/
ppc64.a 467 func @"".OPVCC (@"".o·2 uint32, @"".xo·3 uint32, @"".oe·4 uint32, @"".rc·5 uint32) (? uint32) { return @"".o·2 << 0x1a | @"".xo·3 << 0x1 | @"".oe·4 << 0xa | @"".rc·5 & 0x1 }
468 func @"".OPCC (@"".o·2 uint32, @"".xo·3 uint32, @"".rc·4 uint32) (? uint32) { return @"".OPVCC(@"".o·2, @"".xo·3, 0x0, @"".rc·4) }
469 func @"".OP (@"".o·2 uint32, @"".xo·3 uint32) (? uint32) { return @"".OPVCC(@"".o·2, @"".xo·3, 0x0, 0x0)
    [all...]
  /prebuilts/go/linux-x86/pkg/bootstrap/pkg/linux_amd64/bootstrap/internal/obj/
ppc64.a 467 func @"".OPVCC (@"".o·2 uint32, @"".xo·3 uint32, @"".oe·4 uint32, @"".rc·5 uint32) (? uint32) { return @"".o·2 << 0x1a | @"".xo·3 << 0x1 | @"".oe·4 << 0xa | @"".rc·5 & 0x1 }
468 func @"".OPCC (@"".o·2 uint32, @"".xo·3 uint32, @"".rc·4 uint32) (? uint32) { return @"".OPVCC(@"".o·2, @"".xo·3, 0x0, @"".rc·4) }
469 func @"".OP (@"".o·2 uint32, @"".xo·3 uint32) (? uint32) { return @"".OPVCC(@"".o·2, @"".xo·3, 0x0, 0x0)
    [all...]
  /external/neven/Embedded/common/src/b_ImageEm/
Functions.c 40 uint32 srcWidthA,
41 uint32 effWidthA,
42 uint32 effHeightA )
44 uint32 wsL = srcWidthA;
45 uint32 w0L = effWidthA;
46 uint32 h0L = effHeightA;
47 uint32 w1L = w0L >> 1;
48 uint32 h1L = h0L >> 1;
53 uint32 iL, jL;
58 *dstL = ( ( uint32 )srcL[ 0 ] + srcL[ 1 ] + srcL[ wsL ] + srcL[ wsL + 1 ] + 2 ) >> 2
    [all...]

Completed in 1725 milliseconds

<<11121314151617181920>>