Searched defs:to_int (Results 1 – 10 of 10) sorted by relevance
5 #define to_int(x) ({ register int n = (x); n; }) macro
7 int to_int(double v) { in to_int() function
44 int to_int() const { return m_major * 10 + m_minor; } in to_int() function
1088 to_int(int c) in to_int() function
102 let to_int index = function
224 int to_int () const { return value; } in to_int() function
238 uint32_t to_int () const { return (major << (sizeof (FixedType) * 8)) + minor; } in to_int() function
389 (*to_int)( PS_Parser parser ); member