![]() |
vitasdk
Documentation of the vitasdk
|
Go to the source code of this file.
Data Structures | |
| struct | ScePafDateTime |
| struct | ScePafSha1Context |
| struct | ScePafHeapContext |
| struct | ScePafHeapOpt |
Functions | |
| VITASDK_BUILD_ASSERT_EQ (0x18, ScePafDateTime) | |
| int | scePafGetCurrentClockLocalTime (ScePafDateTime *data) |
| VITASDK_BUILD_ASSERT_EQ (0x68, ScePafSha1Context) | |
| int | scePafSha1Init (ScePafSha1Context *context) |
| int | scePafSha1Update (ScePafSha1Context *context, const void *data, SceSize length) |
| int | scePafSha1Result (ScePafSha1Context *context, void *dst) |
| VITASDK_BUILD_ASSERT_EQ (0x60, ScePafHeapContext) | |
| VITASDK_BUILD_ASSERT_EQ (0x14, ScePafHeapOpt) | |
| void | scePafCreateHeap (ScePafHeapContext *context, void *membase, SceSize size, const char *name, ScePafHeapOpt *opt) |
| void | scePafDeleteHeap (ScePafHeapContext *context) |
| void * | scePafMallocWithContext (ScePafHeapContext *context, SceSize len) |
| void | scePafFreeWithContext (ScePafHeapContext *context, void *ptr) |
| void * | scePafMallocAlignWithContext (ScePafHeapContext *context, SceUInt32 align, SceSize len) |
| void * | scePafReallocWithContext (ScePafHeapContext *context, void *ptr, SceSize len) |