Home
last modified time | relevance | path

Searched refs:crc_800 (Results 1 – 2 of 2) sorted by relevance

/dports/games/libretro-paralleln64/parallel-n64-6e26fbb/gles2rice/src/
H A DRSP_Parser.h160 uint32_t crc_800; member
182 uint32_t crc_800; member
H A DRSP_Parser.cpp595 static uint32_t DLParser_IdentifyUcode( uint32_t crc_size, uint32_t crc_800, char* str ) in DLParser_IdentifyUcode() argument
599 if ( crc_800 == g_UcodeData[i].crc_800 ) in DLParser_IdentifyUcode()
666 uint32_t crc_800 = ComputeCRC32( 0, &rdram_u8[ base ], 0x800 ); in DLParser_CheckUcode() local
667 uint32_t ucode = DLParser_IdentifyUcode( crc_size, crc_800, (char*)str ); in DLParser_CheckUcode()
687 UsedUcodes[usedUcodeIndex].crc_800 = crc_800; in DLParser_CheckUcode()