/freebsd/contrib/llvm-project/llvm/include/llvm/Analysis/ |
H A D | BlockFrequencyInfoImpl.h | 78 /// Mass of a block. 87 /// Masses can be multiplied. Multiplication treats full mass as 1.0 and uses 93 uint64_t Mass = 0; variable 97 explicit BlockMass(uint64_t Mass) : Mass(Mass) {} in BlockMass() argument 105 uint64_t getMass() const { return Mass; } in getMass() 107 bool isFull() const { return Mass == std::numeric_limits<uint64_t>::max(); } in isFull() 108 bool isEmpty() const { return !Mass; } in isEmpty() 112 /// Add another mass. 114 /// Adds another mass, saturating at \a isFull() rather than overflowing. 116 uint64_t Sum = Mass + X.Mass; [all …]
|
/freebsd/contrib/llvm-project/llvm/lib/Analysis/ |
H A D | BlockFrequencyInfoImpl.cpp | 84 OS << getHexDigit(Mass >> (60 - Digits * 4) & 0xf); in print() 98 /// Dithering mass distributer. 100 /// This class splits up a single mass into portions by weight, dithering to 101 /// spread out error. No mass is lost. The dithering precision depends on the 107 /// mass to distribute in \a RemMass. 113 /// 2. Calculate the portion's mass as \a RemMass times P. 115 /// the current portion's weight and mass. 120 DitheringDistributer(Distribution &Dist, const BlockMass &Mass); 128 const BlockMass &Mass) { in DitheringDistributer() argument 131 RemMass = Mass; in DitheringDistributer() [all …]
|
/freebsd/contrib/llvm-project/llvm/lib/Target/PowerPC/ |
H A D | PPCGenScalarMASSEntries.cpp | 10 // corresponding MASS (scalar) entries for PowerPC targets. 25 #define DEBUG_TYPE "ppc-gen-scalar-mass" 45 return "PPC Generate Scalar MASS Entries"; in getPassName() 79 // FIXME: no-errno and trapping-math need to be set for MASS converstion in isFiniteCallSafe() 84 /// Lowers scalar math functions to scalar MASS functions. 145 "Generate Scalar MASS entries", false, false)
|
H A D | PPCLowerMASSVEntries.cpp | 46 StringRef getPassName() const override { return "PPC Lower MASS Entries"; } in getPassName() 79 // TODO: add _P10 enties to Linux MASS lib and remove the check for AIX in getCPUSuffix()
|
/freebsd/share/man/man4/ |
H A D | cfumass.4 | 31 .Nd USB device side support for Mass Storage Class Transport 50 driver provides device side support for emulating an USB mass storage 51 device compliant with the USB Mass Storage Class Bulk-Only (BBB) Transport 63 The USB Mass Storage template must be chosen by setting the
|
H A D | usfs.4 | 31 .Nd USB device side support for bulk only transport mass storage 57 driver provides support for emulating an USB mass storage device when
|
H A D | umass.4 | 30 .Nd USB Mass Storage Devices driver 50 driver provides support for Mass Storage devices that attach to the USB
|
/freebsd/share/misc/ |
H A D | usb_vendors | 71 138c PVR Mass Storage 102 2002 Mass Storage Device 114 2045 LUFA Mass Storage Demo Application 126 2061 LUFA Combined Mass Storage and Keyboard Demo Application 133 2068 LUFA Virtual Serial/Mass Storage Demo 176 6129 AT91SAM Mass Storage Demo Application 1517 4133 Mass Storage Device 1544 002d 6120 Phone (Mass storage mode) 1556 00aa E71 (Mass storage mode) 1576 01b1 6303 classic Phone (Mass storage mode) [all …]
|
/freebsd/usr.bin/m4/ |
H A D | NOTES | 20 TOOLS IN PASCAL, Addison-Wesley, Mass. 1981 23 TOOLS, Addison-Wesley, Mass. 1976
|
/freebsd/share/doc/smm/05.fastfs/ |
H A D | 3.t | 348 of the mass storage device, 352 mass storage characteristics 356 the hardware support for mass storage transfers, 357 and the characteristics of the mass storage devices. 365 For mass storage devices such as disks, 375 any processor intervention between mass storage transfer requests,
|
/freebsd/sys/dev/usb/template/ |
H A D | usb_template_msc.c | 34 * This file contains the USB templates for an USB Mass Storage Device. 80 #define MSC_DEFAULT_INTERFACE "USB Mass Storage Interface" 222 0, "USB Mass Storage device side template"); in msc_init()
|
/freebsd/sys/dev/usb/storage/ |
H A D | cfumass.c | 32 * USB Mass Storage Class Bulk-Only (BBB) Transport target. 36 * This code implements the USB Mass Storage frontend driver for the CAM 69 "CAM Target Layer USB Mass Storage Frontend"); 106 #define UR_RESET 0xff /* Bulk-Only Mass Storage Reset */ 162 * is no queueing in USB Mass Storage). 511 CFUMASS_WARN(sc, "received Bulk-Only Mass Storage Reset"); in cfumass_handle_request() 519 CFUMASS_DEBUG(sc, "Bulk-Only Mass Storage Reset done"); in cfumass_handle_request()
|
/freebsd/libexec/rc/rc.d/ |
H A D | cfumass | 12 desc="Configure the LUN for device mode USB mass storage" 79 # If the template is already switched to Mass Storage, then reset
|
/freebsd/sys/contrib/device-tree/Bindings/input/ |
H A D | dlg,da7280.txt | 12 "ERM-bar" - Bar type Eccentric Rotating Mass. 13 "ERM-coin" - Coin type Eccentric Rotating Mass.
|
H A D | ti,drv260x.txt | 15 DRV260X_ERM_MODE - Eccentric Rotating Mass mode (Rotary vibrator)
|
/freebsd/sys/dev/usb/quirk/ |
H A D | usb_quirk.h | 71 * USB Mass Storage Quirks. See "storage/umass.c" for a 99 /* Ejection of mass storage (driver disk) */
|
/freebsd/sys/contrib/device-tree/Bindings/iio/chemical/ |
H A D | sensirion,sps30.yaml | 13 Air pollution sensor capable of measuring mass concentration of dust
|
H A D | plantower,pms7003.yaml | 13 Air pollution sensor capable of measuring mass concentration of dust
|
/freebsd/share/man/man8/ |
H A D | nanobsd.8 | 44 or other mass storage medium. 129 The mass storage medium is divided into three parts by default (which
|
/freebsd/tools/build/options/ |
H A D | WITH_DIRDEPS_BUILD | 34 Note that there is currently no mass install feature for this.
|
/freebsd/share/doc/psd/02.implement/ |
H A D | ref.bib | 52 %C Cambridge, Mass.
|
/freebsd/contrib/llvm-project/libcxx/include/__format/ |
H A D | formatter_output.h | 101 /// This uses a "mass output function" of __format::__output_buffer when possible. 134 /// This uses a "mass output function" of __format::__output_buffer when possible. 157 /// This uses a "mass output function" of __format::__output_buffer when possible.
|
/freebsd/share/doc/psd/15.yacc/ |
H A D | ref.bib | 33 %C Reading, Mass.
|
/freebsd/contrib/llvm-project/llvm/include/llvm/Frontend/Driver/ |
H A D | CodeGenOptions.h | 28 MASSV, // IBM MASS vector library.
|
/freebsd/usr.bin/units/ |
H A D | units.1 | 143 is a unit of mass. 150 is also a unit of mass.
|