Searched refs:hash (Results 1 – 6 of 6) sorted by relevance
| /TwlSDK-5.1.0/build/buildsetup/ioreg/ |
| D | header_generator_ioreg.pl | 205 my $hash = shift @_; 210 if ( exists($index_name_hash{ $hash->{"name"} }) ) { 211 $array_num = $index_name_hash{ $hash->{"name"} }; # Get index of corresponding array 215 $hash->{"next"} = $tmp_hash; 216 $hash_array[ $array_num] = $hash; 222 $hash->{"next"} = $tmp_hash->{"next"}; 223 $tmp_hash->{"next"} = $hash; 228 $tmp_hash->{"next"} = $hash; 231 $index_name_hash{ $hash->{"name"} } = $array_num; 232 push @hash_array, $hash; [all …]
|
| D | header_generator_ioreg.TWL.pl | 205 my $hash = shift @_; 210 if ( exists($index_name_hash{ $hash->{"name"} }) ) { 211 $array_num = $index_name_hash{ $hash->{"name"} }; # Get index of corresponding array 215 $hash->{"next"} = $tmp_hash; 216 $hash_array[ $array_num] = $hash; 222 $hash->{"next"} = $tmp_hash->{"next"}; 223 $tmp_hash->{"next"} = $hash; 228 $tmp_hash->{"next"} = $hash; 231 $index_name_hash{ $hash->{"name"} } = $array_num; 232 push @hash_array, $hash; [all …]
|
| /TwlSDK-5.1.0/build/libraries/fs/common/include/ |
| D | rom.h | 75 BOOL FSi_MountSRLFile(FSArchive *arc, FSFile *file, CARDRomHashContext *hash);
|
| /TwlSDK-5.1.0/build/libraries/card/common/src/ |
| D | card_hash.c | 99 static void CARDi_CompareHash(const void *hash, const void *buffer, u32 length) in CARDi_CompareHash() argument 104 const u32 *h1 = (const u32 *)hash; in CARDi_CompareHash() 132 if (MI_CpuComp8(hash, tmphash, sizeof(tmphash)) != 0) in CARDi_CompareHash() 192 block->hash = &block->hash_aligned[mod]; in CARDi_StartLoading() 554 block->hash, CARD_ROM_HASH_SIZE * blckunit); in CARDi_ReadRomHashImageDirect() 559 CARDi_CompareHash(&block->hash[slot * CARD_ROM_HASH_SIZE], buffer, sectunit); in CARDi_ReadRomHashImageDirect() 645 … CARDi_CompareHash(&context->master_hash[block->index * CARD_ROM_HASH_SIZE], block->hash, len); in CARDi_ReadRomHashImageCaching() 654 …CARDi_CompareHash(&block->hash[slot * CARD_ROM_HASH_SIZE], sector->image, context->bytes_per_secto… in CARDi_ReadRomHashImageCaching()
|
| /TwlSDK-5.1.0/include/nitro/card/ |
| D | hash.h | 65 u8 *hash; member
|
| /TwlSDK-5.1.0/build/libraries/fs/common/src/ |
| D | fs_proc_default.c | 1416 CARDRomHashContext *hash = (CARDRomHashContext*)FS_GetArchiveBase(arc); in FSi_ReadSRLCallback() local 1417 CARD_ReadRomHashImage(hash, buffer, offset, length); in FSi_ReadSRLCallback() 1456 BOOL FSi_MountSRLFile(FSArchive *arc, FSFile *file, CARDRomHashContext *hash) in FSi_MountSRLFile() argument 1474 if (FS_LoadArchive(arc, (u32)hash, in FSi_MountSRLFile() 1499 CARD_InitRomHashContext(hash, header, in FSi_MountSRLFile()
|