tag | line | file | source code |
precision | 85 | include/linux/timex.h | long precision; /* clock precision (usec) (read only) */ |
precision | 430 | kernel/time.c | txc.precision = time_precision; |
precision | 68 | lib/vsprintf.c | static char * number(char * str, long num, int base, int size, int precision |
precision | 107 | lib/vsprintf.c | if (i > precision) |
precision | 108 | lib/vsprintf.c | precision = i; |
precision | 109 | lib/vsprintf.c | size -= precision; |
precision | 125 | lib/vsprintf.c | while (i < precision--) |
precision | 145 | lib/vsprintf.c | int precision; /* min. # of digits for integers; max |
precision | 182 | lib/vsprintf.c | precision = -1; |
precision | 186 | lib/vsprintf.c | precision = skip_atoi(&fmt); |
precision | 190 | lib/vsprintf.c | precision = va_arg(args, int); |
precision | 192 | lib/vsprintf.c | if (precision < 0) |
precision | 193 | lib/vsprintf.c | precision = 0; |
precision | 221 | lib/vsprintf.c | len = strnlen(s, precision); |
precision | 239 | lib/vsprintf.c | field_width, precision, flags); |
precision | 290 | lib/vsprintf.c | str = number(str, num, base, field_width, precision, flags); |