Searched refs:dataType (Results 1 – 3 of 3) sorted by relevance
| /CafeSDK-2.12.13/system/include/cafe/net/ |
| D | nettest.h | 36 #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/ |
| D | boss_DataStoreUploadSetting.h | 64 …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/ |
| D | tgaReader.cpp | 118 u32 dataType; in DecodeRLEImage() local 128 dataType = chunkheader & 0x80; in DecodeRLEImage() 129 pixelCounts = chunkheader - dataType + 1; in DecodeRLEImage() 132 if (dataType == 0x80) in DecodeRLEImage()
|