Home
last modified time | relevance | path

Searched refs:dataType (Results 1 – 3 of 3) sorted by relevance

/CafeSDK-2.12.13/system/include/cafe/net/
Dnettest.h36 #define NETTEST_PADDING_DECLARATION(dataType, padName) argument
38 #define NETTEST_PADDING_DECLARATION(dataType, padName) \
39 IPC_USER_DATA_STRUCTURE_PADDING_DECLARATION(dataType, padName)
/CafeSDK-2.12.13/system/include/nn/boss/
Dboss_DataStoreUploadSetting.h64 …eId, const wchar_t accessKey[], datastore::DestinationKind dstKind, u16 dataType, u16 period, void…
83 …eId, const wchar_t accessKey[], datastore::DestinationKind dstKind, u16 dataType, u16 period, void…
/CafeSDK-2.12.13/system/src/tool/gfx/projects/TexConv2/tgaReader/
DtgaReader.cpp118 u32 dataType; in DecodeRLEImage() local
128 dataType = chunkheader & 0x80; in DecodeRLEImage()
129 pixelCounts = chunkheader - dataType + 1; in DecodeRLEImage()
132 if (dataType == 0x80) in DecodeRLEImage()