Searched refs:t_short (Results 1 – 4 of 4) sorted by relevance
/trunk/main/sal/typesconfig/ |
H A D | typesconfig.c | 64 typedef enum { t_char, t_short, t_int, t_long, t_double } Type; enumerator 177 case t_short: if ((long)p % sizeof(short)) return forceerror(); else return *((short*)p); in GetAtAddress() 193 case t_short: { short x = *(short*)p; return dummy(&x); } in GetAtAddress() 223 case t_short: return *((short*)p) = 0; in SetAtAddress() 236 case t_short: return "short"; in TypeName() 338 pThis->nAlignment[0] = GetAlignment( t_short ); in Description_Ctor() 479 InfoMemoryTypeAccess( t_short ); in main()
|
/trunk/main/tools/workben/ |
H A D | solar.c | 27 typedef enum { t_char, t_short, t_int, t_long, t_double } Type; enumerator 219 case t_short: return *((short*)p); in GetAtAddress() 232 case t_short: return *((short*)p) = 0; in SetAtAddress() 245 case t_short: return "short"; in TypeName() 319 pThis->nAlignment[0] = GetAlignment( t_short ); in Description_Ctor()
|
/trunk/main/autodoc/source/ary/cpp/ |
H A D | cs_type.hxx | 99 t_short, enumerator
|
H A D | cs_type.cxx | 78 Set_BuiltInType( predefined::t_short, "short" ); in Setup_BuiltInTypes()
|
Completed in 18 milliseconds