Searched defs:paTblImg (Results 1 - 2 of 2) sorted by relevance

/vbox/src/VBox/Storage/
H A DQCOW.cpp435 * @param paTblImg Pointer to the table which will store the little endian table.
439 static void qcowTableConvertFromHostEndianess(uint64_t *paTblImg, uint64_t *paTbl, argument
444 *paTblImg = RT_H2BE_U64(*paTbl);
446 paTblImg++;
470 * @param paTblImg Pointer to the table which will store the little endian table.
474 static void qcowRefcountTableConvertFromHostEndianess(uint16_t *paTblImg, uint16_t *paTbl, argument
479 *paTblImg = RT_H2BE_U16(*paTbl);
481 paTblImg++;
H A DQED.cpp346 * @param paTblImg Pointer to the table which will store the little endian table.
350 static void qedTableConvertFromHostEndianess(uint64_t *paTblImg, uint64_t *paTbl, argument
355 *paTblImg = RT_H2LE_U64(*paTbl);
357 paTblImg++;

Completed in 106 milliseconds