/hardware/ti/omap3/dspbridge/inc/ |
mem.h | 84 * cBytes: Number of bytes to allocate. 90 * NULL if memory couldn't be allocated, if cBytes == 0, or if type is 99 extern PVOID MEM_Alloc(IN ULONG cBytes, IN MEM_POOLATTRS type); 132 * cBytes: Number of bytes to allocate. 137 * NULL if memory couldn't be allocated, or if cBytes == 0. 145 extern PVOID MEM_AllocPhysMem(IN ULONG cBytes, 154 * cBytes: Number of bytes to allocate. 160 * NULL if memory couldn't be allocated, if cBytes == 0, or if type is 168 extern PVOID MEM_Calloc(IN ULONG cBytes, IN MEM_POOLATTRS type); 197 extern VOID MEM_FlushCache(PVOID pMemBuf, ULONG cBytes,INT FlushType) [all...] |
memry.h | 71 * cBytes: Number of bytes to allocate. 82 extern PVOID MEMRY_Alloc(ULONG cBytes, MEM_POOLATTRS type); 106 * cBytes: Number of bytes to allocate. 117 extern PVOID WINAPI MEMRY_Calloc(ULONG cBytes, MEM_POOLATTRS type); 177 * cBytes: Number of bytes in physical range to map. 187 extern inline PVOID MEMRY_LinearAddress(PVOID pPhyAddr, ULONG cBytes) { 220 extern PVOID MEMRY_ReserveVM(ULONG cBytes);
|
wcdioctl.h | 407 ULONG cBytes; 413 ULONG cBytes;
|
cmm.h | 93 * or if cBytes == 0,
|
/hardware/ti/omap3/dspbridge/libbridge/inc/ |
mem.h | 84 * cBytes: Number of bytes to allocate. 90 * NULL if memory couldn't be allocated, if cBytes == 0, or if type is 99 extern PVOID MEM_Alloc(IN ULONG cBytes, IN MEM_POOLATTRS type); 132 * cBytes: Number of bytes to allocate. 137 * NULL if memory couldn't be allocated, or if cBytes == 0. 145 extern PVOID MEM_AllocPhysMem(IN ULONG cBytes, 154 * cBytes: Number of bytes to allocate. 160 * NULL if memory couldn't be allocated, if cBytes == 0, or if type is 168 extern PVOID MEM_Calloc(IN ULONG cBytes, IN MEM_POOLATTRS type); 197 extern VOID MEM_FlushCache(PVOID pMemBuf, ULONG cBytes,INT FlushType) [all...] |
memry.h | 71 * cBytes: Number of bytes to allocate. 82 extern PVOID MEMRY_Alloc(ULONG cBytes, MEM_POOLATTRS type); 106 * cBytes: Number of bytes to allocate. 117 extern PVOID WINAPI MEMRY_Calloc(ULONG cBytes, MEM_POOLATTRS type); 177 * cBytes: Number of bytes in physical range to map. 187 extern inline PVOID MEMRY_LinearAddress(PVOID pPhyAddr, ULONG cBytes) { 220 extern PVOID MEMRY_ReserveVM(ULONG cBytes);
|
wcdioctl.h | 407 ULONG cBytes; 413 ULONG cBytes;
|
cmm.h | 93 * or if cBytes == 0,
|
/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/ |
fltdefs.h | 146 PFAPIENTRY PfTestPacket(INTERFACE_HANDLE pInInterface,INTERFACE_HANDLE pOutInterface,DWORD cBytes,PBYTE pbPacket,PPFFORWARD_ACTION ppAction);
|
usp10.h | 144 int cBytes;
|
_dbdao.h | 200 ULONG cBytes() { return SysStringByteLen(m_bstr); }
|
mmc.h | 614 DWORD cBytes; 622 DWORD cBytes; 635 DWORD cBytes; [all...] |
oaidl.h | 417 ULONG cBytes; [all...] |
winbase.h | 796 BYTE cBytes; [all...] |
objidl.h | [all...] |
/external/lz4/programs/ |
fuzzer.c | 279 unsigned long long cbytes = 0; local 651 cbytes += compressedSize; 658 printf("compression ratio: %0.3f%%\n", (double)cbytes/bytes*100); [all...] |
/libcore/luni/src/test/java/libcore/java/security/cert/ |
X509CertificateTest.java | [all...] |
/external/toybox/toys/pending/ |
ipcs.c | 65 printf ("cbytes=%ld\tqbytes=%ld\tqnum=%ld\tlspid=%d\tlrpid=%d\n",
|