Home   Package List   Routine Alphabetical List   Global Alphabetical List   FileMan Files List   FileMan Sub-Files List   Package Component Lists   Package-Namespace Mapping  
Info |  Source |  Entry Points
Print Page as PDF
Routine: XLFCRC

Package: Kernel

Routine: XLFCRC


Information

XLFCRC ;ISF/RWF - Library Functions to do CRC ;08/04/2000 09:42

Source Information

Source file <XLFCRC.m>

Entry Points

Name Comments DBIA/ICR reference
CRC32(string,seed) ;
; Polynomial X**32 + X**26 + X**23 + X**22 +
; + X**16 + X**12 + X**11 + X**10 +
; + X**8 + X**7 + X**5 + X**4 +
; + X**2 + X + 1
  • ICR #3156
    • Status: Active
    • Usage: Supported
    XOR(a,b,w)
    CRC16(string,seed) ;
    ; Polynomial x**16 + x**15 + x**2 + x**0
  • ICR #3156
    • Status: Active
    • Usage: Supported
    ZXOR(a,b,w)
    Info |  Source |  Entry Points