Page Menu
Home
Phabricator
Search
Configure Global Search
Log In
Files
F7712766
PPC.cpp
No One
Temporary
Actions
Download File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Size
337 B
Referenced Files
None
Subscribers
None
PPC.cpp
View Options
// PPC.cpp
#include "StdAfx.h"
#include "PPC.h"
#include "Windows/Defs.h"
#include "BranchPPC.c"
UInt32 CBC_PPC_B_Encoder::SubFilter(Byte *data, UInt32 size)
{
return ::PPC_B_Convert(data, size, _bufferPos, 1);
}
UInt32 CBC_PPC_B_Decoder::SubFilter(Byte *data, UInt32 size)
{
return ::PPC_B_Convert(data, size, _bufferPos, 0);
}
File Metadata
Details
Attached
Mime Type
text/x-c
Expires
Fri, Nov 21, 8:15 AM (1 d, 20 h)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
1361117
Default Alt Text
PPC.cpp (337 B)
Attached To
Mode
rXMOUNT xmount
Attached
Detach File
Event Timeline
Log In to Comment