Home
last modified time | relevance | path

Searched refs:Mid (Results 1 – 19 of 19) sorted by relevance

/netbsd-src/sys/arch/acorn32/conf/monitors/
H A DAKF60143 # Mid band
155 # Mid band
191 # Mid band
204 # Mid band
217 # Mid band
230 # Mid band
296 # Mid band
309 # Mid band
322 # Mid band
334 # Mid band
/netbsd-src/external/apache2/llvm/dist/llvm/tools/bugpoint/
H A DListReducer.h119 unsigned Mid = MidTop / 2; in reduceList() local
120 std::vector<ElTy> Prefix(TheList.begin(), TheList.begin() + Mid); in reduceList()
121 std::vector<ElTy> Suffix(TheList.begin() + Mid, TheList.end()); in reduceList()
147 MidTop = Mid; in reduceList()
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/Support/
H A DParallel.h82 RandomAccessIterator Mid = Start + (std::distance(Start, End) / 2); in medianOf3() local
84 ? (Comp(*Mid, *(End - 1)) ? (Comp(*Start, *Mid) ? Mid : Start) in medianOf3()
86 : (Comp(*Mid, *Start) ? (Comp(*(End - 1), *Mid) ? Mid : End - 1) in medianOf3()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/Utils/
H A DLowerSwitch.cpp244 unsigned Mid = Size / 2; in SwitchConvert() local
245 std::vector<CaseRange> LHS(Begin, Begin + Mid); in SwitchConvert()
247 std::vector<CaseRange> RHS(Begin + Mid, End); in SwitchConvert()
250 CaseRange &Pivot = *(Begin + Mid); in SwitchConvert()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/
H A DLiveInterval.cpp359 size_t Mid = Len >> 1; in find() local
360 if (Pos < I[Mid].end) { in find()
361 Len = Mid; in find()
363 I += Mid + 1; in find()
364 Len -= Mid + 1; in find()
H A DStackColoring.cpp1335 auto Mid = FirstS.begin() + OldSize; in runOnMachineFunction() local
1336 std::inplace_merge(FirstS.begin(), Mid, FirstS.end()); in runOnMachineFunction()
H A DRDFLiveness.cpp660 auto ClearIn = [] (RegisterRef RR, const RegisterAggr &Mid, SubMap &SM) { in computePhiInfo() argument
661 if (Mid.empty()) in computePhiInfo()
666 RegisterRef S = Mid.clearIn(RR); in computePhiInfo()
/netbsd-src/sys/external/bsd/acpica/dist/include/
H A Dacstruct.h194 } Mid; member
/netbsd-src/external/apache2/llvm/dist/llvm/tools/llvm-profdata/
H A Dllvm-profdata.cpp367 unsigned Mid = Contexts.size() / 2; in mergeInstrProfile() local
369 assert(Mid > 0 && "Expected more than one context"); in mergeInstrProfile()
371 for (unsigned I = 0; I < Mid; ++I) in mergeInstrProfile()
373 Contexts[I + Mid].get()); in mergeInstrProfile()
380 End = Mid; in mergeInstrProfile()
381 Mid /= 2; in mergeInstrProfile()
382 } while (Mid > 0); in mergeInstrProfile()
/netbsd-src/sys/arch/emips/ebus/
H A Dflash_ebus.c1127 uint8_t Mid, Did; in flash_identify() local
1145 sc->sc_ops->read_uint8(sc,sc->sc_page0+(0x0000*2*sc->sc_chips),&Mid); in flash_identify()
1149 sc->sc_type.ft_manuf_code = Mid; in flash_identify()
1153 if ((sector_maps[i].ft_manuf_code == Mid) && (sector_maps[i].ft_device_code == Did)) { in flash_identify()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/Mips/
H A DMipsSEISelLowering.cpp2862 const auto &Mid = Indices.begin() + Indices.size() / 2; in lowerVECTOR_SHUFFLE_PCKEV() local
2865 if (fitsRegularPattern<int>(Begin, 1, Mid, 0, 2)) in lowerVECTOR_SHUFFLE_PCKEV()
2867 else if (fitsRegularPattern<int>(Begin, 1, Mid, Indices.size(), 2)) in lowerVECTOR_SHUFFLE_PCKEV()
2872 if (fitsRegularPattern<int>(Mid, 1, End, 0, 2)) in lowerVECTOR_SHUFFLE_PCKEV()
2874 else if (fitsRegularPattern<int>(Mid, 1, End, Indices.size(), 2)) in lowerVECTOR_SHUFFLE_PCKEV()
2905 const auto &Mid = Indices.begin() + Indices.size() / 2; in lowerVECTOR_SHUFFLE_PCKOD() local
2908 if (fitsRegularPattern<int>(Begin, 1, Mid, 1, 2)) in lowerVECTOR_SHUFFLE_PCKOD()
2910 else if (fitsRegularPattern<int>(Begin, 1, Mid, Indices.size() + 1, 2)) in lowerVECTOR_SHUFFLE_PCKOD()
2915 if (fitsRegularPattern<int>(Mid, 1, End, 1, 2)) in lowerVECTOR_SHUFFLE_PCKOD()
2917 else if (fitsRegularPattern<int>(Mid, 1, End, Indices.size() + 1, 2)) in lowerVECTOR_SHUFFLE_PCKOD()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/Scalar/
H A DScalarizer.cpp726 Scatterer Mid = scatter(&BCI, V); in visitBitCastInst() local
728 Res[ResI++] = Mid[MidI]; in visitBitCastInst()
/netbsd-src/sys/external/gpl2/dts/dist/arch/arm/boot/dts/
H A Dnuvoton-npcm730-kudo.dts521 // Mid-Fan
/netbsd-src/share/dict/
H A Dweb2a35285 Mid-african
35289 Mid-america
35290 Mid-american
35291 Mid-april
35294 Mid-asian
35295 Mid-atlantic
35296 Mid-august
35301 Mid-cambrian
35314 Mid-december
35352 Mid-empire
[all …]
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/X86/
H A DX86ISelLowering.cpp12275 int Lo = Lane, Mid = Lane + NumHalfLaneElts, Hi = Lane + NumLaneElts; in lowerShuffleAsUNPCKAndPermute() local
12276 MatchLo &= isUndefOrInRange(M, Lo, Mid) || in lowerShuffleAsUNPCKAndPermute()
12277 isUndefOrInRange(M, NumElts + Lo, NumElts + Mid); in lowerShuffleAsUNPCKAndPermute()
12278 MatchHi &= isUndefOrInRange(M, Mid, Hi) || in lowerShuffleAsUNPCKAndPermute()
12279 isUndefOrInRange(M, NumElts + Mid, NumElts + Hi); in lowerShuffleAsUNPCKAndPermute()
45198 SDValue Mid = truncateVectorWithPACK(X86ISD::PACKUS, MVT::v16i16, USatVal, in combineTruncateWithSat() local
45200 assert(Mid && "Failed to pack!"); in combineTruncateWithSat()
45201 return DAG.getNode(X86ISD::VTRUNCUS, DL, VT, Mid); in combineTruncateWithSat()
45227 SDValue Mid = truncateVectorWithPACK(X86ISD::PACKSS, MidVT, USatVal, DL, in combineTruncateWithSat() local
45229 assert(Mid && "Failed to pack!"); in combineTruncateWithSat()
[all …]
/netbsd-src/share/misc/
H A Dairport3152 ICT:Wichita Mid-Continent, Kansas, USA
6157 PSB:Philipsburg (Mid-State Airport), PA, USA
H A Dzipcodes28891 65299:Mid-Missouri Gmf, MO
/netbsd-src/sys/external/bsd/acpica/dist/
H A Dchanges.txt13688 Fixed an interpreter problem with the Mid() operator in the case of an
13924 This was the Index argument to the Index, Mid, and Match operators.
14454 Fixed a problem with the Mid() ASL/AML operator where it did not work
18619 Support for the ACPI 2.0 "Mid" ASL operator has been implemented.
/netbsd-src/external/bsd/openldap/dist/tests/data/regressions/its9282/
H A Dexampledb.ldif25492 manager: cn=Mid Cheal