OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:uSize
(Results
1 - 10
of
10
) sorted by null
/frameworks/av/media/libstagefright/codecs/common/
cmnMemory.c
50
VO_U32 cmnMemSet (VO_S32 uID, VO_PTR pBuff, VO_U8 uValue, VO_U32
uSize
)
54
memset (pBuff, uValue,
uSize
);
58
VO_U32 cmnMemCopy (VO_S32 uID, VO_PTR pDest, VO_PTR pSource, VO_U32
uSize
)
62
memcpy (pDest, pSource,
uSize
);
66
VO_U32 cmnMemCheck (VO_S32 uID, VO_PTR pBuffer, VO_U32
uSize
)
70
UNUSED(
uSize
);
75
VO_S32 cmnMemCompare (VO_S32 uID, VO_PTR pBuffer1, VO_PTR pBuffer2, VO_U32
uSize
)
79
return memcmp(pBuffer1, pBuffer2,
uSize
);
82
VO_U32 cmnMemMove (VO_S32 uID, VO_PTR pDest, VO_PTR pSource, VO_U32
uSize
)
86
memmove (pDest, pSource,
uSize
);
[
all
...]
/external/tpm2/
Unique.c
44
#define
uSize
sizeof(notReallyUnique)
45
b = &b[((bSize <
uSize
) ? bSize :
uSize
) - 1];
/frameworks/av/media/libstagefright/codecs/common/include/
cmnMemory.h
37
* \param
uSize
[in] size of memory
55
* \param
uSize
[in] the size to be set
58
VO_U32 cmnMemSet (VO_S32 uID, VO_PTR pBuff, VO_U8 uValue, VO_U32
uSize
);
65
* \param
uSize
[in] the size to be copied
68
VO_U32 cmnMemCopy (VO_S32 uID, VO_PTR pDest, VO_PTR pSource, VO_U32
uSize
);
74
* \param
uSize
[in] the size to be checked
77
VO_U32 cmnMemCheck (VO_S32 uID, VO_PTR pBuffer, VO_U32
uSize
);
84
* \param
uSize
[in] the size to be compared
87
VO_S32 cmnMemCompare (VO_S32 uID, VO_PTR pBuffer1, VO_PTR pBuffer2, VO_U32
uSize
);
94
* \param
uSize
[in] the size to be move
[
all
...]
voMem.h
45
VO_U32 (VO_API * Set) (VO_S32 uID, VO_PTR pBuff, VO_U8 uValue, VO_U32
uSize
);
46
VO_U32 (VO_API * Copy) (VO_S32 uID, VO_PTR pDest, VO_PTR pSource, VO_U32
uSize
);
47
VO_U32 (VO_API * Check) (VO_S32 uID, VO_PTR pBuffer, VO_U32
uSize
);
48
VO_S32 (VO_API * Compare) (VO_S32 uID, VO_PTR pBuffer1, VO_PTR pBuffer2, VO_U32
uSize
);
49
VO_U32 (VO_API * Move) (VO_S32 uID, VO_PTR pDest, VO_PTR pSource, VO_U32
uSize
);
/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
sysinfoapi.h
78
WINBASEAPI UINT WINAPI GetSystemDirectoryA (LPSTR lpBuffer, UINT
uSize
);
79
WINBASEAPI UINT WINAPI GetSystemDirectoryW (LPWSTR lpBuffer, UINT
uSize
);
80
WINBASEAPI UINT WINAPI GetWindowsDirectoryA (LPSTR lpBuffer, UINT
uSize
);
81
WINBASEAPI UINT WINAPI GetWindowsDirectoryW (LPWSTR lpBuffer, UINT
uSize
);
82
WINBASEAPI UINT WINAPI GetSystemWindowsDirectoryA (LPSTR lpBuffer, UINT
uSize
);
83
WINBASEAPI UINT WINAPI GetSystemWindowsDirectoryW (LPWSTR lpBuffer, UINT
uSize
);
bidispl.h
86
virtual HRESULT WINAPI SetInputData(const DWORD dwType,const BYTE *pData,const UINT
uSize
) = 0;
88
virtual HRESULT WINAPI GetOutputData(const DWORD dwIndex,LPWSTR *ppszSchema,DWORD *pdwType,BYTE **ppData,ULONG *
uSize
) = 0;
98
HRESULT (WINAPI *SetInputData)(IBidiRequest *This,const DWORD dwType,const BYTE *pData,const UINT
uSize
);
100
HRESULT (WINAPI *GetOutputData)(IBidiRequest *This,const DWORD dwIndex,LPWSTR *ppszSchema,DWORD *pdwType,BYTE **ppData,ULONG *
uSize
);
112
#define IBidiRequest_SetInputData(This,dwType,pData,
uSize
) (This)->lpVtbl->SetInputData(This,dwType,pData,
uSize
)
114
#define IBidiRequest_GetOutputData(This,dwIndex,ppszSchema,pdwType,ppData,
uSize
) (This)->lpVtbl->GetOutputData(This,dwIndex,ppszSchema,pdwType,ppData,
uSize
)
120
HRESULT WINAPI IBidiRequest_SetInputData_Proxy(IBidiRequest *This,const DWORD dwType,const BYTE *pData,const UINT
uSize
);
124
HRESULT WINAPI IBidiRequest_GetOutputData_Proxy(IBidiRequest *This,const DWORD dwIndex,LPWSTR *ppszSchema,DWORD *pdwType,BYTE **ppData,ULONG *
uSize
);
[
all
...]
wdspxe.h
88
PVOID PXEAPI PxePacketAllocate(HANDLE hProvider,HANDLE hClientRequest,ULONG
uSize
);
shellapi.h
91
UINT
uSize
;
99
UINT
uSize
;
winbase.h
[
all
...]
dimm.h
985
UINT
uSize
) = 0;
[
all
...]
Completed in 568 milliseconds