Searched refs:FormatVersionChunk (Results 1 - 2 of 2) sorted by relevance

/macosx-10.9.5/cddafs-252/
H A DAIFFSupport.h93 struct FormatVersionChunk { struct
98 typedef struct FormatVersionChunk FormatVersionChunk; typedef in typeref:struct:FormatVersionChunk
122 FormatVersionChunk formatVersionChunk;
H A DAIFFSupport.c51 SwapFormatVersionChunk ( FormatVersionChunk * chunk );
85 // of a FormatVersionChunk into a big endian
90 SwapFormatVersionChunk ( FormatVersionChunk * chunk )
191 FormatVersionChunk * formatVersionChunkPtr = NULL;
202 formatVersionChunkPtr->ckSize = ( uint32_t )( sizeof ( FormatVersionChunk ) - sizeof ( ChunkHeader ) );

Completed in 160 milliseconds