Searched
full:uint32 (Results
676 -
700 of
4588) sorted by null
<<21222324252627282930>>
/external/dbus/test/data/invalid-messages/ |
array-of-nil.message | 21 UINT32 5
|
/external/dng_sdk/source/ |
dng_globals.cpp | 24 uint32 gDumpLineLimit = 100;
|
/external/lzma/C/ |
Sha256.h | 15 UInt32 state[8];
|
/external/lzma/CPP/7zip/Common/ |
CreateCoder.h | 18 UInt32 NumInStreams;
19 UInt32 NumOutStreams;
81 const UString &name, CMethodId &methodId, UInt32 &numInStreams, UInt32 &numOutStreams);
|
OutBuffer.cpp | 9 bool COutBuffer::Create(UInt32 bufSize) throw()
11 const UInt32 kMinBlockSize = 1;
52 UInt32 size = (_streamPos >= _pos) ? (_bufSize - _streamPos) : (_pos - _streamPos);
69 UInt32 processedSize = 0;
|
/external/tpm2/ |
AlgorithmCap_fp.h | 16 UINT32 count, // IN: count of returned algorithms
|
BaseTypes.h | 23 typedef uint32_t UINT32;
|
Capabilities.h | 10 #define MAX_CAP_DATA (MAX_CAP_BUFFER-sizeof(TPM_CAP)-sizeof(UINT32))
|
Handle_fp.h | 14 UINT32 count, // IN: count of returned handle
|
TpmTcpProtocol.h | 11 // TPM Commands. All commands acknowledge processing by returning a UINT32 == 0 except where 20 // {UINT32 BufferSize, BYTE[BufferSize] Buffer} 23 // {BYTE Locality, UINT32 InBufferSize, BYTE[InBufferSize] InBuffer} -> 24 // {UINT32 OutBufferSize, BYTE[OutBufferSize] OutBuffer}
|
/external/v8/src/crankshaft/ |
hydrogen-uint32-analysis.cc | 5 #include "src/crankshaft/hydrogen-uint32-analysis.h" 36 // Deoptimization has special support for uint32. 39 // Conversions have special support for uint32. 69 // Iterate over all uses and verify that they are uint32 safe: either don't 70 // distinguish between int32 and uint32 due to their bitwise nature or 71 // have special support for uint32 values. 72 // Encountered phis are optimistically treated as safe uint32 uses, 75 // phis that are not actually uint32-safe (it requires fix point iteration). 88 // Optimistically treat phis as uint32 safe. 117 // This phi is not uint32 safe. No need to check operands [all...] |
/prebuilts/go/darwin-x86/pkg/bootstrap/src/bootstrap/internal/obj/arm64/ |
asm7.go | 81 func OPDP2(x uint32) uint32 { 85 func OPDP3(sf uint32, op54 uint32, op31 uint32, o0 uint32) uint32 { 89 func OPBcc(x uint32) uint32 { 93 func OPBLR(x uint32) uint32 [all...] |
/prebuilts/go/darwin-x86/src/cmd/internal/obj/arm64/ |
asm7.go | 78 func OPDP2(x uint32) uint32 { 82 func OPDP3(sf uint32, op54 uint32, op31 uint32, o0 uint32) uint32 { 86 func OPBcc(x uint32) uint32 { 90 func OPBLR(x uint32) uint32 [all...] |
/prebuilts/go/darwin-x86/src/crypto/aes/ |
cipher.go | 17 enc []uint32 18 dec []uint32 41 c := &aesCipher{make([]uint32, n), make([]uint32, n)}
|
/prebuilts/go/darwin-x86/src/runtime/ |
os2_plan9.go | 51 pid uint32 52 what uint32 57 pid uint32 // might as well put the pid here 58 clock uint32
|
stubs32.go | 14 func call16(fn, arg unsafe.Pointer, n, retoffset uint32)
|
/prebuilts/go/darwin-x86/src/syscall/ |
syscall_darwin_386.go | 40 k.Ident = uint32(fd) 46 iov.Len = uint32(length) 50 msghdr.Controllen = uint32(length) 54 cmsg.Len = uint32(length)
|
syscall_darwin_arm.go | 40 k.Ident = uint32(fd) 46 iov.Len = uint32(length) 50 msghdr.Controllen = uint32(length) 54 cmsg.Len = uint32(length)
|
syscall_freebsd_386.go | 29 k.Ident = uint32(fd) 35 iov.Len = uint32(length) 39 msghdr.Controllen = uint32(length) 43 cmsg.Len = uint32(length)
|
syscall_freebsd_arm.go | 29 k.Ident = uint32(fd) 35 iov.Len = uint32(length) 39 msghdr.Controllen = uint32(length) 43 cmsg.Len = uint32(length)
|
/prebuilts/go/linux-x86/pkg/bootstrap/src/bootstrap/internal/obj/arm64/ |
asm7.go | 81 func OPDP2(x uint32) uint32 { 85 func OPDP3(sf uint32, op54 uint32, op31 uint32, o0 uint32) uint32 { 89 func OPBcc(x uint32) uint32 { 93 func OPBLR(x uint32) uint32 [all...] |
/prebuilts/go/linux-x86/src/cmd/internal/obj/arm64/ |
asm7.go | 78 func OPDP2(x uint32) uint32 { 82 func OPDP3(sf uint32, op54 uint32, op31 uint32, o0 uint32) uint32 { 86 func OPBcc(x uint32) uint32 { 90 func OPBLR(x uint32) uint32 [all...] |
/prebuilts/go/linux-x86/src/crypto/aes/ |
cipher.go | 17 enc []uint32 18 dec []uint32 41 c := &aesCipher{make([]uint32, n), make([]uint32, n)}
|
/prebuilts/go/linux-x86/src/runtime/ |
os2_plan9.go | 51 pid uint32 52 what uint32 57 pid uint32 // might as well put the pid here 58 clock uint32
|
stubs32.go | 14 func call16(fn, arg unsafe.Pointer, n, retoffset uint32)
|
Completed in 298 milliseconds
<<21222324252627282930>>