Function report |
Source Code:lib\xz\xz_lzma2.h |
Create Date:2022-07-28 06:17:12 |
| Last Modify:2020-03-12 14:18:49 | Copyright©Brick |
| home page | Tree |
| Annotation kernel can get tool activity | Download SCCT | Chinese |
Name:Indicate that the latest symbol was a literal.
Proto:static inline void lzma_state_literal(enum lzma_state *state)
Type:void
Parameter:
| Type | Parameter | Name |
|---|---|---|
| enum lzma_state * | state |
| 66 | If state <= STATE_SHORTREP_LIT_LIT Then state = STATE_LIT_LIT |
| 68 | Else if state <= STATE_LIT_SHORTREP Then state -= 3 |
| 70 | Else state -= 6 |
| Name | Describe |
|---|---|
| lzma_literal | Decode a literal (one 8-bit byte) |
| Source code conversion tool public plug-in interface | X |
|---|---|
| Support c/c++/esqlc/java Oracle/Informix/Mysql Plug-in can realize: logical Report Code generation and batch code conversion |