Searched defs:Precision (Results 1 - 3 of 3) sorted by relevance

/illumos-gate/usr/src/cmd/audio/audiorecord/
H A Daudiorecord.c83 static unsigned Precision = 0; /* based on encoding */ variable
264 Precision = 8;
268 Precision = 8;
272 Precision = 8;
276 Precision = 8;
281 Precision = 16;
426 Precision = File_hdr.bytes_per_unit * 8;
526 if (Precision != 0) {
527 Dev_hdr.bytes_per_unit = Precision / 8;
547 if (Precision
[all...]
/illumos-gate/usr/src/cmd/acpi/common/
H A Dutprint.c80 INT32 Precision,
280 * Precision - Precision of the integer
296 INT32 Precision,
362 if (i > Precision)
364 Precision = i;
367 Width -= Precision;
399 while (i <= --Precision)
442 INT32 Precision; local
521 Precision
290 AcpiUtFormatNumber( char *String, char *End, UINT64 Number, UINT8 Base, INT32 Width, INT32 Precision, UINT8 Type) argument
[all...]
/illumos-gate/usr/src/uts/intel/io/acpica/utilities/
H A Dutprint.c80 INT32 Precision,
280 * Precision - Precision of the integer
296 INT32 Precision,
362 if (i > Precision)
364 Precision = i;
367 Width -= Precision;
399 while (i <= --Precision)
442 INT32 Precision; local
521 Precision
290 AcpiUtFormatNumber( char *String, char *End, UINT64 Number, UINT8 Base, INT32 Width, INT32 Precision, UINT8 Type) argument
[all...]

Completed in 69 milliseconds