/external/lzma/CPP/7zip/Compress/ |
PpmdDecoder.h | 39 HRESULT CodeSpec(Byte *memStream, UInt32 size);
57 STDMETHOD(SetDecoderProperties2)(const Byte *data, UInt32 size);
63 STDMETHOD(Read)(void *data, UInt32 size, UInt32 *processedSize);
|
/external/lzma/CPP/7zip/UI/Console/ |
BenchCon.h | 12 const CObjectVector<CProperty> &props, UInt32 numIterations, FILE *f);
|
/external/tpm2/ |
GetCapability_fp.h | 14 UINT32 property; 15 UINT32 propertyCount; 53 UINT32* response_handle_buffer_size, 54 UINT32* response_parameter_buffer_size);
|
MemoryLib_fp.h | 26 UINT32 size, // IN: number of octets to moved 27 UINT32 dSize // IN: size of the receive buffer 33 UINT32 size // IN: number of octets to fill 42 UINT32 size // IN: size of bytes being compared
|
PropertyCap_fp.h | 12 UINT32 count, // IN: maximum number of returned propertie
|
_TPM_Hash_Data_fp.h | 10 void _TPM_Hash_Data(UINT32 dataSize, // IN: size of data to be extend
|
/frameworks/av/media/libstagefright/codecs/m4v_h263/dec/src/ |
mp4def.h | 156 #define ZERO_OUT_64BYTES(x) { *((uint32*)x) = *(((uint32*)(x))+1) = \ 157 *(((uint32*)(x))+2) = *(((uint32*)(x))+3) = \ 158 *(((uint32*)(x))+4) = *(((uint32*)(x))+5) = \ 159 *(((uint32*)(x))+6) = *(((uint32*)(x))+7) = \ 160 *(((uint32*)(x))+8) = *(((uint32*)(x))+9) = [all...] |
/hardware/qcom/display/msm8084/libcopybit/ |
c2d2.h | 43 #if !defined(uint32) && !defined(_UINT32_DEFINED) 44 typedef unsigned int uint32; typedef 312 uint32 format; /* RGB color format plus additional mode bits */ 313 uint32 width; /* defines width in pixels */ 314 uint32 height; /* defines height in pixels */ 322 uint32 format; /* YUV color format plus additional mode bits */ 323 uint32 width; /* defines width in pixels */ 324 uint32 height; /* defines height in pixels */ 367 uint32 surface_id; /* source surface */ 369 uint32 fg_color; /* foreground color * [all...] |
/hardware/qcom/display/msm8226/libcopybit/ |
c2d2.h | 43 #if !defined(uint32) && !defined(_UINT32_DEFINED) 44 typedef unsigned int uint32; typedef 312 uint32 format; /* RGB color format plus additional mode bits */ 313 uint32 width; /* defines width in pixels */ 314 uint32 height; /* defines height in pixels */ 322 uint32 format; /* YUV color format plus additional mode bits */ 323 uint32 width; /* defines width in pixels */ 324 uint32 height; /* defines height in pixels */ 367 uint32 surface_id; /* source surface */ 369 uint32 fg_color; /* foreground color * [all...] |
/hardware/qcom/display/msm8909/libcopybit/ |
c2d2.h | 43 #if !defined(uint32) && !defined(_UINT32_DEFINED) 44 typedef unsigned int uint32; typedef 312 uint32 format; /* RGB color format plus additional mode bits */ 313 uint32 width; /* defines width in pixels */ 314 uint32 height; /* defines height in pixels */ 322 uint32 format; /* YUV color format plus additional mode bits */ 323 uint32 width; /* defines width in pixels */ 324 uint32 height; /* defines height in pixels */ 367 uint32 surface_id; /* source surface */ 369 uint32 fg_color; /* foreground color * [all...] |
/hardware/qcom/display/msm8960/libcopybit/ |
c2d2.h | 43 #if !defined(uint32) && !defined(_UINT32_DEFINED) 44 typedef unsigned int uint32; typedef 312 uint32 format; /* RGB color format plus additional mode bits */ 313 uint32 width; /* defines width in pixels */ 314 uint32 height; /* defines height in pixels */ 322 uint32 format; /* YUV color format plus additional mode bits */ 323 uint32 width; /* defines width in pixels */ 324 uint32 height; /* defines height in pixels */ 367 uint32 surface_id; /* source surface */ 369 uint32 fg_color; /* foreground color * [all...] |
/hardware/qcom/display/msm8994/libcopybit/ |
c2d2.h | 43 #if !defined(uint32) && !defined(_UINT32_DEFINED) 44 typedef unsigned int uint32; typedef 312 uint32 format; /* RGB color format plus additional mode bits */ 313 uint32 width; /* defines width in pixels */ 314 uint32 height; /* defines height in pixels */ 322 uint32 format; /* YUV color format plus additional mode bits */ 323 uint32 width; /* defines width in pixels */ 324 uint32 height; /* defines height in pixels */ 367 uint32 surface_id; /* source surface */ 369 uint32 fg_color; /* foreground color * [all...] |
/hardware/qcom/display/msm8996/libcopybit/ |
c2d2.h | 43 #if !defined(uint32) && !defined(_UINT32_DEFINED) 44 typedef unsigned int uint32; typedef 313 uint32 format; /* RGB color format plus additional mode bits */ 314 uint32 width; /* defines width in pixels */ 315 uint32 height; /* defines height in pixels */ 323 uint32 format; /* YUV color format plus additional mode bits */ 324 uint32 width; /* defines width in pixels */ 325 uint32 height; /* defines height in pixels */ 368 uint32 surface_id; /* source surface */ 370 uint32 fg_color; /* foreground color * [all...] |
/prebuilts/go/darwin-x86/src/internal/syscall/windows/registry/ |
export_test.go | 9 func (k Key) SetValue(name string, valtype uint32, data []byte) error {
|
/prebuilts/go/darwin-x86/src/runtime/ |
arch_386.go | 7 type uintreg uint32
|
arch_arm.go | 7 type uintreg uint32
|
sys_arm.go | 24 var inst uint32 26 inst = *(*uint32)(unsafe.Pointer(buf.pc)) 38 func usplit(x uint32) (q, r uint32)
|
/prebuilts/go/darwin-x86/src/syscall/ |
syscall_netbsd_amd64.go | 28 k.Filter = uint32(mode) 29 k.Flags = uint32(flags) 37 msghdr.Controllen = uint32(length) 41 cmsg.Len = uint32(length)
|
syscall_openbsd_386.go | 27 k.Ident = uint32(fd) 33 iov.Len = uint32(length) 37 msghdr.Controllen = uint32(length) 41 cmsg.Len = uint32(length)
|
syscall_openbsd_arm.go | 27 k.Ident = uint32(fd) 33 iov.Len = uint32(length) 37 msghdr.Controllen = uint32(length) 41 cmsg.Len = uint32(length)
|
/prebuilts/go/linux-x86/src/internal/syscall/windows/registry/ |
export_test.go | 9 func (k Key) SetValue(name string, valtype uint32, data []byte) error {
|
/prebuilts/go/linux-x86/src/runtime/ |
arch_386.go | 7 type uintreg uint32
|
arch_arm.go | 7 type uintreg uint32
|
sys_arm.go | 24 var inst uint32 26 inst = *(*uint32)(unsafe.Pointer(buf.pc)) 38 func usplit(x uint32) (q, r uint32)
|
/prebuilts/go/linux-x86/src/syscall/ |
syscall_netbsd_amd64.go | 28 k.Filter = uint32(mode) 29 k.Flags = uint32(flags) 37 msghdr.Controllen = uint32(length) 41 cmsg.Len = uint32(length)
|