Home
last modified time | relevance | path

Searched refs:address (Results 1 – 21 of 21) sorted by relevance

/CafeSDK-2.12.13/system/src/lib/szfile/
D7zAlloc.c33 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()
D7zAlloc.h10 void SzFree(void *p, void *address);
13 void SzFreeTemp(void *p, void *address);
D7zTypes.h230 void (*Free)(void *p, void *address); /* address can be 0 */
Dszfile.c277 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/
Dind_gcnt.ppc26 ; 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 …]
Dind_mcnt.ppc26 ; 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 …]
Dind_manprf.c84 typedef uint64_t address; typedef
86 typedef uint32_t address; typedef
94 static address profile_buffer[PROFBUFSIZE];
Darm_manprf.h73 #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)
Dppc_manprf.h154 #define GET_EPC() (address)__builtin_return_address(0)
/CafeSDK-2.12.13/system/include/
DLzmaAlloc.h14 void MidFree(void *address);
16 void BigFree(void *address);
DLzmaTypes.h230 void (*Free)(void *p, void *address); /* address can be 0 */
Dzlib.h81 typedef void (*free_func) OF((voidpf opaque, voidpf address));
/CafeSDK-2.12.13/system/bin/tool/mastering/resources/compat/
DNdevRun.ddf68 ; 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/
DOSException.h60 void OSSetDABR(BOOL allCores, void* address, BOOL matchReads, BOOL matchWrites);
61 void OSSetIABR(BOOL allCores, void* address);
DOSThread.h94 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/
DbootosBootBlock.h63 u32 address; // address member
Dmakebsf.c98 infos->address = REV32(addresslist[i]); in MakeBsf()
/CafeSDK-2.12.13/system/bin/tool/
Duploadimg_simultaneous.sh40 -l ip_file: File contianing a list of IP address to upload to.
46 ip_address First Devkit IP address to upload to.
Dsetbridge.bat43 echo Cleared stored IP address for %bridge_name%. ^(current environment unchanged^).
/CafeSDK-2.12.13/system/include/cafe/net/
Dnettest.h85 char address[16]; member
/CafeSDK-2.12.13/system/include/cafe/curl/
Dcurl.h290 struct curl_sockaddr *address);