Searched defs:to_int (Results 1 – 8 of 8) sorted by relevance
5 #define to_int(x) ({ register int n = (x); n; }) macro
7 int to_int(double v) { in to_int() function
1149 to_int(int c) 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 (int) value; } in to_int() function
222 uint32_t to_int () const { return (major << (sizeof (FixedType) * 8)) + minor; } in to_int() function
394 (*to_int)( PS_Parser parser ); member