Page Menu
Home
Phabricator
Search
Configure Global Search
Log In
Files
F7712247
ARMThumb.cpp
No One
Temporary
Actions
Download File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Size
338 B
Referenced Files
None
Subscribers
None
ARMThumb.cpp
View Options
// ARMThumb.cpp
#include "StdAfx.h"
#include "ARMThumb.h"
#include "BranchARMThumb.c"
UInt32 CBC_ARMThumb_Encoder::SubFilter(Byte *data, UInt32 size)
{
return ::ARMThumb_Convert(data, size, _bufferPos, 1);
}
UInt32 CBC_ARMThumb_Decoder::SubFilter(Byte *data, UInt32 size)
{
return ::ARMThumb_Convert(data, size, _bufferPos, 0);
}
File Metadata
Details
Attached
Mime Type
text/x-c
Expires
Thu, Nov 20, 11:31 PM (1 d, 2 h)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
1360723
Default Alt Text
ARMThumb.cpp (338 B)
Attached To
Mode
rXMOUNT xmount
Attached
Detach File
Event Timeline
Log In to Comment