Home
last modified time | relevance | path

Searched defs:offset (Results 1 – 25 of 26) sorted by relevance

12

/RvlSDK-3.2/include/revolution/os/
DOSModule.h167 u32 offset; member
173 #define OS_SECTIONINFO_OFFSET(offset) ((offset) & ~0x1) argument
178 u32 offset; // Offset to OSRel instructions member
183 u16 offset; // Byte offset from the previous entry member
/RvlSDK-3.2/include/revolution/
Ddvd.h312 u32 offset; member
429 #define DVDRead(fileInfo, addr, length, offset) \ argument
431 #define DVDReadAsync(fileInfo, addr, length, offset, callback) \ argument
462 #define DVDSeek(fileInfo, offset) \ argument
464 #define DVDSeekAsync(fileInfo, offset, callback) \ argument
Dwt.h96 u32 offset; // Offset in samples from beginning of PCM file member
/RvlSDK-3.2/build/libraries/tc/src/
DTCLayer.cpp187 u32 offset; in TCSetLayerValue() local
239 u32 offset; in TCGetLayerValue() local
/RvlSDK-3.2/include/revolution/mem/
Dlist.h51 u16 offset; // Offset for NNSFndLink type structure member member
/RvlSDK-3.2/build/demos/cxdemo/src/
Dcx_uncompress_stream.c248 s32 offset = 0; // DVD offset in LoadTexDataRL() local
315 s32 offset = 0; // DVD offset in LoadTexDataLZ() local
382 s32 offset = 0; // DVD offset in LoadTexDataHuff() local
/RvlSDK-3.2/build/libraries/cx/src/
DCXSecureUncompression.c273 s32 offset; in CXSecureUncompressLZ() local
386 u32 offset = (u32)( ( (*treep & 0x3F) + 1 ) << 1); in CXiVerifyHuffmanTable_() local
802 u32 offset = (u32)( ( (*treep & ofs_mask) + 1 ) << 1 ); in CXiLHVerifyTable() local
924 u32 offset = (((*nodep & 0x7F) + 1U) << 1) + bit; in CXSecureUncompressLH() local
956 u32 offset = (((*nodep & OFFSET_MASK) + 1U) << 1) + bit; in CXSecureUncompressLH() local
DCXUncompression.c217 s32 offset; in CXUncompressLZ() local
514 u32 offset = (((*nodep & 0x7F) + 1U) << 1) + bit; in CXUncompressLH() local
542 u32 offset = (((*nodep & OFFSET_MASK) + 1U) << 1) + bit; in CXUncompressLH() local
DCXStreamingUncompression.c274 s32 offset; in CXReadUncompLZ() local
841 u32 offset; in CXReadUncompLH() local
887 u32 offset; in CXReadUncompLH() local
DCXCompression.c230 static u32 SearchLZ( LZCompressInfo * info, const u8 *nextp, u32 remainSize, u16 *offset, u32 maxLe… in SearchLZ()
340 s16 offset; in SlideByte() local
/RvlSDK-3.2/build/demos/axdemo/src/
Daxstream.c130 s32 offset; member
151 static s32 offset; variable
/RvlSDK-3.2/build/demos/thpdemo/src/THPPlayer/
DTHPRead.c170 s32 offset; in Reader() local
DTHPPlayer.c239 s32 offset, i; in THPPlayerOpen() local
630 s32 offset; in THPPlayerPrepare() local
/RvlSDK-3.2/build/demos/thpdemo/src/THPPlayerStrmAX/
DTHPRead.c166 s32 offset; in Reader() local
DTHPPlayer.c184 s32 offset, i; in THPPlayerOpen() local
598 s32 offset; in THPPlayerPrepare() local
/RvlSDK-3.2/build/demos/gxdemo/src/Texture/
Dtex-tlut.c618 u32 offset; in CreateSampleImgTexture() local
841 u32 i, offset, ciSize; in LoadColorMap() local
934 u32 xp, xb, yp, yb, aw, offset; in PlotOnTexture() local
/RvlSDK-3.2/build/libraries/mem/src/
Dmem_list.c35 MEMInitList( MEMList* list, u16 offset ) in MEMInitList()
Dmem_expHeap.c718 const u32 offset = GetOffsetFromPtr( mblock, reqMBlock ); // generated offset in AllocFromHead_() local
1643 const u32 offset = GetOffsetFromPtr(GetMemPtrForMBlock_(pMBlkHd), baseAddress); in MEMGetAllocatableSizeForExpHeapEx() local
/RvlSDK-3.2/build/tools/darch/include/
Ddarch.h109 #define setData(addr, data, offset, nbytes) do { \ argument
152 #define set4BData(eAddr, data, offset) \ argument
/RvlSDK-3.2/build/libraries/gd/src/
DGDFile.c190 u32 offset; in GDWriteDLFile() local
/RvlSDK-3.2/build/demos/gxdemo/src/TexGen/
Dtg-shadow3.c1416 u32 size, i, offset; in CreateRampTex8() local
1463 u32 size, i, offset; in CreateRampTex16() local
/RvlSDK-3.2/include/revolution/gd/
DGDBase.h195 static inline void GDSetCurrOffset(u32 offset) in GDSetCurrOffset()
/RvlSDK-3.2/build/tools/dls1wt/src/
Dwt.h103 u32 offset; // offset in bytes from beginning of PCM file member
/RvlSDK-3.2/build/demos/thpdemo/src/THPSimple/
DTHPSimple.c221 s32 offset, i; in THPSimpleOpen() local
/RvlSDK-3.2/build/demos/gxdemo/src/Tev/
Dtev-one-op.c582 u8 offset, step; in DrawColorInputs() local

12