Home
last modified time | relevance | path

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

/RvlSDK-3.1/build/libraries/gd/src/
DGDFile.c287 static inline void u32swap(u32 *num) in u32swap() function
346 u32swap( &hdr->versionNumber ); in GDReadDLFile()
354 u32swap( &hdr->numDLs ); in GDReadDLFile()
357 u32swap( &hdr->numPLs ); in GDReadDLFile()
360 u32swap( (u32*) &hdr->DLDescArray ); in GDReadDLFile()
363 u32swap( (u32*) &hdr->PLDescArray ); in GDReadDLFile()
369 u32swap( (u32*) &(*DLDescArray)[i].ptr ); in GDReadDLFile()
372 u32swap( &(*DLDescArray)[i].byteLength ); in GDReadDLFile()
377 u32swap( (u32*) &(*PLDescArray)[i].ptr ); in GDReadDLFile()
380 u32swap( &(*PLDescArray)[i].byteLength ); in GDReadDLFile()