projects
/
Faustine.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
libsndfile source files.
[Faustine.git]
/
interpretor
/
libsndfile-1.0.25
/
src
/
test_endswap.def
1
autogen definitions test_endswap.tpl;
2
3
int_type = {
4
name = short ;
5
value = 0x3210 ;
6
format = FMT_SHORT ;
7
} ;
8
9
int_type = {
10
name = int ;
11
value = 0x76543210 ;
12
format = FMT_INT ;
13
} ;
14
15
int_type = {
16
name = int64_t ;
17
value = "0x0807050540302010LL" ;
18
format = FMT_INT64 ;
19
} ;
20