| /src/usr.bin/ktruss/ |
| dump.c | 70 int timestamp, decimal, fancy = 1, tail, maxdata; variable 428 xwprintf(decimal ? ", _IO%s('%c',%ld" : ", _IO%s('%c',%#lx", 431 xwprintf(decimal ? ",%ld)" : ",%#lx)", 474 if (decimal)
|
| /src/sys/external/bsd/drm2/dist/drm/amd/powerplay/hwmgr/ |
| ppevvmath.h | 29 #define PRECISION 5 /* Change this value to change the number of decimal places in the final output - 5 is a good default */ 41 * A.partial.decimal => Only the fractional portion 46 unsigned int decimal: SHIFT_AMOUNT; /*Needs to always be unsigned*/ member in struct:_fInt::_partial 58 static int ConvertBackToInteger(fInt); /* Convert a FINT back to an INT that is scaled by 1000 (i.e. last 3 digits are the decimal digits) */ 340 X_LessThanOne = (X.partial.real == 0 && X.partial.decimal != 0 && X.full >= 0); 341 Y_LessThanOne = (Y.partial.real == 0 && Y.partial.decimal != 0 && Y.full >= 0); 352 tempProduct = tempProduct >> 16; /*Remove lagging 16 bits - Will lose some precision from decimal; */ 514 int i, scaledDecimal = 0, tmp = A.partial.decimal; 547 solution.partial.decimal = 0; /*All fractional digits changes to 0 */
|
| /src/usr.bin/kdump/ |
| kdump.c | 88 static int timestamp, decimal, plain, tail, maxdata = -1, numeric; variable 221 decimal = 1; 741 output_long(cmd & 0xff, decimal == 0); 744 output_long(IOCPARM_LEN(cmd), decimal == 0); local 876 output_long((long)*ap, !(decimal || small(*ap))); 891 output_long((long)*ap, !(decimal || small(*ap))); 907 output_long((long)*ap, !(decimal || small(*ap))); 915 !(decimal || small(*ap))); 940 !(decimal || small(*ap))); 974 output_long((long)ap[0], !(decimal || small(*ap))) [all...] |
| /src/sbin/fdisk/ |
| fdisk.c | 281 static int64_t decimal(const char *, int64_t, int, int64_t, int64_t); 1558 tmo = decimal("Timeout value (0 to 3600 seconds, -1 => never)", 1602 item = decimal("Default boot option", item, 0, 0, opt); 2140 sysid = decimal("sysid", sysid, 0, 0, 255); 2150 start = decimal("start", start, 2205 size = decimal("size", size, fl, 0, lim); 2318 tcylinder = decimal("beginning cylinder", 2320 thead = decimal("beginning head", 2322 tsector = decimal("beginning sector", 2331 tcylinder = decimal("ending cylinder" 2842 decimal(const char *prompt, int64_t dflt, int flags, int64_t minval, int64_t maxval) function [all...] |