| /netbsd-src/tests/ipf/regress/ |
| H A D | p6.whois | 65 Microsoft Corp UU-207-18-117 (NET-207-18-117-0-1) 207.18.117.0 - 207.18.117.255 177 Microsoft UU-65-242-67 (NET-65-242-67-0-1) 65.242.67.0 - 65.242.67.255 183 Microsoft UU-63-80-93-D4 (NET-63-80-93-0-1) 63.80.93.0 - 63.80.93.127 186 Microsoft UU-65-221-5 (NET-65-221-5-0-1) 65.221.5.0 - 65.221.5.255 189 MICROSOFT AUSTIN-STO UU-65-248-85-D4 (NET-65-248-85-0-1) 65.248.85.0 - 65.248.85.255 192 Microsoft Corp UU-65-194-210-224 (NET-65-194-210-224-1) 65.194.210.224 - 65.194.210.255 193 Microsoft Corp UU-208-194-139 (NET-208-194-139-0-1) 208.194.139.0 - 208.194.139.255 194 Microsoft Corp UU-208-204-49-128-B (NET-208-204-49-128-1) 208.204.49.128 - 208.204.49.255 195 Microsoft Corp UU-208-205-26 (NET-208-205-26-0-1) 208.205.26.0 - 208.205.26.255 196 Microsoft Corp UU-208-217-184-D1 (NET-208-217-184-0-1) 208.217.184.0 - 208.217.187.255 [all …]
|
| /netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/AMDGPU/ |
| H A D | AMDGPUOpenCLEnqueuedBlockLowering.cpp | 97 for (auto UU : U->users()) in collectFunctionUsers() local 98 collectFunctionUsers(&*UU, Funcs); in collectFunctionUsers() 126 auto *UU = &*U; in runOnModule() local 127 if (!isa<ConstantExpr>(UU)) in runOnModule() 129 collectFunctionUsers(UU, Callers); in runOnModule() 130 auto *BitCast = cast<ConstantExpr>(UU); in runOnModule()
|
| /netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/Utils/ |
| H A D | SplitModule.cpp | 83 const User *UU = Worklist.pop_back_val(); in addAllGlobalValueUsers() local 85 if (isa<Constant>(UU) && !isa<GlobalValue>(UU)) { in addAllGlobalValueUsers() 86 Worklist.append(UU->user_begin(), UU->user_end()); in addAllGlobalValueUsers() 89 addNonConstUser(GVtoClusterMap, GV, UU); in addAllGlobalValueUsers()
|
| H A D | PromoteMemoryToRegister.cpp | 331 for (Use &UU : llvm::make_early_inc_range(I->uses())) { in removeIntrinsicUsers() 332 Instruction *Inst = cast<Instruction>(UU.getUser()); in removeIntrinsicUsers() 336 Inst->dropDroppableUse(UU); in removeIntrinsicUsers()
|
| /netbsd-src/external/mpl/bind/dist/bin/tests/system/glue/ns1/ |
| H A D | root.db | 34 fi. 172800 IN NS NS.UU.NET. 41 NS.UU.NET. 172800 IN A 137.39.1.3
|
| H A D | net.db | 25 NS.UU.NET. 172800 IN A 137.39.1.3
|
| /netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/Scalar/ |
| H A D | LoopRerollPass.cpp | 555 for (auto *UU : User->users()) { in isLoopControlIV() local 556 if (PHINode *PN = dyn_cast<PHINode>(UU)) { in isLoopControlIV() 562 Instruction *UUser = dyn_cast<Instruction>(UU); in isLoopControlIV() 779 for (auto *UU : U->users()) { in isLoopIncrement() local 780 PHINode *PN = dyn_cast<PHINode>(UU); in isLoopIncrement() 1195 for (auto *UU : IVUser->users()) { in validate() local 1196 Instruction *UUser = dyn_cast<Instruction>(UU); in validate() 1205 if (UU->hasOneUse()) { in validate()
|
| /netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/IPO/ |
| H A D | FunctionAttrs.cpp | 485 for (Use &UU : I->uses()) in determinePointerReadAttrs() 486 if (Visited.insert(&UU).second) in determinePointerReadAttrs() 487 Worklist.push_back(&UU); in determinePointerReadAttrs() 499 for (Use &UU : I->uses()) in determinePointerReadAttrs() 500 if (Visited.insert(&UU).second) in determinePointerReadAttrs() 501 Worklist.push_back(&UU); in determinePointerReadAttrs()
|
| H A D | GlobalOpt.cpp | 403 [](User *UU) { return isSafeSROAElementUse(UU); }); in isSafeSROAGEP() argument 1328 for (auto *UU : U->users()) { in isPointerValueDeadOnEntryToFunction() local 1329 if (auto *LI = dyn_cast<LoadInst>(UU)) in isPointerValueDeadOnEntryToFunction() 1331 else if (auto *SI = dyn_cast<StoreInst>(UU)) in isPointerValueDeadOnEntryToFunction() 1403 for (auto *UU : U->users()) in allNonInstructionUsersCanBeMadeInstructions() local 1404 if (!isa<Instruction>(UU)) in allNonInstructionUsersCanBeMadeInstructions() 1433 for (auto *UU : UUsers) { in makeAllConstantUsesInstructions() local 1434 Instruction *UI = cast<Instruction>(UU); in makeAllConstantUsesInstructions()
|
| H A D | DeadArgumentElimination.cpp | 420 for (const Use &UU : IV->uses()) { in SurveyUse() local 421 Result = SurveyUse(&UU, MaybeLiveUses, RetValNum); in SurveyUse()
|
| /netbsd-src/usr.bin/make/unit-tests/ |
| H A D | varmod-defined.mk | 110 M_U_backslash:= ${:UU\\}
|
| /netbsd-src/external/apache2/llvm/dist/llvm/lib/IR/ |
| H A D | Value.cpp | 997 for (const User *UU : U->users()) in isTransitiveUsedByMetadataOnly() local 998 if (!Visited.count(UU)) in isTransitiveUsedByMetadataOnly() 999 WorkList.push_back(UU); in isTransitiveUsedByMetadataOnly()
|
| /netbsd-src/external/gpl3/binutils.old/dist/cpu/ |
| H A D | mep-rhcop.cpu | 63 (dnf f-uu2 "UU for 16-bit insns" ((ISA ext_cop1_16)) 9 2) 64 (dnf f-uu3 "UU for 16-bit insns" ((ISA ext_cop1_16)) 9 3)
|
| /netbsd-src/external/gpl3/gdb/dist/cpu/ |
| H A D | mep-rhcop.cpu | 63 (dnf f-uu2 "UU for 16-bit insns" ((ISA ext_cop1_16)) 9 2) 64 (dnf f-uu3 "UU for 16-bit insns" ((ISA ext_cop1_16)) 9 3)
|
| /netbsd-src/external/gpl3/binutils/dist/cpu/ |
| H A D | mep-rhcop.cpu | 63 (dnf f-uu2 "UU for 16-bit insns" ((ISA ext_cop1_16)) 9 2) 64 (dnf f-uu3 "UU for 16-bit insns" ((ISA ext_cop1_16)) 9 3)
|
| /netbsd-src/external/gpl3/gdb.old/dist/cpu/ |
| H A D | mep-rhcop.cpu | 63 (dnf f-uu2 "UU for 16-bit insns" ((ISA ext_cop1_16)) 9 2) 64 (dnf f-uu3 "UU for 16-bit insns" ((ISA ext_cop1_16)) 9 3)
|
| /netbsd-src/tests/bin/sh/ |
| H A D | t_expand.sh | 460 unset -v U UU UUU U4 481 '${UU:=~:~}' ''${UU:=~:~} \
|
| /netbsd-src/external/bsd/openldap/dist/libraries/liblunicode/ |
| H A D | CompositionExclusions.txt | 172 # 0F75 TIBETAN VOWEL SIGN UU
|
| /netbsd-src/crypto/external/bsd/heimdal/dist/lib/wind/ |
| H A D | CompositionExclusions-3.2.0.txt | 172 # 0F75 TIBETAN VOWEL SIGN UU
|
| /netbsd-src/external/gpl3/gcc/dist/gcc/config/mips/ |
| H A D | mips-ps-3d.md | 137 [LU] !I4 && I3 [UU] I4 && I3 151 [UU] !I3 && !I4 [UL] !I3 && I4
|
| /netbsd-src/external/gpl3/gcc.old/dist/gcc/config/mips/ |
| H A D | mips-ps-3d.md | 137 [LU] !I4 && I3 [UU] I4 && I3 151 [UU] !I3 && !I4 [UL] !I3 && I4
|
| /netbsd-src/external/gpl3/gcc.old/dist/contrib/unicode/ |
| H A D | PropList.txt | 468 0A41..0A42 ; Other_Alphabetic # Mn [2] GURMUKHI VOWEL SIGN U..GURMUKHI VOWEL SIGN UU 497 0BC1..0BC2 ; Other_Alphabetic # Mc [2] TAMIL VOWEL SIGN U..TAMIL VOWEL SIGN UU 538 0EB4..0EB9 ; Other_Alphabetic # Mn [6] LAO VOWEL SIGN I..LAO VOWEL SIGN UU 547 102D..1030 ; Other_Alphabetic # Mn [4] MYANMAR VOWEL SIGN I..MYANMAR VOWEL SIGN UU 620 1C24..1C2B ; Other_Alphabetic # Mc [8] LEPCHA SUBJOINED LETTER YA..LEPCHA VOWEL SIGN UU 665 AAEC..AAED ; Other_Alphabetic # Mn [2] MEETEI MAYEK VOWEL SIGN UU..MEETEI MAYEK VOWEL SIGN AAI 688 11127..1112B ; Other_Alphabetic # Mn [5] CHAKMA VOWEL SIGN A..CHAKMA VOWEL SIGN UU 732 …15DD ; Other_Alphabetic # Mn [2] SIDDHAM VOWEL SIGN ALTERNATE U..SIDDHAM VOWEL SIGN ALTERNATE UU 746 11722..11725 ; Other_Alphabetic # Mn [4] AHOM VOWEL SIGN I..AHOM VOWEL SIGN UU 783 11D8A..11D8E ; Other_Alphabetic # Mc [5] GUNJALA GONDI VOWEL SIGN AA..GUNJALA GONDI VOWEL SIGN UU [all …]
|
| /netbsd-src/external/gpl3/gcc/dist/contrib/unicode/ |
| H A D | PropList.txt | 471 0A41..0A42 ; Other_Alphabetic # Mn [2] GURMUKHI VOWEL SIGN U..GURMUKHI VOWEL SIGN UU 500 0BC1..0BC2 ; Other_Alphabetic # Mc [2] TAMIL VOWEL SIGN U..TAMIL VOWEL SIGN UU 542 0EB4..0EB9 ; Other_Alphabetic # Mn [6] LAO VOWEL SIGN I..LAO VOWEL SIGN UU 551 102D..1030 ; Other_Alphabetic # Mn [4] MYANMAR VOWEL SIGN I..MYANMAR VOWEL SIGN UU 625 1C24..1C2B ; Other_Alphabetic # Mc [8] LEPCHA SUBJOINED LETTER YA..LEPCHA VOWEL SIGN UU 670 AAEC..AAED ; Other_Alphabetic # Mn [2] MEETEI MAYEK VOWEL SIGN UU..MEETEI MAYEK VOWEL SIGN AAI 694 11127..1112B ; Other_Alphabetic # Mn [5] CHAKMA VOWEL SIGN A..CHAKMA VOWEL SIGN UU 740 …15DD ; Other_Alphabetic # Mn [2] SIDDHAM VOWEL SIGN ALTERNATE U..SIDDHAM VOWEL SIGN ALTERNATE UU 754 11722..11725 ; Other_Alphabetic # Mn [4] AHOM VOWEL SIGN I..AHOM VOWEL SIGN UU 796 11D8A..11D8E ; Other_Alphabetic # Mc [5] GUNJALA GONDI VOWEL SIGN AA..GUNJALA GONDI VOWEL SIGN UU [all …]
|
| /netbsd-src/external/apache2/llvm/dist/clang/lib/CodeGen/ |
| H A D | CGCUDANV.cpp | 451 for (auto &&UU : U->uses()) { in replaceManagedVar() 452 WorkItem.push_back(UU.getUser()); in replaceManagedVar()
|
| /netbsd-src/external/mpl/bind/dist/bin/tests/system/cacheclean/ |
| H A D | knowngood.dig.out | 174 AUTH100.NS.UU.net. 604800 IN A 198.6.1.202 596 AUTH03.NS.DE.UU.net. 604800 IN A 192.76.144.16 775 uunet.UU.net. 604800 IN MX 10 Mail.UU.net.
|