repo.or.cz
/
smatch.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
kernel-printf: add printf format %pra for struct range
[smatch.git]
/
validation
/
arch
/
mips32.c
blob
339218b6165aa1fe589c4d3b1f214658f8824933
1
__mips__
2
__mips
3
__mips64__
4
__i386__
5
__x86_64__
6
__LP64__
7
__BYTE_ORDER__
8
__SIZEOF_INT__
9
__SIZEOF_LONG__
10
__SIZE_TYPE__
11
12
/*
13
* check-name: arch/mips32
14
* check-command: sparse --arch=mips32 -E $file
15
*
16
* check-output-start
17
18
1
19
32
20
__mips64__
21
__i386__
22
__x86_64__
23
__LP64__
24
4321
25
4
26
4
27
unsigned int
28
* check-output-end
29
*/