Open64 (mfef90, whirl2f, and IR tools)  TAG: version-openad; SVN changeset: 916
verify.c File Reference
#include <fortran.h>
#include <string.h>
Include dependency graph for verify.c:

Go to the source code of this file.

Defines

#define WORDS   4
#define BITS   63
#define MASK   03
#define SHIFT   2
#define FOUND(a)   (mask[a & MASK] << (a >> SHIFT)) >= 0

Functions

_f_int _VERIFY (_fcd str1, _fcd str2, _f_log *back)

Define Documentation

#define BITS   63

Definition at line 66 of file verify.c.

Referenced by _VERIFY().

#define FOUND (   a)    (mask[a & MASK] << (a >> SHIFT)) >= 0

Definition at line 76 of file verify.c.

Referenced by _VERIFY().

#define MASK   03

Definition at line 67 of file verify.c.

Referenced by _VERIFY().

#define SHIFT   2

Definition at line 68 of file verify.c.

Referenced by _VERIFY().

#define WORDS   4

Definition at line 65 of file verify.c.

Referenced by _VERIFY().


Function Documentation

_f_int _VERIFY ( _fcd  str1,
_fcd  str2,
_f_log *  back 
)

Definition at line 79 of file verify.c.

References _fcdlen(), _fcdtocp(), _ltob(), BITS, FOUND, MASK, NULL, SHIFT, and WORDS.

Here is the call graph for this function:

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Defines