Searched defs:to_int (Results 1 – 12 of 12) sorted by relevance
5 #define to_int(x) ({ register int n = (x); n; }) macro
6 int to_int(double v) { in to_int() function
98 int (*to_int)(const CONF *conf, char c); member
672 inline uint32_t to_int (void) const { return (major << 16) + minor; } in to_int() function
669 inline uint32_t to_int (void) const { return (major << 16) + minor; } in to_int() function
359 (*to_int)( PS_Parser parser ); member