| /CafeSDK-2.12.13/system/src/lib/szfile/ |
| D | 7zAlloc.c | 33 void SzFree(void *p, void *address) in SzFree() argument 37 if (address != 0) in SzFree() 43 free(address); in SzFree() 61 void SzFreeTemp(void *p, void *address) in SzFreeTemp() argument 65 if (address != 0) in SzFreeTemp() 71 HeapFree(GetProcessHeap(), 0, address); in SzFreeTemp() 75 free(address); in SzFreeTemp()
|
| D | 7zAlloc.h | 10 void SzFree(void *p, void *address); 13 void SzFreeTemp(void *p, void *address);
|
| D | 7zTypes.h | 230 void (*Free)(void *p, void *address); /* address can be 0 */
|
| D | szfile.c | 277 static void sFree(void *p, void *address) in sFree() argument 279 if (!address) in sFree() 281 ((SZFILE_IMP *)p)->mpArc->mfFree(address); in sFree()
|
| /CafeSDK-2.12.13/system/src/lib/libsys/ |
| D | ind_gcnt.ppc | 26 ; Call with 4(sp) holding the address of a count variable, which we will 27 ; pass on. We also need to pass address of our caller, and 28 ; address of address of our caller's caller. 42 se_mflr r3 ; get our caller's address 46 se_addi r4, 4 ; get address of caller's caller 52 se_lwz r3, SF+4(sp) ; get back our caller's address 68 ; Call with 4(sp) holding the address of a count variable, which we will 69 ; pass on. We also need to pass address of our caller, and 70 ; address of address of our caller's caller. 100 mflr r3 ; get our caller's address [all …]
|
| D | ind_mcnt.ppc | 26 ; Call with 4(sp) holding the address of a count variable, which we will 27 ; pass on. We also need to pass address of our caller, and 28 ; address of address of our caller's caller. 43 se_mflr r4 ; get our caller's address 51 se_lwz r3, SF+4(sp) ; get back our caller's address 67 ; Call with 4(sp) holding the address of a count variable, which we will 68 ; pass on. We also need to pass address of our caller, and 69 ; address of address of our caller's caller. 99 mflr r4 ; get our caller's address 106 ld r3, SF+16(sp) ; get back our caller's address [all …]
|
| D | ind_manprf.c | 84 typedef uint64_t address; typedef 86 typedef uint32_t address; typedef 94 static address profile_buffer[PROFBUFSIZE];
|
| D | arm_manprf.h | 73 #define GET_EPC() (address)__builtin_return_address(0) 163 #define GET_EPC() (address)__builtin_return_address(0) 204 #define GET_EPC() (address)__builtin_return_address(0)
|
| D | ppc_manprf.h | 154 #define GET_EPC() (address)__builtin_return_address(0)
|
| /CafeSDK-2.12.13/system/include/ |
| D | LzmaAlloc.h | 14 void MidFree(void *address); 16 void BigFree(void *address);
|
| D | LzmaTypes.h | 230 void (*Free)(void *p, void *address); /* address can be 0 */
|
| D | zlib.h | 81 typedef void (*free_func) OF((voidpf opaque, voidpf address));
|
| /CafeSDK-2.12.13/system/bin/tool/mastering/resources/compat/ |
| D | NdevRun.ddf | 68 ; FSTAddress=<address> 69 ; The address where FST should be put.(Start address is specified by FSTAddress.) 70 ; FSTEndAddress=<address> 71 ; The address where FST should be put.(End address is specified by FSTEndAddress.)
|
| /CafeSDK-2.12.13/system/include/cafe/os/ |
| D | OSException.h | 60 void OSSetDABR(BOOL allCores, void* address, BOOL matchReads, BOOL matchWrites); 61 void OSSetIABR(BOOL allCores, void* address);
|
| D | OSThread.h | 94 char* address; // start address of a thread specific copy of an RPL's TLS data member
|
| /CafeSDK-2.12.13/system/src/tool/cafex/winmakebsf/ |
| D | bootosBootBlock.h | 63 u32 address; // address member
|
| D | makebsf.c | 98 infos->address = REV32(addresslist[i]); in MakeBsf()
|
| /CafeSDK-2.12.13/system/bin/tool/ |
| D | uploadimg_simultaneous.sh | 40 -l ip_file: File contianing a list of IP address to upload to. 46 ip_address First Devkit IP address to upload to.
|
| D | setbridge.bat | 43 echo Cleared stored IP address for %bridge_name%. ^(current environment unchanged^).
|
| /CafeSDK-2.12.13/system/include/cafe/net/ |
| D | nettest.h | 85 char address[16]; member
|
| /CafeSDK-2.12.13/system/include/cafe/curl/ |
| D | curl.h | 290 struct curl_sockaddr *address);
|