Home
last modified time | relevance | path

Searched refs:t_short (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
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 Dsolar.c27 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 Dcs_type.hxx99 t_short, enumerator
H A Dcs_type.cxx78 Set_BuiltInType( predefined::t_short, "short" ); in Setup_BuiltInTypes()

Completed in 18 milliseconds