-
-
Notifications
You must be signed in to change notification settings - Fork 0
Module_Squash
Charles edited this page Aug 5, 2026
·
12 revisions
| Component | Section | 32-bit | 64-bit | Claimant | Source | Repo summary |
|---|---|---|---|---|---|---|
| Squash | ROM modules | not built in repo, not tested in repo |
| Functionality | SWIs | TOTAL |
|---|---|---|
| 0.00% | 0.00% | 0.00% |
Squash is a restartable, lossless streaming compression/decompression module. Its store-to-store SWI interface was designed so a caller can resume work when buffers are exhausted, rather than needing the full input/output in memory.
URL: PRM
- Has swis
- Is hardware specific
- Uses messagetrans
| In 32bit | In 64 bit | Interface |
|---|---|---|
| 🔲 | 🔲 | Can compress data with fully specified output buffer |
| 🔲 | 🔲 | Can compress data with small output buffer |
| 🔲 | 🔲 | Can compress data with incomplete input data |
| 🔲 | 🔲 | Can decompress data with fully specified output buffer |
| 🔲 | 🔲 | Can decompress data with small output buffer |
| 🔲 | 🔲 | Can decompress data with incomplete input data |
| 🔲 | 🔲 | Reports corrupt data |
None
| In 32bit | In 64 bit | Interface |
|---|---|---|
| 🔲 | 🔲 |
Squash_Compress (&42700) |
| 🔲 | 🔲 |
Squash_Decompress (&42701) |
None
None
None
None
None
None
None
None
MessageTrans


