Variables

oconvtab.c File Reference

#include <cray/dopevec.h>
#include <cray/fmtconv.h>
#include <cray/format.h>
#include <cray/mtlock.h>
Include dependency graph for oconvtab.c:

Go to the source code of this file.

Variables

oc_func _S2UB
oc_func _S2UL
oc_func _S2UO
oc_func _S2UZ
oc_func *const _oconvtab [LAST_DATA_ED+1]
oc_func *const _oldotab [DVTYPE_NTYPES]
short const _odedtab [DVTYPE_NTYPES]
short _o_sup_flg_tab [DVTYPE_NTYPES]
long _o_sup_val_tab [DVTYPE_NTYPES]

Variable Documentation

short _o_sup_flg_tab[DVTYPE_NTYPES]
Initial value:
 {
        0,      
        0,      
        0,      
        0,      
        0,      
        0,      
        0,      
        0,      
        0       
}

Definition at line 122 of file oconvtab.c.

Referenced by _wrfmt().

long _o_sup_val_tab[DVTYPE_NTYPES]
Initial value:
 {
        0,      
        0,      
        0,      
        0,      
        0,      
        0,      
        0,      
        0,      
        0       
}

Definition at line 141 of file oconvtab.c.

Referenced by _wrfmt().

oc_func* const _oconvtab[LAST_DATA_ED+1]
Initial value:
 {
         NULL,          
         NULL,          
        _S2UB,          
        _sd2udee,       
        _sd2udee,       
        _sd2uene,       
        _sd2uese,       
        _sd2uf,         
        _sd2uge,        
        _s2ui,          
        _S2UL,          
        _S2UO,          
         NULL,                  
        _S2UZ,          
         NULL                   
}

Definition at line 58 of file oconvtab.c.

Referenced by _wrfmt().

short const _odedtab[DVTYPE_NTYPES]
Initial value:
 {
        -1,     
        O_ED,   
        I_ED,   
        G_ED,   
        G_ED,   
        L_ED,   
        A_ED,   
        -1,     
        -1      
}

Definition at line 102 of file oconvtab.c.

Referenced by _wrfmt().

oc_func* const _oldotab[DVTYPE_NTYPES]
Initial value:
 {
        NULL,           
        _s2uo,          
        _s2ui,          
        _sd2uge,        
        _sd2uge,        
        NULL,           
        NULL,           
        NULL,           
        NULL            
}

Definition at line 83 of file oconvtab.c.

Referenced by _ld_write().

oc_func _S2UB

Referenced by _S2UB().

oc_func _S2UL

Referenced by _S2UL().

oc_func _S2UO

Referenced by _S2UO().

oc_func _S2UZ

Referenced by _S2UZ().