Home
last modified time | relevance | path

Searched refs:EB (Results 1 – 25 of 116) sorted by relevance

12345

/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/Transforms/Scalar/
H A DGVNExpression.h156 static bool classof(const Expression *EB) { in classof() argument
280 static bool classof(const Expression *EB) { in classof() argument
314 static bool classof(const Expression *EB) { in classof() argument
315 return EB->getExpressionType() == ET_Call; in classof()
346 static bool classof(const Expression *EB) { in classof() argument
385 static bool classof(const Expression *EB) { in classof() argument
427 static bool classof(const Expression *EB) { in classof() argument
517 static bool classof(const Expression *EB) { in classof() argument
518 return EB->getExpressionType() == ET_Phi; in classof()
562 static bool classof(const Expression *EB) { in classof() argument
[all …]
/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/IR/
H A DFPEnv.h65 inline bool isDefaultFPEnvironment(fp::ExceptionBehavior EB, RoundingMode RM) { in isDefaultFPEnvironment() argument
66 return EB == fp::ebIgnore && RM == RoundingMode::NearestTiesToEven; in isDefaultFPEnvironment()
83 inline bool canIgnoreSNaN(fp::ExceptionBehavior EB, FastMathFlags FMF) { in canIgnoreSNaN() argument
84 return (EB == fp::ebIgnore || FMF.noNaNs()); in canIgnoreSNaN()
/freebsd-14.2/sys/contrib/device-tree/Bindings/leds/
H A Dleds-is31fl32xx.txt37 label = "EB:blue:usr0";
41 label = "EB:blue:usr1";
46 label = "EB:blue:usr35";
/freebsd-14.2/secure/caroot/trusted/
H A DCertainly_Root_E1.pem44 F3:28:18:CB:64:75:EE:29:2A:EB:ED:AE:23:58:38:85:EB:C8:22:07
53 SHA1 Fingerprint=F9:E1:6D:DC:01:89:CF:D5:82:45:63:3E:C5:37:7D:C2:EB:93:6F:2B
H A DDigiCert_Assured_ID_Root_CA.pem54 45:EB:A2:AF:F4:92:CB:82:31:2D:51:8B:A7:A7:21:9D:F3:6D:C8:0F
56 45:EB:A2:AF:F4:92:CB:82:31:2D:51:8B:A7:A7:21:9D:F3:6D:C8:0F
H A DAffirmTrust_Premium_ECC.pem52 SHA1 Fingerprint=B8:23:6B:00:2F:1D:16:86:53:01:55:6C:11:A4:37:CA:EB:FF:C3:BB
H A DTrustwave_Global_ECC_P256_Certification_Authority.pem42 A3:41:06:AC:90:6D:D1:4A:EB:75:A5:4A:10:99:B3:B1:A1:8B:4A:F7
H A DSecureSign_Root_CA15.pem44 EB:41:C8:AE:FC:D5:9E:51:48:F5:BD:8B:F4:87:20:93:41:2B:D3:F4
H A DSecureSign_Root_CA14.pem71 06:93:A3:0A:5E:28:69:37:AA:61:1D:EB:EB:FC:2D:6F:23:E4:F3:A0
H A DEntrust_Root_Certification_Authority_-_EC1.pem53 SHA1 Fingerprint=20:D8:06:40:DF:9B:25:F5:12:25:3A:11:EA:F7:59:8A:EB:14:B5:47
H A DGTS_Root_R4.pem44 80:4C:D6:EB:74:FF:49:36:A3:D5:D8:FC:B5:3E:C5:6A:F0:94:1D:8C
H A DGlobalSign_Root_E46.pem53 SHA1 Fingerprint=39:B4:6C:D5:FE:80:06:EB:E2:2F:4A:BB:08:33:A0:AF:DB:B9:DD:84
H A DAmazon_Root_CA_4.pem53 SHA1 Fingerprint=F6:10:84:07:D6:F8:BB:67:98:0C:C2:E2:44:C2:EB:AE:1C:EF:63:BE
/freebsd-14.2/sys/netpfil/ipfw/
H A Ddn_sched_qfq.c198 enum qfq_state { ER, IR, EB, IB, QFQ_MAX_STATE }; enumerator
369 state |= EB; in qfq_calc_state()
401 qfq_move_groups(q, mask, EB, ER); in qfq_unblock_groups()
427 qfq_move_groups(q, mask, IB, EB); in qfq_make_eligible()
762 __clear_bit(grp->index, &q->bitmaps[EB]);
772 qfq_move_groups(q, mask, EB, ER);
782 __clear_bit(grp->index, &q->bitmaps[EB]);
880 D(" EB 0x%08x", (unsigned)q->bitmaps[EB]); in dump_sched()
/freebsd-14.2/sys/contrib/device-tree/src/arm/
H A Darm-realview-eb-a9mp.dts27 model = "ARM RealView EB Cortex A9 MPCore";
31 * RealView EB.
H A Dnuvoton-npcm750-evb.dts207 /* lm75 on EB */
218 /* tmp100 on EB */
H A Darm-realview-eb-a9mp-bbrevd.dts27 model = "ARM RealView EB Baseboard Rev D Cortex A9 MPCore";
H A Darm-realview-eb-11mp-bbrevd-ctrevb.dts27 * This is the EB with the new Revision D baseboard with SMSC9118 ethernet and
H A Darm-realview-eb-11mp.dts31 * This is the ARM11 MPCore tile (HBI-0146) used with the RealView EB.
/freebsd-14.2/contrib/llvm-project/llvm/lib/MC/
H A DMCRegisterInfo.cpp140 MCRegUnitIterator IB = RangeB.begin(), EB = RangeB.end(); in regsOverlap() local
144 } while (*IA < *IB ? ++IA != EA : ++IB != EB); in regsOverlap()
/freebsd-14.2/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DUnifyLoopExits.cpp175 for (auto EB : ExitingBlocks) { in unifyLoopExits()
176 dbgs() << " " << EB->getName(); in unifyLoopExits()
/freebsd-14.2/crypto/openssl/test/certs/
H A DembeddedSCTs1.sct10 E8:9C:59:67:02:21:00:98:25:83:EB:D6:E2:DE:04:C7:
/freebsd-14.2/sys/contrib/openzfs/tests/zfs-tests/tests/functional/no_space/
H A Denospc_002_pos.ksh76 log_must zfs set quota=1EB $TESTPOOL/$TESTFS
/freebsd-14.2/share/vt/fonts/
H A Dterminus-b32.hex174 00EB:0000000000000000000000000C300C300C300C30000000000FF01FF8381C300C300C300C3FFC3FFC30003000300038…
609 04EB:0000000000000000000000000C300C300C300C30000000000FF01FF8381C300C300C300C3FFC3FFC300C300C300C38…
1027 27EB:00000000000000000000000030C030C0186018600C300C3006180618030C030C030C030C061806180C300C30186018…
1263 28EB:0000000018181818181818180000000000000000180018001800180000000000000000000018001800180018000000…
/freebsd-14.2/share/termcap/
H A Dtermcap259 :nl=\EG\EB:li#23:\
261 :bs:up=\E7:do=\EB:nd=\EC:al=\EL:\
336 :dc=6\EB:ei=\EP:ho=\EH:im=\EP:ip=6:\
453 :se=\EB:so=\EF\Ef3;:ue=\EB:us=\EF\Ef2;:tc=ibmconsole:
1748 :nd=\EC:up=\E7:bs:cr=\EG:nl=\EG\EB:do=\EB:co#80:li#24:vb=:\
2100 :kd=\EB:kh=\EH:kl=\ED:kr=\EC:ku=\EA:
2951 :cr=^M:do=\EB:ho=\EH:kb=^H:kd=\EB:kl=\ED:kr=\EC:ku=\EA:\
3193 :kb=^H:kd=\EB:kh=\Eh:kl=\ED:\
3330 :k0=\ES:k1=\EB:k2=\EU:k3=\EV:k4=\EW:k5=\EP:k6=\EQ:k7=\ER:kb=^H:kd=\EB:\
4182 :do=\EB:ic=\EP:ho=\EH:kb=^H:kd=\EB:kl=\ED:kn#2:kr=\EC:\
[all …]

12345