ChimeraTK-DeviceAccess  03.18.00
CheckFileOffsetBits.c File Reference
#include <sys/types.h>
+ Include dependency graph for CheckFileOffsetBits.c:

Go to the source code of this file.

Macros

#define KB   ((off_t)1024)
 
#define MB   ((off_t)1024 * KB)
 
#define GB   ((off_t)1024 * MB)
 
#define TB   ((off_t)1024 * GB)
 

Functions

int main ()
 

Variables

int t2 [(((64 *GB - 1) % 671088649)==268434537) &&(((TB -(64 *GB - 1)+255) % 1792151290)==305159546) ? 1 :-1]
 

Macro Definition Documentation

◆ GB

#define GB   ((off_t)1024 * MB)

Definition at line 5 of file CheckFileOffsetBits.c.

◆ KB

#define KB   ((off_t)1024)

Definition at line 3 of file CheckFileOffsetBits.c.

◆ MB

#define MB   ((off_t)1024 * KB)

Definition at line 4 of file CheckFileOffsetBits.c.

◆ TB

#define TB   ((off_t)1024 * GB)

Definition at line 6 of file CheckFileOffsetBits.c.

Function Documentation

◆ main()

int main ( )

Definition at line 9 of file CheckFileOffsetBits.c.

Variable Documentation

◆ t2

int t2[(((64 *GB - 1) % 671088649)==268434537) &&(((TB -(64 *GB - 1)+255) % 1792151290)==305159546) ? 1 :-1]

Definition at line 7 of file CheckFileOffsetBits.c.