Home   Package List   Routine Alphabetical List   Global Alphabetical List   FileMan Files List   FileMan Sub-Files List   Package Component Lists   Package-Namespace Mapping  
Info |  Source |  Caller Graph |  Entry Points |  Label References |  Local Variables  | All
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>

Caller Graph

Legends:

Legend of Colors

Package Component Superscript legend

action A extended action Ea event driver Ed subscriber Su protocol O limited protocol LP run routine RR broker B edit E server Se print P screenman SM inquire I

Caller Graph

Caller Graph Total: 13

Package Total Caller Graph
Enterprise Health Management Platform 2 HMPDCRC  HMPUTILS  
Order Entry Results Reporting 2 ORKCHK5  OROCAPI1  
Virtual Patient Record 2 VPRDCRC  VPRUTILS  
Automated Lab Instruments 1 LA7SMP0  
Clinical Reminders 1 PXRMEXCS  
Kernel 1 %ZISUTL  
Mental Health 1 YTWJSONE  
Oncology 1 ONCSNACR  
PCE Patient Care Encounter 1 PXVWVMR  
VA FileMan 1 DDEGET  

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)

    Label References

    Name Line Occurrences
    $$XOR CRC32+10, CRC32+12, CRC16+7, CRC16+9

    Local Variables

    Legend:

    >> Not killed explicitly
    * Changed
    ! Killed
    ~ Newed

    Name Field # of Occurrence
    I CRC32+5~, CRC32+9*, CRC32+10, XOR~, XOR+2*, CRC16+2~, CRC16+6*, CRC16+7, ZXOR~, ZXOR+2*
    J CRC32+5~, CRC32+11*, CRC16+2~, CRC16+8*
    M XOR~, XOR+1*, XOR+3, XOR+4*, ZXOR~, ZXOR+1*, ZXOR+3, ZXOR+4*
    R CRC32+5~, CRC32+6*, CRC32+7*, CRC32+10*, CRC32+12*, CRC32+13*, CRC32+16, XOR~, XOR+1*, XOR+3*
    , XOR+6, CRC16+2~, CRC16+3*, CRC16+4*, CRC16+7*, CRC16+9*, CRC16+10*, CRC16+13, ZXOR~, ZXOR+1*
    , ZXOR+3*, ZXOR+6
    a XOR~, XOR+3, ZXOR~, ZXOR+3
    b XOR~, XOR+1, ZXOR~, ZXOR+1
    seed CRC32~, CRC32+6, CRC32+7, CRC16~, CRC16+3, CRC16+4
    string CRC32~, CRC32+9, CRC32+10, CRC16~, CRC16+6, CRC16+7
    w XOR~, XOR+2, ZXOR~, ZXOR+2
    Info |  Source |  Caller Graph |  Entry Points |  Label References |  Local Variables  | All