Subversion Repositories Kolibri OS

Rev

Blame | Last modification | View Log | Download | RSS feed

  1. ;---------------------------------------------------------------------
  2. ; Compress data area start
  3. ;---------------------------------------------------------------------
  4. align 4
  5. _lenEncoder:
  6.         rd 8451
  7. ;-----------------------------------------------------
  8. _prices:
  9.         rd 4384
  10.         rd 17
  11. ;-----------------------------------------------------
  12. _finished:              rb 1
  13. _writeEndMark:          rb 1
  14. _longestMatchWasFound:  rb 1
  15. _previousByte:          rb 1
  16. _longestMatchLength:    rd 1
  17. ;-----------------------------------------------------
  18. g_FastPos:
  19.         rb 1024
  20. ;-----------------------------------------------------
  21. _posSlotPrices:
  22.         rd 256
  23. ;-----------------------------------------------------
  24. _isRep0Long:
  25.         rd 192
  26. ;-----------------------------------------------------
  27. distances:
  28.         rd 274
  29. ;-----------------------------------------------------
  30. _optimumCurrentIndex:   rd 1
  31. _additionalOffset:      rd 1
  32. ;-----------------------------------------------------
  33. _isRepG1:
  34.         rd 12
  35. ;-----------------------------------------------------
  36. _isMatch:
  37.         rd 192
  38. ;-----------------------------------------------------
  39. _alignPriceCount:       rd 1
  40. _numLiteralContextBits: rd 1
  41. ;-----------------------------------------------------
  42. _literalEncoder:
  43.         rd 114
  44. ;-----------------------------------------------------
  45. nowPos64:
  46.         rd 2
  47. ;-----------------------------------------------------
  48. _distancesPrices:
  49.         rd 512
  50. ;-----------------------------------------------------
  51. _repDistances:
  52.         rd 4
  53. ;-----------------------------------------------------
  54. _posSlotEncoder:
  55.         rd 1028
  56. ;-----------------------------------------------------
  57. lastPosSlotFillingPos:
  58.         rd 2
  59. ;-----------------------------------------------------
  60. _numFastBytes:  rd 1
  61. _posStateMask:  rd 1
  62. ;-----------------------------------------------------
  63. _isRepG0:
  64.         rd 12
  65. ;-----------------------------------------------------
  66. _repMatchLenEncoder:
  67.         rd 8451
  68.         rd 4384
  69.         rd 17
  70. ;-----------------------------------------------------
  71. _isRepG2:
  72.         rd 12
  73. ;-----------------------------------------------------
  74. _dictionarySize:                rd 1
  75. _numLiteralPosStateBits:        rd 1
  76. _distTableSize:                 rd 1
  77. _optimumEndIndex:               rd 1
  78. ;-----------------------------------------------------
  79. ;static CState state
  80. state.State:            rb 1
  81. state.Prev1IsChar:      rb 1
  82. state.Prev2:            rb 2
  83. state.PosPrev2:         rd 1
  84. state.BackPrev2:        rd 1
  85. state.Price:            rd 1
  86. state.PosPrev:          rd 1
  87. state.BackPrev:         rd 1
  88. state.Backs:
  89.         rd 4
  90. ;----------------------------------------------------
  91.         rd 40950
  92. ;-----------------------------------------------------
  93. _alignPrices:
  94.         rd 16
  95. ;-----------------------------------------------------
  96. _isRep:
  97.         rd 12
  98. ;-----------------------------------------------------
  99. _posAlignEncoder:
  100.         rd 256
  101. ;-----------------------------------------------------
  102. i_01:   rd 1
  103. ;-----------------------------------------------------
  104. _state:                 rb 1
  105. _cache:                 rb 1
  106. _state.Prev2:           rb 2
  107. _posEncoders:           rd 1
  108. _numPrevBits:           rd 1
  109. _numPosBits:            rd 1
  110. _posMask:               rd 1
  111. _posStateBits:          rd 1
  112. _range:                 rd 1
  113. _cacheSize:             rd 1
  114. _cyclicBufferSize:      rd 1
  115. ;-----------------------------------------------------
  116. low:
  117.         rd 2
  118. ;-----------------------------------------------------
  119. Models:
  120.         rd 512
  121. ;-----------------------------------------------------
  122. _matchMaxLen:   rd 1
  123. pack_pos:       rd 1
  124. _cutValue:      rd 1
  125. _hash:          rd 1
  126. ;-----------------------------------------------------
  127. crc_table:
  128.         rd 256
  129. ;-----------------------------------------------------
  130. _buffer:        rd 1
  131. _pos:           rd 1
  132. _streamPos:     rd 1
  133. pack_length:    rd 1
  134. ;---------------------------------------------------------------------
  135. ; Compress data area end
  136. ;---------------------------------------------------------------------
  137.