Home
last modified time | relevance | path

Searched refs:normalized (Results 1 – 25 of 30) sorted by relevance

12

/freebsd/sbin/nvmecontrol/modules/intel/
H A Dintel.c131 uint8_t normalized; in print_intel_add_smart() local
167 normalized = walker[3]; in print_intel_add_smart()
173 printf("%-32s: %3d min: %u max: %u ave: %u\n", name, normalized, in print_intel_add_smart()
177 printf("%-32s: %3d %.3f%%\n", name, normalized, raw / 1024.0); in print_intel_add_smart()
180 printf("%-32s: %3d %#jx max: %dK min: %dK cur: %dK\n", name, normalized, in print_intel_add_smart()
184 printf("%-32s: %3d %#jx max: %dW min: %dW cur: %dW\n", name, normalized, in print_intel_add_smart()
188 printf("%-32s: %3d %d%% %d times\n", name, normalized, walker[5], le32dec(walker+6)); in print_intel_add_smart()
191 printf("%-32s: %3d %ju %#jx\n", name, normalized, (uintmax_t)raw, (uintmax_t)raw); in print_intel_add_smart()
/freebsd/sbin/nvmecontrol/modules/samsung/
H A Dsamsung.c74 uint8_t normalized; in print_samsung_extended_smart() local
104 normalized = walker[3]; in print_samsung_extended_smart()
111 le16dec(walker), name, normalized, in print_samsung_extended_smart()
116 le16dec(walker), name, normalized, in print_samsung_extended_smart()
121 le16dec(walker), name, normalized, in print_samsung_extended_smart()
126 le16dec(walker), name, normalized, in print_samsung_extended_smart()
/freebsd/cddl/contrib/opensolaris/cmd/dtrace/test/tst/common/aggs/
H A Dtst.multinormalize.d.out1 normalized data #1:
9 normalized data #2:
H A Dtst.fmtnormalize.d.out1 normalized data:
H A Dtst.normalize.d.out1 normalized data:
H A Dtst.stddev.normalize.d.out1 normalized data:
H A Dtst.clearnormalize.d.out15 Final (normalized) aggregation data:
/freebsd/contrib/llvm-project/lldb/source/Plugins/SymbolFile/NativePDB/
H A DCompileUnitIndex.cpp44 llvm::SmallString<64> normalized(other); in IsMainFile() local
45 llvm::sys::path::native(normalized); in IsMainFile()
46 return main.equals_insensitive(normalized); in IsMainFile()
/freebsd/sys/contrib/device-tree/Bindings/arm/
H A Dcpu-capacity.txt39 DMIPS/MHz are obtained. Such values are then normalized w.r.t. the highest
47 representing CPU capacity expressed in normalized DMIPS/MHz. At boot time, the
55 mhz values (normalized w.r.t. the highest value found while parsing the DT).
/freebsd/sys/contrib/device-tree/Bindings/cpu/
H A Dcpu-capacity.txt39 DMIPS/MHz are obtained. Such values are then normalized w.r.t. the highest
47 representing CPU capacity expressed in normalized DMIPS/MHz. At boot time, the
55 mhz values (normalized w.r.t. the highest value found while parsing the DT).
/freebsd/contrib/libder/
H A DREADME.md27 present it to the application in that way. It would be normalized on
/freebsd/contrib/expat/lib/
H A Dxmltok_impl.c1522 atts[nAtts].normalized = 1; \ in PREFIX()
1568 atts[nAtts].normalized = 0; in PREFIX()
1573 else if (state == inValue && nAtts < attsMax && atts[nAtts].normalized in PREFIX()
1578 atts[nAtts].normalized = 0; in PREFIX()
1587 atts[nAtts].normalized = 0; in PREFIX()
H A Dxmltok.h156 char normalized; member
/freebsd/contrib/gdtoa/
H A DREADME125 double values returned can be expressed as a normalized double
306 and maximum exponent values fpi->emin and fpi->emax for normalized
309 53 bits, with normalized values of the form 1.xxxxx... times 2^(b-1023),
311 b is an unsigned integer in the range 1 <= b <= 2046 for normalized
H A Dchanges114 than the smallest normalized number. (The bug introduced an extra
213 normalized IEEE double. Thanks to Waldemar Horwat for pointing this
225 smallest normalized floating-point number of other precisions.
/freebsd/sys/contrib/zstd/doc/
H A Dzstd_compression_format.md795 decoded previously from their normalized distribution.
840 [FSE section]: #from-normalized-distribution-to-decoding-tables
1042 on a normalized scale of `1 << Accuracy_Log` .
1090 [next section]:#from-normalized-distribution-to-decoding-tables
1108 #### From normalized distribution to decoding tables
1110 The distribution of normalized probabilities is enough
1471 "from normalized distribution to decoding tables".
/freebsd/crypto/heimdal/lib/wind/
H A Drfc4518.txt266 The input string is to be normalized to Unicode Form KC
268 normalized string.
H A DDerivedNormalizationProps.txt1904 # Characters whose normalized length is not one.
1906 # The length of a normalized string is not necessarily the sum of the lengths of the nor…
2119 # Characters whose normalized length is not one.
2121 # The length of a normalized string is not necessarily the sum of the lengths of the nor…
2166 # Characters whose normalized length is not one.
2168 # The length of a normalized string is not necessarily the sum of the lengths of the nor…
2452 # Characters whose normalized length is not one.
2454 # The length of a normalized string is not necessarily the sum of the lengths of the nor…
H A Drfc3454.txt468 The output of the mapping step is optionally normalized using one of
516 composition version of Unicode to ensure that strings normalized
517 under one version of Unicode remain normalized under all future
523 normalized value of an existing character, authors of profiles of
946 The order of combining marks is normalized, so if another
962 2. X is assigned to MN -- In newVersion, X is normalized to code
/freebsd/contrib/unbound/contrib/
H A Daaaa-filter-iterator.patch62 do not trust the normalized additional-A-AAAA any more */
/freebsd/contrib/llvm-project/llvm/lib/Passes/
H A DPassRegistry.def552 parseDependenceAnalysisPrinterOptions, "normalized-results")
/freebsd/usr.sbin/bsnmpd/modules/snmp_pf/
H A DBEGEMOT-PF-MIB.txt152 "Number of normalized packets."
/freebsd/contrib/bearssl/src/x509/
H A Dx509_minimal.t0634 \ Read a DN for the EE. The normalized DN hash is computed and stored in the
/freebsd/contrib/llvm-project/llvm/lib/Support/Windows/
H A DPath.inc67 // it an absolute normalized path prefixed by '\\?\'.
/freebsd/contrib/jemalloc/
H A DChangeLog428 - Replace chunk hooks with an expanded/normalized set of extent hooks.

12