• Home
  • History
  • Annotate
  • Raw
  • Download
  • only in /netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/lib/

Lines Matching defs:number

53  * @base: The number base to use
85 * @base: The number base to use
97 * @base: The number base to use
112 * @base: The number base to use
126 * @base: The number base to use
170 * @base: The number base to use
197 * @base: The number base to use
240 * @base: The number base to use
411 u8 flags; /* flags to number() */
412 u8 base; /* number base, 8, 10 or 16 only */
413 u8 qualifier; /* number qualifier, one of 'hHlLtzZ' */
419 char *number(char *buf, char *end, unsigned long long num,
588 return number(buf, end, value, spec);
671 p = number(p, pend, res->start, *specp);
674 p = number(p, pend, res->end, *specp);
687 p = number(p, pend, res->flags, flag_spec);
991 return number(buf, end, (unsigned long) ptr, spec);
997 * number of characters read (or likely the delta where it wants
1010 * @base: base of the number (octal, hex, ...)
1011 * @precision: precision of a number
1012 * @qualifier: qualifier of a number (long, size_t, ...)
1139 /* integer number formats - set up the flags and "break" */
1219 * The return value is the number of characters which would
1222 * number of characters written into @buf as return value
1374 str = number(str, end, num, spec);
1398 * The return value is the number of characters which have been written into
1424 * The return value is the number of characters which would be
1451 * The return value is the number of characters written into @buf not including
1474 * The function returns the number of characters written
1495 * The function returns the number of characters written
1531 * The return value is the number of words(32bits) which would be generated for
1669 * The return value is the number of characters which would
1672 * number of characters written into @buf as return value
1819 str = number(str, end, num, spec);
1845 * The function returns the number of words(u32) written
1967 /* return number of characters read so far */