1. Attr2String (miscattr.c:1092)
        const char *Attr2String(const IPAttributeStruct *Attr, int DataFileFormat)
    
  2. AttrCopyAttributes (miscattr.c:1476)
        IPAttributeStruct *AttrCopyAttributes(const IPAttributeStruct *Src)
    
  3. AttrCopyValidAttrList (miscattr.c:1453)
        const char **AttrCopyValidAttrList(const char **AttrNames)
    
  4. AttrFindAttribute (miscattr.c:1255)
        IPAttributeStruct *AttrFindAttribute(const IPAttributeStruct *Attrs,
                                             const char *Name)
    
  5. AttrFreeAttributes (miscattr.c:1409)
        void AttrFreeAttributes(IPAttributeStruct **Attrs)
    
  6. AttrFreeOneAttribute (miscattr.c:1351)
        void AttrFreeOneAttribute(IPAttributeStruct **Attrs, const char *Name)
    
  7. AttrGetAttribName (miscattr.c:1528)
        const char *AttrGetAttribName(const IPAttributeStruct *Attr)
    
  8. AttrGetColor (miscattr.c:169)
        int AttrGetColor(const IPAttributeStruct *Attrs)
    
  9. AttrGetIndexColor (miscattr.c:99)
        void AttrGetIndexColor(int Color, int *Red, int *Green, int *Blue)
    
  10. AttrGetIntAttrib (miscattr.c:603)
        int AttrGetIntAttrib(const IPAttributeStruct *Attrs, const char *Name)
    
  11. AttrGetPtrAttrib (miscattr.c:684)
        VoidPtr AttrGetPtrAttrib(const IPAttributeStruct *Attrs, const char *Name)
    
  12. AttrGetRGBColor (miscattr.c:266)
        int AttrGetRGBColor(const IPAttributeStruct *Attrs,
                            int *Red,
                            int *Green,
                            int *Blue)
    
  13. AttrGetRGBColor2 (miscattr.c:318)
        int AttrGetRGBColor2(const IPAttributeStruct *Attrs,
                             const char *Name,
                             int *Red,
                             int *Green,
                             int *Blue)
    
  14. AttrGetRGBDoubleColor (miscattr.c:373)
        int AttrGetRGBDoubleColor(const IPAttributeStruct *Attrs,
                                  double *Red,
                                  double *Green,
                                  double *Blue)
    
  15. AttrGetRealAttrib (miscattr.c:834)
        IrtRType AttrGetRealAttrib(const IPAttributeStruct *Attrs, const char *Name)
    
  16. AttrGetRefPtrAttrib (miscattr.c:759)
        VoidPtr AttrGetRefPtrAttrib(const IPAttributeStruct *Attrs, const char *Name)
    
  17. AttrGetStrAttrib (miscattr.c:1011)
        const char *AttrGetStrAttrib(const IPAttributeStruct *Attrs, const char *Name)
    
  18. AttrGetUVAttrib (miscattr.c:920)
        float *AttrGetUVAttrib(const IPAttributeStruct *Attrs, const char *Name)
    
  19. AttrGetWidth (miscattr.c:509)
        IrtRType AttrGetWidth(const IPAttributeStruct *Attrs)
    
  20. AttrReverseAttributes (miscattr.c:1220)
        IPAttributeStruct *AttrReverseAttributes(IPAttributeStruct *Attr)
    
  21. AttrSetColor (miscattr.c:127)
        void AttrSetColor(IPAttributeStruct **Attrs, int Color)
    
  22. AttrSetIntAttrib (miscattr.c:564)
        void AttrSetIntAttrib(IPAttributeStruct **Attrs, const char *Name, int Data)
    
  23. AttrSetPtrAttrib (miscattr.c:644)
        void AttrSetPtrAttrib(IPAttributeStruct **Attrs,
                              const char *Name,
                              VoidPtr Data)
    
  24. AttrSetRGBColor (miscattr.c:216)
        void AttrSetRGBColor(IPAttributeStruct **Attrs, int Red, int Green, int Blue)
    
  25. AttrSetRGBDoubleColor (miscattr.c:421)
        void AttrSetRGBDoubleColor(IPAttributeStruct **Attrs,
                                   double Red,
                                   double Green,
                                   double Blue)
    
  26. AttrSetRealAttrib (miscattr.c:794)
        void AttrSetRealAttrib(IPAttributeStruct **Attrs,
                               const char *Name,
                               IrtRType Data)
    
  27. AttrSetRefPtrAttrib (miscattr.c:719)
        void AttrSetRefPtrAttrib(IPAttributeStruct **Attrs,
                                 const char *Name,
                                 VoidPtr Data)
    
  28. AttrSetStrAttrib (miscattr.c:970)
        void AttrSetStrAttrib(IPAttributeStruct **Attrs,
                              const char *Name,
                              const char *Data)
    
  29. AttrSetUVAttrib (miscattr.c:879)
        void AttrSetUVAttrib(IPAttributeStruct **Attrs,
                             const char *Name,
                             IrtRType U,
                             IrtRType V)
    
  30. AttrSetWidth (miscattr.c:467)
        void AttrSetWidth(IPAttributeStruct **Attrs, IrtRType Width)
    
  31. AttrTraceAttributes (miscattr.c:1047)
        const IPAttributeStruct *AttrTraceAttributes(
                                                 const IPAttributeStruct *TraceAttrs,
                                                 const IPAttributeStruct *FirstAttrs)
    
  32. E2TFreeNodetree (exprtree.c:1741)
        void E2TFreeNodetree(IritE2TExprNodeStruct *Root)
    
  33. GAGetArgs (getarg.c:201)
        int GAGetArgs(int va_alist, ...)
    
  34. GAPrintErrMsg (getarg.c:787)
        void GAPrintErrMsg(int Error)
    
  35. GAPrintHowTo (getarg.c:915)
        void GAPrintHowTo(const char *CtrlStr)
    
  36. GAStringErrMsg (getarg.c:736)
        char *GAStringErrMsg(int Error, char *OutStr)
    
  37. GAStringHowTo (getarg.c:815)
        char *GAStringHowTo(const char *CtrlStr, char *OutStr)
    
  38. IritApproxStrStrMatch (xgeneral.c:207)
        IrtRType IritApproxStrStrMatch(const char *Str1,
                                       const char *Str2,
                                       int IgnoreCase)
    
  39. IritCPUTime (xgeneral.c:345)
        IrtRType IritCPUTime(int Reset)
    
  40. IritCheckMarkDynMemory (imalloc.c:127)
        void IritCheckMarkDynMemory(IrtRType *Start)
    
  41. IritConfig (config.c:178)
        const char *IritConfig(const char *PrgmName,
                               const IritConfigStruct *SetUp,
                               int NumVar)
    
  42. IritConfigPrint (config.c:65)
        void IritConfigPrint(const IritConfigStruct *SetUp, int NumVar)
    
  43. IritConfigSave (config.c:384)
        int IritConfigSave(const char *FileName,
                           const IritConfigStruct *SetUp,
                           int NumVar)
    
  44. IritDebugMallocSearchPtr (imalloc.c:510)
        void IritDebugMallocSearchPtr(VoidPtr p, int Abort)
    
  45. IritE2Expt2TreeSetFetchParamValueFunc (exprtree.c:106)
        IritE2TExprNodeParamFuncType IritE2Expt2TreeSetFetchParamValueFunc(
                                    IritE2TExprNodeParamFuncType FetchParamValueFunc)
    
  46. IritE2TCmpTree (exprtree.c:1614)
        int IritE2TCmpTree(const IritE2TExprNodeStruct *Root1,
                           const IritE2TExprNodeStruct *Root2)
    
  47. IritE2TCopyTree (exprtree.c:890)
        IritE2TExprNodeStruct *IritE2TCopyTree(const IritE2TExprNodeStruct *Root)
    
  48. IritE2TDerivError (exprtree.c:1848)
        int IritE2TDerivError(void)
    
  49. IritE2TDerivTree (exprtree.c:1087)
        IritE2TExprNodeStruct *IritE2TDerivTree(const IritE2TExprNodeStruct *Root,
                                                int Param)
    
  50. IritE2TEvalTree (exprtree.c:955)
        IrtRType IritE2TEvalTree(const IritE2TExprNodeStruct *Root)
    
  51. IritE2TExpr2Tree (exprtree.c:184)
        IritE2TExprNodeStruct *IritE2TExpr2Tree(const char s[])
    
  52. IritE2TFreeTree (exprtree.c:1030)
        void IritE2TFreeTree(IritE2TExprNodeStruct *Root)
    
  53. IritE2TParamInTree (exprtree.c:1680)
        int IritE2TParamInTree(const IritE2TExprNodeStruct *Root,
                               const char *ParamName)
    
  54. IritE2TParseError (exprtree.c:1823)
        int IritE2TParseError(void)
    
  55. IritE2TPrintTree (exprtree.c:716)
        void IritE2TPrintTree(const IritE2TExprNodeStruct *Root, char *Str)
    
  56. IritE2TSetParamValue (exprtree.c:1801)
        void IritE2TSetParamValue(IrtRType Value, int Index)
    
  57. IritFatalError (irit_ftl.c:57)
        void IritFatalError(const char *Msg)
    
  58. IritFatalErrorPrintf (irit2ftl.c:35)
        void IritFatalErrorPrintf(const char *va_alist, ...)
    
  59. IritFree (imalloc.c:534)
        void IritFree(VoidPtr p)
    
  60. IritGaussJordan (levenmar.c:571)
        int IritGaussJordan(IrtRType *A, IrtRType *B, unsigned N, unsigned M)
    
  61. IritHashTableCreate (hash_tbl.c:38)
        IritHashTableStruct *IritHashTableCreate(IrtRType MinKeyVal,
                                                 IrtRType MaxKeyVal,
                                                 IrtRType KeyEps,
                                                 int VecSize)
    
  62. IritHashTableFind (hash_tbl.c:159)
        VoidPtr IritHashTableFind(IritHashTableStruct *IHT,
                                  VoidPtr Data,
                                  IritHashCmpFuncType HashCmpFunc,
                                  IrtRType Key)
    
  63. IritHashTableFree (hash_tbl.c:273)
        void IritHashTableFree(IritHashTableStruct *IHT)
    
  64. IritHashTableInsert (hash_tbl.c:87)
        int IritHashTableInsert(IritHashTableStruct *IHT,
                                VoidPtr Data,
                                IritHashCmpFuncType HashCmpFunc,
                                IrtRType Key,
                                int RplcSame)
    
  65. IritHashTableRemove (hash_tbl.c:215)
        int IritHashTableRemove(IritHashTableStruct *IHT,
                                VoidPtr Data,
                                IritHashCmpFuncType HashCmpFunc,
                                IrtRType Key)
    
  66. IritInformationMsg (irit_inf.c:82)
        void IritInformationMsg(const char *Msg)
    
  67. IritInformationMsgPrintf (irit2inf.c:35)
        void IritInformationMsgPrintf(const char *va_alist, ...)
    
  68. IritInitTestDynMemory (imalloc.c:182)
        void IritInitTestDynMemory(void)
    
  69. IritInitTestDynMemory2 (imalloc.c:232)
        void IritInitTestDynMemory2(int DebugMalloc,
                                    IritIntPtrSizeType DebugSearchPtr,
                                    int DebugSearchPtrAbort)
    
  70. IritLevenMarMin (levenmar.c:429)
        IrtRType IritLevenMarMin(IrtRType **X,
                                 IrtRType Y[],
                                 IrtRType Sigma[],
                                 unsigned NumberOfDataElements,
                                 IrtRType ModelParams[],
                                 IritLevenEvalFuncType *ShapeFunc,
                                 IritLevenNumerProtectionFuncType *ProtectionFunc,
                                 IritLevenIsModelValidFuncType *ModelValidatorFunc,
                                 unsigned NumberOfModelParams,
                                 IrtRType Tolerance)
    
  71. IritLevenMarMinSig1 (levenmar.c:506)
        IrtRType IritLevenMarMinSig1(IrtRType **X,
                                     IrtRType Y[],
                                     unsigned NumberOfDataElements,
                                     IrtRType ModelParams[],
                                     IritLevenEvalFuncType *ShapeFunc,
                                     IritLevenNumerProtectionFuncType *ProtectionFunc,
                                     IritLevenIsModelValidFuncType *ModelValidatorFunc,
                                     unsigned NumberOfModelParams,
                                     IrtRType Tolerance)
    
  72. IritLevenMarSetMaxIterations (levenmar.c:88)
        unsigned IritLevenMarSetMaxIterations(unsigned NewVal)
    
  73. IritLineHasCntrlChar (irit_inf.c:53)
        int IritLineHasCntrlChar(const char *Line)
    
  74. IritMalloc (imalloc.c:412)
        VoidPtr IritMalloc(unsigned Size,
                           const char *ObjType,
                           const char *FileName,
                           int LineNum)
    
  75. IritPQCompFunc (priorque.c:98)
        void IritPQCompFunc(IritPQCompFuncType NewCompFunc)
    
  76. IritPQDelete (priorque.c:197)
        VoidPtr IritPQDelete(IritPriorQue **PQ, VoidPtr OldItem)
    
  77. IritPQEmpty (priorque.c:76)
        int IritPQEmpty(IritPriorQue *PQ)
    
  78. IritPQFind (priorque.c:278)
        VoidPtr IritPQFind(IritPriorQue *PQ, VoidPtr OldItem)
    
  79. IritPQFirst (priorque.c:118)
        VoidPtr IritPQFirst(IritPriorQue **PQ, int Delete)
    
  80. IritPQFree (priorque.c:416)
        void IritPQFree(IritPriorQue *PQ, int FreeItem)
    
  81. IritPQFreeFunc (priorque.c:444)
        void IritPQFreeFunc(IritPriorQue *PQ, void (*FreeFunc)(VoidPtr))
    
  82. IritPQInit (priorque.c:57)
        void IritPQInit(IritPriorQue **PQ)
    
  83. IritPQInsert (priorque.c:154)
        VoidPtr IritPQInsert(IritPriorQue **PQ, VoidPtr NewItem)
    
  84. IritPQNext (priorque.c:319)
        VoidPtr IritPQNext(IritPriorQue *PQ, VoidPtr CmpItem, VoidPtr LargerThan)
    
  85. IritPQPrint (priorque.c:390)
        void IritPQPrint(IritPriorQue *PQ, void (*PrintFunc)(VoidPtr))
    
  86. IritPQSize (priorque.c:363)
        int IritPQSize(IritPriorQue *PQ)
    
  87. IritQRFactorization (qrfactor.c:48)
        int IritQRFactorization(IrtRType *A,
                                int n,
                                int m,
                                IrtRType *Q,
                                IrtRType *R)
    
  88. IritQRUnderdetermined (qrfactor.c:277)
        int IritQRUnderdetermined(IrtRType *A,
                                  IrtRType *x,
                                  const IrtRType *b,
                                  int m,
                                  int n)
    
  89. IritRLAdd (mincover.c:265)
        void IritRLAdd(VoidPtr RLC, IrtRType l, IrtRType r, int Attr)
    
  90. IritRLDelete (mincover.c:225)
        void IritRLDelete(VoidPtr RLC)
    
  91. IritRLFindCyclicCover (mincover.c:1079)
        int *IritRLFindCyclicCover(VoidPtr RLC, IrtRType Tol)
    
  92. IritRLNew (mincover.c:190)
        VoidPtr IritRLNew(void)
    
  93. IritRLSetGaurdiansNumber (mincover.c:109)
        int IritRLSetGaurdiansNumber(int g)
    
  94. IritRandom (xgeneral.c:302)
        IrtRType IritRandom(IrtRType Min, IrtRType Max)
    
  95. IritRandomInit (xgeneral.c:268)
        void IritRandomInit(long Seed)
    
  96. IritRealTimeDate (xgeneral.c:422)
        char *IritRealTimeDate(void)
    
  97. IritRealloc (imalloc.c:366)
        VoidPtr IritRealloc(VoidPtr p, unsigned OldSize, unsigned NewSize)
    
  98. IritSearch2DFindElem (search.c:210)
        int IritSearch2DFindElem(VoidPtr S2D,
                                 IrtRType XKey,
                                 IrtRType YKey,
                                 VoidPtr Data)
    
  99. IritSearch2DFree (search.c:119)
        void IritSearch2DFree(VoidPtr S2D)
    
  100. IritSearch2DInit (search.c:58)
        VoidPtr IritSearch2DInit(IrtRType XMin,
                                 IrtRType XMax,
                                 IrtRType YMin,
                                 IrtRType YMax,
                                 IrtRType Tol,
                                 int DataSize)
    
  101. IritSearch2DInsertElem (search.c:167)
        void IritSearch2DInsertElem(VoidPtr S2D,
                                    IrtRType XKey,
                                    IrtRType YKey,
                                    VoidPtr Data)
    
  102. IritSetFatalErrorFunc (irit_ftl.c:30)
        IritFatalMsgFuncType IritSetFatalErrorFunc(IritFatalMsgFuncType FatalMsgFunc)
    
  103. IritSetInfoMsgFunc (irit_inf.c:30)
        IritInfoMsgFuncType IritSetInfoMsgFunc(IritInfoMsgFuncType InfoMsgFunc)
    
  104. IritSetWarningMsgFunc (irit_wrn.c:30)
        IritWarningMsgFuncType IritSetWarningMsgFunc(IritWarningMsgFuncType WrnMsgFunc)
    
  105. IritSleep (xgeneral.c:125)
        void IritSleep(int MilliSeconds)
    
  106. IritSolveLowerDiagMatrix (qrfactor.c:228)
        int IritSolveLowerDiagMatrix(const IrtRType *A,
                                     int n,
                                     const IrtRType *b,
                                     IrtRType *x)
    
  107. IritSolveUpperDiagMatrix (qrfactor.c:184)
        int IritSolveUpperDiagMatrix(const IrtRType *A,
                                     int n,
                                     const IrtRType *b,
                                     IrtRType *x)
    
  108. IritStrIStr (xgeneral.c:530)
        const char *IritStrIStr(const char *s, const char *Pattern)
    
  109. IritStrUpper (xgeneral.c:85)
        char *IritStrUpper(char *s)
    
  110. IritStrdup (xgeneral.c:62)
        char *IritStrdup(const char *s)
    
  111. IritSubstStr (xgeneral.c:567)
        char *IritSubstStr(const char *s,
                           const char *Src,
                           const char *Dst,
                           int CaseInsensitive)
    
  112. IritTestAllDynMemory (imalloc.c:91)
        void IritTestAllDynMemory(void)
    
  113. IritWarningMsg (irit_wrn.c:57)
        void IritWarningMsg(const char *Msg)
    
  114. IritWarningMsgPrintf (irit2wrn.c:35)
        void IritWarningMsgPrintf(const char *va_alist, ...)
    
  115. IrtImgDitherImage (dither.c:149)
        IrtBType *IrtImgDitherImage(IrtImgPixelStruct *Image,
                                    int XSize,
                                    int YSize,
                                    int DitherSize,
                                    IrtBType ErrorDiffusion)
    
  116. IrtImgFlipXYImage (editimag.c:36)
        IrtImgPixelStruct *IrtImgFlipXYImage(IrtImgPixelStruct *Img,
                                             int MaxX,
                                             int MaxY,
                                             int Alpha)
    
  117. IrtImgNegateImage (editimag.c:91)
        IrtImgPixelStruct *IrtImgNegateImage(IrtImgPixelStruct *InImage,
                                            int MaxX,
                                            int MaxY)
    
  118. IrtImgParsePTextureString (readimag.c:747)
        int IrtImgParsePTextureString(const char *PTexture,
                                      char *FName,
                                      IrtRType *Scale,
                                      int *Flip)
    
  119. IrtImgReadClrCache (readimag.c:240)
        void IrtImgReadClrCache(void)
    
  120. IrtImgReadImage (readimag.c:122)
        IrtImgPixelStruct *IrtImgReadImage(const char *ImageFileName,
                                           int *MaxX,
                                           int *MaxY,
                                           int *Alpha)
    
  121. IrtImgReadImage2 (readimag.c:191)
        IrtImgPixelStruct *IrtImgReadImage2(const char *ImageFileName,
                                            int *MaxX,
                                            int *MaxY,
                                            int *Alpha)
    
  122. IrtImgReadImageXAlign (readimag.c:86)
        int IrtImgReadImageXAlign(int Alignment)
    
  123. IrtImgWriteCloseFile (writimag.c:201)
        void IrtImgWriteCloseFile(void)
    
  124. IrtImgWriteOpenFile (writimag.c:134)
        int IrtImgWriteOpenFile(const char **argv,
                                const char *FName,
                                int Alpha,
                                int XSize,
                                int YSize)
    
  125. IrtImgWritePutLine (writimag.c:171)
        void IrtImgWritePutLine(IrtBType *Alpha, IrtImgPixelStruct *Pixels)
    
  126. IrtImgWriteSetType (writimag.c:85)
        IrtImgImageType IrtImgWriteSetType(const char *ImageType)
    
  127. Mat2x2Determinant (gnrl_mat.c:665)
        IrtRType Mat2x2Determinant(IrtRType a11,
                                   IrtRType a12,
                                   IrtRType a21,
                                   IrtRType a22)
    
  128. Mat3x3Determinant (gnrl_mat.c:691)
        IrtRType Mat3x3Determinant(IrtRType a11,
                                   IrtRType a12,
                                   IrtRType a13,
                                   IrtRType a21,
                                   IrtRType a22,
                                   IrtRType a23,
                                   IrtRType a31,
                                   IrtRType a32,
                                   IrtRType a33)
    
  129. MatAddTwo4by4 (hmgn_mat.c:336)
        void MatAddTwo4by4(IrtHmgnMatType MatRes,
                           IrtHmgnMatType Mat1,
                           IrtHmgnMatType Mat2)
    
  130. MatDeterminantMatrix (hmgn_mat.c:566)
        IrtRType MatDeterminantMatrix(IrtHmgnMatType Mat)
    
  131. MatGenMatRotX (hmgn_mat.c:175)
        void MatGenMatRotX(IrtRType CosTeta, IrtRType SinTeta, IrtHmgnMatType Mat)
    
  132. MatGenMatRotX1 (hmgn_mat.c:151)
        void MatGenMatRotX1(IrtRType Teta, IrtHmgnMatType Mat)
    
  133. MatGenMatRotY (hmgn_mat.c:223)
        void MatGenMatRotY(IrtRType CosTeta, IrtRType SinTeta, IrtHmgnMatType Mat)
    
  134. MatGenMatRotY1 (hmgn_mat.c:199)
        void MatGenMatRotY1(IrtRType Teta, IrtHmgnMatType Mat)
    
  135. MatGenMatRotZ (hmgn_mat.c:271)
        void MatGenMatRotZ(IrtRType CosTeta, IrtRType SinTeta, IrtHmgnMatType Mat)
    
  136. MatGenMatRotZ1 (hmgn_mat.c:247)
        void MatGenMatRotZ1(IrtRType Teta, IrtHmgnMatType Mat)
    
  137. MatGenMatScale (hmgn_mat.c:109)
        void MatGenMatScale(IrtRType Sx, IrtRType Sy, IrtRType Sz, IrtHmgnMatType Mat)
    
  138. MatGenMatTrans (hmgn_mat.c:87)
        void MatGenMatTrans(IrtRType Tx, IrtRType Ty, IrtRType Tz, IrtHmgnMatType Mat)
    
  139. MatGenMatUnifScale (hmgn_mat.c:131)
        void MatGenMatUnifScale(IrtRType Scale, IrtHmgnMatType Mat)
    
  140. MatGenUnitMat (hmgn_mat.c:30)
        void MatGenUnitMat(IrtHmgnMatType Mat)
    
  141. MatGnrlAddTwoMat (gnrl_mat.c:164)
        void MatGnrlAddTwoMat(IrtGnrlMatType MatRes,
                              IrtGnrlMatType Mat1,
                              IrtGnrlMatType Mat2,
                              int n)
    
  142. MatGnrlCopy (gnrl_mat.c:29)
        void MatGnrlCopy(IrtGnrlMatType Dst, IrtGnrlMatType Src, int n)
    
  143. MatGnrlDetMatrix (gnrl_mat.c:480)
        IrtRType MatGnrlDetMatrix(IrtGnrlMatType M, int n)
    
  144. MatGnrlInverseMatrix (gnrl_mat.c:340)
        int MatGnrlInverseMatrix(IrtGnrlMatType M, IrtGnrlMatType InvM, int n)
    
  145. MatGnrlIsUnitMatrix (gnrl_mat.c:83)
        int MatGnrlIsUnitMatrix(IrtGnrlMatType Mat, IrtRType Eps, int n)
    
  146. MatGnrlMultTwoMat (gnrl_mat.c:119)
        void MatGnrlMultTwoMat(IrtGnrlMatType MatRes,
                               IrtGnrlMatType Mat1,
                               IrtGnrlMatType Mat2,
                               int n)
    
  147. MatGnrlMultVecbyMat (gnrl_mat.c:256)
        void MatGnrlMultVecbyMat(IrtVecGnrlType VecRes,
                                 IrtGnrlMatType Mat,
                                 IrtVecGnrlType Vec,
                                 int n)
    
  148. MatGnrlMultVecbyMat2 (gnrl_mat.c:299)
        void MatGnrlMultVecbyMat2(IrtVecGnrlType VecRes,
                                  IrtVecGnrlType Vec,
                                  IrtGnrlMatType Mat,
                                  int n)
    
  149. MatGnrlOrthogonalSubspace (gnrl_mat.c:529)
        int MatGnrlOrthogonalSubspace(IrtGnrlMatType M, int n)
    
  150. MatGnrlPrintMatrix (gnrl_mat.c:637)
        void MatGnrlPrintMatrix(IrtGnrlMatType M, int n, FILE *F)
    
  151. MatGnrlScaleMat (gnrl_mat.c:225)
        void MatGnrlScaleMat(IrtGnrlMatType MatRes,
                             IrtGnrlMatType Mat,
                             IrtRType *Scale,
                             int n)
    
  152. MatGnrlSubTwoMat (gnrl_mat.c:194)
        void MatGnrlSubTwoMat(IrtGnrlMatType MatRes,
                              IrtGnrlMatType Mat1,
                              IrtGnrlMatType Mat2,
                              int n)
    
  153. MatGnrlTranspMatrix (gnrl_mat.c:445)
        void MatGnrlTranspMatrix(IrtGnrlMatType M, IrtGnrlMatType TranspM, int n)
    
  154. MatGnrlUnitMat (gnrl_mat.c:51)
        void MatGnrlUnitMat(IrtGnrlMatType Mat, int n)
    
  155. MatInverseMatrix (hmgn_mat.c:608)
        int MatInverseMatrix(IrtHmgnMatType M, IrtHmgnMatType InvM)
    
  156. MatIsUnitMatrix (hmgn_mat.c:59)
        int MatIsUnitMatrix(IrtHmgnMatType Mat, IrtRType Eps)
    
  157. MatMultPtby4by4 (hmgn_mat.c:489)
        void MatMultPtby4by4(IrtPtType PtRes,
                             const IrtPtType Pt,
                             IrtHmgnMatType Mat)
    
  158. MatMultTwo4by4 (hmgn_mat.c:300)
        void MatMultTwo4by4(IrtHmgnMatType MatRes,
                            IrtHmgnMatType Mat1,
                            IrtHmgnMatType Mat2)
    
  159. MatMultVecby4by4 (hmgn_mat.c:456)
        void MatMultVecby4by4(IrtVecType VecRes,
                              const IrtVecType Vec,
                              IrtHmgnMatType Mat)
    
  160. MatMultWVecby4by4 (hmgn_mat.c:537)
        void MatMultWVecby4by4(IrtRType VRes[4],
                               const IrtRType Vec[4],
                               IrtHmgnMatType Mat)
    
  161. MatRotateFactorMatrix (hmgn_mat.c:774)
        void MatRotateFactorMatrix(IrtHmgnMatType M, IrtHmgnMatType RotMat)
    
  162. MatSameTwo4by4 (hmgn_mat.c:420)
        int MatSameTwo4by4(IrtHmgnMatType Mat1,
                           IrtHmgnMatType Mat2,
                           IrtRType Eps)
    
  163. MatScale4by4 (hmgn_mat.c:395)
        void MatScale4by4(IrtHmgnMatType MatRes,
                          IrtHmgnMatType Mat,
                          const IrtRType *Scale)
    
  164. MatScaleFactorMatrix (hmgn_mat.c:713)
        IrtRType MatScaleFactorMatrix(IrtHmgnMatType M)
    
  165. MatSubTwo4by4 (hmgn_mat.c:365)
        void MatSubTwo4by4(IrtHmgnMatType MatRes,
                           IrtHmgnMatType Mat1,
                           IrtHmgnMatType Mat2)
    
  166. MatTranslateFactorMatrix (hmgn_mat.c:815)
        void MatTranslateFactorMatrix(IrtHmgnMatType M, IrtVecType Trans)
    
  167. MatTranspMatrix (hmgn_mat.c:681)
        void MatTranspMatrix(IrtHmgnMatType M, IrtHmgnMatType TranspM)
    
  168. MiscBiPrWeightedMatchBipartite (bipartte.c:84)
        int MiscBiPrWeightedMatchBipartite(const IrtRType **Weight,
                                           IritBiPrWeightedMatchStruct *Match,
                                           int n)
    
  169. MiscDescribeError (misc_err.c:43)
        const char *MiscDescribeError(MiscFatalErrorType ErrorNum)
    
  170. MiscFatalError (misc_ftl.c:54)
        void MiscFatalError(MiscFatalErrorType ErrID, char *ErrDesc)
    
  171. MiscHashAddElement (hash2tbl.c:137)
        int MiscHashAddElement(MiscHashPtrType Hash,
                               void *Elem,
                               unsigned long SizeInByte)
    
  172. MiscHashFindElement (hash2tbl.c:234)
        int MiscHashFindElement(MiscHashPtrType Hash,
                                void *Elem,
                                unsigned long SizeInByte)
    
  173. MiscHashFreeHash (hash2tbl.c:289)
        void MiscHashFreeHash(MiscHashPtrType Hash)
    
  174. MiscHashGetElementAuxData (hash2tbl.c:266)
        long *MiscHashGetElementAuxData(MiscHashPtrType Hash,
                                        void *Elem,
                                        unsigned long SizeInByte)
    
  175. MiscHashNewHash (hash2tbl.c:76)
        MiscHashPtrType MiscHashNewHash(unsigned long Size,
                                        MiscHashFuncType HashFunc,
                                        MiscHashCopyFuncType CopyFunc,
                                        MiscHashFreeFuncType FreeFunc,
                                        MiscHashCompFuncType CompFunc)
    
  176. MiscISCAddPicture (imgstcvr.c:1367)
        int MiscISCAddPicture(MiscISCCalculatorPtrType Calc, MiscISCPixelType *Picture)
    
  177. MiscISCCalculateExact (imgstcvr.c:2247)
        int MiscISCCalculateExact(MiscISCCalculatorPtrType Calc,
                                  int SizeLimit,
                                  int **SolutionByIndex,
                                  int *SolutionSize,
                                  IrtRType *CoverPart)
    
  178. MiscISCCalculateExhaustive (imgstcvr.c:2467)
        int MiscISCCalculateExhaustive(MiscISCCalculatorPtrType Calc,
                                       IrtRType CoverLimit,
                                       int SizeLimit,
                                       int **SolutionByIndex,
                                       int *SolutionSize,
                                       IrtRType *CoverPart)
    
  179. MiscISCCalculateGreedy (imgstcvr.c:2751)
        int MiscISCCalculateGreedy(MiscISCCalculatorPtrType Calc,
                                   int **SolutionByIndex,
                                   int *SolutionSize,
                                   IrtRType *CoverPart)
    
  180. MiscISCFreeCalculator (imgstcvr.c:1279)
        void MiscISCFreeCalculator(MiscISCCalculatorPtrType Calc)
    
  181. MiscISCNewCalculator (imgstcvr.c:1150)
        MiscISCCalculatorPtrType MiscISCNewCalculator(int MaxPictures,
                                                      MiscISCImageSizeType ImageSize,
                                                      MiscISCColorTypeEnum ColorType)
    
  182. MiscISCSetImageToCover (imgstcvr.c:1331)
        int MiscISCSetImageToCover(MiscISCCalculatorPtrType Calc,
                                   MiscISCPixelType *RequiredCover)
    
  183. MiscListAddElement (list.c:91)
        int MiscListAddElement(MiscListPtrType List,
                               void *Elem,
                               unsigned long SizeInByte)
    
  184. MiscListCompLists (list.c:158)
        int MiscListCompLists(MiscListPtrType L1, MiscListPtrType L2)
    
  185. MiscListFindElementInList (list.c:126)
        int MiscListFindElementInList(MiscListPtrType List,
                                      void *Elem,
                                      unsigned long SizeInByte)
    
  186. MiscListFreeList (list.c:201)
        void MiscListFreeList(MiscListPtrType List)
    
  187. MiscListFreeListIterator (list.c:264)
        void MiscListFreeListIterator(MiscListIteratorPtrType It)
    
  188. MiscListGetListIterator (list.c:236)
        MiscListIteratorPtrType MiscListGetListIterator(MiscListPtrType List)
    
  189. MiscListIteratorAtEnd (list.c:333)
        int MiscListIteratorAtEnd(MiscListIteratorPtrType It)
    
  190. MiscListIteratorFirst (list.c:286)
        void *MiscListIteratorFirst(MiscListIteratorPtrType It)
    
  191. MiscListIteratorNext (list.c:309)
        void *MiscListIteratorNext(MiscListIteratorPtrType It)
    
  192. MiscListIteratorValue (list.c:355)
        void *MiscListIteratorValue(MiscListIteratorPtrType It)
    
  193. MiscListNewEmptyList (list.c:50)
        MiscListPtrType MiscListNewEmptyList(MiscListCopyFuncType CopyFunc,
                                             MiscListFreeFuncType FreeFunc,
                                             MiscListCompFuncType CompFunc)
    
  194. MiscSetFatalErrorFunc (misc_ftl.c:28)
        MiscSetErrorFuncType MiscSetFatalErrorFunc(MiscSetErrorFuncType ErrorFunc)
    
  195. RLNewFromFile (mincover.c:1156)
        RLStruct *RLNewFromFile(const char *FileName)
    
  196. getcwd (xgeneral.c:726)
        char *getcwd(char *s, int Len)
    
  197. movmem (xgeneral.c:457)
        void movmem(VoidPtr Src, VoidPtr Dest, int Len)
    
  198. searchpath (xgeneral.c:482)
        const char *searchpath(const char *Name)
    
  199. stricmp (xgeneral.c:650)
        int stricmp(const char *s1, const char *s2)
    
  200. strnicmp (xgeneral.c:609)
        int strnicmp(const char *s1, const char *s2, int n)
    
  201. strstr (xgeneral.c:695)
        char *strstr(const char *s, const char *Pattern)