| /freebsd/contrib/netbsd-tests/lib/libc/regex/data/att/ |
| H A D | basic.dat | 3 BE abracadabra$ abracadabracadabra (7,18) 4 BE a...b abababbb (2,7) 5 BE XXXXXX ..XXXXXX (2,8) 7 BE a] a]a (0,2) 10 BE \] ] (0,1) 15 BE ^a ax (0,1) 16 BE \^a a^a (1,3) 17 BE a\^ a^ (0,2) 18 BE a$ aa (1,2) 19 BE a\$ a$ (0,2) [all …]
|
| /freebsd/share/i18n/esdb/UTF/ |
| H A D | UTF.alias | 16 16BE csunicode 17 16BE csunicode11 18 16BE iso-10646-ucs-2 19 16BE ucs-2 20 16BE ucs-2be 21 16BE unicode-1-1 22 16BE unicodebig 23 16BE utf16be 33 32BE csucs4 34 32BE iso-10646-ucs-4 [all …]
|
| H A D | Makefile | 8 UTF-16BE-mod= UTF1632 9 UTF-16BE-var= utf16,big,force 18 UTF-32BE-mod= UTF1632 19 UTF-32BE-var= utf32,big,force
|
| H A D | UTF.part | 6 16BE 11 32BE
|
| /freebsd/sys/dev/sound/pcm/ |
| H A D | feeder_volume.c | 79 FEEDVOLUME_DECLARE(S, 16, BE) 80 FEEDVOLUME_DECLARE(S, 32, BE) 83 FEEDVOLUME_DECLARE(S, 24, BE) 88 FEEDVOLUME_DECLARE(U, 16, BE) 89 FEEDVOLUME_DECLARE(U, 24, BE) 90 FEEDVOLUME_DECLARE(U, 32, BE) 92 FEEDVOLUME_DECLARE(F, 32, BE) 114 FEEDVOLUME_ENTRY(S, 16, BE), 115 FEEDVOLUME_ENTRY(S, 32, BE), 118 FEEDVOLUME_ENTRY(S, 24, BE), [all …]
|
| H A D | feeder_rate.c | 612 Z_DECLARE(S, 16, BE) 613 Z_DECLARE(S, 32, BE) 616 Z_DECLARE(S, 24, BE) 621 Z_DECLARE(U, 16, BE) 622 Z_DECLARE(U, 24, BE) 623 Z_DECLARE(U, 32, BE) 625 Z_DECLARE(F, 32, BE) 656 Z_RESAMPLER_ENTRY(S, 16, BE), 657 Z_RESAMPLER_ENTRY(S, 32, BE), 660 Z_RESAMPLER_ENTRY(S, 24, BE), [all …]
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/SystemZ/MCTargetDesc/ |
| H A D | SystemZHLASMAsmStreamer.cpp | 217 const MCBinaryExpr &BE = cast<MCBinaryExpr>(*Value); in emitHLASMValueImpl() local 220 if (BE.getOpcode() == MCBinaryExpr::Or) { in emitHLASMValueImpl() 221 emitHLASMValueImpl(BE.getLHS(), Size, true); in emitHLASMValueImpl() 223 emitHLASMValueImpl(BE.getRHS(), Size, true); in emitHLASMValueImpl() 229 emitHLASMValueImpl(BE.getLHS(), Size); in emitHLASMValueImpl() 231 switch (BE.getOpcode()) { in emitHLASMValueImpl() 233 Const = cast<MCConstantExpr>(BE.getRHS())->getValue(); in emitHLASMValueImpl() 255 emitHLASMValueImpl(BE.getRHS(), Size); in emitHLASMValueImpl()
|
| /freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/ |
| H A D | CStringSyntaxChecker.cpp | 130 if (const auto *BE = dyn_cast<BinaryOperator>(LenArg->IgnoreParenCasts())) { in containsBadStrncatPattern() local 132 if (BE->getOpcode() == BO_Sub) { in containsBadStrncatPattern() 133 const Expr *L = BE->getLHS(); in containsBadStrncatPattern() 134 const Expr *R = BE->getRHS(); in containsBadStrncatPattern() 188 if (const auto *BE = in containsBadStrlcpyStrlcatPattern() local 190 DstArgDRE = dyn_cast<DeclRefExpr>(BE->getLHS()->IgnoreParenImpCasts()); in containsBadStrlcpyStrlcatPattern() 191 if (BE->getOpcode() == BO_Add) { in containsBadStrlcpyStrlcatPattern() 192 if ((IL = dyn_cast<IntegerLiteral>(BE->getRHS()->IgnoreParenImpCasts()))) { in containsBadStrlcpyStrlcatPattern()
|
| H A D | AnalyzerStatsChecker.cpp | 59 if (std::optional<BlockEntrance> BE = P.getAs<BlockEntrance>()) { in checkEndAnalysis() local 60 const CFGBlock *CB = BE->getBlock(); in checkEndAnalysis() 115 for (const BlockEdge &BE : make_first_range(CE.exhausted_blocks())) { in checkEndAnalysis() local 116 const CFGBlock *Exit = BE.getDst(); in checkEndAnalysis()
|
| /freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Core/ |
| H A D | WorkList.cpp | 151 auto BE = N->getLocation().getAs<BlockEntrance>(); in enqueue() local 153 if (!BE) { in enqueue() 159 BE->getBlock()->getBlockID(), in enqueue() 227 if (auto BE = N->getLocation().getAs<BlockEntrance>()) { in enqueue() local 229 BE->getBlock()->getBlockID(), in enqueue() 283 if (auto BE = N->getLocation().getAs<BlockEntrance>()) in enqueue() local 284 NumVisited = NumReached[BE->getBlock()]++; in enqueue()
|
| /freebsd/sys/contrib/device-tree/Bindings/ |
| H A D | common-properties.txt | 15 know the peripheral always needs to be accessed in big endian (BE) mode. 21 BE vmlinux -> ioread32be/iowrite32be). In this case no byte swaps 41 Scenario 2 : CPU in LE mode & device in BE mode. 49 Scenario 3 : CPU in BE mode & device in BE mode. 57 Scenario 4 : CPU in BE mode & device in LE mode.
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/XCore/MCTargetDesc/ |
| H A D | XCoreInstPrinter.cpp | 56 if (const MCBinaryExpr *BE = dyn_cast<MCBinaryExpr>(Expr)) { in printExpr() local 57 SRE = dyn_cast<MCSymbolRefExpr>(BE->getLHS()); in printExpr() 58 const MCConstantExpr *CE = dyn_cast<MCConstantExpr>(BE->getRHS()); in printExpr()
|
| /freebsd/contrib/file/magic/Magdir/ |
| H A D | mips | 25 >16 beshort 56 MIPSEL-BE ECOFF executable 45 >16 beshort 56 MIPSEL-BE MIPS-II ECOFF executable 65 >16 beshort 56 MIPSEL-BE MIPS-III ECOFF executable 79 0 beshort 0x182 MIPSEL-BE Ucode
|
| H A D | ctf | 11 0 belong 0xc1fc1fc1 Common Trace Format (CTF) trace data (BE) 17 0 belong 0x75d11d57 Common Trace Format (CTF) packetized metadata (BE)
|
| /freebsd/sys/contrib/dev/rtw89/ |
| H A D | Kconfig | 45 tristate "Realtek 8851BE PCI wireless network (Wi-Fi 6) adapter" 51 Select this option will enable support for 8851BE chipset 89 tristate "Realtek 8852BE PCI wireless network (Wi-Fi 6) adapter" 96 Select this option will enable support for 8852BE chipset 113 tristate "Realtek 8852BE-VT PCI wireless network (Wi-Fi 6) adapter" 120 Select this option will enable support for 8852BE-VT chipset
|
| /freebsd/contrib/llvm-project/llvm/lib/XRay/ |
| H A D | FDRRecordProducer.cpp | 133 auto BE = cast<BufferExtents>(R.get()); in produce() local 134 CurrentBufferBytes = BE->size(); in produce() 180 if (auto BE = dyn_cast<BufferExtents>(R.get())) { in produce() local 181 CurrentBufferBytes = BE->size(); in produce()
|
| /freebsd/contrib/llvm-project/llvm/lib/Transforms/Utils/ |
| H A D | FlattenCFG.cpp | 188 for (BasicBlock::iterator BI = Pred->begin(), BE = PBI->getIterator(); in FlattenParallelAndOr() local 189 BI != BE;) { in FlattenParallelAndOr() 357 for (BasicBlock::iterator BI(PBI2), BE(PTI2); BI != BE; ++BI) { in CompareIfRegionBlock() local 478 for (BasicBlock::iterator BI(PBI2), BE(PTI2); BI != BE; ++BI) { in MergeIfRegion() local
|
| /freebsd/contrib/llvm-project/llvm/lib/MC/ |
| H A D | MCExpr.cpp | 119 const MCBinaryExpr &BE = cast<MCBinaryExpr>(*this); in print() local 126 int Prec = getPrecedence(BE.getOpcode()); in print() 133 BE.getLHS()->print(OS, MAI, SubPrec); in print() 135 switch (BE.getOpcode()) { in print() 138 if (const MCConstantExpr *RHSC = dyn_cast<MCConstantExpr>(BE.getRHS())) { in print() 170 BE.getRHS()->print(OS, MAI, SubPrec + 1); in print() 727 const MCBinaryExpr *BE = cast<MCBinaryExpr>(this); in findAssociatedFragment() local 728 MCFragment *LHS_F = BE->getLHS()->findAssociatedFragment(); in findAssociatedFragment() 729 MCFragment *RHS_F = BE->getRHS()->findAssociatedFragment(); in findAssociatedFragment() 738 if (BE->getOpcode() == MCBinaryExpr::Sub) in findAssociatedFragment()
|
| /freebsd/crypto/openssl/test/certs/ |
| H A D | embeddedSCTs3.sct | 3 Log ID : 68:F6:98:F8:1F:64:82:BE:3A:8C:EE:B9:28:1D:4C:FC: 8 30:44:02:20:58:2D:0A:BE:78:41:8A:E7:89:A9:5E:66: 11 3A:95:0B:BE:F4:98:75:D4:CA:49:97:FD:25:2E:E3:78:
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/NVPTX/ |
| H A D | NVPTXAllocaHoisting.cpp | 47 for (BasicBlock::iterator BI = I->begin(), BE = I->end(); BI != BE;) { in runOnFunction() local
|
| /freebsd/contrib/llvm-project/llvm/lib/Transforms/IPO/ |
| H A D | BlockExtractor.cpp | 203 BlockExtractor BE(EraseFunctions); in run() local 204 BE.init(GroupsOfBlocks); in run() 205 return BE.runOnModule(M) ? PreservedAnalyses::none() in run()
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/ARC/MCTargetDesc/ |
| H A D | ARCInstPrinter.cpp | 118 if (const auto *BE = dyn_cast<MCBinaryExpr>(Expr)) { in printExpr() local 119 SRE = dyn_cast<MCSymbolRefExpr>(BE->getLHS()); in printExpr() 120 const auto *CE = dyn_cast<MCConstantExpr>(BE->getRHS()); in printExpr()
|
| /freebsd/secure/caroot/untrusted/ |
| H A D | GlobalSign_Secure_Mail_Root_E45.pem | 17 Issuer: C=BE, O=GlobalSign nv-sa, CN=GlobalSign Secure Mail Root E45 21 Subject: C=BE, O=GlobalSign nv-sa, CN=GlobalSign Secure Mail Root E45 50 SHA1 Fingerprint=18:2E:1F:32:4F:89:DF:BE:FE:88:89:F0:93:C2:C4:A0:2B:67:75:21
|
| /freebsd/crypto/heimdal/lib/wind/ |
| H A D | NormalizationTest.txt | 75 00BE;00BE;00BE;0033 2044 0034;0033 2044 0034; # (¾; ¾; ¾; 3⁄4; 3⁄4; ) VULGAR FRACTION THREE QUARTERS 485 09CB;09CB;09C7 09BE;09CB;09C7 09BE; # (ো; ো; ো; ো; ো; ) BENGALI VOWEL SIGN O 757 1E9A;1E9A;1E9A;0061 02BE;0061 02BE; # (ẚ; ẚ; ẚ; aʾ; aʾ; ) LATIN SMALL LETTER A WITH RIGHT HALF RING 1384 24BE;24BE;24BE;0049;0049; # (Ⓘ; Ⓘ; Ⓘ; I; I; ) CIRCLED LATIN CAPITAL LETTER I 1550 2F72;2F72;2F72;79BE;79BE; # (⽲; ⽲; ⽲; 禾; 禾; ) KANGXI RADICAL GRAIN 1676 3079;3079;3078 3099;3079;3078 3099; # (べ; べ; へ◌゙; べ; へ◌゙; ) HIRAGANA LETTER BE 1694 30BE;30BE;30BD 3099;30BE;30BD 3099; # (ゾ; ゾ; ソ◌゙; ゾ; ソ◌゙; ) KATAKANA LETTER ZO 1706 30D9;30D9;30D8 3099;30D9;30D8 3099; # (ベ; ベ; ヘ◌゙; ベ; ヘ◌゙; ) KATAKANA LETTER BE 2000 32BE;32BE;32BE;0034 0039;0034 0039; # (㊾; ㊾; ㊾; 49; 49; ) CIRCLED NUMBER FORTY NINE 2255 33BE;33BE;33BE;006B 0057;006B 0057; # (㎾; ㎾; ㎾; kW; kW; ) SQUARE KW [all …]
|
| /freebsd/contrib/llvm-project/clang/lib/AST/ |
| H A D | ParentMap.cpp | 201 BinaryOperator *BE = cast<BinaryOperator>(P); in isConsumedExpr() local 204 return BE->getOpcode()!=BO_Comma ||DirectChild==BE->getRHS(); in isConsumedExpr()
|