Sign in
nest-open-source
/
nest-cam
/
4320010
/
lzma
/
refs/heads/master
/
.
/
lzma
/
CPP
/
7zip
/
Compress
/
BranchMisc.h
blob: 053e923a926dbd9158f43634fc1b35933545fd08 [
file
] [
log
] [
blame
] [
edit
]
// BranchMisc.h
#ifndef
__COMPRESS_BRANCH_MISC_H
#define
__COMPRESS_BRANCH_MISC_H
#include
"BranchCoder.h"
MyClassA
(
BC_ARM
,
0x05
,
1
)
MyClassA
(
BC_ARMT
,
0x07
,
1
)
MyClassA
(
BC_PPC
,
0x02
,
5
)
MyClassA
(
BC_SPARC
,
0x08
,
5
)
MyClassA
(
BC_IA64
,
0x04
,
1
)
#endif