| /CafeSDK-2.12.13-1/system/include/cafe/os/ |
| D | OSCache.h | 29 void DCInvalidateRange ( void* addr, u32 nBytes ); 30 void DCFlushRange ( const void* addr, u32 nBytes ); 31 void DCStoreRange ( const void* addr, u32 nBytes ); 32 void DCFlushRangeNoSync ( const void* addr, u32 nBytes ); 33 void DCStoreRangeNoSync ( const void* addr, u32 nBytes ); 34 void DCZeroRange ( void* addr, u32 nBytes ); 35 void DCTouchRange ( const void* addr, u32 nBytes ); 63 BOOL OSIsAddressRangeDCValid(const void *addr, u32 nBytes);
|
| D | OSMemory.h | 56 BOOL OSIsAddressValid(void *addr); 67 void OSEnableOverlayArenaDev(BOOL allowAV, u32 *addr, u32 *size); 68 BOOL OSEnableOverlayArenaWithTimeoutDev(BOOL allowAV, u32 timeout, u32 *error, u32 *addr, u32 *size… 71 void OSGetOverlayArenaRangeDev(u32* addr, u32* size);
|
| D | OSError.h | 61 void* OSGetSymbolName (u32 addr, u8* symbolName, u32 nameBufSize);
|
| /CafeSDK-2.12.13-1/system/include/cafe/gx2/ |
| D | gx2Query.h | 53 GX2_INLINE GX2Boolean GX2GetGPUCycleReady(const u64* addr) in GX2GetGPUCycleReady() argument 55 GX2Invalidate(GX2_INVALIDATE_CPU, (void *)addr, sizeof(u64)); in GX2GetGPUCycleReady() 56 return (GX2Boolean)(*addr != GX2_INVALID_COUNTER_VALUE_U64); in GX2GetGPUCycleReady() 73 void GX2API GX2SampleTopGPUCycle(u64* addr); 90 void GX2API GX2SampleBottomGPUCycle(u64* addr);
|
| D | gx2Misc.h | 254 void GX2API GX2NotifyMemAlloc(void* addr, u32 size, u32 align); 264 void GX2API GX2NotifyMemFree(void* addr); 266 GX2_INLINE void GX2NotifyMemAlloc(const void* addr, u32 size, u32 align){ in GX2NotifyMemAlloc() argument 267 addr=addr; in GX2NotifyMemAlloc() 271 GX2_INLINE void GX2NotifyMemFree(const void* addr){ in GX2NotifyMemFree() argument 272 addr=addr; in GX2NotifyMemFree()
|
| D | gx2Shaders.h | 1072 void GX2API GX2SetVertexUniformBlock(u32 location, u32 size, const void* addr); 1092 void GX2API GX2SetGeometryUniformBlock(u32 location, u32 size, const void* addr); 1114 void GX2API GX2SetPixelUniformBlock(u32 location, u32 size, const void* addr); 1138 void GX2API GX2SetComputeUniformBlock(u32 location, u32 size, const void* addr);
|
| D | gx2Enum.h | 49 #define GX2_ADD_PATCH(type, addr) \ argument 54 (void*)addr); 59 #define GX2_ADD_PATCH(type, addr)
|
| /CafeSDK-2.12.13-1/system/src/lib/libsys/ |
| D | ind_thrd.c | 470 void __ghs_flock_file(void *addr) {} 473 void __ghs_funlock_file(void *addr) {} 477 int __ghs_ftrylock_file(void *addr) { return -1; } 481 void __ghs_flock_create(void **addr) {} 482 void __ghs_flock_destroy(void *addr) {}
|
| D | ind_heap.c | 31 int brk (void *addr) 33 if (__ghs_syscall(SYSCALL_BRK, addr)) {
|
| D | indsecinfo.h | 24 void* addr; /* Address of section in memory */ member 54 printf(" address: 0x%08x\n",p->addr);
|
| D | ind_heap.h | 14 int brk(void *addr);
|
| D | ind_bcnt.c | 21 struct blk { void (*addr)(void); unsigned int cnt; }; member
|
| /CafeSDK-2.12.13-1/system/include/windows/ |
| D | os.h | 27 void DCInvalidateRange ( void* addr, u32 nBytes ); 28 void DCFlushRange ( const void* addr, u32 nBytes ); 29 #define OSEffectiveToPhysical(addr) 0 argument
|
| /CafeSDK-2.12.13-1/system/include/cafe/ |
| D | ppc_disasm.h | 42 typedef void* (*DisasmGetSym) (unsigned long addr, 49 typedef void* (*DisasmGetFuncSym) (unsigned long addr,
|
| D | zipfile.h | 110 typedef void (*ZIPFILE_pf_Free)(void *addr);
|
| D | szfile.h | 83 typedef void (*SZFILE_pf_Free)(void *addr);
|
| /CafeSDK-2.12.13-1/system/src/lib/demo/headers/cafe/demo/ |
| D | demoFS.h | 114 s32 DEMOFSRead(DEMOFSFileInfo* fileInfo, void* addr, s32 length, s32 offset); 128 s32 DEMOFSWrite(DEMOFSFileInfo* fileInfo, const void* addr, s32 length);
|
| /CafeSDK-2.12.13-1/system/include/cafe/demo/ |
| D | demoFS.h | 114 s32 DEMOFSRead(DEMOFSFileInfo* fileInfo, void* addr, s32 length, s32 offset); 128 s32 DEMOFSWrite(DEMOFSFileInfo* fileInfo, const void* addr, s32 length);
|
| /CafeSDK-2.12.13-1/system/include/cafe/net/ |
| D | so.h | 251 extern int accept(int fd, struct sockaddr *addr, int *addrlen); 252 extern int bind(int fd, struct sockaddr *addr, int addrlen); 253 extern int connect(int fd, struct sockaddr *addr, int addrlen); 276 extern int inet_aton(const char *cp, struct in_addr *addr);
|
| D | netdb.h | 201 struct hostent * gethostbyaddr(const void* addr, int len, int type );
|
| D | nc_types.h | 282 u32 addr; /* IP address of device */ member
|
| /CafeSDK-2.12.13-1/system/include/cafe/pads/wpad/ |
| D | wpadBalance.h | 62 s32 WPADGetBLCalibration( s32 chan, u8 *data, u16 addr, u16 len, WPADCallback callback );
|
| /CafeSDK-2.12.13-1/system/src/lib/demo/ |
| D | demoFS.c | 171 s32 DEMOFSRead( DEMOFSFileInfo* fileInfo, void* addr, s32 length, s32 offset ) in DEMOFSRead() argument 184 …result = FSReadFileWithPos(&_DEMOFSClient, pCmd, addr, (u32)length, 1, (u32)offset, *fileInfo, 0, … in DEMOFSRead() 196 s32 DEMOFSWrite(DEMOFSFileInfo* fileInfo, const void* addr, s32 length) in DEMOFSWrite() argument 209 …result = FSWriteFile(&_DEMOFSClient, pCmd, (void *)addr, 1, (u32)length, *fileInfo, 0, FS_RET_ALL_… in DEMOFSWrite()
|
| /CafeSDK-2.12.13-1/system/src/lib/zipfile/headers/cafe/ |
| D | zipfile.h | 110 typedef void (*ZIPFILE_pf_Free)(void *addr);
|
| /CafeSDK-2.12.13-1/system/src/lib/szfile/headers/cafe/ |
| D | szfile.h | 83 typedef void (*SZFILE_pf_Free)(void *addr);
|