Searched refs:nWordsStrTbl (Results 1 – 1 of 1) sorted by relevance
809 int nWordsStrTbl = (pStrTable->m_nDB + 0x3) / 4; in GFDCreateBlockRelocateHeaderVSH() local810 GFDEndianSwap8in32((u32*) pStrTable->m_pDB, nWordsStrTbl); in GFDCreateBlockRelocateHeaderVSH()811 …pOffset[nE] = GFDAddDataTable(pDT, pStrTable->m_pDB, nWordsStrTbl*4); // simply write out string … in GFDCreateBlockRelocateHeaderVSH()816 GFDEndianSwap8in32((u32*) pStrTable->m_pDB, nWordsStrTbl); in GFDCreateBlockRelocateHeaderVSH()979 int nWordsStrTbl = (pStrTable->m_nDB + 0x3) / 4; in GFDCreateBlockRelocateHeaderPSH() local980 GFDEndianSwap8in32((u32*) pStrTable->m_pDB, nWordsStrTbl); in GFDCreateBlockRelocateHeaderPSH()981 …pOffset[nE] = GFDAddDataTable(pDT, pStrTable->m_pDB, nWordsStrTbl*4); // simply write out string … in GFDCreateBlockRelocateHeaderPSH()986 GFDEndianSwap8in32((u32*) pStrTable->m_pDB, nWordsStrTbl); in GFDCreateBlockRelocateHeaderPSH()1150 int nWordsStrTbl = (pStrTable->m_nDB + 0x3) / 4; in GFDCreateBlockRelocateHeaderGSH() local1151 GFDEndianSwap8in32((u32*) pStrTable->m_pDB, nWordsStrTbl); in GFDCreateBlockRelocateHeaderGSH()[all …]