Home
last modified time | relevance | path

Searched defs:size (Results 1 – 25 of 66) sorted by relevance

123

/CafeSDK-2.12.13/system/src/lib/szfile/
D7zStream.c8 SRes SeqInStream_Read2(ISeqInStream *stream, void *buf, size_t size, SRes errorType) in SeqInStream_Read2()
22 SRes SeqInStream_Read(ISeqInStream *stream, void *buf, size_t size) in SeqInStream_Read()
40 SRes LookInStream_LookRead(ILookInStream *stream, void *buf, size_t *size) in LookInStream_LookRead()
50 SRes LookInStream_Read2(ILookInStream *stream, void *buf, size_t size, SRes errorType) in LookInStream_Read2()
64 SRes LookInStream_Read(ILookInStream *stream, void *buf, size_t size) in LookInStream_Read()
69 static SRes LookToRead_Look_Lookahead(void *pp, const void **buf, size_t *size) in LookToRead_Look_Lookahead()
87 static SRes LookToRead_Look_Exact(void *pp, const void **buf, size_t *size) in LookToRead_Look_Exact()
113 static SRes LookToRead_Read(void *pp, void *buf, size_t *size) in LookToRead_Read()
149 static SRes SecToLook_Read(void *pp, void *buf, size_t *size) in SecToLook_Read()
160 static SRes SecToRead_Read(void *pp, void *buf, size_t *size) in SecToRead_Read()
D7zCrc.c24 static UInt32 MY_FAST_CALL CrcUpdateT1(UInt32 v, const void *data, size_t size, const UInt32 *table) in CrcUpdateT1()
39 UInt32 MY_FAST_CALL CrcUpdate(UInt32 v, const void *data, size_t size) in CrcUpdate()
44 UInt32 MY_FAST_CALL CrcCalc(const void *data, size_t size) in CrcCalc()
D7zCrcOpt.c10 UInt32 MY_FAST_CALL CrcUpdateT4(UInt32 v, const void *data, size_t size, const UInt32 *table) in CrcUpdateT4()
29 UInt32 MY_FAST_CALL CrcUpdateT8(UInt32 v, const void *data, size_t size, const UInt32 *table) in CrcUpdateT8()
D7zAlloc.c21 void *SzAlloc(void *p, size_t size) in SzAlloc()
46 void *SzAllocTemp(void *p, size_t size) in SzAllocTemp()
D7zBuf.h16 size_t size; member
26 size_t size; member
D7zFile.c97 WRes File_Read(CSzFile *p, void *data, size_t *size) in File_Read()
132 WRes File_Write(CSzFile *p, const void *data, size_t *size) in File_Write()
239 static SRes FileSeqInStream_Read(void *pp, void *buf, size_t *size) in FileSeqInStream_Read()
253 static SRes FileInStream_Read(void *pp, void *buf, size_t *size) in FileInStream_Read()
274 static size_t FileOutStream_Write(void *pp, const void *data, size_t size) in FileOutStream_Write()
D7zBuf.c14 int Buf_Create(CBuf *p, size_t size, ISzAlloc *alloc) in Buf_Create()
D7zBuf2.c19 int DynBuf_Write(CDynBuf *p, const Byte *buf, size_t size, ISzAlloc *alloc) in DynBuf_Write()
/CafeSDK-2.12.13/system/include/windows/
Dmem.h32 #define MEMAllocFromDefaultHeap(size) malloc(size) argument
33 #define MEMAllocFromDefaultHeapEx(size, alignment) malloc(size) argument
34 #define MEMAllocFromExpHeap(heap, size) malloc(size) argument
35 #define MEMAllocFromExpHeapEx(heap, size, alignment) malloc(size) argument
36 #define MEMAllocFromFrmHeap(heap, size) malloc(size) argument
37 #define MEMAllocFromFrmHeapEx(heap, size, alignment) malloc(size) argument
45 #define MEMAllocFromAllocator(pAllocator, size) malloc(size) argument
50 #define MEMCreateExpHeap(startAddress, size) malloc(size) argument
53 #define ProcUISetMEM1Storage(data, size) argument
/CafeSDK-2.12.13/system/src/lib/libsys/
Dghsheap.c32 void *sbrk (size_t size) in sbrk()
46 void *__ghs_alloc (int size, int align) in __ghs_alloc()
Dind_alloc.c62 void *__ghs_calloc (int size, int align) in __ghs_calloc()
Dind_io.c77 int __ghs_hostio_write (int fno, const void *buf, int size) in __ghs_hostio_write()
111 int __ghs_hostio_read (int fno, void *buf, int size) in __ghs_hostio_read()
Dindsecinfo.h25 uint32_t size; /* length of section (bytes) */ member
/CafeSDK-2.12.13/system/src/lib/demo/
DdemoDRC.c201 u32 size, align; in DEMODRCInit() local
224 u32 size, align; in DEMODRCInit() local
322 u32 size, align; in DEMODRCAcquiredForeground() local
339 u32 size, align; in DEMODRCAcquiredForeground() local
DdemoGfx.c90 void *DEMOGfxAllocMEM1(u32 size, u32 align) in DEMOGfxAllocMEM1()
117 void *DEMOGfxAllocBucket(u32 size, u32 align) in DEMOGfxAllocBucket()
135 void *DEMOGfxAllocMEM2(u32 size, u32 align) in DEMOGfxAllocMEM2()
440 u32 size, align; in DEMOGfxInit() local
463 u32 size, align; in DEMOGfxInit() local
615 u32 size, align; in DEMOGfxAcquiredForeground() local
632 u32 size, align; in DEMOGfxAcquiredForeground() local
DdemoSystem.c144 void* DEMOAlloc(u32 size) in DEMOAlloc()
152 void* DEMOAllocEx(u32 size, u32 align) in DEMOAllocEx()
/CafeSDK-2.12.13/system/include/nn/util/detail/
Dutil_CLibImpl.h36 … #define NN_UTIL_DETAIL_CLIBIMPL_DEFINE_BUFFER_CLASS(cname, cppname, size, alignment_holder_type) \ argument
46 … #define NN_UTIL_DETAIL_CLIBIMPL_DEFINE_BUFFER_CLASS(cname, cppname, size, alignment_holder_type) \ argument
/CafeSDK-2.12.13/system/include/cafe/mem/
DframeHeap.h134 u32 size in MEMCreateFrmHeap()
157 u32 size in MEMAllocFromFrmHeap()
/CafeSDK-2.12.13/system/src/tool/gfx/projects/TexConv2/ddsReader/
DDDS_Helpers.cpp563 u32 size = (dwWidth * dwHeight) * 2; in LoopRGB565() local
656 u32 size = (dwWidth * dwHeight * 4); in LoopRGB8888() local
708 u32 size = dwWidth * dwHeight * 16; in LoopABGR32F() local
727 u32 size = dwWidth * dwHeight * 4; in LoopR32F() local
746 u32 size = dwWidth * dwHeight * 8; in LoopGR32F() local
793 u32 size = dwWidth * dwHeight * 8; in LoopABGR16F() local
811 u32 size = dwWidth * dwHeight * 4; in LoopGR16F() local
829 u32 size = dwWidth * dwHeight * 2; in LoopR16F() local
857 u32 size = dwWidth * dwHeight;// + 0x3) & ~0x3; in LoopG8() local
893 u32 size = ((dwWidth * dwHeight) + 0x3) & ~0x3; in LoopA4L4() local
[all …]
DDDS.h26 #define PAD_WORD_SIZE(size) ((size + 1) & (~0x1)) argument
28 #define PAD_DWORD_SIZE(size) ((size + 3) & (~0x3)) argument
/CafeSDK-2.12.13/system/include/cafe/
Dmem_res.h24 unsigned long int size; member
46 unsigned long int size; member
/CafeSDK-2.12.13/system/include/cafe/gfd/
DgfdFormat.h58 …u32 size; ///< size of header in bytes - must match exactly, or header (and he… member
80 u32 size; ///< Size of block header in bytes member
103 …u32 size; ///< size of this data structure. Must exactly match sizeof(GFDBlo… member
/CafeSDK-2.12.13/system/src/lib/gfd/headers/cafe/gfd/
DgfdFormat.h58 …u32 size; ///< size of header in bytes - must match exactly, or header (and he… member
80 u32 size; ///< Size of block header in bytes member
103 …u32 size; ///< size of this data structure. Must exactly match sizeof(GFDBlo… member
/CafeSDK-2.12.13/system/src/tool/cafex/winmakebsf/
Dmakebsf.c71 … u32 platform_info_paddr, u32 package_info_paddr, u32 flags, u32 ccrsyscfg1, u32* size) in MakeBsf()
188 u32 size = 0; in main() local
/CafeSDK-2.12.13/system/src/tool/gfx/include/gfdFile/
DgfdFileIO.h26 #define GFD_ROUND_UP(value, size) (((value) + ((size) - 1)) & ~((size) - 1)) argument

123