Page Menu
Home
Phabricator
Search
Configure Global Search
Log In
Files
F7687410
IA64.cpp
No One
Temporary
Actions
Download File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Size
310 B
Referenced Files
None
Subscribers
None
IA64.cpp
View Options
// IA64.cpp
#include "StdAfx.h"
#include "IA64.h"
#include "BranchIA64.c"
UInt32 CBC_IA64_Encoder::SubFilter(Byte *data, UInt32 size)
{
return ::IA64_Convert(data, size, _bufferPos, 1);
}
UInt32 CBC_IA64_Decoder::SubFilter(Byte *data, UInt32 size)
{
return ::IA64_Convert(data, size, _bufferPos, 0);
}
File Metadata
Details
Attached
Mime Type
text/x-c
Expires
Wed, Oct 29, 11:54 AM (13 h, 46 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
1347019
Default Alt Text
IA64.cpp (310 B)
Attached To
Mode
rXMOUNT xmount
Attached
Detach File
Event Timeline
Log In to Comment