Home
last modified time | relevance | path

Searched refs:p_size (Results 1 – 4 of 4) sorted by relevance

/TwlSDK-5.1.0/build/libraries/os/ARM9/src/
Dos_china.c81 static u8 *LoadImage(ImageIndex index, u32 *p_size);
109 static u8 *LoadImage(ImageIndex index, u32 *p_size) in LoadImage() argument
145 if (p_size) in LoadImage()
147 *p_size = len; in LoadImage()
192 if (p_size) in LoadImage()
194 *p_size = (u32)(ptr_end_table[index] - ptr_table[index]); in LoadImage()
/TwlSDK-5.1.0/build/demos/mb/multiboot/include/
Dcommon.h107 void SetParentSendSize(u16 p_size);
/TwlSDK-5.1.0/build/demos/os/forChina-fs/src/
Dos_china_override.c47 static u8 *LoadImage(ImageIndex index, u32 *p_size);
70 static u8 *LoadImage(ImageIndex index, u32 *p_size) in LoadImage() argument
104 if (p_size) in LoadImage()
106 *p_size = len; in LoadImage()
/TwlSDK-5.1.0/build/demos/mb/multiboot/src/
Dparent.c578 void SetParentSendSize(u16 p_size) in SetParentSendSize() argument
580 parent_send_size = p_size; in SetParentSendSize()