Searched refs:table (Results 1 – 8 of 8) sorted by relevance
| /CafeSDK-2.12.13/system/src/lib/szfile/ |
| D | 7zCrcOpt.c | 8 #define CRC_UPDATE_BYTE_2(crc, b) (table[((crc) ^ (b)) & 0xFF] ^ ((crc) >> 8)) 10 UInt32 MY_FAST_CALL CrcUpdateT4(UInt32 v, const void *data, size_t size, const UInt32 *table) in CrcUpdateT4() argument 19 table[0x300 + (v & 0xFF)] ^ in CrcUpdateT4() 20 table[0x200 + ((v >> 8) & 0xFF)] ^ in CrcUpdateT4() 21 table[0x100 + ((v >> 16) & 0xFF)] ^ in CrcUpdateT4() 22 table[0x000 + ((v >> 24))]; in CrcUpdateT4() 29 UInt32 MY_FAST_CALL CrcUpdateT8(UInt32 v, const void *data, size_t size, const UInt32 *table) in CrcUpdateT8() argument 31 return CrcUpdateT4(v, data, size, table); in CrcUpdateT8()
|
| D | 7zCrc.c | 15 …edef UInt32 (MY_FAST_CALL *CRC_FUNC)(UInt32 v, const void *data, size_t size, const UInt32 *table); 22 #define CRC_UPDATE_BYTE_2(crc, b) (table[((crc) ^ (b)) & 0xFF] ^ ((crc) >> 8)) 24 static UInt32 MY_FAST_CALL CrcUpdateT1(UInt32 v, const void *data, size_t size, const UInt32 *table) in CrcUpdateT1() argument 34 UInt32 MY_FAST_CALL CrcUpdateT4(UInt32 v, const void *data, size_t size, const UInt32 *table); 35 UInt32 MY_FAST_CALL CrcUpdateT8(UInt32 v, const void *data, size_t size, const UInt32 *table);
|
| /CafeSDK-2.12.13/system/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
|
| /CafeSDK-2.12.13/system/include/cafe/ |
| D | sp.h | 61 void SPInitSoundTable(SPSoundTable *table, u8 *samples, u8 *zerobuffer); 62 SPSoundEntry * SPGetSoundEntry(SPSoundTable *table, u32 index);
|
| D | axfx.h | 845 s32 *table; member 908 s32 *table; member 1270 s32 *table; member
|
| D | ax.h | 821 AXPB_ERROR_CODE AXSetDeviceCompressorTable(AXPBDeviceType device, u16* table, u16 frames); 823 void AXMakeCompressorTable (f32 gain, u16 frames, u16* table);
|
| /CafeSDK-2.12.13/system/src/lib/libsys/ |
| D | ppc_regs.ppc | 12 * symbol table.
|
| /CafeSDK-2.12.13/system/bin/tool/mastering/resources/compat/ |
| D | NdevRun.ddf | 6 ; A table for the FST file is generated by retrieving files under the
|