Searched refs:LONGEST (Results 1 - 1 of 1) sorted by relevance

/haiku/src/libs/stdc++/legacy/
H A Diostream.cc267 #define LONGEST long long macro
269 #define LONGEST long macro
272 static int read_int(istream& stream, unsigned LONGEST& val, int& neg)
360 unsigned LONGEST val; int neg;\
506 static void write_int(ostream& stream, unsigned LONGEST val, int sign)
508 #define WRITE_BUF_SIZE (10 + sizeof(unsigned LONGEST) * 3)
548 register unsigned LONGEST ival = val;

Completed in 27 milliseconds