Home
last modified time | relevance | path

Searched refs:t_long (Results 1 – 4 of 4) sorted by relevance

/trunk/main/sal/typesconfig/
H A Dtypesconfig.c64 typedef enum { t_char, t_short, t_int, t_long, t_double } Type; enumerator
179 case t_long: if ((long)p % sizeof(long)) return forceerror(); else return *((long*)p); in GetAtAddress()
195 case t_long: { long x = *(long*)p; return dummy(&x); } in GetAtAddress()
225 case t_long: return *((long*)p) = 0; in SetAtAddress()
238 case t_long: return "long"; in TypeName()
344 pThis->nAlignment[2] = GetAlignment( t_long ); in Description_Ctor()
481 InfoMemoryTypeAccess( t_long ); in main()
/trunk/main/tools/workben/
H A Dsolar.c27 typedef enum { t_char, t_short, t_int, t_long, t_double } Type; enumerator
221 case t_long: return *((long*)p); in GetAtAddress()
234 case t_long: return *((long*)p) = 0; in SetAtAddress()
247 case t_long: return "long"; in TypeName()
391 printf( ( CheckGetAccess( t_long, (long*)&a[i] ) ? "OK\n" : "ERROR\n" ) ); in main()
/trunk/main/autodoc/source/ary/cpp/
H A Dcs_type.hxx103 t_long, enumerator
H A Dcs_type.cxx82 Set_BuiltInType( predefined::t_long, "long" ); in Setup_BuiltInTypes()

Completed in 24 milliseconds