Home
last modified time | relevance | path

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

12

/freebsd/contrib/llvm-project/llvm/include/llvm/Analysis/
H A DBlockFrequencyInfoImpl.h90 uint64_t Mass = 0; variable
94 explicit BlockMass(uint64_t Mass) : Mass(Mass) {} in BlockMass() argument
102 uint64_t getMass() const { return Mass; } in getMass()
104 bool isFull() const { return Mass == std::numeric_limits<uint64_t>::max(); } in isFull()
105 bool isEmpty() const { return !Mass; } in isEmpty()
113 uint64_t Sum = Mass + X.Mass;
114 Mass = Sum < Mass ? std::numeric_limits<uint64_t>::max() : Sum;
123 uint64_t Diff = Mass - X.Mass;
124 Mass = Diff > Mass ? 0 : Diff;
129 Mass = P.scale(Mass);
[all …]
/freebsd/contrib/llvm-project/llvm/lib/Analysis/
H A DBlockFrequencyInfoImpl.cpp84 OS << getHexDigit(Mass >> (60 - Digits * 4) & 0xf); in print()
120 DitheringDistributer(Distribution &Dist, const BlockMass &Mass);
128 const BlockMass &Mass) { in DitheringDistributer() argument
131 RemMass = Mass; in DitheringDistributer()
137 BlockMass Mass = RemMass * BranchProbability(Weight, RemWeight); in takeMass() local
141 RemMass -= Mass; in takeMass()
142 return Mass; in takeMass()
405 for (auto &Mass : Loop.BackedgeMass) in computeLoopScale() local
406 TotalBackedgeMass += Mass; in computeLoopScale()
450 BlockMass Mass = Working[Source.Index].getMass(); in distributeMass() local
[all …]
/freebsd/usr.bin/m4/
H A DNOTES20 TOOLS IN PASCAL, Addison-Wesley, Mass. 1981
23 TOOLS, Addison-Wesley, Mass. 1976
/freebsd/share/misc/
H A Dusb_vendors73 138c PVR Mass Storage
107 2002 Mass Storage Device
119 2045 LUFA Mass Storage Demo Application
131 2061 LUFA Combined Mass Storage and Keyboard Demo Application
138 2068 LUFA Virtual Serial/Mass Storage Demo
181 6129 AT91SAM Mass Storage Demo Application
1530 4133 Mass Storage Device
1557 002d 6120 Phone (Mass storage mode)
1569 00aa E71 (Mass storage mode)
1589 01b1 6303 classic Phone (Mass storage mode)
[all …]
H A Dbsd-family-tree959 System. Reading, Mass. Addison-Wesley, 1989. ISBN 0-201-06196-1
966 System. Reading, Mass. Addison-Wesley, 1996. ISBN 0-201-54979-4
/freebsd/share/doc/psd/02.implement/
H A Dref.bib52 %C Cambridge, Mass.
/freebsd/sys/contrib/device-tree/Bindings/input/
H A Ddlg,da7280.txt12 "ERM-bar" - Bar type Eccentric Rotating Mass.
13 "ERM-coin" - Coin type Eccentric Rotating Mass.
H A Dti,drv260x.txt15 DRV260X_ERM_MODE - Eccentric Rotating Mass mode (Rotary vibrator)
/freebsd/share/doc/psd/15.yacc/
H A Dref.bib33 %C Reading, Mass.
/freebsd/sys/arm64/conf/
H A Dstd.dev105 device umass # Disks/Mass storage - Requires scbus and da
/freebsd/sys/arm/conf/
H A DTEGRA12489 device umass # Disks/Mass storage - Requires scbus and da
H A DGENERIC188 device umass # Disks/Mass storage - Requires scbus and da
/freebsd/contrib/sendmail/src/
H A DTUNING35 * 1-1 Mass Mailing
201 * 1-1 Mass Mailing
/freebsd/sys/riscv/conf/
H A DGENERIC134 device umass # Disks/Mass storage - Requires scbus and da
/freebsd/sys/powerpc/conf/
H A DGENERIC187 device umass # Disks/Mass storage - Requires scbus and da0
H A DGENERIC64LE228 device umass # Disks/Mass storage - Requires scbus and da0
H A DGENERIC64231 device umass # Disks/Mass storage - Requires scbus and da0
/freebsd/contrib/expat/
H A DREADME.md206 1. Mass-patch `Makefile.am` files to use `libexpatw.la` for a library name:
H A DChanges748 #969 #970 Mass-migrate links from http:// to https://
1669 #24 #293 Mass-apply clang-format 9 (and ensure conformance during CI)
1786 #33 #132 tests: Mass-fix compilation for XML_UNICODE_WCHAR_T
/freebsd/sys/i386/conf/
H A DGENERIC301 device umass # Disks/Mass storage - Requires scbus and da
/freebsd/usr.bin/units/
H A Ddefinitions.units145 # Mass
/freebsd/sys/amd64/conf/
H A DGENERIC353 device umass # Disks/Mass storage - Requires scbus and da
/freebsd/usr.sbin/bsdconfig/share/
H A Ddevice.subr1269 f_usb "da%da" "USB Mass Storage Device"
/freebsd/crypto/krb5/src/util/et/
H A Dtexinfo.tex94 %Software Foundation at 675 Mass Ave, Cambridge, MA 02139. We have not yet
/freebsd/sys/dev/usb/
H A Dusbdevs1317 product ASUS GMSC 0x422f ASUS Generic Mass Storage
2336 product FUJIPHOTO MASS0100 0x0100 Mass Storage

12