Open64 (mfef90, whirl2f, and IR tools)  TAG: version-openad; SVN changeset: 916
ef1asc_.c File Reference
#include <cmplrs/host.h>
#include "s_copy.h"
Include dependency graph for ef1asc_.c:

Go to the source code of this file.

Defines

#define M   ( (int32) (sizeof(int32) - 1) )
#define EVEN(x)   ( ( (x)+ M) & (~M) )

Functions

void ef1asc_ (char *a, int32 *la, char *b, int32 *lb)

Define Documentation

#define EVEN (   x)    ( ( (x)+ M) & (~M) )

Definition at line 45 of file ef1asc_.c.

Referenced by ef1asc_().

#define M   ( (int32) (sizeof(int32) - 1) )

Definition at line 44 of file ef1asc_.c.


Function Documentation

void ef1asc_ ( char *  a,
int32 la,
char *  b,
int32 lb 
)

Definition at line 48 of file ef1asc_.c.

References EVEN, and s_copy().

Here is the call graph for this function:

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Defines