Searched defs:table (Results 1 – 3 of 3) sorted by relevance
| /CTR-SDK-4.2.5/include/nn/util/ |
| D | util_Crc.h | 80 u8 table[CRC_TABLE_SIZE]; member 145 u16 table[CRC_TABLE_SIZE]; member 211 u16 table[CRC_TABLE_SIZE]; member 278 u32 table[CRC_TABLE_SIZE]; member 345 u32 table[CRC_TABLE_SIZE]; member
|
| /CTR-SDK-4.2.5/sources/libraries/cx/ |
| D | cx_Compression.cpp | 682 HuffData* table = info->huffTable; in HuffInitTable() local 717 void HuffCountData( HuffData* table, const u8 *srcp, u32 size, u8 bitSize ) in HuffCountData() 749 u16 HuffConstructTree( HuffData *table, u32 dataNum ) in HuffConstructTree() 859 void HuffAddParentDepthToTable( HuffData *table, u16 leftNo, u16 rightNo ) in HuffAddParentDepthToTable() 877 void HuffAddCodeToTable( HuffData* table, u16 nodeNo, u32 paHuffCode ) in HuffAddCodeToTable() 892 u8 HuffAddCountHWordToTable( HuffData *table, u16 nodeNo) in HuffAddCountHWordToTable() 1195 u32 HuffConvertData( const HuffData *table, const u8* srcp, u8* dstp, u32 srcSize, u32 maxSize, u8 … in HuffConvertData()
|
| /CTR-SDK-4.2.5/include/nn/fslow/ |
| D | fslow_SafeHandle.h | 321 Accessor(SafeHandleTable& table, SafeHandle handle) in Accessor() 407 …Accessor(SafeArchiveHandleTable& table, Handle handle) : SafeHandleTable::Accessor(table.m_Table, … in Accessor()
|