Lines Matching refs:result
212 DISPLAY( "3 : compress data stream from 'generator', send result to 'consumer'\n");
263 * Note : function result can overflow if digit string > MAX_UINT */
266 unsigned result = 0;
268 result *= 10;
269 result += (unsigned)(**stringPtr - '0');
273 result <<= 10;
274 if (**stringPtr=='M') result <<= 10;
279 return result;
290 int const result = !strncmp(*stringPtr, longCommand, comSize);
291 if (result) *stringPtr += comSize;
292 return result;
557 /* hidden command : benchmark files, but do not fuse result */