Home
last modified time | relevance | path

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

/RvlSDK-3.3/build/libraries/gd/src/
DGDFile.c191 u32 padBytes; in GDWriteDLFile() local
225 padBytes = OSRoundUp32B(offset) - offset; in GDWriteDLFile()
226 offset += padBytes; in GDWriteDLFile()
250 err = myFwrite_u8s( fp, "00000000000000000000000000000000", padBytes); in GDWriteDLFile()