Searched refs:table (Results 1 – 6 of 6) sorted by relevance
| /CTR-SDK-0.13.2/include/nn/util/ |
| D | util_Crc.h | 81 u8 table[256]; member 94 u16 table[256]; member 107 u32 table[256]; member 135 void iCrc8InitTable(Crc8Table* table, u8 poly); 149 void iCrc8InitTableRev(Crc8Table* table, u8 poly); 178 void iCrc8Update(const Crc8Table* table, Crc8Context* context, const void* input, u32 length); 193 inline void iCrc8UpdateRev(const Crc8Table* table, Crc8Context* context, const void* input, u32 len… in iCrc8UpdateRev() argument 195 iCrc8Update(table, context, input, length); in iCrc8UpdateRev() 227 void Crc8InitTable(Crc8Table* table); 229 inline void Crc8InitTable(Crc8Table* table) in Crc8InitTable() argument [all …]
|
| /CTR-SDK-0.13.2/sources/libraries/gr/CTR/ |
| D | gr_LookUpTable.cpp | 25 void LookUpTable::SetTable( const f32 table[ LOOKUP_TABLE_ELEMENT_NUM ] ) in SetTable() 30 …*command++ = Float32ToUnsignedFix12( table[ i ] ) | Float32ToFix12( table[ i + 1 ] - table[ i ] ) … in SetTable() 35 …*command++ = Float32ToUnsignedFix12( table[ i ] ) | Float32ToFix12( table[ i + 1 ] - table[ i ] ) … in SetTable() 39 …*command++ = Float32ToUnsignedFix12( table[ i ] ) | Float32ToFix12( table[ i + 1 ] - table[ i ] ) … in SetTable() 44 …*command++ = Float32ToUnsignedFix12( table[ i ] ) | Float32ToFix12( table[ i + 1 ] - table[ i ] ) … in SetTable() 47 *command++ = Float32ToUnsignedFix12( table[ i ] ); in SetTable()
|
| D | gr_Fog.cpp | 25 void Fog::SetTable( const f32 table[ FOG_LOOKUP_TABLE_ELEMENT_NUM ] ) in SetTable() 33 …*command++ = Float32ToUnsignedFix11( table[ i ] ) << 13 | Float32ToFix13Fraction11( table[ i + 1 ]… in SetTable() 38 …*command++ = Float32ToUnsignedFix11( table[ i ] ) << 13 | Float32ToFix13Fraction11( table[ i + 1 ]… in SetTable() 40 *command++ = Float32ToUnsignedFix11( table[ i ] ) << 13; in SetTable()
|
| /CTR-SDK-0.13.2/include/nn/fslow/ |
| D | fslow_SafeHandle.h | 321 Accessor(SafeHandleTable& table, SafeHandle handle) in Accessor() argument 323 SafeHandleTableEntry* entry = table.FindEntry(handle); in Accessor() 407 …Accessor(SafeArchiveHandleTable& table, Handle handle) : SafeHandleTable::Accessor(table.m_Table, … in Accessor() argument
|
| /CTR-SDK-0.13.2/include/nn/gr/CTR/ |
| D | gr_LookUpTable.h | 46 void SetTable( const f32 table[ LOOKUP_TABLE_ELEMENT_NUM ] );
|
| D | gr_Fog.h | 83 void SetTable( const f32 table[ FOG_LOOKUP_TABLE_ELEMENT_NUM ] );
|