Home
last modified time | relevance | path

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

/RvlSDK-2.1/build/libraries/gd/src/
DGDFile.c185 u32 padBytes; in GDWriteDLFile() local
216 padBytes = OSRoundUp32B(offset) - offset; in GDWriteDLFile()
217 offset += padBytes; in GDWriteDLFile()
241 err = myFwrite_u8s( fp, "00000000000000000000000000000000", padBytes); in GDWriteDLFile()