/hardware/ti/omap3/omx/ti_omx_config_parser/inc/ |
ti_video_config_parser.h | 32 uint32 inBytes; 38 uint32 width; 39 uint32 height; 40 uint32 profile; 41 uint32 level;
|
/external/liblzf/cs/ |
CLZF.cs | 50 UInt32 []crc_32_tab = new UInt32[256] 106 public UInt32 crc32(UInt32 OldCRC,byte NewData) 116 UInt32 HLOG=14; 117 UInt32 HSIZE=(1<<14); 125 UInt32 MAX_LIT=(1 << 5); 126 UInt32 MAX_OFF=(1 << 13); 127 UInt32 MAX_REF=((1 << 8) + (1 << 3)); 129 UInt32 FRST(byte[] Array,UInt32 ptr) [all...] |
/external/libnfc-nci/src/nfa/int/ |
nfa_cho_int.h | 140 UINT32 max_ndef_size; 141 UINT32 cur_ndef_size; 151 UINT32 max_ndef_size; 152 UINT32 cur_ndef_size; 163 UINT32 error_data; 228 UINT32 tx_ndef_cur_size; /* current size of NDEF message */ 229 UINT32 tx_ndef_sent_size; /* transmitted size of NDEF message */ 232 UINT32 rx_ndef_buf_size; /* allocate buffer size for rx NDEF msg */ 233 UINT32 rx_ndef_cur_size; /* current rx size of NDEF message */ 282 tNFA_STATUS nfa_cho_send_hs_error (UINT8 error_reason, UINT32 error_data) [all...] |
/external/lzma/CPP/7zip/Compress/ |
LzmaDecoder.cpp | 48 STDMETHODIMP CDecoder::SetInBufSize(UInt32 , UInt32 size) { _inBufSize = size; return S_OK; }
49 STDMETHODIMP CDecoder::SetOutBufSize(UInt32 , UInt32 size) { _outBufSize = size; return S_OK; }
64 STDMETHODIMP CDecoder::SetDecoderProperties2(const Byte *prop, UInt32 size)
125 _inPos += (UInt32)inSizeProcessed;
187 STDMETHODIMP CDecoder::Read(void *data, UInt32 size, UInt32 *processedSize)
205 size = (UInt32)rem;
212 _inPos += (UInt32)inProcessed; [all...] |
PpmdDecoder.cpp | 16 static const UInt32 kBufSize = (1 << 20);
36 STDMETHODIMP CDecoder::SetDecoderProperties2(const Byte *props, UInt32 size)
41 UInt32 memSize = GetUi32(props + 1);
54 HRESULT CDecoder::CodeSpec(Byte *memStream, UInt32 size)
75 size = (UInt32)rem;
78 UInt32 i;
156 STDMETHODIMP CDecoder::Read(void *data, UInt32 size, UInt32 *processedSize)
161 *processedSize = (UInt32)(_processedSize - startPos);
|
/external/neven/Embedded/common/src/b_ImageEm/ |
Functions.h | 57 uint32 srcImageWidthA, 58 uint32 srcImageHeightA, 61 uint32 dstWidthA, 62 uint32 dstHeightA, 64 uint32 scaleThresholdA ); 77 uint32 srcImageWidthA, 78 uint32 srcImageHeightA, 81 uint32 dstWidthA, 82 uint32 dstHeightA, 84 uint32 scaleThresholdA ) [all...] |
/prebuilts/go/darwin-x86/src/regexp/ |
onepass_test.go | 15 next []uint32 16 leftPC, rightPC uint32 23 []uint32{1}, 31 []uint32{mergeFailed}, 39 []uint32{mergeFailed}, 47 []uint32{1, 2}, 55 []uint32{2, 1}, 63 []uint32{1, 2, 1, 2, 1}, 71 []uint32{mergeFailed}, 79 []uint32{mergeFailed} [all...] |
/prebuilts/go/darwin-x86/src/sync/atomic/ |
doc.go | 62 func SwapUint32(addr *uint32, new uint32) (old uint32) 79 // CompareAndSwapUint32 executes the compare-and-swap operation for a uint32 value. 80 func CompareAndSwapUint32(addr *uint32, old, new uint32) (swapped bool) 95 // To subtract a signed positive constant value c from x, do AddUint32(&x, ^uint32(c-1)). 96 // In particular, to decrement x, do AddUint32(&x, ^uint32(0)). 97 func AddUint32(addr *uint32, delta uint32) (new uint32 [all...] |
/prebuilts/go/linux-x86/src/regexp/ |
onepass_test.go | 15 next []uint32 16 leftPC, rightPC uint32 23 []uint32{1}, 31 []uint32{mergeFailed}, 39 []uint32{mergeFailed}, 47 []uint32{1, 2}, 55 []uint32{2, 1}, 63 []uint32{1, 2, 1, 2, 1}, 71 []uint32{mergeFailed}, 79 []uint32{mergeFailed} [all...] |
/prebuilts/go/linux-x86/src/sync/atomic/ |
doc.go | 62 func SwapUint32(addr *uint32, new uint32) (old uint32) 79 // CompareAndSwapUint32 executes the compare-and-swap operation for a uint32 value. 80 func CompareAndSwapUint32(addr *uint32, old, new uint32) (swapped bool) 95 // To subtract a signed positive constant value c from x, do AddUint32(&x, ^uint32(c-1)). 96 // In particular, to decrement x, do AddUint32(&x, ^uint32(0)). 97 func AddUint32(addr *uint32, delta uint32) (new uint32 [all...] |
/external/autotest/client/cros/cellular/pseudomodem/ |
modem_cdma.py | 84 'Sid' : dbus.types.UInt32(0), 85 'Nid' : dbus.types.UInt32(0), 87 dbus.types.UInt32( 90 dbus.types.UInt32( 92 'ActivationState' : dbus.types.UInt32(activation_state) 96 dbus.types.UInt32(mm1_constants.MM_MODEM_CAPABILITY_CDMA_EVDO) 99 dbus.types.UInt32(mm1_constants.MM_MODEM_CAPABILITY_CDMA_EVDO)) 100 props['MaxBearers'] = dbus.types.UInt32(1) 101 props['MaxActiveBearers'] = dbus.types.UInt32(1) 104 dbus.types.UInt32(mm1_constants.MM_MODEM_ACCESS_TECHNOLOGY_EVDO0) [all...] |
/prebuilts/go/darwin-x86/src/archive/zip/ |
writer.go | 73 b.uint32(uint32(directoryHeaderSignature)) 80 b.uint32(h.CRC32) 85 b.uint32(uint32max) // compressed size 86 b.uint32(uint32max) // uncompressed size 98 b.uint32(h.CompressedSize) 99 b.uint32(h.UncompressedSize) 105 b.uint32(h.ExternalAttrs) 107 b.uint32(uint32max) 109 b.uint32(uint32(h.offset) [all...] |
/prebuilts/go/darwin-x86/src/cmd/link/internal/arm64/ |
asm.go | 94 var v uint32 107 v = uint32(rs.Dynid) 110 v = uint32(rs.Sect.Extnum) 137 ld.Thearch.Lput(uint32(sectoff + 4)) 138 ld.Thearch.Lput((ld.MACHO_ARM64_RELOC_ADDEND << 28) | (2 << 25) | uint32(r.Xadd&0xffffff)) 140 ld.Thearch.Lput(uint32(sectoff + 4)) 143 ld.Thearch.Lput(uint32(sectoff)) 144 ld.Thearch.Lput((ld.MACHO_ARM64_RELOC_ADDEND << 28) | (2 << 25) | uint32(r.Xadd&0xffffff)) 167 ld.Thearch.Lput(uint32(sectoff)) 196 o0 := ld.Thelinkarch.ByteOrder.Uint32(s.P[r.Off : r.Off+4] [all...] |
/prebuilts/go/darwin-x86/src/runtime/ |
os1_darwin.go | 11 var sigset_all = ^uint32(0) 20 mach_semrelease(uint32(mp.waitsema)) 42 mib := [2]uint32{6, 3} 43 out := uint32(0) 86 var oset uint32 112 var oset uint32 134 smask := (*uint32)(unsafe.Pointer(&mp.sigmask)) 149 nmask := *(*uint32)(unsafe.Pointer(&_g_.m.sigmask)) 152 nmask &^= 1 << (uint32(i) - 1) 161 smask := (*uint32)(unsafe.Pointer(&_g_.m.sigmask) [all...] |
defs_linux_amd64.go | 135 events uint32 158 element [4]uint32 168 mxcsr uint32 169 mxcr_mask uint32 172 padding [24]uint32 182 element [4]uint32 192 mxcsr uint32 193 mxcr_mask uint32 196 padding [24]uint32
|
hash32.go | 27 h := uint32(seed + s*hashkey[0]) 32 h ^= uint32(*(*byte)(p)) 33 h ^= uint32(*(*byte)(add(p, s>>1))) << 8 34 h ^= uint32(*(*byte)(add(p, s-1))) << 16 55 v2 := uint32(hashkey[1]) 56 v3 := uint32(hashkey[2]) 57 v4 := uint32(hashkey[3]) 87 func rotl_15(x uint32) uint32 {
|
/prebuilts/go/linux-x86/src/archive/zip/ |
writer.go | 73 b.uint32(uint32(directoryHeaderSignature)) 80 b.uint32(h.CRC32) 85 b.uint32(uint32max) // compressed size 86 b.uint32(uint32max) // uncompressed size 98 b.uint32(h.CompressedSize) 99 b.uint32(h.UncompressedSize) 105 b.uint32(h.ExternalAttrs) 107 b.uint32(uint32max) 109 b.uint32(uint32(h.offset) [all...] |
/prebuilts/go/linux-x86/src/cmd/link/internal/arm64/ |
asm.go | 94 var v uint32 107 v = uint32(rs.Dynid) 110 v = uint32(rs.Sect.Extnum) 137 ld.Thearch.Lput(uint32(sectoff + 4)) 138 ld.Thearch.Lput((ld.MACHO_ARM64_RELOC_ADDEND << 28) | (2 << 25) | uint32(r.Xadd&0xffffff)) 140 ld.Thearch.Lput(uint32(sectoff + 4)) 143 ld.Thearch.Lput(uint32(sectoff)) 144 ld.Thearch.Lput((ld.MACHO_ARM64_RELOC_ADDEND << 28) | (2 << 25) | uint32(r.Xadd&0xffffff)) 167 ld.Thearch.Lput(uint32(sectoff)) 196 o0 := ld.Thelinkarch.ByteOrder.Uint32(s.P[r.Off : r.Off+4] [all...] |
/prebuilts/go/linux-x86/src/runtime/ |
os1_darwin.go | 11 var sigset_all = ^uint32(0) 20 mach_semrelease(uint32(mp.waitsema)) 42 mib := [2]uint32{6, 3} 43 out := uint32(0) 86 var oset uint32 112 var oset uint32 134 smask := (*uint32)(unsafe.Pointer(&mp.sigmask)) 149 nmask := *(*uint32)(unsafe.Pointer(&_g_.m.sigmask)) 152 nmask &^= 1 << (uint32(i) - 1) 161 smask := (*uint32)(unsafe.Pointer(&_g_.m.sigmask) [all...] |
defs_linux_amd64.go | 135 events uint32 158 element [4]uint32 168 mxcsr uint32 169 mxcr_mask uint32 172 padding [24]uint32 182 element [4]uint32 192 mxcsr uint32 193 mxcr_mask uint32 196 padding [24]uint32
|
hash32.go | 27 h := uint32(seed + s*hashkey[0]) 32 h ^= uint32(*(*byte)(p)) 33 h ^= uint32(*(*byte)(add(p, s>>1))) << 8 34 h ^= uint32(*(*byte)(add(p, s-1))) << 16 55 v2 := uint32(hashkey[1]) 56 v3 := uint32(hashkey[2]) 57 v4 := uint32(hashkey[3]) 87 func rotl_15(x uint32) uint32 {
|
/external/dng_sdk/source/ |
dng_filter_task.h | 46 uint32 fSrcPlane; 47 uint32 fSrcPlanes; 48 uint32 fSrcPixelType; 50 uint32 fDstPlane; 51 uint32 fDstPlanes; 52 uint32 fDstPixelType; 109 virtual void ProcessArea (uint32 threadIndex, 128 virtual void Start (uint32 threadCount, 148 virtual void Process (uint32 threadIndex,
|
/external/lzma/CPP/7zip/ |
IStream.h | 16 STDMETHOD(Read)(void *data, UInt32 size, UInt32 *processedSize) PURE;
46 STDMETHOD(Write)(const void *data, UInt32 size, UInt32 *processedSize) PURE;
84 STDMETHOD(Seek)(Int64 offset, UInt32 seekOrigin, UInt64 *newPosition) PURE;
89 STDMETHOD(Seek)(Int64 offset, UInt32 seekOrigin, UInt64 *newPosition) PURE;
106 STDMETHOD(GetProps)(UInt64 *size, FILETIME *cTime, FILETIME *aTime, FILETIME *mTime, UInt32 *attrib) PURE;
115 UInt32 NumLinks;
116 UInt32 Attrib;
|
/external/lzma/CPP/7zip/UI/Common/ |
ArchiveExtractCallback.h | 35 STDMETHOD(Write)(const void *data, UInt32 size, UInt32 *processedSize);
78 UInt32 IndexInArc;
173 UInt32 Attrib;
183 UInt32 _index;
199 UInt32 _baseParentFolder;
210 CRecordVector<UInt32> _extractedFolderIndices;
285 HRESULT PrepareHardLinks(const CRecordVector<UInt32> *realIndices); // NULL means all items
290 void SetBaseParentFolderIndex(UInt32 indexInArc)
|
/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/ |
dwrite.h | 437 UINT32 parameter; 455 UINT32 advanceWidth; 458 UINT32 advanceHeight; 471 UINT32 glyphCount; 476 UINT32 bidiLevel; 482 UINT32 stringLength; 484 UINT32 textPosition; 488 UINT32 textPosition; 489 UINT32 length; 494 UINT32 bidiLevel [all...] |