Home
last modified time | relevance | path

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

/RvlSDK-3.2/build/libraries/gd/src/
DGDFile.c296 static inline void u32swap(u32 *num) in u32swap() function
358 u32swap( &hdr->versionNumber ); in GDReadDLFile()
366 u32swap( &hdr->numDLs ); in GDReadDLFile()
369 u32swap( &hdr->numPLs ); in GDReadDLFile()
372 u32swap( (u32*) &hdr->DLDescArray ); in GDReadDLFile()
375 u32swap( (u32*) &hdr->PLDescArray ); in GDReadDLFile()
381 u32swap( (u32*) &(*DLDescArray)[i].ptr ); in GDReadDLFile()
384 u32swap( &(*DLDescArray)[i].byteLength ); in GDReadDLFile()
389 u32swap( (u32*) &(*PLDescArray)[i].ptr ); in GDReadDLFile()
392 u32swap( &(*PLDescArray)[i].byteLength ); in GDReadDLFile()