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

<<11121314151617181920>>

  /external/lzma/CPP/7zip/Archive/Common/
OutStreamWithCRC.h 18 UInt32 _crc;
22 STDMETHOD(Write)(const void *data, UInt32 size, UInt32 *processedSize);
34 UInt32 GetCRC() const { return CRC_GET_DIGEST(_crc); }
HandlerOut.cpp 17 static void SetMethodProp32(COneMethodInfo &m, PROPID propID, UInt32 value)
25 , UInt32 numThreads
29 UInt32 level = _level;
30 if (level != (UInt32)(Int32)-1)
31 SetMethodProp32(oneMethodInfo, NCoderPropID::kLevel, (UInt32)level);
43 _level = (UInt32)(Int32)-1;
71 UInt32 number;
108 _level = (UInt32)(Int32)-1;
111 HRESULT CSingleMethodProps::SetProperties(const wchar_t **names, const PROPVARIANT *values, UInt32 numProps)
114 for (UInt32 i = 0; i < numProps; i++)
    [all...]
DummyOutStream.h 21 STDMETHOD(Write)(const void *data, UInt32 size, UInt32 *processedSize);
  /external/lzma/CPP/7zip/UI/Common/
Bench.h 32 UInt64 GetCompressRating(UInt32 dictSize, UInt64 elapsedTime, UInt64 freq, UInt64 size);
37 UInt64 GetBenchMemoryUsage(UInt32 numThreads, UInt32 dictionary);
51 UInt32 numIterations,
  /external/lzma/CPP/Common/
Sha256Reg.cpp 23 STDMETHOD_(void, Update)(const void *data, UInt32 size);
25 STDMETHOD_(UInt32, GetDigestSize)();
33 STDMETHODIMP_(void) CSha256Hasher::Update(const void *data, UInt32 size)
43 STDMETHODIMP_(UInt32) CSha256Hasher::GetDigestSize()
XzCrc64Reg.cpp 24 STDMETHOD_(void, Update)(const void *data, UInt32 size);
26 STDMETHOD_(UInt32, GetDigestSize)();
34 STDMETHODIMP_(void) CXzCrc64Hasher::Update(const void *data, UInt32 size)
45 STDMETHODIMP_(UInt32) CXzCrc64Hasher::GetDigestSize()
  /frameworks/base/tools/aapt2/
Format.proto 35 optional uint32 line_no = 2;
52 optional uint32 package_id = 1;
58 optional uint32 id = 1;
75 optional uint32 id = 1;
87 optional uint32 path_idx = 1;
88 optional uint32 line_no = 2;
89 optional uint32 col_no = 3;
98 optional uint32 id = 2;
99 optional uint32 symbol_idx = 3;
107 optional uint32 idx = 1
    [all...]
  /hardware/intel/common/libmix/mix_vbp/viddec_fw/fw/parser/
vbp_loader.h 29 #ifndef uint32
30 typedef unsigned int uint32; typedef
50 uint32 slice_offset;
51 uint32 slice_size;
61 uint32 number_slices;
70 uint32 number_pictures;
120 uint32 slice_offset; /* slice data offset */
122 uint32 slice_size; /* slice data size */
133 uint32 num_slices;
143 uint32 buf_number
    [all...]
  /hardware/qcom/media/msm8974/libc2dcolorconvert/
C2DColorConverter.h 36 typedef C2D_STATUS (*LINK_c2dCreateSurface)( uint32 *surface_id,
37 uint32 surface_bits,
41 typedef C2D_STATUS (*LINK_c2dUpdateSurface)( uint32 surface_id,
42 uint32 surface_bits,
46 typedef C2D_STATUS (*LINK_c2dReadSurface)( uint32 surface_id,
51 typedef C2D_STATUS (*LINK_c2dDraw)( uint32 target_id,
52 uint32 target_config, C2D_RECT *target_scissor,
53 uint32 target_mask_id, uint32 target_color_key,
54 C2D_OBJECT *objects_list, uint32 num_objects )
    [all...]
  /hardware/qcom/media/msm8996/libc2dcolorconvert/
C2DColorConverter.h 36 typedef C2D_STATUS (*LINK_c2dCreateSurface)( uint32 *surface_id,
37 uint32 surface_bits,
41 typedef C2D_STATUS (*LINK_c2dUpdateSurface)( uint32 surface_id,
42 uint32 surface_bits,
46 typedef C2D_STATUS (*LINK_c2dReadSurface)( uint32 surface_id,
51 typedef C2D_STATUS (*LINK_c2dDraw)( uint32 target_id,
52 uint32 target_config, C2D_RECT *target_scissor,
53 uint32 target_mask_id, uint32 target_color_key,
54 C2D_OBJECT *objects_list, uint32 num_objects )
    [all...]
  /prebuilts/go/darwin-x86/src/cmd/dist/
sys_windows.go 21 dwPageSize uint32
25 dwNumberOfProcessors uint32
26 dwProcessorType uint32
27 dwAllocationGranularity uint32
  /prebuilts/go/darwin-x86/src/hash/crc32/
crc32_amd64x.go 18 func castagnoliSSE42(crc uint32, p []byte) uint32
22 func updateCastagnoli(crc uint32, p []byte) uint32 {
crc32_generic.go 12 func updateCastagnoli(crc uint32, p []byte) uint32 {
  /prebuilts/go/darwin-x86/src/runtime/
os_linux.go 10 func futex(addr unsafe.Pointer, op int32, val uint32, ts, addr2 unsafe.Pointer, val3 uint32) int32
22 func sigfwd(fn uintptr, sig uint32, info *siginfo, ctx unsafe.Pointer)
28 func rtsigprocmask(sig uint32, new, old *sigset, size int32)
  /prebuilts/go/linux-x86/src/cmd/dist/
sys_windows.go 21 dwPageSize uint32
25 dwNumberOfProcessors uint32
26 dwProcessorType uint32
27 dwAllocationGranularity uint32
  /prebuilts/go/linux-x86/src/hash/crc32/
crc32_amd64x.go 18 func castagnoliSSE42(crc uint32, p []byte) uint32
22 func updateCastagnoli(crc uint32, p []byte) uint32 {
  /prebuilts/go/linux-x86/src/runtime/
os_linux.go 10 func futex(addr unsafe.Pointer, op int32, val uint32, ts, addr2 unsafe.Pointer, val3 uint32) int32
22 func sigfwd(fn uintptr, sig uint32, info *siginfo, ctx unsafe.Pointer)
28 func rtsigprocmask(sig uint32, new, old *sigset, size int32)
  /external/dng_sdk/source/
dng_info.h 50 uint32 fMagic;
60 uint32 fIFDCount;
64 uint32 fChainedIFDCount;
70 uint32 fMakerNoteNextIFD;
103 uint32 parentCode,
104 uint32 tagCode,
105 uint32 tagType,
106 uint32 tagCount,
121 uint32 parentCode);
130 uint32 parentCode)
    [all...]
dng_types.h 48 typedef uint32_t uint32; typedef
64 /*Some Mac OS X 10.5 SDK headers already define uint32.*/
67 typedef unsigned int uint32; typedef
69 typedef unsigned long uint32; typedef
88 #define DNG_CHAR4(a,b,c,d) ((((uint32) a) << 24) |\
89 (((uint32) b) << 16) |\
90 (((uint32) c) << 8) |\
91 (((uint32) d) ))
  /external/dbus/test/data/valid-messages/
standard-acquire-service.message 24 TYPE UINT32
25 UINT32 0
  /external/lzma/C/
Bra.h 43 UInt32 ip = 0;
55 SizeT x86_Convert(Byte *data, SizeT size, UInt32 ip, UInt32 *state, int encoding);
56 SizeT ARM_Convert(Byte *data, SizeT size, UInt32 ip, int encoding);
57 SizeT ARMT_Convert(Byte *data, SizeT size, UInt32 ip, int encoding);
58 SizeT PPC_Convert(Byte *data, SizeT size, UInt32 ip, int encoding);
59 SizeT SPARC_Convert(Byte *data, SizeT size, UInt32 ip, int encoding);
60 SizeT IA64_Convert(Byte *data, SizeT size, UInt32 ip, int encoding);
  /external/lzma/CPP/Windows/
Registry.h 47 LONG SetValue(LPCTSTR valueName, UInt32 value) throw();
56 LONG SetValue(LPCTSTR name, const void *value, UInt32 size) throw();
63 LONG QueryValue(LPCTSTR name, UInt32 &value) throw();
65 LONG QueryValue(LPCTSTR name, LPTSTR value, UInt32 &dataSize) throw();
68 LONG GetValue_IfOk(LPCTSTR name, UInt32 &value) throw();
72 LONG QueryValue(LPCWSTR name, LPWSTR value, UInt32 &dataSize);
76 LONG QueryValue(LPCTSTR name, void *value, UInt32 &dataSize) throw();
77 LONG QueryValue(LPCTSTR name, CByteBuffer &value, UInt32 &dataSize);
  /prebuilts/go/darwin-x86/test/fixedbugs/
bug016.go 15 ixedbugs/bug016.go:7: overflow converting constant to <uint32>UINT32
bug440_64.go 18 func splitContractIndex(ce uint64) (index uint32, offset uint64) {
19 h := uint32(ce)
  /prebuilts/go/darwin-x86/test/safe/
pkg.go 14 func Float32bits(f float32) uint32 {
15 return *(*uint32)(unsafe.Pointer(&f))

Completed in 636 milliseconds

<<11121314151617181920>>