ChimeraTK-DeviceAccess
03.20.00
Toggle main menu visibility
Main Page
Related Pages
Namespaces
Namespace List
Namespace Members
All
a
b
c
d
e
f
g
i
j
l
m
n
o
p
s
t
u
w
Functions
a
b
c
d
e
f
g
i
l
m
n
o
p
s
t
u
w
Variables
Typedefs
Enumerations
Enumerator
Classes
Class List
Class Index
Class Hierarchy
Class Members
All
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
~
Functions
a
b
c
d
e
f
g
h
i
k
l
m
n
o
p
r
s
t
u
v
w
x
~
Variables
_
a
b
c
d
e
f
h
i
j
l
m
n
o
p
q
r
s
t
u
v
w
x
y
Typedefs
a
b
c
i
m
r
s
t
v
Enumerations
Enumerator
Related Symbols
a
c
d
e
l
m
n
o
r
s
t
Files
File List
File Members
All
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
r
s
t
u
v
w
Functions
a
b
c
d
e
g
i
l
m
o
p
r
s
t
Variables
Typedefs
Enumerations
Macros
a
b
c
d
e
f
g
h
i
k
l
m
n
o
p
r
s
t
u
v
w
Examples
•
All
Classes
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Friends
Macros
Pages
Loading...
Searching...
No Matches
CheckFileOffsetBits.c
Go to the documentation of this file.
1
#include <sys/types.h>
2
3
#define KB ((off_t)1024)
4
#define MB ((off_t)1024 * KB)
5
#define GB ((off_t)1024 * MB)
6
#define TB ((off_t)1024 * GB)
7
int
t2
[(((64 *
GB
- 1) % 671088649) == 268434537) && (((
TB
- (64 *
GB
- 1) + 255) % 1792151290) == 305159546) ? 1 : -1];
8
9
int
main
() {
10
;
11
return
0;
12
}
9
int
main
() {
…
}
t2
int t2[(((64 *GB - 1) % 671088649)==268434537) &&(((TB -(64 *GB - 1)+255) % 1792151290)==305159546) ? 1 :-1]
Definition
CheckFileOffsetBits.c:7
TB
#define TB
Definition
CheckFileOffsetBits.c:6
GB
#define GB
Definition
CheckFileOffsetBits.c:5
main
int main()
Definition
CheckFileOffsetBits.c:9
sources
ChimeraTK-DeviceAccess
cmake
CheckFileOffsetBits.c
Generated by
1.9.8