Lines Matching refs:nWordsStrTbl
809 int nWordsStrTbl = (pStrTable->m_nDB + 0x3) / 4; in GFDCreateBlockRelocateHeaderVSH() local
810 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() local
980 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() local
1151 GFDEndianSwap8in32((u32*) pStrTable->m_pDB, nWordsStrTbl); in GFDCreateBlockRelocateHeaderGSH()
1152 …pOffset[nE] = GFDAddDataTable(pDT, pStrTable->m_pDB, nWordsStrTbl*4); // simply write out string … in GFDCreateBlockRelocateHeaderGSH()
1157 GFDEndianSwap8in32((u32*) pStrTable->m_pDB, nWordsStrTbl); in GFDCreateBlockRelocateHeaderGSH()
1348 int nWordsStrTbl = (pStrTable->m_nDB + 0x3) / 4; in GFDCreateBlockRelocateHeaderCSH() local
1349 GFDEndianSwap8in32((u32*) pStrTable->m_pDB, nWordsStrTbl); in GFDCreateBlockRelocateHeaderCSH()
1350 …pOffset[nE] = GFDAddDataTable(pDT, pStrTable->m_pDB, nWordsStrTbl*4); // simply write out string … in GFDCreateBlockRelocateHeaderCSH()
1355 GFDEndianSwap8in32((u32*) pStrTable->m_pDB, nWordsStrTbl); in GFDCreateBlockRelocateHeaderCSH()