Searched refs:t_long (Results 1 – 4 of 4) sorted by relevance
/aoo42x/main/sal/typesconfig/ |
H A D | typesconfig.c | 64 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()
|
/aoo42x/main/tools/workben/ |
H A D | solar.c | 27 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()
|
/aoo42x/main/autodoc/source/ary/cpp/ |
H A D | cs_type.hxx | 103 t_long, enumerator
|
H A D | cs_type.cxx | 82 Set_BuiltInType( predefined::t_long, "long" ); in Setup_BuiltInTypes()
|
Completed in 61 milliseconds